1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-30 15:33:52 +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}"
}