Replace downloads list with updater tool

This commit is contained in:
hensm
2019-02-14 05:00:03 +00:00
parent d4d55ea59e
commit 98bd2f2ab3
11 changed files with 524 additions and 94 deletions

View File

@@ -69,17 +69,32 @@
, "optionsBridgeNoAction": {
"message": "No action needed."
}
, "optionsBridgeDownloadsGet": {
"message": "Fetch downloads"
, "optionsBridgeUpdateCheck": {
"message": "Check for Updates"
}
, "optionsBridgeDownloadsLoading": {
"message": "Fetching downloads$1"
, "optionsBridgeUpdateChecking": {
"message": "Checking for Updates$1"
}
, "optionsBridgeDownloadsGetFailed": {
"message": "Failed to fetch downloads"
, "optionsBridgeUpdateStatusNoUpdates": {
"message": "No updates available"
}
, "optionsBridgeUpdateStatusError": {
"message": "Error checking for updates"
}
, "optionsBridgeUpdateAvailable": {
"message": "An update is available:"
}
, "optionsBridgeUpdatePackageTypeSelect": {
"message": "Select package type"
}
, "optionsBridgeDownloadsTitle": {
"message": "Bridge downloads"
, "optionsBridgeUpdatePackageTypeDeb": {
"message": ".deb (Debian/Ubuntu)"
}
, "optionsBridgeUpdatePackageTypeRpm": {
"message": ".rpm (Fedora)"
}
, "optionsBridgeUpdate": {
"message": "Update Now..."
}
, "optionsMediaCategoryName": {
@@ -167,4 +182,24 @@
, "optionsSaved": {
"message": "Saved!"
}
, "updaterCancel": {
"message": "Cancel"
}
, "updaterDescriptionDownloading": {
"message": "Downloading..."
}
, "updaterAdditionalDescriptionDownloading": {
"message": "Fetching update package"
}
, "updaterDescriptionInstallReady": {
"message": "Ready to install"
}
, "updaterAdditionalDescriptionInstallReady": {
"message": "The install package has been downloaded to your default downloads location."
}
, "updaterInstall": {
"message": "Install..."
}
}