From 8c4ee1234f384b84c309c379841bce6c5c3b57b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 29 Aug 2024 15:22:41 +0200 Subject: [PATCH] feat(locale): add translations for menu.show_only_starred_entries --- internal/locale/translations/el_EL.json | 1 + internal/locale/translations/fr_FR.json | 1 + internal/locale/translations/it_IT.json | 2 +- internal/locale/translations/nl_NL.json | 1 + internal/locale/translations/pl_PL.json | 1 + internal/locale/translations/pt_BR.json | 1 + internal/locale/translations/ru_RU.json | 1 + internal/locale/translations/tr_TR.json | 1 + internal/locale/translations/uk_UA.json | 1 + 9 files changed, 9 insertions(+), 1 deletion(-) diff --git a/internal/locale/translations/el_EL.json b/internal/locale/translations/el_EL.json index 229bee7353a..d9e6d9d5700 100644 --- a/internal/locale/translations/el_EL.json +++ b/internal/locale/translations/el_EL.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Σημείωση όλων ως αναγνωσμένα", "menu.show_all_entries": "Εμφάνιση όλων των καταχωρήσεων", "menu.show_only_unread_entries": "Εμφάνιση μόνο μη αναγνωσμένων καταχωρήσεων", + "menu.show_only_starred_entries": "Εμφάνιση μόνο αγαπημένων καταχωρήσεων", "menu.refresh_feed": "Ανανέωση", "menu.refresh_all_feeds": "Ανανέωση όλων των ροών στο παρασκήνιο", "menu.edit_feed": "Επεξεργασία", diff --git a/internal/locale/translations/fr_FR.json b/internal/locale/translations/fr_FR.json index ddd4d47150f..9d34bc920c6 100644 --- a/internal/locale/translations/fr_FR.json +++ b/internal/locale/translations/fr_FR.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Tout marquer comme lu", "menu.show_all_entries": "Afficher tous les articles", "menu.show_only_unread_entries": "Afficher uniquement les articles non lus", + "menu.show_only_starred_entries": "Afficher uniquement les favoris", "menu.refresh_feed": "Actualiser", "menu.refresh_all_feeds": "Actualiser les abonnements en arrière-plan", "menu.edit_feed": "Modifier", diff --git a/internal/locale/translations/it_IT.json b/internal/locale/translations/it_IT.json index 1c8f7a314f9..f80e14cf28d 100644 --- a/internal/locale/translations/it_IT.json +++ b/internal/locale/translations/it_IT.json @@ -40,7 +40,7 @@ "menu.mark_page_as_read": "Segna questa pagina come letta", "menu.mark_all_as_read": "Segna tutti gli articoli come letti", "menu.show_all_entries": "Mostra tutte le voci", - "menu.show_only_unread_entries": "Mostra solo voci non lette", + "menu.show_only_unread_entries": "Mostra solo voci preferiti", "menu.refresh_feed": "Aggiorna", "menu.refresh_all_feeds": "Aggiorna tutti i feed in background", "menu.edit_feed": "Modifica", diff --git a/internal/locale/translations/nl_NL.json b/internal/locale/translations/nl_NL.json index fc7db3e9974..2cb5b14102c 100644 --- a/internal/locale/translations/nl_NL.json +++ b/internal/locale/translations/nl_NL.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Markeer alle items als gelezen", "menu.show_all_entries": "Toon alle artikelen", "menu.show_only_unread_entries": "Toon alleen ongelezen artikelen", + "menu.show_only_starred_entries": "Toon alleen favorieten", "menu.refresh_feed": "Vernieuwen", "menu.refresh_all_feeds": "Vernieuw alle feeds in de achtergrond", "menu.edit_feed": "Bewerken", diff --git a/internal/locale/translations/pl_PL.json b/internal/locale/translations/pl_PL.json index ecd1f540cac..54a46fe95d6 100644 --- a/internal/locale/translations/pl_PL.json +++ b/internal/locale/translations/pl_PL.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Oznacz wszystko jako przeczytane", "menu.show_all_entries": "Pokaż wszystkie artykuły", "menu.show_only_unread_entries": "Pokaż tylko nieprzeczytane artykuły", + "menu.show_only_starred_entries": "Pokaż tylko ulubione artykuły", "menu.refresh_feed": "Odśwież", "menu.refresh_all_feeds": "Odśwież wszystkie subskrypcje w tle", "menu.edit_feed": "Edytuj", diff --git a/internal/locale/translations/pt_BR.json b/internal/locale/translations/pt_BR.json index 3c1c839098b..ab9a7bb5629 100644 --- a/internal/locale/translations/pt_BR.json +++ b/internal/locale/translations/pt_BR.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Marcar todos como lido", "menu.show_all_entries": "Mostrar todas os itens", "menu.show_only_unread_entries": "Mostrar apenas itens não lidos", + "menu.show_only_starred_entries": "Mostrar apenas os favoritos", "menu.refresh_feed": "Atualizar", "menu.refresh_all_feeds": "Atualizar todas as fontes", "menu.edit_feed": "Editar", diff --git a/internal/locale/translations/ru_RU.json b/internal/locale/translations/ru_RU.json index fd214374e1f..b3db37957c9 100644 --- a/internal/locale/translations/ru_RU.json +++ b/internal/locale/translations/ru_RU.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Отметить всё как прочитанное", "menu.show_all_entries": "Показать все статьи", "menu.show_only_unread_entries": "Показывать только непрочитанные статьи", + "menu.show_only_starred_entries": "Показывать только избранные статьи", "menu.refresh_feed": "Обновить", "menu.refresh_all_feeds": "Обновить все подписки в фоне", "menu.edit_feed": "Изменить", diff --git a/internal/locale/translations/tr_TR.json b/internal/locale/translations/tr_TR.json index ac150d24090..cd4c6ff4e18 100644 --- a/internal/locale/translations/tr_TR.json +++ b/internal/locale/translations/tr_TR.json @@ -359,6 +359,7 @@ "menu.shared_entries": "Paylaşılan makaleler", "menu.show_all_entries": "Tüm makaleleri göster", "menu.show_only_unread_entries": "Sadece okunmamış makaleleri göster", + "menu.show_only_starred_entries": "Sadece yıldızlanmış makaleleri göster", "menu.starred": "Yıldız", "menu.title": "Menü", "menu.unread": "Okunmadı", diff --git a/internal/locale/translations/uk_UA.json b/internal/locale/translations/uk_UA.json index 2bebf3cd58e..5bfef77f169 100644 --- a/internal/locale/translations/uk_UA.json +++ b/internal/locale/translations/uk_UA.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Відмітити все як прочитане", "menu.show_all_entries": "Показати всі записи", "menu.show_only_unread_entries": "Показати тільки непрочитані записи", + "menu.show_only_starred_entries": "Показати тільки записи з зірочкою", "menu.refresh_feed": "Оновити", "menu.refresh_all_feeds": "Оновити всі стрічки у фоновому режимі", "menu.edit_feed": "Редагувати",