This commit is contained in:
Baobhan Sith
2025-05-03 11:31:48 +08:00
parent f7aec93f29
commit eba70631de
4 changed files with 79 additions and 5 deletions
+10 -1
View File
@@ -689,7 +689,16 @@
}
},
"about": {
"version": "Version"
"version": "Version",
"checkingUpdate": "Checking for update...",
"latestVersion": "Up to date",
"updateAvailable": "Update available: {version}!",
"error": {
"checkFailed": "Failed to check for updates",
"checkFailedShort": "Check failed",
"noReleases": "No releases found",
"rateLimit": "GitHub API rate limit exceeded, please try again later"
}
}
},
"notificationController": {