From 8fda6bac558e91a6f864f24812d2ce593766bacc Mon Sep 17 00:00:00 2001 From: Krinkels Date: Sun, 28 Jan 2024 16:41:55 +0300 Subject: [PATCH] Fix russian localization --- .../Aki_Data/Launcher/Locales/Russian.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Russian.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Russian.json index 61347d7..158bb8c 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Russian.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Russian.json @@ -85,13 +85,13 @@ "load_live_settings": "Загрузить настройкий онлайн-версии", "load_live_settings_succeeded": "Настройки игры скопированы из онлайн-версии", "load_live_settings_failed": "Не удалось скопировать настройки онлайн-версии", - "wipe_on_start": "Wipe profile on game start", - "copy_live_settings_question": "Would you like to copy your live game settings to spt", - "mod_not_in_server_warning":"This mod was found in your profile, but is not loaded on the server", - "active_server_mods": "Active Server Mods", - "active_server_mods_info_text": "These mods are currently running on the server", - "inactive_server_mods": "Inactive Server Mods", - "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", - "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "wipe_on_start": "Очистить профиль при старте игры", + "copy_live_settings_question": "Хотите скопировать настройки онлайн-версии в spt?", + "mod_not_in_server_warning":"Этот мод был найден в вашем профиле, но не загружен на сервер", + "active_server_mods": "Активные серверные моды", + "active_server_mods_info_text": "На данный момент эти моды работают на сервере", + "inactive_server_mods": "Неактивные серверные моды", + "inactive_server_mods_info_text": "Эти моды не были загружены сервером, но ваш профиль использовал их раньше", + "open_link_question_format_1": "Вы уверены, что хотите открыть следующую ссылку? \n{0}", + "open_link": "Открыть ссылку" } \ No newline at end of file