Feature/about screen add option to check for and trigger updates (#485)
* [VersionMapping] Require server version "r1436" for preview * Move ts util types to new type file * Add buttons for updating server and webUI
This commit is contained in:
@@ -339,6 +339,16 @@
|
||||
},
|
||||
"time": {
|
||||
"hour_short": "h"
|
||||
},
|
||||
"update": {
|
||||
"label": {
|
||||
"available": "Update available",
|
||||
"check_failure": "Could not check for update",
|
||||
"checking": "Checking for update",
|
||||
"up_to_date": "This is the latest version",
|
||||
"update_failure": "Update failed",
|
||||
"updating": "{{progress}}% | Updating…"
|
||||
}
|
||||
}
|
||||
},
|
||||
"library": {
|
||||
@@ -531,6 +541,8 @@
|
||||
"label": {
|
||||
"channel": "$t(settings.webui.title.webui) channel",
|
||||
"github": "$t(global.label.github) $t(settings.webui.title.webui)",
|
||||
"update_failure": "Could not update $t(settings.webui.title.webui)",
|
||||
"update_success": "Updated $t(settings.webui.title.webui) to version {{version}}. Refresh required",
|
||||
"version": "$t(settings.webui.title.webui) version"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user