Fix 'delete' -> 'clear' language on bounces UI. Closes #1072.

This commit is contained in:
Kailash Nadh 2023-02-26 13:19:00 +05:30
parent da377d83e6
commit d6fd4ab586
25 changed files with 71 additions and 2 deletions

View file

@ -9,11 +9,11 @@
<b-button v-if="bulk.checked.length > 0 || bulk.all" type="is-primary" <b-button v-if="bulk.checked.length > 0 || bulk.all" type="is-primary"
icon-left="trash-can-outline" data-cy="btn-delete" icon-left="trash-can-outline" data-cy="btn-delete"
@click.prevent="$utils.confirm(null, () => deleteBounces())"> @click.prevent="$utils.confirm(null, () => deleteBounces())">
{{ $t('globals.buttons.delete') }} {{ $t('globals.buttons.clear') }}
</b-button> </b-button>
<b-button v-if="bounces.total" icon-left="trash-can-outline" data-cy="btn-delete" <b-button v-if="bounces.total" icon-left="trash-can-outline" data-cy="btn-delete"
@click.prevent="$utils.confirm(null, () => deleteBounces(true))"> @click.prevent="$utils.confirm(null, () => deleteBounces(true))">
{{ $t('globals.buttons.deleteAll') }} {{ $t('globals.buttons.clearAll') }}
</b-button> </b-button>
</div> </div>
</header> </header>

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Afegeix nou", "globals.buttons.addNew": "Afegeix nou",
"globals.buttons.back": "Enrere", "globals.buttons.back": "Enrere",
"globals.buttons.cancel": "Cancel·la", "globals.buttons.cancel": "Cancel·la",
"globals.buttons.clear": "Esborra",
"globals.buttons.clearAll": "Esborra tot",
"globals.buttons.clone": "Clona", "globals.buttons.clone": "Clona",
"globals.buttons.close": "Tanca", "globals.buttons.close": "Tanca",
"globals.buttons.continue": "Continua", "globals.buttons.continue": "Continua",
@ -314,6 +316,7 @@
"public.noSubInfo": "No hi ha subscripcions per confirmar.", "public.noSubInfo": "No hi ha subscripcions per confirmar.",
"public.noSubTitle": "No hi ha subscripcions ", "public.noSubTitle": "No hi ha subscripcions ",
"public.notFoundTitle": "No trobat", "public.notFoundTitle": "No trobat",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Les teves preferències han estat desades.", "public.prefsSaved": "Les teves preferències han estat desades.",
"public.privacyConfirmWipe": "Estàs segur que vols suprimir totes les dades de la teva subscripció de manera permanent?", "public.privacyConfirmWipe": "Estàs segur que vols suprimir totes les dades de la teva subscripció de manera permanent?",
"public.privacyExport": "Exporta les teves dades", "public.privacyExport": "Exporta les teves dades",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Přidat nový", "globals.buttons.addNew": "Přidat nový",
"globals.buttons.back": "Zpět", "globals.buttons.back": "Zpět",
"globals.buttons.cancel": "Zrušit", "globals.buttons.cancel": "Zrušit",
"globals.buttons.clear": "Odstranit",
"globals.buttons.clearAll": "Odstranit vše",
"globals.buttons.clone": "Klonovat", "globals.buttons.clone": "Klonovat",
"globals.buttons.close": "Zavřít", "globals.buttons.close": "Zavřít",
"globals.buttons.continue": "Pokračovat", "globals.buttons.continue": "Pokračovat",
@ -314,6 +316,7 @@
"public.noSubInfo": "Nejsou zde žádné odběry k potvrzení.", "public.noSubInfo": "Nejsou zde žádné odběry k potvrzení.",
"public.noSubTitle": "Žádné odběry", "public.noSubTitle": "Žádné odběry",
"public.notFoundTitle": "Nebyl nalezen", "public.notFoundTitle": "Nebyl nalezen",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Předvolby byly uloženy.", "public.prefsSaved": "Předvolby byly uloženy.",
"public.privacyConfirmWipe": "Opravdu chcete trvale odstranit všechna data svých odběrů?", "public.privacyConfirmWipe": "Opravdu chcete trvale odstranit všechna data svých odběrů?",
"public.privacyExport": "Exportovat data", "public.privacyExport": "Exportovat data",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Ychwanegu newydd", "globals.buttons.addNew": "Ychwanegu newydd",
"globals.buttons.back": "Yn ôl", "globals.buttons.back": "Yn ôl",
"globals.buttons.cancel": "Canslo", "globals.buttons.cancel": "Canslo",
"globals.buttons.clear": "Dileu",
"globals.buttons.clearAll": "Dileu'r cyfan",
"globals.buttons.clone": "Clonio", "globals.buttons.clone": "Clonio",
"globals.buttons.close": "Cau", "globals.buttons.close": "Cau",
"globals.buttons.continue": "Parhau", "globals.buttons.continue": "Parhau",
@ -314,6 +316,7 @@
"public.noSubInfo": "Nid oes tanysgrifiadau i'w cadarnhau.", "public.noSubInfo": "Nid oes tanysgrifiadau i'w cadarnhau.",
"public.noSubTitle": "Dim tanysgrifiadau", "public.noSubTitle": "Dim tanysgrifiadau",
"public.notFoundTitle": "Heb ddod o hyd i unrhyw beth", "public.notFoundTitle": "Heb ddod o hyd i unrhyw beth",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Mae eich dewisiadau wedi cael eu cadw.", "public.prefsSaved": "Mae eich dewisiadau wedi cael eu cadw.",
"public.privacyConfirmWipe": "Ydych chi'n siŵr eich bod chi am ddileu'r holl ddata am eich tanysgrifiad yn barhaol?", "public.privacyConfirmWipe": "Ydych chi'n siŵr eich bod chi am ddileu'r holl ddata am eich tanysgrifiad yn barhaol?",
"public.privacyExport": "Allgludo eich data", "public.privacyExport": "Allgludo eich data",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Neu hinzufügen", "globals.buttons.addNew": "Neu hinzufügen",
"globals.buttons.back": "Zurück", "globals.buttons.back": "Zurück",
"globals.buttons.cancel": "Abbrechen", "globals.buttons.cancel": "Abbrechen",
"globals.buttons.clear": "Löschen",
"globals.buttons.clearAll": "Alle Löschen",
"globals.buttons.clone": "Duplizieren", "globals.buttons.clone": "Duplizieren",
"globals.buttons.close": "Schließen", "globals.buttons.close": "Schließen",
"globals.buttons.continue": "Fortfahren", "globals.buttons.continue": "Fortfahren",
@ -314,6 +316,7 @@
"public.noSubInfo": "Es gibt keine zu bestätigenden Abonnements", "public.noSubInfo": "Es gibt keine zu bestätigenden Abonnements",
"public.noSubTitle": "Keine Abonnements", "public.noSubTitle": "Keine Abonnements",
"public.notFoundTitle": "Nicht gefunden", "public.notFoundTitle": "Nicht gefunden",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Einstellungen wurden gespeichert.", "public.prefsSaved": "Einstellungen wurden gespeichert.",
"public.privacyConfirmWipe": "Bist du sicher, dass du alle Abonnements und Daten dauerhaft löschen möchtest?", "public.privacyConfirmWipe": "Bist du sicher, dass du alle Abonnements und Daten dauerhaft löschen möchtest?",
"public.privacyExport": "Daten exportieren", "public.privacyExport": "Daten exportieren",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Add new", "globals.buttons.addNew": "Add new",
"globals.buttons.back": "Back", "globals.buttons.back": "Back",
"globals.buttons.cancel": "Cancel", "globals.buttons.cancel": "Cancel",
"globals.buttons.clear": "Clear",
"globals.buttons.clearAll": "Clear all",
"globals.buttons.clone": "Clone", "globals.buttons.clone": "Clone",
"globals.buttons.close": "Close", "globals.buttons.close": "Close",
"globals.buttons.continue": "Continue", "globals.buttons.continue": "Continue",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "Agregar nuevo", "globals.buttons.addNew": "Agregar nuevo",
"globals.buttons.back": "Regresar", "globals.buttons.back": "Regresar",
"globals.buttons.cancel": "Cancelar", "globals.buttons.cancel": "Cancelar",
"globals.buttons.clear": "Eliminar",
"globals.buttons.clearAll": "Eliminar todos",
"globals.buttons.clone": "Clonar", "globals.buttons.clone": "Clonar",
"globals.buttons.close": "Cerrar", "globals.buttons.close": "Cerrar",
"globals.buttons.continue": "Continuar", "globals.buttons.continue": "Continuar",
@ -315,6 +317,7 @@
"public.noSubInfo": "No hay suscripciones para confirmar.", "public.noSubInfo": "No hay suscripciones para confirmar.",
"public.noSubTitle": "No hay suscripciones", "public.noSubTitle": "No hay suscripciones",
"public.notFoundTitle": "No encontrado", "public.notFoundTitle": "No encontrado",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Tus preferencias se han guardado.", "public.prefsSaved": "Tus preferencias se han guardado.",
"public.privacyConfirmWipe": "¿Está seguro que quiere eliminar todos sus datos de suscripción permanentemente?", "public.privacyConfirmWipe": "¿Está seguro que quiere eliminar todos sus datos de suscripción permanentemente?",
"public.privacyExport": "Exportar sus datos", "public.privacyExport": "Exportar sus datos",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "Lisää uusi", "globals.buttons.addNew": "Lisää uusi",
"globals.buttons.back": "Takaisin", "globals.buttons.back": "Takaisin",
"globals.buttons.cancel": "Peruuta", "globals.buttons.cancel": "Peruuta",
"globals.buttons.clear": "Poista",
"globals.buttons.clearAll": "Poista kaikki",
"globals.buttons.clone": "Kopioi", "globals.buttons.clone": "Kopioi",
"globals.buttons.close": "Sulje", "globals.buttons.close": "Sulje",
"globals.buttons.continue": "Jatka", "globals.buttons.continue": "Jatka",
@ -315,6 +317,7 @@
"public.noSubInfo": "Sinulla ei ole vahvistettavia uutiskirjetilauksia.", "public.noSubInfo": "Sinulla ei ole vahvistettavia uutiskirjetilauksia.",
"public.noSubTitle": "Ei vahvistettavia uutiskirjetilauksia", "public.noSubTitle": "Ei vahvistettavia uutiskirjetilauksia",
"public.notFoundTitle": "Ei löytynyt", "public.notFoundTitle": "Ei löytynyt",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Your preferences have been saved.", "public.prefsSaved": "Your preferences have been saved.",
"public.privacyConfirmWipe": "Oletko varma, että haluat poistaa kaikki uutiskirjetietosi pysyvästi?", "public.privacyConfirmWipe": "Oletko varma, että haluat poistaa kaikki uutiskirjetietosi pysyvästi?",
"public.privacyExport": "Vie tietosi", "public.privacyExport": "Vie tietosi",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "Ajouter", "globals.buttons.addNew": "Ajouter",
"globals.buttons.back": "Retour", "globals.buttons.back": "Retour",
"globals.buttons.cancel": "Annuler", "globals.buttons.cancel": "Annuler",
"globals.buttons.clear": "Supprimer",
"globals.buttons.clearAll": "Tout effacer",
"globals.buttons.clone": "Cloner", "globals.buttons.clone": "Cloner",
"globals.buttons.close": "Fermer", "globals.buttons.close": "Fermer",
"globals.buttons.continue": "Continuer", "globals.buttons.continue": "Continuer",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "Új hozzáadása", "globals.buttons.addNew": "Új hozzáadása",
"globals.buttons.back": "Vissza", "globals.buttons.back": "Vissza",
"globals.buttons.cancel": "Törlés", "globals.buttons.cancel": "Törlés",
"globals.buttons.clear": "Törlés",
"globals.buttons.clearAll": "Összes Törlése",
"globals.buttons.clone": "Klonozás", "globals.buttons.clone": "Klonozás",
"globals.buttons.close": "Kilépés", "globals.buttons.close": "Kilépés",
"globals.buttons.continue": "Folytatás", "globals.buttons.continue": "Folytatás",
@ -315,6 +317,7 @@
"public.noSubInfo": "Nincsenek megerősítendő feliratkozások .", "public.noSubInfo": "Nincsenek megerősítendő feliratkozások .",
"public.noSubTitle": "Nincs feliratkozó", "public.noSubTitle": "Nincs feliratkozó",
"public.notFoundTitle": "Nem található", "public.notFoundTitle": "Nem található",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Your preferences have been saved.", "public.prefsSaved": "Your preferences have been saved.",
"public.privacyConfirmWipe": "Biztos benne, hogy végleg törölni szeretné az összes feliratkozási adatot?", "public.privacyConfirmWipe": "Biztos benne, hogy végleg törölni szeretné az összes feliratkozási adatot?",
"public.privacyExport": "Exportálja adatait", "public.privacyExport": "Exportálja adatait",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "Aggiungi nuovo", "globals.buttons.addNew": "Aggiungi nuovo",
"globals.buttons.back": "Indietro", "globals.buttons.back": "Indietro",
"globals.buttons.cancel": "Annulla", "globals.buttons.cancel": "Annulla",
"globals.buttons.clear": "Cancellare",
"globals.buttons.clearAll": "Cancellare tutto/e",
"globals.buttons.clone": "Clona", "globals.buttons.clone": "Clona",
"globals.buttons.close": "Chiudi", "globals.buttons.close": "Chiudi",
"globals.buttons.continue": "Continuare", "globals.buttons.continue": "Continuare",
@ -315,6 +317,7 @@
"public.noSubInfo": "Non ci sono iscrizioni da confermare.", "public.noSubInfo": "Non ci sono iscrizioni da confermare.",
"public.noSubTitle": "Nessuna iscrizione", "public.noSubTitle": "Nessuna iscrizione",
"public.notFoundTitle": "Non trovato", "public.notFoundTitle": "Non trovato",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Salvate le tue l'impostazioni.", "public.prefsSaved": "Salvate le tue l'impostazioni.",
"public.privacyConfirmWipe": "Sei sicuro di voler cancellare in modo permanente tutti i tuoi dati d'iscrizione?", "public.privacyConfirmWipe": "Sei sicuro di voler cancellare in modo permanente tutti i tuoi dati d'iscrizione?",
"public.privacyExport": "Esporta i tuoi dati", "public.privacyExport": "Esporta i tuoi dati",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "新規追加", "globals.buttons.addNew": "新規追加",
"globals.buttons.back": "戻る", "globals.buttons.back": "戻る",
"globals.buttons.cancel": "キャンセル", "globals.buttons.cancel": "キャンセル",
"globals.buttons.clear": "消去",
"globals.buttons.clearAll": "全て消去",
"globals.buttons.clone": "クローン", "globals.buttons.clone": "クローン",
"globals.buttons.close": "閉じる", "globals.buttons.close": "閉じる",
"globals.buttons.continue": "続ける", "globals.buttons.continue": "続ける",
@ -315,6 +317,7 @@
"public.noSubInfo": "確認できるサブスクリプションはありません。", "public.noSubInfo": "確認できるサブスクリプションはありません。",
"public.noSubTitle": "サブスクリプションはありません。", "public.noSubTitle": "サブスクリプションはありません。",
"public.notFoundTitle": "見つかりません", "public.notFoundTitle": "見つかりません",
"public.poweredBy": "Powered by",
"public.prefsSaved": "設定保存成功しました。", "public.prefsSaved": "設定保存成功しました。",
"public.privacyConfirmWipe": "全ての加入データが永久に削除されますがよろしいでしょうか?", "public.privacyConfirmWipe": "全ての加入データが永久に削除されますがよろしいでしょうか?",
"public.privacyExport": "データをエクスポート", "public.privacyExport": "データをエクスポート",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "പുതിയത് ചേർക്കുക", "globals.buttons.addNew": "പുതിയത് ചേർക്കുക",
"globals.buttons.back": "പിറകോട്ട്", "globals.buttons.back": "പിറകോട്ട്",
"globals.buttons.cancel": "ഉപേക്ഷിക്കുക", "globals.buttons.cancel": "ഉപേക്ഷിക്കുക",
"globals.buttons.clear": "നീക്കം ചെയ്യുക",
"globals.buttons.clearAll": "എല്ലാം നീക്കം ചെയ്യുക",
"globals.buttons.clone": "ക്ലോൺ ചെയ്യുക", "globals.buttons.clone": "ക്ലോൺ ചെയ്യുക",
"globals.buttons.close": "അടയ്ക്കുക", "globals.buttons.close": "അടയ്ക്കുക",
"globals.buttons.continue": "തുടരുക", "globals.buttons.continue": "തുടരുക",
@ -314,6 +316,7 @@
"public.noSubInfo": "സ്ഥിരീകരിക്കാനായി വരിക്കാരനാകാനുള്ള അഭ്യർത്ഥനകളൊന്നുമില്ല", "public.noSubInfo": "സ്ഥിരീകരിക്കാനായി വരിക്കാരനാകാനുള്ള അഭ്യർത്ഥനകളൊന്നുമില്ല",
"public.noSubTitle": "വരിക്കാരാരുമില്ല", "public.noSubTitle": "വരിക്കാരാരുമില്ല",
"public.notFoundTitle": "കണ്ടെത്തിയില്ല", "public.notFoundTitle": "കണ്ടെത്തിയില്ല",
"public.poweredBy": "Powered by",
"public.prefsSaved": "നിങ്ങളുടെ മുൻഗണനകൾ സംരക്ഷിച്ചു.", "public.prefsSaved": "നിങ്ങളുടെ മുൻഗണനകൾ സംരക്ഷിച്ചു.",
"public.privacyConfirmWipe": "വരിക്കാരനായിരിക്കുന്നതിന്റെ എല്ലാ വിവരങ്ങളും എന്നത്തേയ്ക്കുമായി നീക്കം ചെയ്യണമെന്ന് നിങ്ങളുൾക്കുറപ്പാണോ?", "public.privacyConfirmWipe": "വരിക്കാരനായിരിക്കുന്നതിന്റെ എല്ലാ വിവരങ്ങളും എന്നത്തേയ്ക്കുമായി നീക്കം ചെയ്യണമെന്ന് നിങ്ങളുൾക്കുറപ്പാണോ?",
"public.privacyExport": "നിങ്ങളുടെ വിവരങ്ങൾ എക്സ്പോർട്ട് ചെയ്യുക", "public.privacyExport": "നിങ്ങളുടെ വിവരങ്ങൾ എക്സ്പോർട്ട് ചെയ്യുക",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Nieuwe toevoegen", "globals.buttons.addNew": "Nieuwe toevoegen",
"globals.buttons.back": "Terug", "globals.buttons.back": "Terug",
"globals.buttons.cancel": "Stop", "globals.buttons.cancel": "Stop",
"globals.buttons.clear": "Verwijder",
"globals.buttons.clearAll": "Verwijder alles",
"globals.buttons.clone": "Dupliceren", "globals.buttons.clone": "Dupliceren",
"globals.buttons.close": "Sluiten", "globals.buttons.close": "Sluiten",
"globals.buttons.continue": "Doorgaan", "globals.buttons.continue": "Doorgaan",
@ -314,6 +316,7 @@
"public.noSubInfo": "Er zijn geen inschrijvingen om te bevestigen.", "public.noSubInfo": "Er zijn geen inschrijvingen om te bevestigen.",
"public.noSubTitle": "Geen inschrijvingen", "public.noSubTitle": "Geen inschrijvingen",
"public.notFoundTitle": "Niet gevonden", "public.notFoundTitle": "Niet gevonden",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Je voorkeuren zijn opgeslagen.", "public.prefsSaved": "Je voorkeuren zijn opgeslagen.",
"public.privacyConfirmWipe": "Ben je zeker dat je all je inschrijvingsdata permanent wil verwijderen?", "public.privacyConfirmWipe": "Ben je zeker dat je all je inschrijvingsdata permanent wil verwijderen?",
"public.privacyExport": "Exporteer je data", "public.privacyExport": "Exporteer je data",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Dodaj nowe", "globals.buttons.addNew": "Dodaj nowe",
"globals.buttons.back": "Wstecz", "globals.buttons.back": "Wstecz",
"globals.buttons.cancel": "Anuluj", "globals.buttons.cancel": "Anuluj",
"globals.buttons.clear": "Usuń",
"globals.buttons.clearAll": "Usuń wszystkie",
"globals.buttons.clone": "Klonuj", "globals.buttons.clone": "Klonuj",
"globals.buttons.close": "Zamknij", "globals.buttons.close": "Zamknij",
"globals.buttons.continue": "Kontynuuj", "globals.buttons.continue": "Kontynuuj",
@ -314,6 +316,7 @@
"public.noSubInfo": "Brak subskrypcji do potwierdzenia.", "public.noSubInfo": "Brak subskrypcji do potwierdzenia.",
"public.noSubTitle": "Brak subskrypcji ", "public.noSubTitle": "Brak subskrypcji ",
"public.notFoundTitle": "Nie znaleziono", "public.notFoundTitle": "Nie znaleziono",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Twoje preferencje zostały zapisane", "public.prefsSaved": "Twoje preferencje zostały zapisane",
"public.privacyConfirmWipe": "Czy jesteś pewny(a), że chcesz usunąć wszystkie swoje dane?", "public.privacyConfirmWipe": "Czy jesteś pewny(a), że chcesz usunąć wszystkie swoje dane?",
"public.privacyExport": "Eksportuj swoje dane", "public.privacyExport": "Eksportuj swoje dane",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Adicionar novo", "globals.buttons.addNew": "Adicionar novo",
"globals.buttons.back": "Voltar", "globals.buttons.back": "Voltar",
"globals.buttons.cancel": "Cancelar", "globals.buttons.cancel": "Cancelar",
"globals.buttons.clear": "Excluir",
"globals.buttons.clearAll": "Apagar tudo",
"globals.buttons.clone": "Clonar", "globals.buttons.clone": "Clonar",
"globals.buttons.close": "Fechar", "globals.buttons.close": "Fechar",
"globals.buttons.continue": "Continuar", "globals.buttons.continue": "Continuar",
@ -314,6 +316,7 @@
"public.noSubInfo": "Não há nenhuma inscrição para confirmar.", "public.noSubInfo": "Não há nenhuma inscrição para confirmar.",
"public.noSubTitle": "Sem inscrições", "public.noSubTitle": "Sem inscrições",
"public.notFoundTitle": "Não Encontrado", "public.notFoundTitle": "Não Encontrado",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Suas preferências foram salvas.", "public.prefsSaved": "Suas preferências foram salvas.",
"public.privacyConfirmWipe": "Você tem certeza que deseja excluir todos os seus dados de assinatura permanentemente?", "public.privacyConfirmWipe": "Você tem certeza que deseja excluir todos os seus dados de assinatura permanentemente?",
"public.privacyExport": "Exportar seus dados", "public.privacyExport": "Exportar seus dados",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Adicionar novo", "globals.buttons.addNew": "Adicionar novo",
"globals.buttons.back": "Voltar", "globals.buttons.back": "Voltar",
"globals.buttons.cancel": "Cancelar", "globals.buttons.cancel": "Cancelar",
"globals.buttons.clear": "Eliminar",
"globals.buttons.clearAll": "Eliminar todos",
"globals.buttons.clone": "Duplicar", "globals.buttons.clone": "Duplicar",
"globals.buttons.close": "Fechar", "globals.buttons.close": "Fechar",
"globals.buttons.continue": "Continuar", "globals.buttons.continue": "Continuar",
@ -314,6 +316,7 @@
"public.noSubInfo": "There are no subscriptions to confirm", "public.noSubInfo": "There are no subscriptions to confirm",
"public.noSubTitle": "Sem subscrições", "public.noSubTitle": "Sem subscrições",
"public.notFoundTitle": "Não encontrado", "public.notFoundTitle": "Não encontrado",
"public.poweredBy": "Powered by",
"public.prefsSaved": "As suas preferências foram guardadas.", "public.prefsSaved": "As suas preferências foram guardadas.",
"public.privacyConfirmWipe": "Tem a certeza que deseja apagar permanentemente todos os seus dados de subscrições?", "public.privacyConfirmWipe": "Tem a certeza que deseja apagar permanentemente todos os seus dados de subscrições?",
"public.privacyExport": "Exportar os seus dados", "public.privacyExport": "Exportar os seus dados",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "Adaugă nou", "globals.buttons.addNew": "Adaugă nou",
"globals.buttons.back": "Back", "globals.buttons.back": "Back",
"globals.buttons.cancel": "Anulează", "globals.buttons.cancel": "Anulează",
"globals.buttons.clear": "Șterge",
"globals.buttons.clearAll": "Sterge tot",
"globals.buttons.clone": "Clonează", "globals.buttons.clone": "Clonează",
"globals.buttons.close": "Închide", "globals.buttons.close": "Închide",
"globals.buttons.continue": "Continua", "globals.buttons.continue": "Continua",
@ -315,6 +317,7 @@
"public.noSubInfo": "Nu există abonamente de confirmat", "public.noSubInfo": "Nu există abonamente de confirmat",
"public.noSubTitle": "Fără abonamente", "public.noSubTitle": "Fără abonamente",
"public.notFoundTitle": "Nu a fost găsit", "public.notFoundTitle": "Nu a fost găsit",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Your preferences have been saved.", "public.prefsSaved": "Your preferences have been saved.",
"public.privacyConfirmWipe": "Sigur vrei să ștergi definitiv toate datele legate de abonament?", "public.privacyConfirmWipe": "Sigur vrei să ștergi definitiv toate datele legate de abonament?",
"public.privacyExport": "Exportă datele tale", "public.privacyExport": "Exportă datele tale",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Добавить", "globals.buttons.addNew": "Добавить",
"globals.buttons.back": "Вернуться", "globals.buttons.back": "Вернуться",
"globals.buttons.cancel": "Отменить", "globals.buttons.cancel": "Отменить",
"globals.buttons.clear": "Удалить",
"globals.buttons.clearAll": "Удалить все",
"globals.buttons.clone": "Клонировать", "globals.buttons.clone": "Клонировать",
"globals.buttons.close": "Закрыть", "globals.buttons.close": "Закрыть",
"globals.buttons.continue": "Продолжить", "globals.buttons.continue": "Продолжить",
@ -314,6 +316,7 @@
"public.noSubInfo": "Нет подписок для подтверждения.", "public.noSubInfo": "Нет подписок для подтверждения.",
"public.noSubTitle": "Нет подписок", "public.noSubTitle": "Нет подписок",
"public.notFoundTitle": "Не найдено", "public.notFoundTitle": "Не найдено",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Ваши параметры сохранены.", "public.prefsSaved": "Ваши параметры сохранены.",
"public.privacyConfirmWipe": "Вы уверены, что хотите навсегда удалить все данные о подписке?", "public.privacyConfirmWipe": "Вы уверены, что хотите навсегда удалить все данные о подписке?",
"public.privacyExport": "Экспортировать Ваши данные", "public.privacyExport": "Экспортировать Ваши данные",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Add new", "globals.buttons.addNew": "Add new",
"globals.buttons.back": "Back", "globals.buttons.back": "Back",
"globals.buttons.cancel": "Cancel", "globals.buttons.cancel": "Cancel",
"globals.buttons.clear": "Delete",
"globals.buttons.clearAll": "Clear all",
"globals.buttons.clone": "Clone", "globals.buttons.clone": "Clone",
"globals.buttons.close": "Close", "globals.buttons.close": "Close",
"globals.buttons.continue": "Continue", "globals.buttons.continue": "Continue",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "Pridať nový", "globals.buttons.addNew": "Pridať nový",
"globals.buttons.back": "Späť", "globals.buttons.back": "Späť",
"globals.buttons.cancel": "Zrušiť", "globals.buttons.cancel": "Zrušiť",
"globals.buttons.clear": "Odstrániť",
"globals.buttons.clearAll": "Odstrániť všetko",
"globals.buttons.clone": "Klonovať", "globals.buttons.clone": "Klonovať",
"globals.buttons.close": "Zavrieť", "globals.buttons.close": "Zavrieť",
"globals.buttons.continue": "Pokračovat", "globals.buttons.continue": "Pokračovat",
@ -314,6 +316,7 @@
"public.noSubInfo": "Žiadne prihlásenia na potvrdenie", "public.noSubInfo": "Žiadne prihlásenia na potvrdenie",
"public.noSubTitle": "Žiadne odbery", "public.noSubTitle": "Žiadne odbery",
"public.notFoundTitle": "Nenašlo sa", "public.notFoundTitle": "Nenašlo sa",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Predvoľby sú uložené.", "public.prefsSaved": "Predvoľby sú uložené.",
"public.privacyConfirmWipe": "Naozaj chcete trvalo odstrániť všetky údaje svojich odberov?", "public.privacyConfirmWipe": "Naozaj chcete trvalo odstrániť všetky údaje svojich odberov?",
"public.privacyExport": "Exportovať údaje", "public.privacyExport": "Exportovať údaje",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "Ekle yeni", "globals.buttons.addNew": "Ekle yeni",
"globals.buttons.back": "Geri", "globals.buttons.back": "Geri",
"globals.buttons.cancel": "İptal", "globals.buttons.cancel": "İptal",
"globals.buttons.clear": "Sil",
"globals.buttons.clearAll": "Tamamını sil",
"globals.buttons.clone": "Klonla", "globals.buttons.clone": "Klonla",
"globals.buttons.close": "Kapat", "globals.buttons.close": "Kapat",
"globals.buttons.continue": "Devam et", "globals.buttons.continue": "Devam et",
@ -315,6 +317,7 @@
"public.noSubInfo": "Doğrulanacak üyelik bulunmuyor.", "public.noSubInfo": "Doğrulanacak üyelik bulunmuyor.",
"public.noSubTitle": "Üyelik yok", "public.noSubTitle": "Üyelik yok",
"public.notFoundTitle": "Bulunamadı", "public.notFoundTitle": "Bulunamadı",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Tercihleriniz kaydedilmiştir.", "public.prefsSaved": "Tercihleriniz kaydedilmiştir.",
"public.privacyConfirmWipe": "Tüm üyelik verilerinizin kalıcı olarak silinmesini istediğinize eminmisiniz?", "public.privacyConfirmWipe": "Tüm üyelik verilerinizin kalıcı olarak silinmesini istediğinize eminmisiniz?",
"public.privacyExport": "Verinizi dışarı aktarın", "public.privacyExport": "Verinizi dışarı aktarın",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "Thêm mới", "globals.buttons.addNew": "Thêm mới",
"globals.buttons.back": "Trở về", "globals.buttons.back": "Trở về",
"globals.buttons.cancel": "Hủy bỏ", "globals.buttons.cancel": "Hủy bỏ",
"globals.buttons.clear": "Xóa",
"globals.buttons.clearAll": "Xóa hết",
"globals.buttons.clone": "Nhân bản", "globals.buttons.clone": "Nhân bản",
"globals.buttons.close": "Đóng", "globals.buttons.close": "Đóng",
"globals.buttons.continue": "Tiếp tục", "globals.buttons.continue": "Tiếp tục",
@ -315,6 +317,7 @@
"public.noSubInfo": "Không có đăng ký để xác nhận.", "public.noSubInfo": "Không có đăng ký để xác nhận.",
"public.noSubTitle": "Không có đăng ký", "public.noSubTitle": "Không có đăng ký",
"public.notFoundTitle": "Không tìm thấy", "public.notFoundTitle": "Không tìm thấy",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Your preferences have been saved.", "public.prefsSaved": "Your preferences have been saved.",
"public.privacyConfirmWipe": "Bạn có chắc chắn muốn xóa vĩnh viễn tất cả dữ liệu đăng ký của mình không?", "public.privacyConfirmWipe": "Bạn có chắc chắn muốn xóa vĩnh viễn tất cả dữ liệu đăng ký của mình không?",
"public.privacyExport": "Xuất dữ liệu của bạn", "public.privacyExport": "Xuất dữ liệu của bạn",

