summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-12-10 16:33:52 +0600
committerilotterytea <iltsu@alright.party>2022-12-10 16:33:52 +0600
commit6fdaa92288b5854d946299a2624de9ead7058d71 (patch)
tree3e232366adf67fef8ca7df2b8d0204cae67c71af /assets
parent9b95791e8e6739040a02c6725edf1adaf287ca64 (diff)
Added information about memory usage. Also, added localization for debug info widget.
Diffstat (limited to 'assets')
-rw-r--r--assets/i18n/en_us.json5
-rw-r--r--assets/i18n/ru_ru.json5
2 files changed, 8 insertions, 2 deletions
diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json
index 3454aaf..b026d68 100644
--- a/assets/i18n/en_us.json
+++ b/assets/i18n/en_us.json
@@ -1,5 +1,8 @@
{
- "debug.fps": "%s FPS",
+ "debug.version": "%s (LibGDX %s, Java %s)",
+ "debug.c_fps": "%s FPS",
+ "debug.c_mem": "Used memory: %s MB (total of %s MB)",
+
"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.",
diff --git a/assets/i18n/ru_ru.json b/assets/i18n/ru_ru.json
index de7942f..dbd77b5 100644
--- a/assets/i18n/ru_ru.json
+++ b/assets/i18n/ru_ru.json
@@ -1,5 +1,8 @@
{
- "debug.fps": "%s FPS",
+ "debug.version": "%s (LibGDX %s, Java %s)",
+ "debug.c_fps": "%s FPS",
+ "debug.c_mem": "Потребление ОЗУ: %s МБ (из %s МБ)",
+
"splash.disclaimer": "Эта игра содержит невероятную дозу щекастых \"шерстяных мешков\". Никому не рекомендуется не играть в эту игру. Любое сходство в реальной жизни с представленными изображениями котов - чистое совпадение! Все изображения котов были сгенерированы нейросетью \"NUT-S\".",
"menu.last_savegame.found": "Сохранение: %s - %s баллы жмякания (х%s/клик) - %s куплено предметов.",