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

XFESpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/XFESpaceNinjaServer

chore(webui): update Chinese translation (#2380)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2380 Co-authored-by: Corvus <corvus@noreply.localhost> Co-committed-by: Corvus <corvus@noreply.localhost>

d3102acb
Corvus <corvus@noreply.localhost>
提交于

代码差异

1 个文件 +11 -11
Modified static/webui/translations/zh.js +11 -11
@@ -2,8 +2,8 @@
2 2 dict = {
3 3 general_inventoryUpdateNote: `注意:要在游戏中查看更改,您需要重新同步库存,例如使用引导程序的 /sync 命令、访问道场 / 中继站或重新登录`,
4 4 general_addButton: `添加`,
5 general_setButton: `[UNTRANSLATED] Set`,
6 general_removeButton: `[UNTRANSLATED] Remove`,
5 general_setButton: `设置`,
6 general_removeButton: `移除`,
7 7 general_bulkActions: `批量操作`,
8 8
9 9 code_loginFail: `登录失败。请检查邮箱和密码。`,
@@ -120,7 +120,7 @@ dict = {
120 120 detailedView_archonShardsDescription: `您可以使用这些无限插槽应用各种强化效果`,
121 121 detailedView_archonShardsDescription2: `请注意, 在加载时, 每个执政官源力石都需要一定的时间来生效。`,
122 122 detailedView_valenceBonusLabel: `效价加成`,
123 detailedView_valenceBonusDescription: `[UNTRANSLATED] You can set or remove the Valence Bonus from your weapon.`,
123 detailedView_valenceBonusDescription: `您可以设置或移除武器上的效价加成。`,
124 124
125 125 mods_addRiven: `添加裂罅MOD`,
126 126 mods_fingerprint: `印记`,
@@ -136,17 +136,17 @@ dict = {
136 136 cheats_skipAllDialogue: `跳过所有对话`,
137 137 cheats_unlockAllScans: `解锁所有扫描`,
138 138 cheats_unlockAllMissions: `解锁所有任务`,
139 cheats_unlockAllMissions_ok: `[UNTRANSLATED] Success. Please note that you'll need to enter a dojo/relay or relog for the client to refresh the star chart.`,
139 cheats_unlockAllMissions_ok: `操作成功。请注意,您需要进入道场 / 中继站或重新登录客户端以刷新星图数据。`,
140 140 cheats_infiniteCredits: `无限现金`,
141 141 cheats_infinitePlatinum: `无限白金`,
142 142 cheats_infiniteEndo: `无限内融核心`,
143 143 cheats_infiniteRegalAya: `无限御品阿耶`,
144 144 cheats_infiniteHelminthMaterials: `无限Helminth材料`,
145 145 cheats_claimingBlueprintRefundsIngredients: `取消蓝图制造时返还材料`,
146 cheats_dontSubtractPurchaseCreditCost: `不减少现金花费`,
147 cheats_dontSubtractPurchasePlatinumCost: `不减少白金花费`,
148 cheats_dontSubtractPurchaseItemCost: `不减少物品花费`,
149 cheats_dontSubtractPurchaseStandingCost: `不减少声望花费`,
146 cheats_dontSubtractPurchaseCreditCost: `购物时不减少现金花费`,
147 cheats_dontSubtractPurchasePlatinumCost: `购物时不减少白金花费`,
148 cheats_dontSubtractPurchaseItemCost: `购物时不减少物品花费`,
149 cheats_dontSubtractPurchaseStandingCost: `购物时不减少声望花费`,
150 150 cheats_dontSubtractVoidTraces: `虚空光体无消耗`,
151 151 cheats_dontSubtractConsumables: `消耗物品使用时无损耗`,
152 152 cheats_unlockAllShipFeatures: `解锁所有飞船功能`,
@@ -185,7 +185,7 @@ dict = {
185 185 cheats_unlockAllSimarisResearchEntries: `解锁所有Simaris研究条目`,
186 186 cheats_disableDailyTribute: `禁用每日登录奖励`,
187 187 cheats_spoofMasteryRank: `伪造精通段位(-1为禁用)`,
188 cheats_relicRewardItemCountMultiplier: `[UNTRANSLATED] Relic Reward Item Count Multiplier`,
188 cheats_relicRewardItemCountMultiplier: `虚空遗物奖励物品数量倍率`,
189 189 cheats_nightwaveStandingMultiplier: `午夜电波声望倍率`,
190 190 cheats_save: `保存`,
191 191 cheats_account: `账户`,
@@ -307,8 +307,8 @@ dict = {
307 307 damageType_Poison: `毒素`,
308 308 damageType_Radiation: `辐射`,
309 309
310 theme_dark: `[UNTRANSLATED] Dark Theme`,
311 theme_light: `[UNTRANSLATED] Light Theme`,
310 theme_dark: `暗色主题`,
311 theme_light: `亮色主题`,
312 312
313 313 prettier_sucks_ass: ``
314 314 };