From e93675e03639c2c8d4fc7d70cfccaa10f5f1707e Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Mon, 28 Dec 2020 07:08:38 -0500 Subject: Fix tag management translation (#3292) Before, feedback messages were not translated. Now, they are. --- app/i18n/cz/feedback.php | 5 +++++ app/i18n/de/feedback.php | 5 +++++ app/i18n/en-us/feedback.php | 5 +++++ app/i18n/en/feedback.php | 5 +++++ app/i18n/es/feedback.php | 5 +++++ app/i18n/fr/feedback.php | 5 +++++ app/i18n/he/feedback.php | 5 +++++ app/i18n/it/feedback.php | 5 +++++ app/i18n/kr/feedback.php | 5 +++++ app/i18n/nl/feedback.php | 5 +++++ app/i18n/oc/feedback.php | 5 +++++ app/i18n/pl/feedback.php | 5 +++++ app/i18n/pt-br/feedback.php | 5 +++++ app/i18n/ru/feedback.php | 5 +++++ app/i18n/sk/feedback.php | 5 +++++ app/i18n/tr/feedback.php | 5 +++++ app/i18n/zh-cn/feedback.php | 5 +++++ 17 files changed, 85 insertions(+) (limited to 'app/i18n') diff --git a/app/i18n/cz/feedback.php b/app/i18n/cz/feedback.php index 45522dd3b..c2eefa8de 100644 --- a/app/i18n/cz/feedback.php +++ b/app/i18n/cz/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Vyprázdněno (smazáno %d článků)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS bude nyní upgradováno na verzi %s.', 'error' => 'Během upgrade došlo k chybě: %s', diff --git a/app/i18n/de/feedback.php b/app/i18n/de/feedback.php index afe350509..91e335604 100644 --- a/app/i18n/de/feedback.php +++ b/app/i18n/de/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Bereinigung abgeschlossen (%d Artikel gelöscht)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS wird nun auf die Version %s aktualisiert.', 'error' => 'Der Aktualisierungsvorgang stieß auf einen Fehler: %s', diff --git a/app/i18n/en-us/feedback.php b/app/i18n/en-us/feedback.php index 6a0efd902..20017e6ed 100644 --- a/app/i18n/en-us/feedback.php +++ b/app/i18n/en-us/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Purge completed (%d articles deleted)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS will now be updated to the version %s.', 'error' => 'The update process has encountered an error: %s', diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index 6a0efd902..bfe8cd350 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Purge completed (%d articles deleted)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', + 'name_exists' => 'Tag name already exists.', + 'renamed' => 'Tag "%s" has been renamed to "%s".', + ), 'update' => array( 'can_apply' => 'FreshRSS will now be updated to the version %s.', 'error' => 'The update process has encountered an error: %s', diff --git a/app/i18n/es/feedback.php b/app/i18n/es/feedback.php index 358c954de..395a18151 100755 --- a/app/i18n/es/feedback.php +++ b/app/i18n/es/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Limpieza completada (se han eliminado %d artículos)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS se va a actualizar a la versión %s.', 'error' => 'Hubo un error durante el proceso de actualización: %s', diff --git a/app/i18n/fr/feedback.php b/app/i18n/fr/feedback.php index e09518892..e1fe52e64 100644 --- a/app/i18n/fr/feedback.php +++ b/app/i18n/fr/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Purge effectuée (%d articles supprimés).', ), + 'tag' => array( + 'created' => 'L’étiquette "%s" a été créée.', + 'name_exists' => 'L’étiquette existe déjà.', + 'renamed' => 'L’étiquette "%s" a été renommée en "%s".', + ), 'update' => array( 'can_apply' => 'FreshRSS va maintenant être mis à jour vers la version %s.', 'error' => 'La mise à jour a rencontré un problème : %s', diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php index 05a264f26..7f8d75efd 100644 --- a/app/i18n/he/feedback.php +++ b/app/i18n/he/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'הניקוי הושלם (%d מאמרים נמחקו)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS will be now updated to the version %s.', 'error' => 'תהליך העדכון נתקל בשגיאה: %s', diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index 30462f4d6..b466e28bf 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Svecchiamento completato (%d articoli cancellati)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS verrà aggiornato alla versione %s.', 'error' => 'Il processo di aggiornamento ha riscontrato il seguente errore: %s', diff --git a/app/i18n/kr/feedback.php b/app/i18n/kr/feedback.php index d7e428196..6dcf5393c 100644 --- a/app/i18n/kr/feedback.php +++ b/app/i18n/kr/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => '삭제 완료 (%d 개의 글을 삭제했습니다)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS가 %s 버전으로 업데이트됩니다.', 'error' => '업데이트 과정에서 문제가 발생했습니다: %s', diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php index 400ae157c..981450294 100644 --- a/app/i18n/nl/feedback.php +++ b/app/i18n/nl/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Opschonen klaar (%d artikelen verwijderd)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS word nu vernieud naar versie %s.', 'error' => 'Het vernieuwingsproces kwam een fout tegen: %s', diff --git a/app/i18n/oc/feedback.php b/app/i18n/oc/feedback.php index 63755bf95..e7bd0cc10 100644 --- a/app/i18n/oc/feedback.php +++ b/app/i18n/oc/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Purga realizada (%s articles suprimits)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS es per èsser mes a jorn en version %s.', 'error' => 'La mesa a jorn a conegut un problèma : %s', diff --git a/app/i18n/pl/feedback.php b/app/i18n/pl/feedback.php index 08172c30a..f370987c2 100644 --- a/app/i18n/pl/feedback.php +++ b/app/i18n/pl/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Purge completed (%d articles deleted)', // TODO - Translation ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS zostanie zaktualizowany do wersji %s.', 'error' => 'Proces aktualizacji napotkał błąd: %s', diff --git a/app/i18n/pt-br/feedback.php b/app/i18n/pt-br/feedback.php index 0b903db13..7f7c4db03 100644 --- a/app/i18n/pt-br/feedback.php +++ b/app/i18n/pt-br/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Limpeza completa (%d artigos deletados)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'O FreshRSS será atualizado para a versão %s.', 'error' => 'O processo de atualização encontrou um erro: %s', diff --git a/app/i18n/ru/feedback.php b/app/i18n/ru/feedback.php index 4f57dcf08..37ff57d9d 100644 --- a/app/i18n/ru/feedback.php +++ b/app/i18n/ru/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Purge completed (%d articles deleted)', // TODO - Translation ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS will now be updated to the version %s.', // TODO - Translation 'error' => 'The update process has encountered an error: %s', // TODO - Translation diff --git a/app/i18n/sk/feedback.php b/app/i18n/sk/feedback.php index 026848447..e14b6b01d 100644 --- a/app/i18n/sk/feedback.php +++ b/app/i18n/sk/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Čistenie ukončené. Počet vymazaných článkov: %d', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS sa teraz aktualizuje na verziu %s.', 'error' => 'Počas aktualizácie sa vyskytla chyba: %s', diff --git a/app/i18n/tr/feedback.php b/app/i18n/tr/feedback.php index 6fdbd7133..fed83a422 100644 --- a/app/i18n/tr/feedback.php +++ b/app/i18n/tr/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Temizleme tamamlandı (%d makale silindi)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS %s versiyonuna güncellenecek.', 'error' => 'Güncelleme işlemi sırasında hata: %s', diff --git a/app/i18n/zh-cn/feedback.php b/app/i18n/zh-cn/feedback.php index 446989aac..9a7781257 100644 --- a/app/i18n/zh-cn/feedback.php +++ b/app/i18n/zh-cn/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => '清除完成(已删除 %d 篇文章)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS 将更新到 版本 %s.', 'error' => '更新出错:%s', -- cgit v1.2.3