优化更新失败时的提示语

修复检查更新按钮点击后有重影
This commit is contained in:
xintaofei
2026-03-08 08:35:50 +08:00
parent a16a230c44
commit ab31d3063e
5 changed files with 141 additions and 25 deletions

View File

@@ -112,7 +112,14 @@
"alreadyLatest": "You're on the latest version",
"checkUpdateFailed": "Failed to check for updates: {message}",
"installSuccess": "Update installed. Relaunching app.",
"installFailed": "Update failed: {message}"
"installFailed": "Update failed: {message}",
"updateErrors": {
"sourceUnavailable": "Cannot reach the update source. Check your network or proxy and try again.",
"network": "Network connection failed. Check your network or proxy and try again.",
"downloadFailed": "Failed to download update package. Please try again later.",
"installFailed": "Failed to install update. Please close the app and try again.",
"unknown": "Update failed. Please try again later."
}
},
"ShortcutSettings": {
"sectionTitle": "Shortcuts",