Remove updater locale strings

This commit is contained in:
hensm
2019-06-25 23:28:31 +01:00
parent fbd2b1eaa9
commit e1a3ca43e1
2 changed files with 1 additions and 68 deletions

View File

@@ -166,20 +166,8 @@
}
, "optionsBridgeUpdateAvailable": {
"message": "An update is available:"
, "description": "Update status an update was found."
, "description": "Update status if an update was found."
}
, "optionsBridgeUpdatePackageTypeSelect": {
"message": "Select package type"
, "description": "Placeholder <select> value for Linux package type selection."
}
, "optionsBridgeUpdatePackageTypeDeb": {
"message": ".deb (Debian/Ubuntu)"
, "description": "Linux .deb package type <option> text"
}
, "optionsBridgeUpdatePackageTypeRpm": {
"message": ".rpm (Fedora)"
, "description": "Linux .rpm package type <option> text"
}
, "optionsBridgeUpdate": {
"message": "Update Now..."
, "description": "Update now button title. Ellipsis indicates additional information as it triggers an update window popup."
@@ -303,30 +291,4 @@
"message": "Saved!"
, "description": "Status text displayed by save button once options have been successfully saved."
}
, "updaterCancel": {
"message": "Cancel"
, "description": "Updater cancel update download button title."
}
, "updaterDescriptionDownloading": {
"message": "Downloading..."
, "description": "Updater status downloading title text."
}
, "updaterAdditionalDescriptionDownloading": {
"message": "Fetching update package"
, "description": "Updater status downloading description text."
}
, "updaterDescriptionInstallReady": {
"message": "Ready to install"
, "description": "Updater status ready to install title text."
}
, "updaterAdditionalDescriptionInstallReady": {
"message": "The install package has been downloaded to your default downloads location."
, "description": "Updater status ready to install description text."
}
, "updaterInstall": {
"message": "Install..."
, "description": "Updater install button title. Ellipsis indicates additional information as it triggers the some native UI for installing the package."
}
}

View File

@@ -81,15 +81,6 @@
, "optionsBridgeUpdateAvailable": {
"message": "Er is een update beschikbaar:"
}
, "optionsBridgeUpdatePackageTypeSelect": {
"message": "Kies het soort pakket"
}
, "optionsBridgeUpdatePackageTypeDeb": {
"message": ".deb (Debian/Ubuntu)"
}
, "optionsBridgeUpdatePackageTypeRpm": {
"message": ".rpm (Fedora)"
}
, "optionsBridgeUpdate": {
"message": "Nu bijwerken..."
}
@@ -179,24 +170,4 @@
, "optionsSaved": {
"message": "Opgeslagen!"
}
, "updaterCancel": {
"message": "Annuleren"
}
, "updaterDescriptionDownloading": {
"message": "Bezig met downloaden..."
}
, "updaterAdditionalDescriptionDownloading": {
"message": "Bezig met ophalen van updatepakket"
}
, "updaterDescriptionInstallReady": {
"message": "Klaar voor installatie"
}
, "updaterAdditionalDescriptionInstallReady": {
"message": "Het installatiepakket is opgeslagen in je standaard downloadmap."
}
, "updaterInstall": {
"message": "Installeren..."
}
}