Fix 'delete' -> 'clear' language on bounces UI. Closes #1072.
This commit is contained in:
parent
da377d83e6
commit
d6fd4ab586
25 changed files with 71 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
|||
<b-button v-if="bulk.checked.length > 0 || bulk.all" type="is-primary"
|
||||
icon-left="trash-can-outline" data-cy="btn-delete"
|
||||
@click.prevent="$utils.confirm(null, () => deleteBounces())">
|
||||
{{ $t('globals.buttons.delete') }}
|
||||
{{ $t('globals.buttons.clear') }}
|
||||
</b-button>
|
||||
<b-button v-if="bounces.total" icon-left="trash-can-outline" data-cy="btn-delete"
|
||||
@click.prevent="$utils.confirm(null, () => deleteBounces(true))">
|
||||
{{ $t('globals.buttons.deleteAll') }}
|
||||
{{ $t('globals.buttons.clearAll') }}
|
||||
</b-button>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Afegeix nou",
|
||||
"globals.buttons.back": "Enrere",
|
||||
"globals.buttons.cancel": "Cancel·la",
|
||||
"globals.buttons.clear": "Esborra",
|
||||
"globals.buttons.clearAll": "Esborra tot",
|
||||
"globals.buttons.clone": "Clona",
|
||||
"globals.buttons.close": "Tanca",
|
||||
"globals.buttons.continue": "Continua",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "No hi ha subscripcions per confirmar.",
|
||||
"public.noSubTitle": "No hi ha subscripcions ",
|
||||
"public.notFoundTitle": "No trobat",
|
||||
"public.poweredBy": "Powered by",
|
||||
"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.privacyExport": "Exporta les teves dades",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Přidat nový",
|
||||
"globals.buttons.back": "Zpět",
|
||||
"globals.buttons.cancel": "Zrušit",
|
||||
"globals.buttons.clear": "Odstranit",
|
||||
"globals.buttons.clearAll": "Odstranit vše",
|
||||
"globals.buttons.clone": "Klonovat",
|
||||
"globals.buttons.close": "Zavřít",
|
||||
"globals.buttons.continue": "Pokračovat",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "Nejsou zde žádné odběry k potvrzení.",
|
||||
"public.noSubTitle": "Žádné odběry",
|
||||
"public.notFoundTitle": "Nebyl nalezen",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Předvolby byly uloženy.",
|
||||
"public.privacyConfirmWipe": "Opravdu chcete trvale odstranit všechna data svých odběrů?",
|
||||
"public.privacyExport": "Exportovat data",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Ychwanegu newydd",
|
||||
"globals.buttons.back": "Yn ôl",
|
||||
"globals.buttons.cancel": "Canslo",
|
||||
"globals.buttons.clear": "Dileu",
|
||||
"globals.buttons.clearAll": "Dileu'r cyfan",
|
||||
"globals.buttons.clone": "Clonio",
|
||||
"globals.buttons.close": "Cau",
|
||||
"globals.buttons.continue": "Parhau",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "Nid oes tanysgrifiadau i'w cadarnhau.",
|
||||
"public.noSubTitle": "Dim tanysgrifiadau",
|
||||
"public.notFoundTitle": "Heb ddod o hyd i unrhyw beth",
|
||||
"public.poweredBy": "Powered by",
|
||||
"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.privacyExport": "Allgludo eich data",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Neu hinzufügen",
|
||||
"globals.buttons.back": "Zurück",
|
||||
"globals.buttons.cancel": "Abbrechen",
|
||||
"globals.buttons.clear": "Löschen",
|
||||
"globals.buttons.clearAll": "Alle Löschen",
|
||||
"globals.buttons.clone": "Duplizieren",
|
||||
"globals.buttons.close": "Schließen",
|
||||
"globals.buttons.continue": "Fortfahren",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "Es gibt keine zu bestätigenden Abonnements",
|
||||
"public.noSubTitle": "Keine Abonnements",
|
||||
"public.notFoundTitle": "Nicht gefunden",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Einstellungen wurden gespeichert.",
|
||||
"public.privacyConfirmWipe": "Bist du sicher, dass du alle Abonnements und Daten dauerhaft löschen möchtest?",
|
||||
"public.privacyExport": "Daten exportieren",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Add new",
|
||||
"globals.buttons.back": "Back",
|
||||
"globals.buttons.cancel": "Cancel",
|
||||
"globals.buttons.clear": "Clear",
|
||||
"globals.buttons.clearAll": "Clear all",
|
||||
"globals.buttons.clone": "Clone",
|
||||
"globals.buttons.close": "Close",
|
||||
"globals.buttons.continue": "Continue",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "Agregar nuevo",
|
||||
"globals.buttons.back": "Regresar",
|
||||
"globals.buttons.cancel": "Cancelar",
|
||||
"globals.buttons.clear": "Eliminar",
|
||||
"globals.buttons.clearAll": "Eliminar todos",
|
||||
"globals.buttons.clone": "Clonar",
|
||||
"globals.buttons.close": "Cerrar",
|
||||
"globals.buttons.continue": "Continuar",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "No hay suscripciones para confirmar.",
|
||||
"public.noSubTitle": "No hay suscripciones",
|
||||
"public.notFoundTitle": "No encontrado",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Tus preferencias se han guardado.",
|
||||
"public.privacyConfirmWipe": "¿Está seguro que quiere eliminar todos sus datos de suscripción permanentemente?",
|
||||
"public.privacyExport": "Exportar sus datos",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "Lisää uusi",
|
||||
"globals.buttons.back": "Takaisin",
|
||||
"globals.buttons.cancel": "Peruuta",
|
||||
"globals.buttons.clear": "Poista",
|
||||
"globals.buttons.clearAll": "Poista kaikki",
|
||||
"globals.buttons.clone": "Kopioi",
|
||||
"globals.buttons.close": "Sulje",
|
||||
"globals.buttons.continue": "Jatka",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "Sinulla ei ole vahvistettavia uutiskirjetilauksia.",
|
||||
"public.noSubTitle": "Ei vahvistettavia uutiskirjetilauksia",
|
||||
"public.notFoundTitle": "Ei löytynyt",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Your preferences have been saved.",
|
||||
"public.privacyConfirmWipe": "Oletko varma, että haluat poistaa kaikki uutiskirjetietosi pysyvästi?",
|
||||
"public.privacyExport": "Vie tietosi",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "Ajouter",
|
||||
"globals.buttons.back": "Retour",
|
||||
"globals.buttons.cancel": "Annuler",
|
||||
"globals.buttons.clear": "Supprimer",
|
||||
"globals.buttons.clearAll": "Tout effacer",
|
||||
"globals.buttons.clone": "Cloner",
|
||||
"globals.buttons.close": "Fermer",
|
||||
"globals.buttons.continue": "Continuer",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "Új hozzáadása",
|
||||
"globals.buttons.back": "Vissza",
|
||||
"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.close": "Kilépés",
|
||||
"globals.buttons.continue": "Folytatás",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "Nincsenek megerősítendő feliratkozások .",
|
||||
"public.noSubTitle": "Nincs feliratkozó",
|
||||
"public.notFoundTitle": "Nem található",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Your preferences have been saved.",
|
||||
"public.privacyConfirmWipe": "Biztos benne, hogy végleg törölni szeretné az összes feliratkozási adatot?",
|
||||
"public.privacyExport": "Exportálja adatait",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "Aggiungi nuovo",
|
||||
"globals.buttons.back": "Indietro",
|
||||
"globals.buttons.cancel": "Annulla",
|
||||
"globals.buttons.clear": "Cancellare",
|
||||
"globals.buttons.clearAll": "Cancellare tutto/e",
|
||||
"globals.buttons.clone": "Clona",
|
||||
"globals.buttons.close": "Chiudi",
|
||||
"globals.buttons.continue": "Continuare",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "Non ci sono iscrizioni da confermare.",
|
||||
"public.noSubTitle": "Nessuna iscrizione",
|
||||
"public.notFoundTitle": "Non trovato",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Salvate le tue l'impostazioni.",
|
||||
"public.privacyConfirmWipe": "Sei sicuro di voler cancellare in modo permanente tutti i tuoi dati d'iscrizione?",
|
||||
"public.privacyExport": "Esporta i tuoi dati",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "新規追加",
|
||||
"globals.buttons.back": "戻る",
|
||||
"globals.buttons.cancel": "キャンセル",
|
||||
"globals.buttons.clear": "消去",
|
||||
"globals.buttons.clearAll": "全て消去",
|
||||
"globals.buttons.clone": "クローン",
|
||||
"globals.buttons.close": "閉じる",
|
||||
"globals.buttons.continue": "続ける",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "確認できるサブスクリプションはありません。",
|
||||
"public.noSubTitle": "サブスクリプションはありません。",
|
||||
"public.notFoundTitle": "見つかりません",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "設定保存成功しました。",
|
||||
"public.privacyConfirmWipe": "全ての加入データが永久に削除されますがよろしいでしょうか?",
|
||||
"public.privacyExport": "データをエクスポート",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "പുതിയത് ചേർക്കുക",
|
||||
"globals.buttons.back": "പിറകോട്ട്",
|
||||
"globals.buttons.cancel": "ഉപേക്ഷിക്കുക",
|
||||
"globals.buttons.clear": "നീക്കം ചെയ്യുക",
|
||||
"globals.buttons.clearAll": "എല്ലാം നീക്കം ചെയ്യുക",
|
||||
"globals.buttons.clone": "ക്ലോൺ ചെയ്യുക",
|
||||
"globals.buttons.close": "അടയ്ക്കുക",
|
||||
"globals.buttons.continue": "തുടരുക",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "സ്ഥിരീകരിക്കാനായി വരിക്കാരനാകാനുള്ള അഭ്യർത്ഥനകളൊന്നുമില്ല",
|
||||
"public.noSubTitle": "വരിക്കാരാരുമില്ല",
|
||||
"public.notFoundTitle": "കണ്ടെത്തിയില്ല",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "നിങ്ങളുടെ മുൻഗണനകൾ സംരക്ഷിച്ചു.",
|
||||
"public.privacyConfirmWipe": "വരിക്കാരനായിരിക്കുന്നതിന്റെ എല്ലാ വിവരങ്ങളും എന്നത്തേയ്ക്കുമായി നീക്കം ചെയ്യണമെന്ന് നിങ്ങളുൾക്കുറപ്പാണോ?",
|
||||
"public.privacyExport": "നിങ്ങളുടെ വിവരങ്ങൾ എക്സ്പോർട്ട് ചെയ്യുക",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Nieuwe toevoegen",
|
||||
"globals.buttons.back": "Terug",
|
||||
"globals.buttons.cancel": "Stop",
|
||||
"globals.buttons.clear": "Verwijder",
|
||||
"globals.buttons.clearAll": "Verwijder alles",
|
||||
"globals.buttons.clone": "Dupliceren",
|
||||
"globals.buttons.close": "Sluiten",
|
||||
"globals.buttons.continue": "Doorgaan",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "Er zijn geen inschrijvingen om te bevestigen.",
|
||||
"public.noSubTitle": "Geen inschrijvingen",
|
||||
"public.notFoundTitle": "Niet gevonden",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Je voorkeuren zijn opgeslagen.",
|
||||
"public.privacyConfirmWipe": "Ben je zeker dat je all je inschrijvingsdata permanent wil verwijderen?",
|
||||
"public.privacyExport": "Exporteer je data",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Dodaj nowe",
|
||||
"globals.buttons.back": "Wstecz",
|
||||
"globals.buttons.cancel": "Anuluj",
|
||||
"globals.buttons.clear": "Usuń",
|
||||
"globals.buttons.clearAll": "Usuń wszystkie",
|
||||
"globals.buttons.clone": "Klonuj",
|
||||
"globals.buttons.close": "Zamknij",
|
||||
"globals.buttons.continue": "Kontynuuj",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "Brak subskrypcji do potwierdzenia.",
|
||||
"public.noSubTitle": "Brak subskrypcji ",
|
||||
"public.notFoundTitle": "Nie znaleziono",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Twoje preferencje zostały zapisane",
|
||||
"public.privacyConfirmWipe": "Czy jesteś pewny(a), że chcesz usunąć wszystkie swoje dane?",
|
||||
"public.privacyExport": "Eksportuj swoje dane",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Adicionar novo",
|
||||
"globals.buttons.back": "Voltar",
|
||||
"globals.buttons.cancel": "Cancelar",
|
||||
"globals.buttons.clear": "Excluir",
|
||||
"globals.buttons.clearAll": "Apagar tudo",
|
||||
"globals.buttons.clone": "Clonar",
|
||||
"globals.buttons.close": "Fechar",
|
||||
"globals.buttons.continue": "Continuar",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "Não há nenhuma inscrição para confirmar.",
|
||||
"public.noSubTitle": "Sem inscrições",
|
||||
"public.notFoundTitle": "Não Encontrado",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Suas preferências foram salvas.",
|
||||
"public.privacyConfirmWipe": "Você tem certeza que deseja excluir todos os seus dados de assinatura permanentemente?",
|
||||
"public.privacyExport": "Exportar seus dados",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Adicionar novo",
|
||||
"globals.buttons.back": "Voltar",
|
||||
"globals.buttons.cancel": "Cancelar",
|
||||
"globals.buttons.clear": "Eliminar",
|
||||
"globals.buttons.clearAll": "Eliminar todos",
|
||||
"globals.buttons.clone": "Duplicar",
|
||||
"globals.buttons.close": "Fechar",
|
||||
"globals.buttons.continue": "Continuar",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "There are no subscriptions to confirm",
|
||||
"public.noSubTitle": "Sem subscrições",
|
||||
"public.notFoundTitle": "Não encontrado",
|
||||
"public.poweredBy": "Powered by",
|
||||
"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.privacyExport": "Exportar os seus dados",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "Adaugă nou",
|
||||
"globals.buttons.back": "Back",
|
||||
"globals.buttons.cancel": "Anulează",
|
||||
"globals.buttons.clear": "Șterge",
|
||||
"globals.buttons.clearAll": "Sterge tot",
|
||||
"globals.buttons.clone": "Clonează",
|
||||
"globals.buttons.close": "Închide",
|
||||
"globals.buttons.continue": "Continua",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "Nu există abonamente de confirmat",
|
||||
"public.noSubTitle": "Fără abonamente",
|
||||
"public.notFoundTitle": "Nu a fost găsit",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Your preferences have been saved.",
|
||||
"public.privacyConfirmWipe": "Sigur vrei să ștergi definitiv toate datele legate de abonament?",
|
||||
"public.privacyExport": "Exportă datele tale",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Добавить",
|
||||
"globals.buttons.back": "Вернуться",
|
||||
"globals.buttons.cancel": "Отменить",
|
||||
"globals.buttons.clear": "Удалить",
|
||||
"globals.buttons.clearAll": "Удалить все",
|
||||
"globals.buttons.clone": "Клонировать",
|
||||
"globals.buttons.close": "Закрыть",
|
||||
"globals.buttons.continue": "Продолжить",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "Нет подписок для подтверждения.",
|
||||
"public.noSubTitle": "Нет подписок",
|
||||
"public.notFoundTitle": "Не найдено",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Ваши параметры сохранены.",
|
||||
"public.privacyConfirmWipe": "Вы уверены, что хотите навсегда удалить все данные о подписке?",
|
||||
"public.privacyExport": "Экспортировать Ваши данные",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Add new",
|
||||
"globals.buttons.back": "Back",
|
||||
"globals.buttons.cancel": "Cancel",
|
||||
"globals.buttons.clear": "Delete",
|
||||
"globals.buttons.clearAll": "Clear all",
|
||||
"globals.buttons.clone": "Clone",
|
||||
"globals.buttons.close": "Close",
|
||||
"globals.buttons.continue": "Continue",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "Pridať nový",
|
||||
"globals.buttons.back": "Späť",
|
||||
"globals.buttons.cancel": "Zrušiť",
|
||||
"globals.buttons.clear": "Odstrániť",
|
||||
"globals.buttons.clearAll": "Odstrániť všetko",
|
||||
"globals.buttons.clone": "Klonovať",
|
||||
"globals.buttons.close": "Zavrieť",
|
||||
"globals.buttons.continue": "Pokračovat",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "Žiadne prihlásenia na potvrdenie",
|
||||
"public.noSubTitle": "Žiadne odbery",
|
||||
"public.notFoundTitle": "Nenašlo sa",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Predvoľby sú uložené.",
|
||||
"public.privacyConfirmWipe": "Naozaj chcete trvalo odstrániť všetky údaje svojich odberov?",
|
||||
"public.privacyExport": "Exportovať údaje",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "Ekle yeni",
|
||||
"globals.buttons.back": "Geri",
|
||||
"globals.buttons.cancel": "İptal",
|
||||
"globals.buttons.clear": "Sil",
|
||||
"globals.buttons.clearAll": "Tamamını sil",
|
||||
"globals.buttons.clone": "Klonla",
|
||||
"globals.buttons.close": "Kapat",
|
||||
"globals.buttons.continue": "Devam et",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "Doğrulanacak üyelik bulunmuyor.",
|
||||
"public.noSubTitle": "Üyelik yok",
|
||||
"public.notFoundTitle": "Bulunamadı",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Tercihleriniz kaydedilmiştir.",
|
||||
"public.privacyConfirmWipe": "Tüm üyelik verilerinizin kalıcı olarak silinmesini istediğinize eminmisiniz?",
|
||||
"public.privacyExport": "Verinizi dışarı aktarın",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "Thêm mới",
|
||||
"globals.buttons.back": "Trở về",
|
||||
"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.close": "Đóng",
|
||||
"globals.buttons.continue": "Tiếp tục",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "Không có đăng ký để xác nhận.",
|
||||
"public.noSubTitle": "Không có đăng ký",
|
||||
"public.notFoundTitle": "Không tìm thấy",
|
||||
"public.poweredBy": "Powered by",
|
||||
"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.privacyExport": "Xuất dữ liệu của bạn",
|
||||
|
|
|
@ -124,6 +124,8 @@
|
|||
"globals.buttons.addNew": "添加新的",
|
||||
"globals.buttons.back": "后退",
|
||||
"globals.buttons.cancel": "取消",
|
||||
"globals.buttons.clear": "删除",
|
||||
"globals.buttons.clearAll": "删除所有",
|
||||
"globals.buttons.clone": "克隆",
|
||||
"globals.buttons.close": "关闭",
|
||||
"globals.buttons.continue": "继续",
|
||||
|
@ -314,6 +316,7 @@
|
|||
"public.noSubInfo": "没有要确认的订阅。",
|
||||
"public.noSubTitle": "没有订阅",
|
||||
"public.notFoundTitle": "未找到",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "你的偏好设置已经被保存",
|
||||
"public.privacyConfirmWipe": "您确定要永久删除所有订阅数据吗?",
|
||||
"public.privacyExport": "导出您的数据",
|
||||
|
|
|
@ -125,6 +125,8 @@
|
|||
"globals.buttons.addNew": "添加新的",
|
||||
"globals.buttons.back": "後退",
|
||||
"globals.buttons.cancel": "取消",
|
||||
"globals.buttons.clear": "刪除",
|
||||
"globals.buttons.clearAll": "刪除所有",
|
||||
"globals.buttons.clone": "克隆",
|
||||
"globals.buttons.close": "關閉",
|
||||
"globals.buttons.continue": "繼續",
|
||||
|
@ -315,6 +317,7 @@
|
|||
"public.noSubInfo": "沒有要確認的訂閱。",
|
||||
"public.noSubTitle": "沒有訂閱",
|
||||
"public.notFoundTitle": "未找到",
|
||||
"public.poweredBy": "Powered by",
|
||||
"public.prefsSaved": "Your preferences have been saved.",
|
||||
"public.privacyConfirmWipe": "您確定要永久刪除所有訂閱數據嗎?",
|
||||
"public.privacyExport": "導出您的數據",
|
||||
|
|
Loading…
Reference in a new issue