mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-18 21:57:32 +08:00
feat: add one-click update feature to admin panel
This commit is contained in:
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": {
|
||||
|
||||
Reference in New Issue
Block a user