View file

@ -124,6 +124,8 @@
"globals.buttons.addNew": "添加新的", "globals.buttons.addNew": "添加新的",
"globals.buttons.back": "后退", "globals.buttons.back": "后退",
"globals.buttons.cancel": "取消", "globals.buttons.cancel": "取消",
"globals.buttons.clear": "删除",
"globals.buttons.clearAll": "删除所有",
"globals.buttons.clone": "克隆", "globals.buttons.clone": "克隆",
"globals.buttons.close": "关闭", "globals.buttons.close": "关闭",
"globals.buttons.continue": "继续", "globals.buttons.continue": "继续",
@ -314,6 +316,7 @@
"public.noSubInfo": "没有要确认的订阅。", "public.noSubInfo": "没有要确认的订阅。",
"public.noSubTitle": "没有订阅", "public.noSubTitle": "没有订阅",
"public.notFoundTitle": "未找到", "public.notFoundTitle": "未找到",
"public.poweredBy": "Powered by",
"public.prefsSaved": "你的偏好设置已经被保存", "public.prefsSaved": "你的偏好设置已经被保存",
"public.privacyConfirmWipe": "您确定要永久删除所有订阅数据吗?", "public.privacyConfirmWipe": "您确定要永久删除所有订阅数据吗?",
"public.privacyExport": "导出您的数据", "public.privacyExport": "导出您的数据",

