From d6fd4ab5868f1e35ba008f355c1e8596b087e010 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sun, 26 Feb 2023 13:19:00 +0530 Subject: [PATCH] Fix 'delete' -> 'clear' language on bounces UI. Closes #1072. --- frontend/src/views/Bounces.vue | 4 ++-- i18n/ca.json | 3 +++ i18n/cs-cz.json | 3 +++ i18n/cy.json | 3 +++ i18n/de.json | 3 +++ i18n/en.json | 2 ++ i18n/es.json | 3 +++ i18n/fi.json | 3 +++ i18n/fr.json | 2 ++ i18n/hu.json | 3 +++ i18n/it.json | 3 +++ i18n/jp.json | 3 +++ i18n/ml.json | 3 +++ i18n/nl.json | 3 +++ i18n/pl.json | 3 +++ i18n/pt-BR.json | 3 +++ i18n/pt.json | 3 +++ i18n/ro.json | 3 +++ i18n/ru.json | 3 +++ i18n/se.json | 2 ++ i18n/sk.json | 3 +++ i18n/tr.json | 3 +++ i18n/vi.json | 3 +++ i18n/zh-CN.json | 3 +++ i18n/zh-TW.json | 3 +++ 25 files changed, 71 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Bounces.vue b/frontend/src/views/Bounces.vue index a7b93a24..f9e8b1a1 100644 --- a/frontend/src/views/Bounces.vue +++ b/frontend/src/views/Bounces.vue @@ -9,11 +9,11 @@ - {{ $t('globals.buttons.delete') }} + {{ $t('globals.buttons.clear') }} - {{ $t('globals.buttons.deleteAll') }} + {{ $t('globals.buttons.clearAll') }} diff --git a/i18n/ca.json b/i18n/ca.json index 98b2fbde..fc665d03 100644 --- a/i18n/ca.json +++ b/i18n/ca.json @@ -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", diff --git a/i18n/cs-cz.json b/i18n/cs-cz.json index 5fd6f0e5..89faaf93 100644 --- a/i18n/cs-cz.json +++ b/i18n/cs-cz.json @@ -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", diff --git a/i18n/cy.json b/i18n/cy.json index 7a7ab4ca..5186ab72 100644 --- a/i18n/cy.json +++ b/i18n/cy.json @@ -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", diff --git a/i18n/de.json b/i18n/de.json index 1b1988bc..55e38cf6 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -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", diff --git a/i18n/en.json b/i18n/en.json index d6b4a35e..d0d7065f 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -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", diff --git a/i18n/es.json b/i18n/es.json index 98a6c9c2..51beade8 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -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", diff --git a/i18n/fi.json b/i18n/fi.json index 30b99534..b27322de 100644 --- a/i18n/fi.json +++ b/i18n/fi.json @@ -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", diff --git a/i18n/fr.json b/i18n/fr.json index 8a4ce3ac..fe02ebb2 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -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", diff --git a/i18n/hu.json b/i18n/hu.json index 52a1d784..bdbcb3cf 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -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", diff --git a/i18n/it.json b/i18n/it.json index e9259df4..5cc8c388 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -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", diff --git a/i18n/jp.json b/i18n/jp.json index d251d645..9736f0ff 100644 --- a/i18n/jp.json +++ b/i18n/jp.json @@ -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": "データをエクスポート", diff --git a/i18n/ml.json b/i18n/ml.json index da636f01..50f06052 100644 --- a/i18n/ml.json +++ b/i18n/ml.json @@ -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": "നിങ്ങളുടെ വിവരങ്ങൾ എക്സ്പോർട്ട് ചെയ്യുക", diff --git a/i18n/nl.json b/i18n/nl.json index 7d3fbc5b..5f497114 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -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", diff --git a/i18n/pl.json b/i18n/pl.json index e8b685cc..c697f21a 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -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", diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index b966f256..8d2650d5 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -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", diff --git a/i18n/pt.json b/i18n/pt.json index 5a5ba934..e54a0070 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -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", diff --git a/i18n/ro.json b/i18n/ro.json index 4f96a190..8a3e96d9 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -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", diff --git a/i18n/ru.json b/i18n/ru.json index ad227e18..0b75f204 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -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": "Экспортировать Ваши данные", diff --git a/i18n/se.json b/i18n/se.json index 51538936..74c0484b 100644 --- a/i18n/se.json +++ b/i18n/se.json @@ -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", diff --git a/i18n/sk.json b/i18n/sk.json index 4c1b6508..e3ba1b01 100644 --- a/i18n/sk.json +++ b/i18n/sk.json @@ -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", diff --git a/i18n/tr.json b/i18n/tr.json index ec42798a..f86062a8 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -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", diff --git a/i18n/vi.json b/i18n/vi.json index a4072437..cc1841fb 100644 --- a/i18n/vi.json +++ b/i18n/vi.json @@ -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", diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json index 8ae253f1..ffb3662c 100644 --- a/i18n/zh-CN.json +++ b/i18n/zh-CN.json @@ -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": "导出您的数据", diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index fa25946f..4d70de2b 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -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": "導出您的數據",