XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore: update localization files (#935)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/935 Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>

4398d375
AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
提交于

代码差异

3 个文件 +8 -6
Modified static/webui/index.html +1 -1
@@ -414,7 +414,7 @@
414 414 <div class="row g-3">
415 415 <div class="col-md-6">
416 416 <div class="card mb-3">
417 <h5 class="card-header">Server</h5>
417 <h5 class="card-header" data-loc="cheats_server"></h5>
418 418 <div class="card-body">
419 419 <div id="server-settings-no-perms" class="d-none">
420 420 <p class="card-text" data-loc="cheats_administratorRequirement"></p>
Modified static/webui/translations/en.js +1 -0
@@ -86,6 +86,7 @@ dict = {
86 86 mods_mods: `Mods`,
87 87 mods_bulkAddMods: `Add Missing Mods`,
88 88 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.`,
89 cheats_server: `Server`,
89 90 cheats_skipTutorial: `Skip Tutorial`,
90 91 cheats_skipAllDialogue: `Skip All Dialogue`,
91 92 cheats_unlockAllScans: `Unlock All Scans`,
Modified static/webui/translations/ru.js +6 -5
@@ -73,11 +73,11 @@ dict = {
73 73 inventory_bulkRankUpSpaceWeapons: `Максимальный ранг всего оружия арчвингов`,
74 74 inventory_bulkRankUpSentinels: `Максимальный ранг всех стражей`,
75 75 inventory_bulkRankUpSentinelWeapons: `Максимальный ранг всего оружия стражей`,
76 currency_RegularCredits: `[UNTRANSLATED] Credits`,
77 currency_PremiumCredits: `[UNTRANSLATED] Platinum`,
78 currency_FusionPoints: `[UNTRANSLATED] Endo`,
79 currency_PrimeTokens: `[UNTRANSLATED] Regal Aya`,
80 currency_owned: `[UNTRANSLATED] You have |COUNT|.`,
76 currency_RegularCredits: `Кредиты`,
77 currency_PremiumCredits: `Платина`,
78 currency_FusionPoints: `Эндо`,
79 currency_PrimeTokens: `Королевские Айя`,
80 currency_owned: `У тебя есть |COUNT|.`,
81 81 powersuit_archonShardsLabel: `Ячейки осколков архонта`,
82 82 powersuit_archonShardsDescription: `Вы можете использовать эти неограниченные ячейки для установки множества улучшений.`,
83 83 mods_addRiven: `Добавить Мод Разлома`,
@@ -87,6 +87,7 @@ dict = {
87 87 mods_mods: `Моды`,
88 88 mods_bulkAddMods: `Добавить отсутствующие моды`,
89 89 cheats_administratorRequirement: `Вы должны быть администратором для использования этой функции. Чтобы стать администратором, добавьте <code>\"|DISPLAYNAME|\"</code> в <code>administratorNames</code> в config.json.`,
90 cheats_server: `Сервер`,
90 91 cheats_skipTutorial: `Пропустить обучение`,
91 92 cheats_skipAllDialogue: `Пропустить все диалоги`,
92 93 cheats_unlockAllScans: `Разблокировать все сканирования`,