Files
manyplug-repo/forca/locale/en.json
synt-xerror eecef0be88 first commit
2026-04-14 21:15:05 -03:00

15 lines
550 B
JSON

{
"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!"
}