1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-25 14:48:13 +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": "Auto Scroll ON",
"ScrollOFF": "Auto Scroll OFF",
"ClearLog": "Clear Log",
"Setting": "Setting"
"Setting": "Setting",
"CheckUpdate": "Check update",
"ClickToUpdate": "Click to update",
"RetryUpdate": "Retry update",
"CancelUpdate": "Cancel update"
},
"Toast": {
"DisableTranslateMode": "Click here to disable translate mode",
@@ -1786,7 +1790,8 @@
},
"MenuDevelop": {
"HomePage": "Home",
"Translate": "Translate"
"Translate": "Translate",
"Update": "Updater"
},
"Overview": {
"Scheduler": "Scheduler",
@@ -1803,6 +1808,16 @@
"Confirm": "Add",
"FileExist": "A config with the same name exists, please choose another one"
},
"Update": {
"UpToDate": "Latest version",
"HaveUpdate": "A new version is available",
"UpdateFailed": "Update failed. Logs can be found in ./log/*_gui.txt",
"UpdateStart": "Start update",
"UpdateWait": "Waiting for all alas complete current task",
"UpdateRun": "Updating",
"UpdateSuccess": "Update succeeded, restarting",
"UpdateChecking": "Checking for updates"
},
"Text": {
"InvalidFeedBack": "Invalid format. Example: {0}"
}