do NOT clone this ✌️😭
This commit is contained in:
parent
a92439b352
commit
2e4576ba4b
4 changed files with 48 additions and 22 deletions
|
@ -1,7 +1,20 @@
|
|||
{
|
||||
"guess_the_number": "Guess the number",
|
||||
"your_guess": "Your guess (1-10)",
|
||||
"memosry_file_valid": "The memory.json file is valid!",
|
||||
"minigames_hangman_game": "Word: {display_word()}\nWrong guesses: {wrong_guesses}/{max_wrong}",
|
||||
"minigames_hangman_lost": "You lost! The word was:",
|
||||
"minigames_hangman_won": "You won! The word was:",
|
||||
"minigames_hangman_already_guessed": "You already guessed",
|
||||
"minigames_hangman_user_letter_guess": "Your letter guess",
|
||||
"minigames_hangman_guess": "Guess a Letter",
|
||||
"minigames_hangman_api_failed": "Failed to get a random word.",
|
||||
"minigames_hangman": "Play Hangman with a random word",
|
||||
"minigames_click_to_guess": "Click to guess a number from 1 to 10",
|
||||
"minigames_guess_button": "Guess",
|
||||
"minigames_wrong_number": "Wrong! The number was",
|
||||
"minigames_correct": "Correct!",
|
||||
"minigames_invalid_number": "Invalid number!",
|
||||
"minigames_guess_the_number": "Guess the number",
|
||||
"minigames_your_guess": "Your guess (1-10)",
|
||||
"memory_file_valid": "The memory.json file is valid!",
|
||||
"file_aint_uft8": "File is not valid UTF-8 text. Might be binary or corrupted.",
|
||||
"psutil_not_installed": "Memory check skipped.",
|
||||
"not_cloned": "Goober is not cloned! Please clone it from GitHub.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue