返回提交历史
Modified
static/webui/script.js
+1
-1
Modified
static/webui/translations/de.js
+4
-4
Modified
static/webui/translations/en.js
+1
-1
Modified
static/webui/translations/es.js
+1
-1
Modified
static/webui/translations/fr.js
+1
-1
Modified
static/webui/translations/ru.js
+1
-1
Modified
static/webui/translations/uk.js
+1
-1
Modified
static/webui/translations/zh.js
+1
-1
XFEstudio/XFESpaceNinjaServer
chore(webui): update translation files (#4179)
- Fix typo in key name - Use "in-game" (like we use at other strings) instead of "in the game" - Updated German translation Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/4179 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com> Co-committed-by: Animan8000 <187183497+Veniman8000@users.noreply.github.com>
7968cb85
代码差异
8 个文件
+11
-11
@@ -1385,7 +1385,7 @@ async function populateInventoryRoute() {
1385
1385
td.textContent += " ";
1386
1386
const abbr = document.createElement("abbr");
1387
1387
abbr.innerHTML = icons.note;
1388
abbr.title = loc("code_metadataPatchRequierd");
1388
abbr.title = loc("code_metadataPatchRequired");
1389
1389
td.appendChild(abbr);
1390
1390
}
1391
1391
tr.appendChild(td);
@@ -113,7 +113,7 @@ dict = {
113
113
code_replays: `Wiederholungen`,
114
114
code_stalker: `Stalker`,
115
115
code_darkExcalibur: `Dark |ITEM|`,
116
code_metadataPatchRequierd: `[UNTRANSLATED] To see this item in the game, a metadata patch is required.`,
116
code_metadataPatchRequired: `Ein Metadaten-Patch ist erforderlich, um dieses Item im Spiel anzuzeigen.`,
117
117
code_drifterBeardName: `Drifter-Bart: |INDEX|`,
118
118
code_reviveBooster: `Wiederbelebungsbooster`,
119
119
code_reviveBoosterDesc: `Setzt die Wiederbelebungsanzahl auf 4 und ermöglicht Selbstwiederbelebung in Archon Jagd.`,
@@ -319,9 +319,9 @@ dict = {
319
319
cheats_spoofMasteryRank: `Gefälschter Meisterschaftsrang (-1 zum deaktivieren)`,
320
320
cheats_dailyTributeRewardMultiplier: `Belohnungsmultiplikator für Täglicher Tribut`,
321
321
cheats_relicRewardItemCountMultiplier: `Belohnungsmultiplikator für Relikte`,
322
cheats_relicPlatinumBonusCommon: `[UNTRANSLATED] Relic Common Reward Platinum Bonus`,
323
cheats_relicPlatinumBonusUncommon: `[UNTRANSLATED] Relic Uncommon Reward Platinum Bonus`,
324
cheats_relicPlatinumBonusRare: `[UNTRANSLATED] Relic Rare Reward Platinum Bonus`,
322
cheats_relicPlatinumBonusCommon: `Platinumbonus für gewöhnliche Reliktbelohnung`,
323
cheats_relicPlatinumBonusUncommon: `Platinumbonus für ungewöhnliche Reliktbelohnung`,
324
cheats_relicPlatinumBonusRare: `Platinumbonus für seltene Reliktbelohnung`,
325
325
cheats_nightwaveStandingMultiplier: `Nightwave Ansehen Multiplikator`,
326
326
cheats_save: `Speichern`,
327
327
cheats_account: `Account`,
@@ -112,7 +112,7 @@ dict = {
112
112
code_replays: `Replays`,
113
113
code_stalker: `Stalker`,
114
114
code_darkExcalibur: `Dark |ITEM|`,
115
code_metadataPatchRequierd: `To see this item in the game, a metadata patch is required.`,
115
code_metadataPatchRequired: `To see this item in-game, a metadata patch is required.`,
116
116
code_drifterBeardName: `Drifter Beard |INDEX|`,
117
117
code_reviveBooster: `Revive Booster`,
118
118
code_reviveBoosterDesc: `Sets revive count to 4, which allows self-revive in Archon Hunts.`,
@@ -113,7 +113,7 @@ dict = {
113
113
code_replays: `Repeticiones`,
114
114
code_stalker: `Stalker`,
115
115
code_darkExcalibur: `[UNTRANSLATED] Dark |ITEM|`,
116
code_metadataPatchRequierd: `[UNTRANSLATED] To see this item in the game, a metadata patch is required.`,
116
code_metadataPatchRequired: `[UNTRANSLATED] To see this item in-game, a metadata patch is required.`,
117
117
code_drifterBeardName: `Barba del Viajero: |INDEX|`,
118
118
code_reviveBooster: `Potenciador de reanimaciones`,
119
119
code_reviveBoosterDesc: `[UNTRANSLATED] Sets revive count to 4, which allows self-revive in Archon Hunts.`,
@@ -113,7 +113,7 @@ dict = {
113
113
code_replays: `Rejouée`,
114
114
code_stalker: `Stalker`,
115
115
code_darkExcalibur: `[UNTRANSLATED] Dark |ITEM|`,
116
code_metadataPatchRequierd: `[UNTRANSLATED] To see this item in the game, a metadata patch is required.`,
116
code_metadataPatchRequired: `[UNTRANSLATED] To see this item in-game, a metadata patch is required.`,
117
117
code_drifterBeardName: `Barbe du Voyageur |INDEX|`,
118
118
code_reviveBooster: `Booster de Réanimation`,
119
119
code_reviveBoosterDesc: `Définir le nombre de réanimations à 4, permet de s'auto-réanimer lors de la Chasse aux Archontes.`,
@@ -113,7 +113,7 @@ dict = {
113
113
code_replays: `Повторов`,
114
114
code_stalker: `Сталкер`,
115
115
code_darkExcalibur: `Тёмный |ITEM|`,
116
code_metadataPatchRequierd: `Чтобы увидеть этот предмет в игре, требуется metadata patch.`,
116
code_metadataPatchRequired: `Чтобы увидеть этот предмет в игре, требуется metadata patch.`,
117
117
code_drifterBeardName: `Борода скитальца: |INDEX|`,
118
118
code_reviveBooster: `Усилитель возрождения`,
119
119
code_reviveBoosterDesc: `Устанавливает количество возрождений на 4. Снимает ограничение на самовоскрешение на миссиях Охоты на архонтов.`,
@@ -113,7 +113,7 @@ dict = {
113
113
code_replays: `Повтори`,
114
114
code_stalker: `Сталкер`,
115
115
code_darkExcalibur: `Темний |ITEM|`,
116
code_metadataPatchRequierd: `[UNTRANSLATED] To see this item in the game, a metadata patch is required.`,
116
code_metadataPatchRequired: `[UNTRANSLATED] To see this item in-game, a metadata patch is required.`,
117
117
code_drifterBeardName: `Борода мандрівника: |INDEX|`,
118
118
code_reviveBooster: `Збільшувач зцілення`,
119
119
code_reviveBoosterDesc: `Встановлює кількість відроджень до 4, що дозволяє самовідроджуватися в Архонтових ловах.`,
@@ -113,7 +113,7 @@ dict = {
113
113
code_replays: `回放`,
114
114
code_stalker: `追猎者`,
115
115
code_darkExcalibur: `暗影圣装圣剑`,
116
code_metadataPatchRequierd: `[UNTRANSLATED] To see this item in the game, a metadata patch is required.`,
116
code_metadataPatchRequired: `[UNTRANSLATED] To see this item in-game, a metadata patch is required.`,
117
117
code_drifterBeardName: `漂泊者胡须 |INDEX|`,
118
118
code_reviveBooster: `复活加速器`,
119
119
code_reviveBoosterDesc: `将复活次数设置为4次, 这样在执政官狩猎中就可以进行自我复活.`,