-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"blabber:commands.dialogue.start.invalid": "No hay un diálogo con el tipo \"%s\"", | ||
"blabber:commands.dialogue.start.predicate.invalid": "No hay un predicado con el tipo \"%s\"", | ||
"blabber:commands.dialogue.start.success": "Se inició el diálogo \"%s\" para %s", | ||
"blabber:dialogue.instructions": "Pase el cursor o presione [%s]/[%s] para seleccionar una opción, luego haga clic o presione [%s] para confirmarla", | ||
"blabber:dialogue.locked_choice": "Esta opción tiene requisitos previos no cumplidos", | ||
"blabber:dialogue.escape_hatch": "[Blabber] §5Parece que alguien cometió un error y ahora no tienes ninguna opción disponible. §e§lDeberías reportarlo,§r§5 pero mientras tanto, aquí tienes una salida de emergencia." | ||
} |