first commit

This commit is contained in:
synt-xerror
2026-04-14 21:15:05 -03:00
commit eecef0be88
44 changed files with 1372 additions and 0 deletions

View 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."
}
}

View 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."
}
}

View 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."
}
}