diff options
| author | ilotterytea <iltsu@alright.party> | 2022-11-25 18:20:33 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-11-25 18:20:33 +0600 |
| commit | 283378f20bb1e8cd8e7b09ad479a961fddfd2e44 (patch) | |
| tree | 0ffce32c921807e12a606d3d6f447a4208fc4251 /assets/i18n/en_us.json | |
| parent | fd669f8c4968fad37adf3341eef14619c50475c4 (diff) | |
New dank prototype of UI design again (WIP)
Diffstat (limited to 'assets/i18n/en_us.json')
| -rw-r--r-- | assets/i18n/en_us.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json index 0f5f4eb..001650a 100644 --- a/assets/i18n/en_us.json +++ b/assets/i18n/en_us.json @@ -1,18 +1,25 @@ { "splash.disclaimer": "This game contains an unbelievable dose of cheeky \"woolbags\". Please, it is not recommended for anyone to play. Any match in real life of the presented images of cats is pure coincidence! All cat images were generated by \"NUT-S\" neural network.", + "menu.last_savegame.found": "Savegame: %s - %s Squish Points (x%s/click) - %s purchased items.", + "menu.last_savegame.empty": "No savegame found.", "menu.pressStart": "PRESS START", "menu.playGame": "PLAY GAME", "menu.options": "OPTIONS", "menu.quit": "QUIT TO DESKTOP", "options.title": "Options", - "options.music": "Music: %s", - "options.sound": "Sound: %s", - "options.vsync": "V-Sync: %s", - "options.fullscreen": "Fullscreen: %s", + "options.music": "Music", + "options.sound": "Sound", + "options.vsync": "Vertical Sync", + "options.fullscreen": "Fullscreen", "options.language": "Language: %s (%s)", + "options.debug": "Show debug", + "options.reset": "Reset save data", "options.close": "Back to main title", + "options.general": "General", + "options.video": "Video", + "options.audio": "Audio", "game.petShop": "Pet Shop", "game.points": "%s Squish Points (x%s/click)", |
