diff --git a/static/webui/index.html b/static/webui/index.html index 8e284362..497122ae 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -414,7 +414,7 @@
-
Server
+

diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js index 3b8d261b..7cc8e996 100644 --- a/static/webui/translations/en.js +++ b/static/webui/translations/en.js @@ -86,6 +86,7 @@ dict = { mods_mods: `Mods`, mods_bulkAddMods: `Add Missing Mods`, cheats_administratorRequirement: `You must be an administrator to use this feature. To become an administrator, add |DISPLAYNAME| to administratorNames in the config.json.`, + cheats_server: `Server`, cheats_skipTutorial: `Skip Tutorial`, cheats_skipAllDialogue: `Skip All Dialogue`, cheats_unlockAllScans: `Unlock All Scans`, diff --git a/static/webui/translations/ru.js b/static/webui/translations/ru.js index e6e0c95f..77a8a34a 100644 --- a/static/webui/translations/ru.js +++ b/static/webui/translations/ru.js @@ -73,11 +73,11 @@ dict = { inventory_bulkRankUpSpaceWeapons: `Максимальный ранг всего оружия арчвингов`, inventory_bulkRankUpSentinels: `Максимальный ранг всех стражей`, inventory_bulkRankUpSentinelWeapons: `Максимальный ранг всего оружия стражей`, - currency_RegularCredits: `[UNTRANSLATED] Credits`, - currency_PremiumCredits: `[UNTRANSLATED] Platinum`, - currency_FusionPoints: `[UNTRANSLATED] Endo`, - currency_PrimeTokens: `[UNTRANSLATED] Regal Aya`, - currency_owned: `[UNTRANSLATED] You have |COUNT|.`, + currency_RegularCredits: `Кредиты`, + currency_PremiumCredits: `Платина`, + currency_FusionPoints: `Эндо`, + currency_PrimeTokens: `Королевские Айя`, + currency_owned: `У тебя есть |COUNT|.`, powersuit_archonShardsLabel: `Ячейки осколков архонта`, powersuit_archonShardsDescription: `Вы можете использовать эти неограниченные ячейки для установки множества улучшений.`, mods_addRiven: `Добавить Мод Разлома`, @@ -87,6 +87,7 @@ dict = { mods_mods: `Моды`, mods_bulkAddMods: `Добавить отсутствующие моды`, cheats_administratorRequirement: `Вы должны быть администратором для использования этой функции. Чтобы стать администратором, добавьте \"|DISPLAYNAME|\" в administratorNames в config.json.`, + cheats_server: `Сервер`, cheats_skipTutorial: `Пропустить обучение`, cheats_skipAllDialogue: `Пропустить все диалоги`, cheats_unlockAllScans: `Разблокировать все сканирования`,