1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-26 05:55:03 +08:00

Add: Updater in GUI

This commit is contained in:
18870
2022-01-11 02:36:45 +08:00
parent 1d716b27f1
commit 1c460bd7a9
11 changed files with 331 additions and 100 deletions

View File

@@ -1767,7 +1767,11 @@
"ScrollON": "自動滾動 開",
"ScrollOFF": "自動滾動 關",
"ClearLog": "清空日誌",
"Setting": "設定"
"Setting": "設定",
"CheckUpdate": "檢查更新",
"ClickToUpdate": "進行更新",
"RetryUpdate": "重試更新",
"CancelUpdate": "取消更新"
},
"Toast": {
"DisableTranslateMode": "點擊這裡關閉翻譯模式",
@@ -1786,7 +1790,8 @@
},
"MenuDevelop": {
"HomePage": "主頁",
"Translate": "翻譯"
"Translate": "翻譯",
"Update": "更新器"
},
"Overview": {
"Scheduler": "調度器",
@@ -1803,6 +1808,16 @@
"Confirm": "添加",
"FileExist": "存在同名的設定檔案,請重新命名"
},
"Update": {
"UpToDate": "已是最新版本",
"HaveUpdate": "有新版本可用",
"UpdateFailed": "更新失敗,可在./log/*_gui.txt中找到錯誤日誌",
"UpdateStart": "開始更新",
"UpdateWait": "等待所有 Alas 完成當前任務",
"UpdateRun": "更新中",
"UpdateSuccess": "更新成功,正在重啓",
"UpdateChecking": "檢查更新中"
},
"Text": {
"InvalidFeedBack": "格式錯誤。 示例:{0}"
}