From d3793adfd571428a6b03d7b730fb6eeb93d32804 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 4 Sep 2022 03:01:32 +0600 Subject: lines for options screen --- assets/i18n/en_us.json | 8 ++++++++ assets/i18n/ru_ru.json | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'assets/i18n') 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}", -- cgit v1.2.3