From db70c4aae4f87878f1da856b8f05a976be5b7e28 Mon Sep 17 00:00:00 2001 From: Ronak Gothi Date: Mon, 24 Feb 2025 16:12:15 +0530 Subject: [PATCH] Adding new translations keys Added refresh_paused & refresh_paused_hint, and stubbed for other languages. --- lib/trmnl/i18n/locales/web_ui/da.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/de-AT.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/de.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/en.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/es-ES.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/fr.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/he.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/id.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/it.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/ja.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/ko.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/nl.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/no.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/pt-BR.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/raw.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/uk.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/zh-CN.yml | 2 ++ lib/trmnl/i18n/locales/web_ui/zh-HK.yml | 2 ++ 18 files changed, 36 insertions(+) diff --git a/lib/trmnl/i18n/locales/web_ui/da.yml b/lib/trmnl/i18n/locales/web_ui/da.yml index 306bb84..b123cec 100644 --- a/lib/trmnl/i18n/locales/web_ui/da.yml +++ b/lib/trmnl/i18n/locales/web_ui/da.yml @@ -357,6 +357,8 @@ da: remove_plugin: Fjern plugin remove_plugin_hint: Fjernelse af et plugin vil også fjerne det fra din playliste synced: Synkroniseret + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Besøg Docs import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/de-AT.yml b/lib/trmnl/i18n/locales/web_ui/de-AT.yml index 748968a..8e2aead 100644 --- a/lib/trmnl/i18n/locales/web_ui/de-AT.yml +++ b/lib/trmnl/i18n/locales/web_ui/de-AT.yml @@ -358,6 +358,8 @@ de-AT: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synchronisiert + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Dokumentation anzeigen import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/de.yml b/lib/trmnl/i18n/locales/web_ui/de.yml index a627bce..ff26755 100644 --- a/lib/trmnl/i18n/locales/web_ui/de.yml +++ b/lib/trmnl/i18n/locales/web_ui/de.yml @@ -358,6 +358,8 @@ de: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synchronisiert + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Dokumentation anzeigen import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/en.yml b/lib/trmnl/i18n/locales/web_ui/en.yml index 2968726..1940a78 100644 --- a/lib/trmnl/i18n/locales/web_ui/en.yml +++ b/lib/trmnl/i18n/locales/web_ui/en.yml @@ -358,6 +358,8 @@ en: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synced + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Visit Docs import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/es-ES.yml b/lib/trmnl/i18n/locales/web_ui/es-ES.yml index 29bf338..7358fac 100644 --- a/lib/trmnl/i18n/locales/web_ui/es-ES.yml +++ b/lib/trmnl/i18n/locales/web_ui/es-ES.yml @@ -358,6 +358,8 @@ es-ES: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synced + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Visitar Documentación import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/fr.yml b/lib/trmnl/i18n/locales/web_ui/fr.yml index c576331..58e3089 100644 --- a/lib/trmnl/i18n/locales/web_ui/fr.yml +++ b/lib/trmnl/i18n/locales/web_ui/fr.yml @@ -358,6 +358,8 @@ fr: remove_plugin: Retirer l'extension remove_plugin_hint: Retirer une extension la retirera aussi de votre playlist synced: Synchronisé + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Visiter la documentation import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/he.yml b/lib/trmnl/i18n/locales/web_ui/he.yml index b7f7449..93c2116 100644 --- a/lib/trmnl/i18n/locales/web_ui/he.yml +++ b/lib/trmnl/i18n/locales/web_ui/he.yml @@ -358,6 +358,8 @@ he: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synced + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Visit Docs import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/id.yml b/lib/trmnl/i18n/locales/web_ui/id.yml index a177a74..9c87f3b 100644 --- a/lib/trmnl/i18n/locales/web_ui/id.yml +++ b/lib/trmnl/i18n/locales/web_ui/id.yml @@ -358,6 +358,8 @@ id: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synced + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Kunjungi Dokumentasi import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/it.yml b/lib/trmnl/i18n/locales/web_ui/it.yml index 771ae94..2ea9f58 100644 --- a/lib/trmnl/i18n/locales/web_ui/it.yml +++ b/lib/trmnl/i18n/locales/web_ui/it.yml @@ -358,6 +358,8 @@ it: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synced + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Guarda la Documentazione import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/ja.yml b/lib/trmnl/i18n/locales/web_ui/ja.yml index 8202b4b..63dd0c6 100644 --- a/lib/trmnl/i18n/locales/web_ui/ja.yml +++ b/lib/trmnl/i18n/locales/web_ui/ja.yml @@ -358,6 +358,8 @@ ja: remove_plugin: プラグインを削除 remove_plugin_hint: プラグインを削除すると、プレイリストからも削除されます synced: 同期済み + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: ドキュメントを開く import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/ko.yml b/lib/trmnl/i18n/locales/web_ui/ko.yml index 9372c7c..2fd7705 100644 --- a/lib/trmnl/i18n/locales/web_ui/ko.yml +++ b/lib/trmnl/i18n/locales/web_ui/ko.yml @@ -358,6 +358,8 @@ ko: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synced + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: 문서열기 import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/nl.yml b/lib/trmnl/i18n/locales/web_ui/nl.yml index a125cbd..d41699a 100644 --- a/lib/trmnl/i18n/locales/web_ui/nl.yml +++ b/lib/trmnl/i18n/locales/web_ui/nl.yml @@ -358,6 +358,8 @@ nl: remove_plugin: Plugin verwijderen remove_plugin_hint: Het verwijderen van een plugin zal deze ook uit je afspeellijst verwijderen synced: Gesynchroniseerd + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Bekijk docs import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/no.yml b/lib/trmnl/i18n/locales/web_ui/no.yml index 2ddd268..a1a443f 100644 --- a/lib/trmnl/i18n/locales/web_ui/no.yml +++ b/lib/trmnl/i18n/locales/web_ui/no.yml @@ -361,6 +361,8 @@ remove_plugin: Fjern plugin remove_plugin_hint: Fjerning av en plugin vil også fjerne den fra spillelisten din synced: Synkronisert + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Besøk dokumentasjonen import: archive_too_large: "ZIP-filen er for stor (maksimum %{max_mb} MB)" diff --git a/lib/trmnl/i18n/locales/web_ui/pt-BR.yml b/lib/trmnl/i18n/locales/web_ui/pt-BR.yml index 533a0b7..2bcce13 100644 --- a/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +++ b/lib/trmnl/i18n/locales/web_ui/pt-BR.yml @@ -358,6 +358,8 @@ pt-BR: remove_plugin: Remover plugin remove_plugin_hint: Remover um plugin também irá removê-lo de sua playlist synced: Sincronizado + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Visitar Documentação import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/raw.yml b/lib/trmnl/i18n/locales/web_ui/raw.yml index a5acfae..8a410f7 100644 --- a/lib/trmnl/i18n/locales/web_ui/raw.yml +++ b/lib/trmnl/i18n/locales/web_ui/raw.yml @@ -364,6 +364,8 @@ raw: remove_plugin: plugin_settings.form.remove_plugin remove_plugin_hint: remove_plugin_hint synced: plugin_settings.form.synced + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: plugin_settings.form.visit_docs import: archive_too_large: plugin_settings.import.archive_too_large diff --git a/lib/trmnl/i18n/locales/web_ui/uk.yml b/lib/trmnl/i18n/locales/web_ui/uk.yml index c03a7ff..3eaf1a0 100644 --- a/lib/trmnl/i18n/locales/web_ui/uk.yml +++ b/lib/trmnl/i18n/locales/web_ui/uk.yml @@ -358,6 +358,8 @@ uk: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: Synced + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: Переглянути Документацію import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/zh-CN.yml b/lib/trmnl/i18n/locales/web_ui/zh-CN.yml index 89f1568..a1390f9 100644 --- a/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +++ b/lib/trmnl/i18n/locales/web_ui/zh-CN.yml @@ -358,6 +358,8 @@ zh-CN: remove_plugin: Remove plugin remove_plugin_hint: Removing a plugin will also remove it from your playlist synced: 已同步 + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: 查看文档 import: archive_too_large: ZIP file is too large (%{max_mb} MB maximum) diff --git a/lib/trmnl/i18n/locales/web_ui/zh-HK.yml b/lib/trmnl/i18n/locales/web_ui/zh-HK.yml index 473fa1d..bcd8c41 100644 --- a/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +++ b/lib/trmnl/i18n/locales/web_ui/zh-HK.yml @@ -358,6 +358,8 @@ zh-HK: remove_plugin: 移除外掛 remove_plugin_hint: 移除外掛後,亦會從你的播放清單中移除 synced: 已同步 + refresh_paused: Refresh Paused + refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again. visit_docs: 前往文件 import: archive_too_large: ZIP檔案太大(最多%{max_mb} MB)