View file

@ -125,6 +125,8 @@
"globals.buttons.addNew": "添加新的", "globals.buttons.addNew": "添加新的",
"globals.buttons.back": "後退", "globals.buttons.back": "後退",
"globals.buttons.cancel": "取消", "globals.buttons.cancel": "取消",
"globals.buttons.clear": "刪除",
"globals.buttons.clearAll": "刪除所有",
"globals.buttons.clone": "克隆", "globals.buttons.clone": "克隆",
"globals.buttons.close": "關閉", "globals.buttons.close": "關閉",
"globals.buttons.continue": "繼續", "globals.buttons.continue": "繼續",
@ -315,6 +317,7 @@
"public.noSubInfo": "沒有要確認的訂閱。", "public.noSubInfo": "沒有要確認的訂閱。",
"public.noSubTitle": "沒有訂閱", "public.noSubTitle": "沒有訂閱",
"public.notFoundTitle": "未找到", "public.notFoundTitle": "未找到",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Your preferences have been saved.", "public.prefsSaved": "Your preferences have been saved.",
"public.privacyConfirmWipe": "您確定要永久刪除所有訂閱數據嗎?", "public.privacyConfirmWipe": "您確定要永久刪除所有訂閱數據嗎?",
"public.privacyExport": "導出您的數據", "public.privacyExport": "導出您的數據",