From bb141203a88bb14c70cc0f3981d37dde19c0d5b5 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 17 Feb 2026 20:33:59 +0100 Subject: [PATCH] fix missing translations --- commafeed-client/src/locales/ar/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/ca/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/cs/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/cy/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/da/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/de/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/en/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/es/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/fa/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/fi/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/fr/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/gl/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/hu/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/id/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/it/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/ja/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/ko/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/ms/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/nb/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/nl/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/nn/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/pl/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/pt/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/ru/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/sk/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/sv/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/tr/messages.po | 38 +++++++++++++++++++++ commafeed-client/src/locales/zh/messages.po | 38 +++++++++++++++++++++ 28 files changed, 1064 insertions(+) diff --git a/commafeed-client/src/locales/ar/messages.po b/commafeed-client/src/locales/ar/messages.po index f7789af4..4bce2271 100644 --- a/commafeed-client/src/locales/ar/messages.po +++ b/commafeed-client/src/locales/ar/messages.po @@ -34,6 +34,10 @@ msgstr "<0> هل تحتاج إلى حساب؟ <1> اشترك! " msgid "About" msgstr "حول" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "الإجراءات" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "مفتاح API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "هل أنت متأكد أنك تريد حذف الفئة <0> {categoryName} ؟" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "لم يتم العثور على شيء" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "الأقدم أولا" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "الملف الشخصي" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "استعادة كلمة السر" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "ضع التركيز على الإدخال التالي دون فتحه" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "جرب CommaFeed باستخدام الحساب التجريبي: تجريبي / تجريبي" @@ -1073,6 +1107,10 @@ msgstr "إلغاء النجم" msgid "Unsubscribe" msgstr "إلغاء الاشتراك" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "اسم المستخدم" diff --git a/commafeed-client/src/locales/ca/messages.po b/commafeed-client/src/locales/ca/messages.po index 3fb0525b..e47cda34 100644 --- a/commafeed-client/src/locales/ca/messages.po +++ b/commafeed-client/src/locales/ca/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Necessites un compte?<1>Registreu-vos!" msgid "About" msgstr "Sobre" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Accions" @@ -94,6 +98,14 @@ msgstr "Anunci" msgid "API key" msgstr "Clau API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Esteu segur que voleu suprimir la categoria <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "No hi ha opcions de compartició disponibles." msgid "Nothing found" msgstr "No s'ha trobat res" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "el més vell primer" @@ -807,6 +827,11 @@ msgstr "Color primari" msgid "Profile" msgstr "Perfil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Recuperar la contrasenya" @@ -873,6 +898,11 @@ msgstr "Selecciona el següent canal/categoria no llegit" msgid "Select previous unread feed/category" msgstr "Selecciona el canal/categoria anterior sense llegir" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Posa el focus a la següent entrada sense obrir-la" @@ -1050,6 +1080,10 @@ msgstr "Canvia la barra lateral" msgid "Toggle starred status of current entry" msgstr "Commuta l'estat destacat de l'entrada actual" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Proveu CommaFeed amb el compte de demostració: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Desestrellar" msgid "Unsubscribe" msgstr "Donar-se de baixa" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Nom d'usuari" diff --git a/commafeed-client/src/locales/cs/messages.po b/commafeed-client/src/locales/cs/messages.po index 6965fb35..ef6f7988 100644 --- a/commafeed-client/src/locales/cs/messages.po +++ b/commafeed-client/src/locales/cs/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Potřebujete účet?<1>Zaregistrujte se!" msgid "About" msgstr "Asi" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Akce" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "Klíč API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Opravdu chcete smazat kategorii <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Nic nebylo nalezeno" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Nejdříve nejstarší" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Obnovte heslo" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Zaměřte se na další položku, aniž byste ji otevřeli" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Vyzkoušejte CommaFeed s demo účtem: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Odstranit hvězdu" msgid "Unsubscribe" msgstr "Odhlásit odběr" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Uživatelské jméno" diff --git a/commafeed-client/src/locales/cy/messages.po b/commafeed-client/src/locales/cy/messages.po index 99bb4b3d..3e911823 100644 --- a/commafeed-client/src/locales/cy/messages.po +++ b/commafeed-client/src/locales/cy/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Angen cyfrif?<1>Ymunwch!" msgid "About" msgstr "Ynghylch" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Camau gweithredu" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "Allwedd API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Ydych chi'n siŵr eich bod am ddileu categori <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Dim wedi'i ddarganfod" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Hynaf yn gyntaf" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Proffil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Adfer cyfrinair" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Gosodwch ffocws ar y cofnod nesaf heb ei agor" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Rhowch gynnig ar CommaFeed gyda'r cyfrif demo: demo / demo" @@ -1073,6 +1107,10 @@ msgstr "dad-seren" msgid "Unsubscribe" msgstr "Dad-danysgrifio" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Enw defnyddiwr" diff --git a/commafeed-client/src/locales/da/messages.po b/commafeed-client/src/locales/da/messages.po index a138365f..e6731cdd 100644 --- a/commafeed-client/src/locales/da/messages.po +++ b/commafeed-client/src/locales/da/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Har du brug for en konto?<1>Tilmeld dig!" msgid "About" msgstr "Omkring" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Handlinger" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "API-nøgle" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Er du sikker på, at du vil slette kategori <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Intet fundet" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Ældst først" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Gendan adgangskode" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Sæt fokus på næste post uden at åbne den" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Prøv CommaFeed med demokontoen: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "" msgid "Unsubscribe" msgstr "Afmeld" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Brugernavn" diff --git a/commafeed-client/src/locales/de/messages.po b/commafeed-client/src/locales/de/messages.po index c810eb96..4e9c9dd3 100644 --- a/commafeed-client/src/locales/de/messages.po +++ b/commafeed-client/src/locales/de/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Benötigen Sie ein Konto?<1>Hier geht's zur Registrierung!" msgid "About" msgstr "Über" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Aktionen" @@ -94,6 +98,14 @@ msgstr "Ankündigung" msgid "API key" msgstr "API-Schlüssel" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Sind Sie sicher, dass Sie die Kategorie <0>{categoryName} löschen möchten?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Nichts gefunden" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Älteste zuerst" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Kennwort wiederherstellen" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Fokus auf den nächsten Eintrag setzen, ohne ihn zu öffnen" @@ -1050,6 +1080,10 @@ msgstr "Sidebar an- und ausschalten" msgid "Toggle starred status of current entry" msgstr "Markierungsstatus des aktuellen Eintrags ändern" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Testen Sie CommaFeed mit dem Demokonto: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Stern entfernen" msgid "Unsubscribe" msgstr "Abbestellen" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Benutzername" diff --git a/commafeed-client/src/locales/en/messages.po b/commafeed-client/src/locales/en/messages.po index fd7d9330..f9a46355 100644 --- a/commafeed-client/src/locales/en/messages.po +++ b/commafeed-client/src/locales/en/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Need an account?<1>Sign up!" msgid "About" msgstr "About" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "Access token (optional)" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Actions" @@ -94,6 +98,14 @@ msgstr "Announcement" msgid "API key" msgstr "API key" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "API token" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "App token" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Are you sure you want to delete category <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "No sharing options available." msgid "Nothing found" msgstr "Nothing found" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "Notification service" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "Notifications" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Oldest first" @@ -807,6 +827,11 @@ msgstr "Primary color" msgid "Profile" msgstr "Profile" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "Receive notifications" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Recover password" @@ -873,6 +898,11 @@ msgstr "Select next unread feed/category" msgid "Select previous unread feed/category" msgstr "Select previous unread feed/category" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "Server URL" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Set focus on next entry without opening it" @@ -1050,6 +1080,10 @@ msgstr "Toggle sidebar" msgid "Toggle starred status of current entry" msgstr "Toggle starred status of current entry" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "Topic" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Try out CommaFeed with the demo account: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Unstar" msgid "Unsubscribe" msgstr "Unsubscribe" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "User key" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "User name" diff --git a/commafeed-client/src/locales/es/messages.po b/commafeed-client/src/locales/es/messages.po index 6f4c2534..1d590b53 100644 --- a/commafeed-client/src/locales/es/messages.po +++ b/commafeed-client/src/locales/es/messages.po @@ -35,6 +35,10 @@ msgstr "<0>¿Necesitas una cuenta?<1>¡Regístrate!" msgid "About" msgstr "Acerca de" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Acciones" @@ -95,6 +99,14 @@ msgstr "Anuncio" msgid "API key" msgstr "Clave API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "¿Estás seguro de que deseas eliminar la categoría <0>{categoryName}?" @@ -667,6 +679,14 @@ msgstr "No hay opciones para compartir disponibles." msgid "Nothing found" msgstr "Nada encontrado" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Las más antiguas primero" @@ -808,6 +828,11 @@ msgstr "" msgid "Profile" msgstr "Perfil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Recuperar contraseña" @@ -874,6 +899,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Establecer el foco en la siguiente entrada sin abrirla" @@ -1051,6 +1081,10 @@ msgstr "Alternar barra lateral" msgid "Toggle starred status of current entry" msgstr "Alternar estado destacado de la entrada actual" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Prueba CommaFeed con la cuenta de demostración: demo/demo" @@ -1074,6 +1108,10 @@ msgstr "Desmarcar" msgid "Unsubscribe" msgstr "Cancelar suscripción" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Nombre de usuario" diff --git a/commafeed-client/src/locales/fa/messages.po b/commafeed-client/src/locales/fa/messages.po index ccda3c16..0375560b 100644 --- a/commafeed-client/src/locales/fa/messages.po +++ b/commafeed-client/src/locales/fa/messages.po @@ -34,6 +34,10 @@ msgstr "<0>به یک حساب نیاز دارید؟<1>ثبت نام کنید msgid "About" msgstr "در مورد" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "اعمال" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "کلید API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "آیا مطمئن هستید که می خواهید دسته <0>{categoryName} را حذف کنید؟" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "چیزی پیدا نشد" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "قدیمی ترین اول" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "نمایه" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "بازیابی رمز عبور" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "فوکوس را روی ورودی بعدی بدون باز کردن آن تنظیم کنید" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "CommaFeed را با حساب آزمایشی امتحان کنید: دمو/دمو" @@ -1073,6 +1107,10 @@ msgstr "" msgid "Unsubscribe" msgstr "لغو اشتراک" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "نام کاربری" diff --git a/commafeed-client/src/locales/fi/messages.po b/commafeed-client/src/locales/fi/messages.po index 6e0726ca..efb93a2b 100644 --- a/commafeed-client/src/locales/fi/messages.po +++ b/commafeed-client/src/locales/fi/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Tarvitsetko tilin?<1>Rekisteröidy!" msgid "About" msgstr "Noin" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Toimet" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "API-avain" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Haluatko varmasti poistaa luokan <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Mitään ei löytynyt" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Vanhin ensin" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profiili" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Palauta salasana" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Keskitä seuraavaan merkintään avaamatta sitä" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Kokeile CommaFeediä demotilillä: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Poista tähti" msgid "Unsubscribe" msgstr "Peruuta tilaus" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Käyttäjänimi" diff --git a/commafeed-client/src/locales/fr/messages.po b/commafeed-client/src/locales/fr/messages.po index 90669cd8..e20786d4 100644 --- a/commafeed-client/src/locales/fr/messages.po +++ b/commafeed-client/src/locales/fr/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Besoin d'un compte ?<1>Enregistrez-vous !" msgid "About" msgstr "À propos" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Actions" @@ -94,6 +98,14 @@ msgstr "Annonces" msgid "API key" msgstr "Clé API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Êtes-vous sûr de vouloir supprimer la catégorie <0>{categoryName} ?" @@ -666,6 +678,14 @@ msgstr "Aucune option de partage disponible" msgid "Nothing found" msgstr "Aucun résultat" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Du plus ancien au plus récent" @@ -807,6 +827,11 @@ msgstr "Couleur d'ambiance" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Récupérer le mot de passe" @@ -873,6 +898,11 @@ msgstr "Sélectionner l'article non lu suivant/la catégorie non lue suivante" msgid "Select previous unread feed/category" msgstr "Sélectionner l'article non lu précédent/la catégorie non lue précédente" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Sélectionner l'article suivant sans l'ouvrir" @@ -1050,6 +1080,10 @@ msgstr "Montrer/cacher la barre latérale" msgid "Toggle starred status of current entry" msgstr "Montrer/cacher le statut favori de l'entrée" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Essayez CommaFeed avec le compte de démonstration : demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Retirer des favoris" msgid "Unsubscribe" msgstr "Se désabonner" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Nom" diff --git a/commafeed-client/src/locales/gl/messages.po b/commafeed-client/src/locales/gl/messages.po index c665f507..4608ef71 100644 --- a/commafeed-client/src/locales/gl/messages.po +++ b/commafeed-client/src/locales/gl/messages.po @@ -35,6 +35,10 @@ msgstr "<0>Necesitas unha conta?<1>Crea unha!" msgid "About" msgstr "Sobre" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Accións" @@ -95,6 +99,14 @@ msgstr "Anuncio" msgid "API key" msgstr "Clave API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Tes certeza de querer eliminar a categoría <0>{categoryName}?" @@ -667,6 +679,14 @@ msgstr "Non hai opcións para poder compartir." msgid "Nothing found" msgstr "Non se atopou nada" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Primeiro o máis antigo" @@ -808,6 +828,11 @@ msgstr "Cor destacada" msgid "Profile" msgstr "Perfil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Recuperar o contrasinal" @@ -874,6 +899,11 @@ msgstr "Seleccionar a seguinte canle/categoría sen ler" msgid "Select previous unread feed/category" msgstr "Seleccionar a canle/categoría anterior sen ler" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Establece o foco no seguinte artigo sen abrilo" @@ -1051,6 +1081,10 @@ msgstr "Activación do panel lateral" msgid "Toggle starred status of current entry" msgstr "Activación do marcado con estrela do artigo actual" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Proba CommaFeed coa conta de demostración: demo/demo" @@ -1074,6 +1108,10 @@ msgstr "Retirar estrela" msgid "Unsubscribe" msgstr "Cancelar a subscrición" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Identificador" diff --git a/commafeed-client/src/locales/hu/messages.po b/commafeed-client/src/locales/hu/messages.po index b79a5398..e74d9b34 100644 --- a/commafeed-client/src/locales/hu/messages.po +++ b/commafeed-client/src/locales/hu/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Fiókra van szüksége?<1>Regisztráljon!" msgid "About" msgstr "Kb" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Műveletek" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "API kulcs" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Biztosan törölni szeretné a(z) <0>{categoryName} kategóriát?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Semmi sem található" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "A legidősebb első" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Jelszó helyreállítása" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Állítsa a fókuszt a következő bejegyzésre anélkül, hogy megnyitná azt" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Próbálja ki a CommaFeed-et a demo fiókkal: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "" msgid "Unsubscribe" msgstr "Leiratkozás" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Felhasználónév" diff --git a/commafeed-client/src/locales/id/messages.po b/commafeed-client/src/locales/id/messages.po index f4b4be18..62ff7517 100644 --- a/commafeed-client/src/locales/id/messages.po +++ b/commafeed-client/src/locales/id/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Butuh akun?<1>Daftar!" msgid "About" msgstr "Tentang" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Tindakan" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "kunci API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Anda yakin ingin menghapus kategori <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Tidak ada yang ditemukan" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Tertua dulu" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Pulihkan kata sandi" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Tetapkan fokus pada entri berikutnya tanpa membukanya" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Cobalah CommaFeed dengan akun demo: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Hapus bintang" msgid "Unsubscribe" msgstr "Berhenti berlangganan" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Nama pengguna" diff --git a/commafeed-client/src/locales/it/messages.po b/commafeed-client/src/locales/it/messages.po index 36777286..f673b104 100644 --- a/commafeed-client/src/locales/it/messages.po +++ b/commafeed-client/src/locales/it/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Hai bisogno di un account?<1>Registrati!" msgid "About" msgstr "Circa" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Azioni" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "Chiave API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Sei sicuro di voler eliminare la categoria <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Non è stato trovato nulla" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Il più vecchio prima" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profilo" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Recupera password" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Imposta il focus sulla voce successiva senza aprirla" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Prova CommaFeed con il conto demo: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Elimina le stelle" msgid "Unsubscribe" msgstr "Annulla iscrizione" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Nome utente" diff --git a/commafeed-client/src/locales/ja/messages.po b/commafeed-client/src/locales/ja/messages.po index 063277f9..63b82bdb 100644 --- a/commafeed-client/src/locales/ja/messages.po +++ b/commafeed-client/src/locales/ja/messages.po @@ -34,6 +34,10 @@ msgstr "<0>アカウントが必要ですか?<1>サインアップ!" msgid "About" msgstr "About" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "アクション" @@ -94,6 +98,14 @@ msgstr "お知らせ" msgid "API key" msgstr "APIキー" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "カテゴリ <0>{categoryName} を削除してもよろしいですか?" @@ -666,6 +678,14 @@ msgstr "共有オプションは利用できません。" msgid "Nothing found" msgstr "何も見つかりませんでした" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "古い順" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "プロフィール" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "パスワードの回復" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "次のエントリーを開かずにフォーカスする" @@ -1050,6 +1080,10 @@ msgstr "サイドバーを切り替える" msgid "Toggle starred status of current entry" msgstr "現在のエントリーのスターステータスを切り替える" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "デモアカウントでCommaFeedを試す: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "スターを外す" msgid "Unsubscribe" msgstr "退会" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "ユーザー名" diff --git a/commafeed-client/src/locales/ko/messages.po b/commafeed-client/src/locales/ko/messages.po index 33bb3c57..24e4f71e 100644 --- a/commafeed-client/src/locales/ko/messages.po +++ b/commafeed-client/src/locales/ko/messages.po @@ -34,6 +34,10 @@ msgstr "<0>계정이 필요하십니까?<1>가입하세요!" msgid "About" msgstr "정보" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "액션" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "API 키" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "<0>{categoryName} 카테고리를 삭제하시겠습니까?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "아무것도 찾을 수 없습니다" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "가장 오래된 것부터" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "프로필" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "비밀번호 복구" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "열지 않고 다음 항목에 포커스 설정" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "데모 계정으로 CommaFeed를 사용해 보세요: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "별표 제거" msgid "Unsubscribe" msgstr "구독 취소" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "사용자 이름" diff --git a/commafeed-client/src/locales/ms/messages.po b/commafeed-client/src/locales/ms/messages.po index d15139ab..9fee6116 100644 --- a/commafeed-client/src/locales/ms/messages.po +++ b/commafeed-client/src/locales/ms/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Perlukan akaun?<1>Daftar!" msgid "About" msgstr "Mengenai" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Tindakan" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "Kunci API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Adakah anda pasti mahu memadamkan kategori <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Tiada apa-apa dijumpai" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Tertua dahulu" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Pulihkan kata laluan" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Tetapkan fokus pada entri seterusnya tanpa membukanya" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Cuba CommaFeed dengan akaun demo: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Nyahbintang" msgid "Unsubscribe" msgstr "Nyahlanggan" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Nama pengguna" diff --git a/commafeed-client/src/locales/nb/messages.po b/commafeed-client/src/locales/nb/messages.po index 96193c1c..1de48b37 100644 --- a/commafeed-client/src/locales/nb/messages.po +++ b/commafeed-client/src/locales/nb/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Trenger du en konto?<1>Registrer deg!" msgid "About" msgstr "Omtrent" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Handlinger" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "API-nøkkel" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Er du sikker på at du vil slette kategori <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Ingenting funnet" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Eldste først" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Gjenopprett passord" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Sett fokus på neste oppføring uten å åpne den" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Prøv CommaFeed med demokontoen: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Fjern stjerne" msgid "Unsubscribe" msgstr "Avslutt abonnementet" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Brukernavn" diff --git a/commafeed-client/src/locales/nl/messages.po b/commafeed-client/src/locales/nl/messages.po index 9efc4244..2c055e44 100644 --- a/commafeed-client/src/locales/nl/messages.po +++ b/commafeed-client/src/locales/nl/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Een account nodig?<1>Meld je aan!" msgid "About" msgstr "Over" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Acties" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "API-sleutel" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Weet je zeker dat je categorie <0>{categoryName} wilt verwijderen?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Niets gevonden" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Oudste eerst" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profiel" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "wachtwoord herstellen" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Stel de focus in op het volgende item zonder het te openen" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Probeer CommaFeed uit met het demo-account: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Sterren uit" msgid "Unsubscribe" msgstr "Afmelden" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Gebruikersnaam" diff --git a/commafeed-client/src/locales/nn/messages.po b/commafeed-client/src/locales/nn/messages.po index 170b778c..48b47f38 100644 --- a/commafeed-client/src/locales/nn/messages.po +++ b/commafeed-client/src/locales/nn/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Trenger du en konto?<1>Registrer deg!" msgid "About" msgstr "Omtrent" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Handlinger" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "API-nøkkel" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Er du sikker på at du vil slette kategori <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Ingenting funnet" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Eldste først" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Gjenopprett passord" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Sett fokus på neste oppføring uten å åpne den" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Prøv CommaFeed med demokontoen: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Fjern stjerne" msgid "Unsubscribe" msgstr "Avslutt abonnementet" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Brukernavn" diff --git a/commafeed-client/src/locales/pl/messages.po b/commafeed-client/src/locales/pl/messages.po index 75e0e7ca..4843fb0d 100644 --- a/commafeed-client/src/locales/pl/messages.po +++ b/commafeed-client/src/locales/pl/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Potrzebujesz konta?<1>Zarejestruj się!" msgid "About" msgstr "O" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Akcje" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "klucz API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Czy na pewno chcesz usunąć kategorię <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Nic nie znaleziono" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Najstarsze jako pierwsze" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Odzyskaj hasło" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Ustaw fokus na następnym wpisie bez otwierania go" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Wypróbuj CommaFeed z kontem demo: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "" msgid "Unsubscribe" msgstr "Anuluj subskrypcję" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Nazwa użytkownika" diff --git a/commafeed-client/src/locales/pt/messages.po b/commafeed-client/src/locales/pt/messages.po index 80aada39..db07174f 100644 --- a/commafeed-client/src/locales/pt/messages.po +++ b/commafeed-client/src/locales/pt/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Precisa de uma conta?<1>Inscreva-se!" msgid "About" msgstr "Sobre" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Ações" @@ -94,6 +98,14 @@ msgstr "Aviso" msgid "API key" msgstr "chave de API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Tem certeza de que deseja excluir a categoria <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "Nenhuma opção de compartilhamento disponível" msgid "Nothing found" msgstr "Nada encontrado" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Mais antigo primeiro" @@ -807,6 +827,11 @@ msgstr "Cor primária" msgid "Profile" msgstr "Perfil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Recuperar senha" @@ -873,6 +898,11 @@ msgstr "Selecionar próximo feed/categoria não lido" msgid "Select previous unread feed/category" msgstr "Selecionar feed/categoria não lido anterior" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Definir o foco na próxima entrada sem abri-la" @@ -1050,6 +1080,10 @@ msgstr "Alternar barra lateral" msgid "Toggle starred status of current entry" msgstr "Alternar estrela da entrada atual" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Experimente o CommaFeed com a conta demo: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Desestrelar" msgid "Unsubscribe" msgstr "Cancelar inscrição" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Nome de usuário" diff --git a/commafeed-client/src/locales/ru/messages.po b/commafeed-client/src/locales/ru/messages.po index 45c798a7..6fec66f8 100644 --- a/commafeed-client/src/locales/ru/messages.po +++ b/commafeed-client/src/locales/ru/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Нужен аккаунт?<1>Зарегистрируйтесь!< msgid "About" msgstr "О CommaFeed" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Действия" @@ -94,6 +98,14 @@ msgstr "Объявление" msgid "API key" msgstr "Ключ API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Вы уверены, что хотите удалить категорию <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Ничего не найдено" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Сначала самые старые" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Профиль" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Восстановить пароль" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Установить фокус на следующую запись, не открывая ее." @@ -1050,6 +1080,10 @@ msgstr "Переключить боковую панель" msgid "Toggle starred status of current entry" msgstr "Переключение статуса избранное для текущей записи" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Попробуйте CommaFeed на демо аккаунте: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Удалить из избранного" msgid "Unsubscribe" msgstr "Отписаться" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Имя пользователя" diff --git a/commafeed-client/src/locales/sk/messages.po b/commafeed-client/src/locales/sk/messages.po index 6db80d01..558fa077 100644 --- a/commafeed-client/src/locales/sk/messages.po +++ b/commafeed-client/src/locales/sk/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Potrebujete účet?<1>Zaregistrujte sa!" msgid "About" msgstr "Asi" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Akcie" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "Kľúč API" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Naozaj chcete odstrániť kategóriu <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Nič sa nenašlo" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Najprv najstarší" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Obnoviť heslo" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Nastavte zameranie na ďalší záznam bez toho, aby ste ho otvorili" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Vyskúšajte CommaFeed s demo účtom: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Odobrať hviezdičku" msgid "Unsubscribe" msgstr "Zrušte odber" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Meno používateľa" diff --git a/commafeed-client/src/locales/sv/messages.po b/commafeed-client/src/locales/sv/messages.po index e33bb2de..eb7e8659 100644 --- a/commafeed-client/src/locales/sv/messages.po +++ b/commafeed-client/src/locales/sv/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Behöver du ett konto?<1>Registrera dig!" msgid "About" msgstr "Ungefär" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Handlingar" @@ -94,6 +98,14 @@ msgstr "" msgid "API key" msgstr "API-nyckel" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "Är du säker på att du vill ta bort kategori <0>{categoryName}?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Inget hittades" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Äldst först" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Återställ lösenord" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Sätt fokus på nästa post utan att öppna den" @@ -1050,6 +1080,10 @@ msgstr "" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "Prova CommaFeed med demokontot: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "" msgid "Unsubscribe" msgstr "Avregistrera" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Användarnamn" diff --git a/commafeed-client/src/locales/tr/messages.po b/commafeed-client/src/locales/tr/messages.po index 6fc45639..4ad9ccb3 100644 --- a/commafeed-client/src/locales/tr/messages.po +++ b/commafeed-client/src/locales/tr/messages.po @@ -34,6 +34,10 @@ msgstr "<0>Bir hesaba mı ihtiyacınız var?<1>Kaydolun!" msgid "About" msgstr "Hakkında" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "Eylemler" @@ -94,6 +98,14 @@ msgstr "Duyuru" msgid "API key" msgstr "API anahtarı" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "<0>{categoryName} kategorisini silmek istediğinizden emin misiniz?" @@ -666,6 +678,14 @@ msgstr "" msgid "Nothing found" msgstr "Hiçbir şey bulunamadı" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "Önce en eski" @@ -807,6 +827,11 @@ msgstr "" msgid "Profile" msgstr "Profil" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "Şifreyi kurtar" @@ -873,6 +898,11 @@ msgstr "" msgid "Select previous unread feed/category" msgstr "" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "Odağı açmadan sonraki girişe ayarlayın" @@ -1050,6 +1080,10 @@ msgstr "Kenar çubuğunu göster/gizle" msgid "Toggle starred status of current entry" msgstr "" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "CommaFeed'i demo hesabıyla deneyin: demo/demo" @@ -1073,6 +1107,10 @@ msgstr "Yıldızı kaldır" msgid "Unsubscribe" msgstr "Aboneliği iptal et" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "Kullanıcı adı" diff --git a/commafeed-client/src/locales/zh/messages.po b/commafeed-client/src/locales/zh/messages.po index baad539b..64e08aab 100644 --- a/commafeed-client/src/locales/zh/messages.po +++ b/commafeed-client/src/locales/zh/messages.po @@ -34,6 +34,10 @@ msgstr "<0>需要一个帐户?<1>注册!" msgid "About" msgstr "关于" +#: src/components/settings/NotificationSettings.tsx +msgid "Access token (optional)" +msgstr "" + #: src/pages/admin/AdminUsersPage.tsx msgid "Actions" msgstr "操作" @@ -94,6 +98,14 @@ msgstr "公告" msgid "API key" msgstr "API 密钥" +#: src/components/settings/NotificationSettings.tsx +msgid "API token" +msgstr "" + +#: src/components/settings/NotificationSettings.tsx +msgid "App token" +msgstr "" + #: src/pages/app/CategoryDetailsPage.tsx msgid "Are you sure you want to delete category <0>{categoryName}?" msgstr "您确定要删除类别 <0>{categoryName} 吗?" @@ -666,6 +678,14 @@ msgstr "没有可用的分享选项" msgid "Nothing found" msgstr "没有找到" +#: src/components/settings/NotificationSettings.tsx +msgid "Notification service" +msgstr "" + +#: src/pages/app/SettingsPage.tsx +msgid "Notifications" +msgstr "" + #: src/pages/app/AboutPage.tsx msgid "Oldest first" msgstr "最早的优先" @@ -807,6 +827,11 @@ msgstr "主颜色" msgid "Profile" msgstr "配置文件" +#: src/components/content/add/Subscribe.tsx +#: src/pages/app/FeedDetailsPage.tsx +msgid "Receive notifications" +msgstr "" + #: src/pages/auth/PasswordRecoveryPage.tsx msgid "Recover password" msgstr "找回密码" @@ -873,6 +898,11 @@ msgstr "选择下一个未读信息流/类别" msgid "Select previous unread feed/category" msgstr "选择上一个未读信息流/类别" +#: src/components/settings/NotificationSettings.tsx +#: src/components/settings/NotificationSettings.tsx +msgid "Server URL" +msgstr "" + #: src/components/KeyboardShortcutsHelp.tsx msgid "Set focus on next entry without opening it" msgstr "将焦点放在下一个条目而不打开它" @@ -1050,6 +1080,10 @@ msgstr "切换侧边栏" msgid "Toggle starred status of current entry" msgstr "切换当前条目的星标状态" +#: src/components/settings/NotificationSettings.tsx +msgid "Topic" +msgstr "" + #: src/pages/auth/LoginPage.tsx msgid "Try out CommaFeed with the demo account: demo/demo" msgstr "使用演示帐户试用 CommaFeed:demo/demo" @@ -1073,6 +1107,10 @@ msgstr "取消星标" msgid "Unsubscribe" msgstr "取消订阅" +#: src/components/settings/NotificationSettings.tsx +msgid "User key" +msgstr "" + #: src/components/settings/ProfileSettings.tsx msgid "User name" msgstr "用户名"