From 88ea0ade3e99180b66925a8b6d806a9a11e7ef8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 29 Aug 2024 15:27:41 +0200 Subject: [PATCH] feat(locale): add dummy translations for menu.show_only_starred_entries --- internal/locale/translations/es_ES.json | 1 + internal/locale/translations/fi_FI.json | 1 + internal/locale/translations/hi_IN.json | 1 + internal/locale/translations/id_ID.json | 1 + internal/locale/translations/ja_JP.json | 1 + internal/locale/translations/zh_CN.json | 1 + internal/locale/translations/zh_TW.json | 1 + 7 files changed, 7 insertions(+) diff --git a/internal/locale/translations/es_ES.json b/internal/locale/translations/es_ES.json index a0cc1034..0d8ad970 100644 --- a/internal/locale/translations/es_ES.json +++ b/internal/locale/translations/es_ES.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Marcar todos como leídos", "menu.show_all_entries": "Mostrar todos los artículos", "menu.show_only_unread_entries": "Mostrar solo los artículos no leídos", + "menu.show_only_starred_entries": "Show only starred entries", "menu.refresh_feed": "Refrescar", "menu.refresh_all_feeds": "Refrescar todas las fuentes en el fondo", "menu.edit_feed": "Editar", diff --git a/internal/locale/translations/fi_FI.json b/internal/locale/translations/fi_FI.json index 0f3e6ea6..533b7c87 100644 --- a/internal/locale/translations/fi_FI.json +++ b/internal/locale/translations/fi_FI.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Merkitse kaikki luetuksi", "menu.show_all_entries": "Näytä kaikki artikkelit", "menu.show_only_unread_entries": "Näytä vain lukemattomat artikkelit", + "menu.show_only_starred_entries": "Show only starred entries", "menu.refresh_feed": "Päivitä", "menu.refresh_all_feeds": "Päivitä kaikki syötteet taustalla", "menu.edit_feed": "Muokkaa", diff --git a/internal/locale/translations/hi_IN.json b/internal/locale/translations/hi_IN.json index 918062a8..37b225eb 100644 --- a/internal/locale/translations/hi_IN.json +++ b/internal/locale/translations/hi_IN.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "सभी को पढ़ा हुआ मार्क करें", "menu.show_all_entries": "सभी प्रविष्टियाँ दिखाए", "menu.show_only_unread_entries": "सभी अपठित प्रविष्टियाँ दिखाए", + "menu.show_only_starred_entries": "Show only starred entries", "menu.refresh_feed": "ताज़ा करें", "menu.refresh_all_feeds": "पृष्ठभूमि में सभी फ़ीड को ताज़ा करें", "menu.edit_feed": "फ़ीड संपाद करे", diff --git a/internal/locale/translations/id_ID.json b/internal/locale/translations/id_ID.json index e63f39c7..540c8344 100644 --- a/internal/locale/translations/id_ID.json +++ b/internal/locale/translations/id_ID.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Tandai semua sebagai telah dibaca", "menu.show_all_entries": "Tampilkan semua entri", "menu.show_only_unread_entries": "Tampilkan hanya entri yang belum dibaca", + "menu.show_only_starred_entries": "Show only starred entries", "menu.refresh_feed": "Muat ulang", "menu.refresh_all_feeds": "Muat ulang semua umpan di latar belakang", "menu.edit_feed": "Sunting", diff --git a/internal/locale/translations/ja_JP.json b/internal/locale/translations/ja_JP.json index 56ba1360..0c3ce2f5 100644 --- a/internal/locale/translations/ja_JP.json +++ b/internal/locale/translations/ja_JP.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "すべて既読にする", "menu.show_all_entries": "すべての記事を表示", "menu.show_only_unread_entries": "未読の記事だけを表示", + "menu.show_only_starred_entries": "Show only starred entries", "menu.refresh_feed": "更新", "menu.refresh_all_feeds": "すべてのフィードをバックグラウンドで更新", "menu.edit_feed": "編集", diff --git a/internal/locale/translations/zh_CN.json b/internal/locale/translations/zh_CN.json index f96342fe..5a4c13cd 100644 --- a/internal/locale/translations/zh_CN.json +++ b/internal/locale/translations/zh_CN.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "全部标为已读", "menu.show_all_entries": "显示所有文章", "menu.show_only_unread_entries": "仅显示未读文章", + "menu.show_only_starred_entries": "Show only starred entries", "menu.refresh_feed": "更新", "menu.refresh_all_feeds": "在后台更新全部源", "menu.edit_feed": "编辑", diff --git a/internal/locale/translations/zh_TW.json b/internal/locale/translations/zh_TW.json index b2f5ea7c..cc7d480b 100644 --- a/internal/locale/translations/zh_TW.json +++ b/internal/locale/translations/zh_TW.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "全部標為已讀", "menu.show_all_entries": "顯示所有文章", "menu.show_only_unread_entries": "僅顯示未讀文章", + "menu.show_only_starred_entries": "Show only starred entries", "menu.refresh_feed": "更新", "menu.refresh_all_feeds": "背景更新全部Feeds", "menu.edit_feed": "編輯",