summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-09-04 03:01:32 +0600
committerilotterytea <iltsu@alright.party>2022-09-04 03:01:32 +0600
commitd3793adfd571428a6b03d7b730fb6eeb93d32804 (patch)
tree3bb2a317e22528b5e8db9533877d377e92a84ed1 /assets
parentb2c2f8b30ddf7b57c41bb20bfce17e228bf53f48 (diff)
lines for options screen
Diffstat (limited to 'assets')
-rw-r--r--assets/i18n/en_us.json8
-rw-r--r--assets/i18n/ru_ru.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json
index 8a65ba1..1b5d8dd 100644
--- a/assets/i18n/en_us.json
+++ b/assets/i18n/en_us.json
@@ -6,6 +6,14 @@
"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.language": "Language: %s (%s)",
+ "options.close": "Back to main title",
+
"game.petShop": "Pet Shop",
"game.points": "%s S (x%s)",
"game.newPoint": "{SHAKE}{RAINBOW} +%s {ENDRAINBOW}{ENDSHAKE}",
diff --git a/assets/i18n/ru_ru.json b/assets/i18n/ru_ru.json
index a5a342c..84c9bb0 100644
--- a/assets/i18n/ru_ru.json
+++ b/assets/i18n/ru_ru.json
@@ -6,6 +6,14 @@
"menu.options": "НАСТРОЙКИ...",
"menu.quit": "ВЫЙТИ НА РАБОЧИЙ СТОЛ",
+ "options.title": "Настройки",
+ "options.music": "Музыка: %s",
+ "options.sound": "Звук: %s",
+ "options.vsync": "V-Sync: %s",
+ "options.fullscreen": "Полноэкранный режим: %s",
+ "options.language": "Язык: %s (%s)",
+ "options.close": "Вернуться на главный экран",
+
"game.petShop": "Магазин Щекастых",
"game.points": "%s S (x%s)",
"game.newPoint": "{SHAKE}{RAINBOW} +%s {ENDRAINBOW}{ENDSHAKE}",