mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-01 00:47:28 +08:00
feat: add one-click update feature to admin panel
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-4
File diff suppressed because one or more lines are too long
Vendored
+90
-90
File diff suppressed because one or more lines are too long
Vendored
+11
@@ -874,6 +874,17 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
|
||||
"nextPage": "Next page",
|
||||
"lastPage": "Go to last page"
|
||||
}
|
||||
},
|
||||
"update": {
|
||||
"title": "System Update",
|
||||
"newVersion": "New Version Available",
|
||||
"currentVersion": "Current Version",
|
||||
"latestVersion": "Latest Version",
|
||||
"updateLater": "Update Later",
|
||||
"updateNow": "Update Now",
|
||||
"updating": "Updating...",
|
||||
"updateSuccess": "Update successful, system will restart shortly",
|
||||
"updateFailed": "Update failed, please try again later"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
|
||||
Vendored
+11
@@ -870,6 +870,17 @@ window.XBOARD_TRANSLATIONS['ko-KR'] = {
|
||||
"nextPage": "다음 페이지",
|
||||
"lastPage": "마지막 페이지로 이동"
|
||||
}
|
||||
},
|
||||
"update": {
|
||||
"title": "시스템 업데이트",
|
||||
"newVersion": "새 버전 발견",
|
||||
"currentVersion": "현재 버전",
|
||||
"latestVersion": "최신 버전",
|
||||
"updateLater": "나중에 업데이트",
|
||||
"updateNow": "지금 업데이트",
|
||||
"updating": "업데이트 중...",
|
||||
"updateSuccess": "업데이트 성공, 시스템이 곧 재시작됩니다",
|
||||
"updateFailed": "업데이트 실패, 나중에 다시 시도해주세요"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
|
||||
Vendored
+11
@@ -879,6 +879,17 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
|
||||
"nextPage": "下一页",
|
||||
"lastPage": "跳转到最后一页"
|
||||
}
|
||||
},
|
||||
"update": {
|
||||
"title": "系统更新",
|
||||
"newVersion": "发现新版本",
|
||||
"currentVersion": "当前版本",
|
||||
"latestVersion": "最新版本",
|
||||
"updateLater": "稍后更新",
|
||||
"updateNow": "立即更新",
|
||||
"updating": "更新中...",
|
||||
"updateSuccess": "更新成功,系统将在稍后自动重启",
|
||||
"updateFailed": "更新失败,请稍后重试"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
|
||||
Reference in New Issue
Block a user