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 and Chinese translation file (#1196)

- Translated the latest new vendor string into German in `de.js` - Added the `[UNTRANSLATED] No Vendor Purchase Limits` placeholder string in `zh.js` because that file was missed. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1196 Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>

2f59b3d7
Animan8000 <animan8000@noreply.localhost>
提交于

代码差异

2 个文件 +2 -1
Modified static/webui/translations/de.js +1 -1
@@ -110,7 +110,7 @@ dict = {
110 110 cheats_unlockExilusEverywhere: `Exilus-Adapter überall`,
111 111 cheats_unlockArcanesEverywhere: `Arkana-Adapter überall`,
112 112 cheats_noDailyStandingLimits: `Kein tägliches Ansehenslimit`,
113 cheats_noVendorPurchaseLimits: `[UNTRANSLATED] No Vendor Purchase Limits`,
113 cheats_noVendorPurchaseLimits: `Keine Kaufbeschränkungen bei Händlern`,
114 114 cheats_instantResourceExtractorDrones: `Sofortige Ressourcen-Extraktor-Drohnen`,
115 115 cheats_noDojoRoomBuildStage: `Kein Dojo-Raum-Bauvorgang`,
116 116 cheats_fastDojoRoomDestruction: `Schnelle Dojo-Raum-Zerstörung`,
Modified static/webui/translations/zh.js +1 -0
@@ -110,6 +110,7 @@ dict = {
110 110 cheats_unlockExilusEverywhere: `全物品自带适配器`,
111 111 cheats_unlockArcanesEverywhere: `全物品自带赋能适配器`,
112 112 cheats_noDailyStandingLimits: `无每日声望限制`,
113 cheats_noVendorPurchaseLimits: `[UNTRANSLATED] No Vendor Purchase Limits`,
113 114 cheats_instantResourceExtractorDrones: `即时资源采集无人机`,
114 115 cheats_noDojoRoomBuildStage: `无视道场房间建造阶段`,
115 116 cheats_fastDojoRoomDestruction: `快速拆除道场房间`,