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: update translations

df70050c
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +5 -4
Modified static/webui/translations/ru.js +5 -4
@@ -119,10 +119,11 @@ dict = {
119 119 cheats_changeButton: `Изменить`,
120 120 cheats_none: `Отсутствует`,
121 121 cheats_quests: `[UNTRANSLATED] Quests`,
122 cheats_quests_UnlockAll: `[UNTRANSLATED] Unlock All Quests`,
123 cheats_quests_CompleteAll: `[UNTRANSLATED] Complete All Quests`,
124 cheats_quests_CompleteAllUnlocked: `[UNTRANSLATED] Complete All Unlocked Quests`,
125 cheats_quests_ResetAll: `[UNTRANSLATED] Reset All Quests`,
122 cheats_quests_unlockAll: `[UNTRANSLATED] Unlock All Quests`,
123 cheats_quests_completeAll: `[UNTRANSLATED] Complete All Quests`,
124 cheats_quests_completeAllUnlocked: `[UNTRANSLATED] Complete All Unlocked Quests`,
125 cheats_quests_resetAll: `[UNTRANSLATED] Reset All Quests`,
126 cheats_quests_giveAll: `[UNTRANSLATED] Give All Quests`,
126 127 import_importNote: `Вы можете загрузить полный или частичный ответ инвентаря (клиентское представление) здесь. Все поддерживаемые поля <b>будут перезаписаны</b> в вашем аккаунте.`,
127 128 import_submit: `Submit`
128 129 };