From 969fa3c797148efd3779bd42e34ada7d7c5519fa Mon Sep 17 00:00:00 2001 From: jliddev Date: Tue, 10 Nov 2020 15:02:36 -0600 Subject: [PATCH] Run the other languages --- wowup-electron/src/assets/i18n/de.json | 6 ++++++ wowup-electron/src/assets/i18n/en.json | 10 +++++----- wowup-electron/src/assets/i18n/es.json | 6 ++++++ wowup-electron/src/assets/i18n/fr.json | 6 ++++++ wowup-electron/src/assets/i18n/it.json | 6 ++++++ wowup-electron/src/assets/i18n/ko.json | 6 ++++++ wowup-electron/src/assets/i18n/nb.json | 6 ++++++ wowup-electron/src/assets/i18n/pt.json | 6 ++++++ wowup-electron/src/assets/i18n/ru.json | 6 ++++++ wowup-electron/src/assets/i18n/zh.json | 6 ++++++ 10 files changed, 59 insertions(+), 5 deletions(-) diff --git a/wowup-electron/src/assets/i18n/de.json b/wowup-electron/src/assets/i18n/de.json index 513d8fa7..6c292633 100644 --- a/wowup-electron/src/assets/i18n/de.json +++ b/wowup-electron/src/assets/i18n/de.json @@ -47,6 +47,9 @@ "YEARS_AGO": "Vor {count} {count, plural, one{Jahr} other{Jahren}}", "YESTERDAY": "Gestern" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} Milliarden", "MILLION": "{count} Millionen", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "Von {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "Im Browser anzeigen", "VIEW_ON_PROVIDER_PREFIX": "Anzeigen auf" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Bist du sicher, dass du die folgenden {count} Addons entfernen willst?", "CONFIRMATION_MORE_THAN_THREE": "Bist du sicher, dass du die ausgewählten {count} Addons entfernen willst?", "CONFIRMATION_ONE": "Bist du sicher, dass du {addonName} entfernen willst?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Deinstalliere {count, plural, =1{Addon} other{Addons}}?" }, "UPDATE_ALL_BUTTON": "Alle aktualisieren", diff --git a/wowup-electron/src/assets/i18n/en.json b/wowup-electron/src/assets/i18n/en.json index 617516b3..5fc535d6 100644 --- a/wowup-electron/src/assets/i18n/en.json +++ b/wowup-electron/src/assets/i18n/en.json @@ -47,6 +47,9 @@ "YEARS_AGO": "{count} {count, plural, one{year} other{years}} ago", "YESTERDAY": "Yesterday" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} billion", "MILLION": "{count} million", @@ -64,9 +67,6 @@ }, "SEARCH": { "NO_ADDONS": "No addons found" - }, - "DEPENDENCY": { - "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" } }, "DIALOGS": { @@ -190,9 +190,9 @@ "CONFIRMATION_LESS_THAN_THREE": "Are you sure you want to remove the following {count} addons?", "CONFIRMATION_MORE_THAN_THREE": "Are you sure you want to remove the selected {count} addons?", "CONFIRMATION_ONE": "Are you sure you want to remove {addonName}?", - "TITLE": "Uninstall {count, plural, =1{Addon} other{Addons}}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", "DEPENDENCY_TITLE": "Remove Addon Dependencies?", - "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?" + "TITLE": "Uninstall {count, plural, =1{Addon} other{Addons}}?" }, "UPDATE_ALL_BUTTON": "Update All", "UPDATE_ALL_BUTTON_TOOLTIP": "Update all addons for this client", diff --git a/wowup-electron/src/assets/i18n/es.json b/wowup-electron/src/assets/i18n/es.json index ae7ab992..53310faa 100644 --- a/wowup-electron/src/assets/i18n/es.json +++ b/wowup-electron/src/assets/i18n/es.json @@ -47,6 +47,9 @@ "YEARS_AGO": "Hace {count} {count, plural, un{año} other{años}}", "YESTERDAY": "Ayer" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} billones", "MILLION": "{count} millones", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "Por {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "Ver en el navegador", "VIEW_ON_PROVIDER_PREFIX": "Ver en" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Esta seguro / a que quiere eliminar los siguientes {count} addons?", "CONFIRMATION_MORE_THAN_THREE": "Esta seguro / a que quiere eliminar los addons {count} seleccionados?", "CONFIRMATION_ONE": "Esta seguro / a que quiere eliminar {addonName}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Desinstalar {count, plural, =1{Addon} otros{Addons}}?" }, "UPDATE_ALL_BUTTON": "Actualizar todo", diff --git a/wowup-electron/src/assets/i18n/fr.json b/wowup-electron/src/assets/i18n/fr.json index 35cc4717..a92699b0 100644 --- a/wowup-electron/src/assets/i18n/fr.json +++ b/wowup-electron/src/assets/i18n/fr.json @@ -47,6 +47,9 @@ "YEARS_AGO": "{count} {count, plural, one{year} other{years}} ago", "YESTERDAY": "Yesterday" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} billion", "MILLION": "{count} million", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "By {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "Voir dans le navigateur", "VIEW_ON_PROVIDER_PREFIX": "View on" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Are you sure you want to remove the following {count} addons?", "CONFIRMATION_MORE_THAN_THREE": "Are you sure you want to remove the selected {count} addons?", "CONFIRMATION_ONE": "Are you sure you want to remove {addonName}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Uninstall {count, plural, =1{Addon} other{Addons}}?" }, "UPDATE_ALL_BUTTON": "Tout mettre à jour", diff --git a/wowup-electron/src/assets/i18n/it.json b/wowup-electron/src/assets/i18n/it.json index 7311c1bf..4ddff38d 100644 --- a/wowup-electron/src/assets/i18n/it.json +++ b/wowup-electron/src/assets/i18n/it.json @@ -47,6 +47,9 @@ "YEARS_AGO": "{count} {count, plural, one{year} other{years}} ago", "YESTERDAY": "Ieri" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} {count, plural, one{miliardo} other{miliardi}}", "MILLION": "{count} {count, plural, one{milione} other{milioni}}", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "Di {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "Visualizza nel browser", "VIEW_ON_PROVIDER_PREFIX": "Visualizza su" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Sei sicuro di voler rimuovere {count, plural, =1{il seguente} other{i seguenti}} {count, plural, one{addon} other{{count} addons}}??", "CONFIRMATION_MORE_THAN_THREE": "Sei sicuro di voler rimuovere i {count} addons selezionati?", "CONFIRMATION_ONE": "Sei sicuro di voler rimuovere {addonName}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Disinstallare {count, plural, =1{l'addon} other{gli addons}}?" }, "UPDATE_ALL_BUTTON": "Aggiorna Tutto", diff --git a/wowup-electron/src/assets/i18n/ko.json b/wowup-electron/src/assets/i18n/ko.json index 4c07538f..b931ac58 100644 --- a/wowup-electron/src/assets/i18n/ko.json +++ b/wowup-electron/src/assets/i18n/ko.json @@ -47,6 +47,9 @@ "YEARS_AGO": "{count} {count, plural, one{year} other{years}} ago", "YESTERDAY": "Yesterday" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} billion", "MILLION": "{count} million", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "By {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "View in browser", "VIEW_ON_PROVIDER_PREFIX": "View on" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Are you sure you want to remove the following {count} addons?", "CONFIRMATION_MORE_THAN_THREE": "Are you sure you want to remove the selected {count} addons?", "CONFIRMATION_ONE": "Are you sure you want to remove {addonName}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Uninstall {count, plural, =1{Addon} other{Addons}}?" }, "UPDATE_ALL_BUTTON": "Update All", diff --git a/wowup-electron/src/assets/i18n/nb.json b/wowup-electron/src/assets/i18n/nb.json index 78bf1501..744b58af 100644 --- a/wowup-electron/src/assets/i18n/nb.json +++ b/wowup-electron/src/assets/i18n/nb.json @@ -47,6 +47,9 @@ "YEARS_AGO": "{count} {count, plural, one{year} other{years}} ago", "YESTERDAY": "I går" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} milliarder", "MILLION": "{count} millioner", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "Av {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "Se i nettleser", "VIEW_ON_PROVIDER_PREFIX": "View on" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Er du sikker på at du vil fjerne disse {count} utvidelsene?", "CONFIRMATION_MORE_THAN_THREE": "Er du sikker på at du vil fjerne {count} utvalgte utvidelser?", "CONFIRMATION_ONE": "Er du sikker på at du vil fjerne {addonName}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Avinstaller {count, plural, =1{Utvidelse} other{Utvidelser}}?" }, "UPDATE_ALL_BUTTON": "Oppdater Alle", diff --git a/wowup-electron/src/assets/i18n/pt.json b/wowup-electron/src/assets/i18n/pt.json index 73945ecd..7e31b57d 100644 --- a/wowup-electron/src/assets/i18n/pt.json +++ b/wowup-electron/src/assets/i18n/pt.json @@ -47,6 +47,9 @@ "YEARS_AGO": "{count} {count, plural, one{ano} other{anos}} atrás", "YESTERDAY": "Ontem" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} bilhão", "MILLION": "{count} milhão", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "Por {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "Visualizar no navegador", "VIEW_ON_PROVIDER_PREFIX": "View on" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Você tem certeza que quer remover os {count} addons abaixo?", "CONFIRMATION_MORE_THAN_THREE": "Você tem certeza que quer remover os {count} addons selecionados?", "CONFIRMATION_ONE": "Você tem certeza que quer remover {addonName}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Desinstalar {count, plural, =1{Addon} other{Addons}}?" }, "UPDATE_ALL_BUTTON": "Atualizar todos", diff --git a/wowup-electron/src/assets/i18n/ru.json b/wowup-electron/src/assets/i18n/ru.json index 3764e98e..eaaf4e47 100644 --- a/wowup-electron/src/assets/i18n/ru.json +++ b/wowup-electron/src/assets/i18n/ru.json @@ -47,6 +47,9 @@ "YEARS_AGO": "{count} {count, plural, one{год} few{года} other{лет}} назад", "YESTERDAY": "Вчера" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} {count, plural, one{миллиард} few{миллиарда} other{миллиардов}}", "MILLION": "{count} {count, plural, one{миллион} few{миллиона} other{миллионов}}", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "От {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "Посмотреть в браузере", "VIEW_ON_PROVIDER_PREFIX": "Посмотреть на" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Вы действительно хотите удалить следующие {count} {count, plural, few{модификации} other{модификаций}}?", "CONFIRMATION_MORE_THAN_THREE": "Вы действительно хотите удалить выбранные {count} {count, plural, few{модификации} other{модификаций}}?", "CONFIRMATION_ONE": "Вы действительно хотите удалить {addonName}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Удалить {count, plural, one{модификацию} other{модификации}}?" }, "UPDATE_ALL_BUTTON": "Обновить всё", diff --git a/wowup-electron/src/assets/i18n/zh.json b/wowup-electron/src/assets/i18n/zh.json index 516e0e5b..3f546094 100644 --- a/wowup-electron/src/assets/i18n/zh.json +++ b/wowup-electron/src/assets/i18n/zh.json @@ -47,6 +47,9 @@ "YEARS_AGO": "{count} {count, plural, one{year} other{years}} ago", "YESTERDAY": "Yesterday" }, + "DEPENDENCY": { + "TOOLTIP": "{dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}" + }, "DOWNLOAD_COUNT": { "BILLION": "{count} billion", "MILLION": "{count} million", @@ -69,6 +72,7 @@ "DIALOGS": { "ADDON_DETAILS": { "BY_AUTHOR": "By {authorName}", + "DEPENDENCY_TEXT": "This addon has {dependencyCount} required {dependencyCount, plural, one{dependency} other{dependencies}}", "VIEW_IN_BROWSER_BUTTON": "在浏览器中查看", "VIEW_ON_PROVIDER_PREFIX": "View on" }, @@ -186,6 +190,8 @@ "CONFIRMATION_LESS_THAN_THREE": "Are you sure you want to remove the following {count} addons?", "CONFIRMATION_MORE_THAN_THREE": "Are you sure you want to remove the selected {count} addons?", "CONFIRMATION_ONE": "Are you sure you want to remove {addonName}?", + "DEPENDENCY_MESSAGE": "{addonName} has {dependencyCount} {dependencyCount, plural, one{dependency} other{dependencies}}. Do you want to remove them also?", + "DEPENDENCY_TITLE": "Remove Addon Dependencies?", "TITLE": "Uninstall {count, plural, =1{Addon} other{Addons}}?" }, "UPDATE_ALL_BUTTON": "全部更新",