first commit
This commit is contained in:
18
adivinhação/locale/en.json
Normal file
18
adivinhação/locale/en.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"title": "🎲 Guessing Game",
|
||||
"startCommand": "Start a new game",
|
||||
"stopCommand": "Stop the current game",
|
||||
"started": "Game started! Guess a number between 1 and 100.",
|
||||
"stopped": "Game stopped.",
|
||||
"invalidCommand": "Unknown subcommand: {{sub}}. Use",
|
||||
"or": "or",
|
||||
"range": "The number must be between {{min}} and {{max}}.",
|
||||
"correct": "🎉 Correct! The number was {{number}}. Type",
|
||||
"playAgain": "to play again.",
|
||||
"higher": "📈 Higher!",
|
||||
"lower": "📉 Lower!",
|
||||
"gameLog": {
|
||||
"started": "Guessing game started.",
|
||||
"stopped": "Guessing game stopped."
|
||||
}
|
||||
}
|
||||
18
adivinhação/locale/es.json
Normal file
18
adivinhação/locale/es.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"title": "🎲 Juego de Adivinanza",
|
||||
"startCommand": "Iniciar un nuevo juego",
|
||||
"stopCommand": "Detener el juego actual",
|
||||
"started": "¡Juego iniciado! Adivina un número entre 1 y 100.",
|
||||
"stopped": "Juego detenido.",
|
||||
"invalidCommand": "Subcomando desconocido: {{sub}}. Usa",
|
||||
"or": "o",
|
||||
"range": "El número debe estar entre {{min}} y {{max}}.",
|
||||
"correct": "🎉 ¡Correcto! El número era {{number}}. Escribe",
|
||||
"playAgain": "para jugar de nuevo.",
|
||||
"higher": "📈 ¡Mayor!",
|
||||
"lower": "📉 ¡Menor!",
|
||||
"gameLog": {
|
||||
"started": "Juego de adivinanza iniciado.",
|
||||
"stopped": "Juego de adivinanza detenido."
|
||||
}
|
||||
}
|
||||
18
adivinhação/locale/pt.json
Normal file
18
adivinhação/locale/pt.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"title": "🎲 Jogo de Adivinhação",
|
||||
"startCommand": "Iniciar um novo jogo",
|
||||
"stopCommand": "Parar o jogo atual",
|
||||
"started": "Jogo iniciado! Adivinhe um número entre 1 e 100.",
|
||||
"stopped": "Jogo parado.",
|
||||
"invalidCommand": "Subcomando desconhecido: {{sub}}. Use",
|
||||
"or": "ou",
|
||||
"range": "O número deve estar entre {{min}} e {{max}}.",
|
||||
"correct": "🎉 Correto! O número era {{number}}. Digite",
|
||||
"playAgain": "para jogar novamente.",
|
||||
"higher": "📈 Maior!",
|
||||
"lower": "📉 Menor!",
|
||||
"gameLog": {
|
||||
"started": "Jogo de adivinhação iniciado.",
|
||||
"stopped": "Jogo de adivinhação parado."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user