chore: update localization files (#935)

Reviewed-on: OpenWF/SpaceNinjaServer#935
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
This commit is contained in:
AMelonInsideLemon 2025-02-09 08:26:36 -08:00 committed by Sainan
parent 7c59d4fe3f
commit 4398d37566
3 changed files with 8 additions and 6 deletions

View File

@ -414,7 +414,7 @@
<div class="row g-3">
<div class="col-md-6">
<div class="card mb-3">
<h5 class="card-header">Server</h5>
<h5 class="card-header" data-loc="cheats_server"></h5>
<div class="card-body">
<div id="server-settings-no-perms" class="d-none">
<p class="card-text" data-loc="cheats_administratorRequirement"></p>

View File

@ -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 <code>|DISPLAYNAME|</code> to <code>administratorNames</code> in the config.json.`,
cheats_server: `Server`,
cheats_skipTutorial: `Skip Tutorial`,
cheats_skipAllDialogue: `Skip All Dialogue`,
cheats_unlockAllScans: `Unlock All Scans`,

View File

@ -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: `Вы должны быть администратором для использования этой функции. Чтобы стать администратором, добавьте <code>\"|DISPLAYNAME|\"</code> в <code>administratorNames</code> в config.json.`,
cheats_server: `Сервер`,
cheats_skipTutorial: `Пропустить обучение`,
cheats_skipAllDialogue: `Пропустить все диалоги`,
cheats_unlockAllScans: `Разблокировать все сканирования`,