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): clarify /sync command goes into chat (#2835)

Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2835 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: LoseFace <loseface@noreply.localhost> Co-committed-by: LoseFace <loseface@noreply.localhost>

0136e4d1
LoseFace <loseface@noreply.localhost>
提交于

代码差异

3 个文件 +4 -4
Modified static/webui/translations/de.js +1 -1
@@ -227,7 +227,7 @@ dict = {
227 227 cheats_baroFullyStocked: `Baro hat volles Inventar`,
228 228 cheats_syndicateMissionsRepeatable: `Syndikat-Missionen wiederholbar`,
229 229 cheats_unlockAllProfitTakerStages: `Alle Profiteintreiber-Phasen freischalten`,
230 cheats_unlockSuccInventory: `[UNTRANSLATED] Success. Please note that you'll need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
230 cheats_unlockSuccInventory: `[UNTRANSLATED] Success. Please note that you'll need to resync your inventory, e.g. using the bootstrapper's /sync command in game chat, visiting a dojo/relay, or relogging.`,
231 231 cheats_instantFinishRivenChallenge: `Riven-Mod Herausforderung sofort abschließen`,
232 232 cheats_instantResourceExtractorDrones: `Sofortige Ressourcen-Extraktor-Drohnen`,
233 233 cheats_noResourceExtractorDronesDamage: `Kein Schaden für Ressourcen-Extraktor-Drohnen`,
Modified static/webui/translations/en.js +2 -2
@@ -1,5 +1,5 @@
1 1 dict = {
2 general_inventoryUpdateNote: `Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
2 general_inventoryUpdateNote: `Note: To see changes in-game, you need to resync your inventory, e.g. using the bootstrapper's /sync command in game chat, visiting a dojo/relay, or relogging.`,
3 3 general_inventoryUpdateNoteGameWs: `Note: You may need to reopen any menu you are on for changes to be reflected.`,
4 4 general_addButton: `Add`,
5 5 general_setButton: `Set`,
@@ -226,7 +226,7 @@ dict = {
226 226 cheats_baroFullyStocked: `Baro Fully Stocked`,
227 227 cheats_syndicateMissionsRepeatable: `Syndicate Missions Repeatable`,
228 228 cheats_unlockAllProfitTakerStages: `Unlock All Profit Taker Stages`,
229 cheats_unlockSuccInventory: `Success. Please note that you'll need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
229 cheats_unlockSuccInventory: `Success. Please note that you'll need to resync your inventory, e.g. using the bootstrapper's /sync command in game chat, visiting a dojo/relay, or relogging.`,
230 230 cheats_instantFinishRivenChallenge: `Instant Finish Riven Challenge`,
231 231 cheats_instantResourceExtractorDrones: `Instant Resource Extractor Drones`,
232 232 cheats_noResourceExtractorDronesDamage: `No Resource Extractor Drones Damage`,
Modified static/webui/translations/zh.js +1 -1
@@ -227,7 +227,7 @@ dict = {
227 227 cheats_baroFullyStocked: `虚空商人贩卖所有商品`,
228 228 cheats_syndicateMissionsRepeatable: `集团任务可重复完成`,
229 229 cheats_unlockAllProfitTakerStages: `解锁利润收割者圆蛛所有阶段`,
230 cheats_unlockSuccInventory: `[UNTRANSLATED] Success. Please note that you'll need to resync your inventory, e.g. using the bootstrapper's /sync command, visiting a dojo/relay, or relogging.`,
230 cheats_unlockSuccInventory: `[UNTRANSLATED] Success. Please note that you'll need to resync your inventory, e.g. using the bootstrapper's /sync command in game chat, visiting a dojo/relay, or relogging.`,
231 231 cheats_instantFinishRivenChallenge: `立即完成裂罅挑战`,
232 232 cheats_instantResourceExtractorDrones: `资源无人机即时完成`,
233 233 cheats_noResourceExtractorDronesDamage: `资源无人机不会损毁`,