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:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user