update
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -690,7 +690,16 @@
|
||||
|
||||
},
|
||||
"about": {
|
||||
"version": "版本"
|
||||
"version": "版本",
|
||||
"checkingUpdate": "正在检查更新...",
|
||||
"latestVersion": "已是最新版本",
|
||||
"updateAvailable": "发现新版本 {version}!",
|
||||
"error": {
|
||||
"checkFailed": "检查更新失败",
|
||||
"checkFailedShort": "检查失败",
|
||||
"noReleases": "未找到发布版本",
|
||||
"rateLimit": "GitHub API 速率限制,请稍后再试"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notificationController": {
|
||||
|
||||
Reference in New Issue
Block a user