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": {
+10 -1
View File
@@ -690,7 +690,16 @@
},
"about": {
"version": "版本"
"version": "版本",
"checkingUpdate": "正在检查更新...",
"latestVersion": "已是最新版本",
"updateAvailable": "发现新版本 {version}",
"error": {
"checkFailed": "检查更新失败",
"checkFailedShort": "检查失败",
"noReleases": "未找到发布版本",
"rateLimit": "GitHub API 速率限制,请稍后再试"
}
}
},
"notificationController": {