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(webui): update to German translation (#1469)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1469 Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>

65306e04
Animan8000 <animan8000@noreply.localhost>
提交于

代码差异

1 个文件 +8 -8
Modified static/webui/translations/de.js +8 -8
@@ -45,14 +45,14 @@ dict = {
45 45 code_zanukaA: `Jagdhund: Dorma`,
46 46 code_zanukaB: `Jagdhund: Bhaira`,
47 47 code_zanukaC: `Jagdhund: Hec`,
48 code_stage: `[UNTRANSLATED] Stage`,
49 code_complete: `[UNTRANSLATED] Complete`,
50 code_nextStage: `[UNTRANSLATED] Next stage`,
51 code_prevStage: `[UNTRANSLATED] Previous stage`,
52 code_reset: `[UNTRANSLATED] Reset`,
53 code_setInactive: `[UNTRANSLATED] Make the quest inactive`,
54 code_completed: `[UNTRANSLATED] Completed`,
55 code_active: `[UNTRANSLATED] Active`,
48 code_stage: `Abschnitt`,
49 code_complete: `Abschließen`,
50 code_nextStage: `Nächster Abschnitt`,
51 code_prevStage: `Vorheriger Abschnitt`,
52 code_reset: `Zurücksetzen`,
53 code_setInactive: `Quest inaktiv setzen`,
54 code_completed: `Abgeschlossen`,
55 code_active: `Aktiv`,
56 56 login_description: `Melde dich mit deinem OpenWF-Account an (denselben Angaben wie im Spiel, wenn du dich mit diesem Server verbindest).`,
57 57 login_emailLabel: `E-Mail-Adresse`,
58 58 login_passwordLabel: `Passwort`,