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

14
forca/locale/en.json Normal file
View File

@@ -0,0 +1,14 @@
{
"title": "Hangman Game",
"startCommand": "starts the game",
"stopCommand": "stops the game",
"started": "Hangman game started!\n\nTheme: *{{theme}}*\nWord: `{{word}}`\nLives: {{lives}}\n\nType a letter to guess!",
"stopped": "Hangman game ended.",
"invalidCommand": "Subcommand *{{sub}}* does not exist.\nUse",
"or": "or",
"won": "Congratulations! Complete word: `{{word}}`",
"lost": "Game over! Word was: `{{word}}`",
"status": "Word: `{{word}}`\nLives: {{lives}}",
"correct": "Got the letter!",
"wrong": "Wrong letter!"
}

14
forca/locale/es.json Normal file
View File

@@ -0,0 +1,14 @@
{
"title": "Juego del Ahorcado",
"startCommand": "inicia el juego",
"stopCommand": "detiene el juego",
"started": "¡Juego del Ahorcado iniciado!\n\nTema: *{{theme}}*\nPalabra: `{{word}}`\nVidas: {{lives}}\n\nEscribe una letra para adivinar!",
"stopped": "Juego del Ahorcado terminado.",
"invalidCommand": "El subcomando *{{sub}}* no existe.\nUsa",
"or": "o",
"won": "¡Felicitaciones! Palabra completa: `{{word}}`",
"lost": "¡Fin del juego! La palabra era: `{{word}}`",
"status": "Palabra: `{{word}}`\nVidas: {{lives}}",
"correct": "¡Letra correcta!",
"wrong": "¡Letra incorrecta!"
}

14
forca/locale/pt.json Normal file
View File

@@ -0,0 +1,14 @@
{
"title": "Jogo da Forca",
"startCommand": "inicia o jogo",
"stopCommand": "encerra o jogo",
"started": "Jogo da Forca iniciado!\n\nTema: *{{theme}}*\nPalavra: `{{word}}`\nVidas: {{lives}}\n\nDigite uma letra para adivinhar!",
"stopped": "Jogo da Forca encerrado.",
"invalidCommand": "Subcomando *{{sub}}* não existe.\nUse",
"or": "ou",
"won": "Parabéns! Palavra completa: `{{word}}`",
"lost": "Fim de jogo! Palavra era: `{{word}}`",
"status": "Palavra: `{{word}}`\nVidas: {{lives}}",
"correct": "Acertou a letra!",
"wrong": "Errou a letra!"
}