diff --git a/commafeed-client/src/locales/en/messages.po b/commafeed-client/src/locales/en/messages.po index 3eaff486..6a3e1eea 100644 --- a/commafeed-client/src/locales/en/messages.po +++ b/commafeed-client/src/locales/en/messages.po @@ -130,6 +130,7 @@ msgstr "Browser extentions" #: src/pages/app/CategoryDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx +#: src/pages/app/TagDetailsPage.tsx msgid "Cancel" msgstr "Cancel" @@ -293,6 +294,7 @@ msgstr "Forgot password?" #: src/pages/app/CategoryDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx +#: src/pages/app/TagDetailsPage.tsx msgid "Generate an API key in your profile first." msgstr "Generate an API key in your profile first." @@ -302,6 +304,7 @@ msgstr "Generate new API key" #: src/pages/app/CategoryDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx +#: src/pages/app/TagDetailsPage.tsx msgid "Generated feed url" msgstr "Generated feed url" @@ -368,6 +371,7 @@ msgstr "Last refresh message" #: src/pages/app/CategoryDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx +#: src/pages/app/TagDetailsPage.tsx msgid "Link" msgstr "Link" @@ -410,6 +414,10 @@ msgstr "Mark all as read" msgid "Mark all entries as read" msgstr "Mark all entries as read" +#: src/components/content/FeedEntryFooter.tsx +msgid "Mark as read" +msgstr "Mark as read" + #: src/components/content/FeedEntryFooter.tsx msgid "Mark as read up to here" msgstr "Mark as read up to here" @@ -663,6 +671,18 @@ msgstr "Subscribe to the feed" msgid "Success" msgstr "Success" +#: src/components/header/ProfileMenu.tsx +msgid "Switch to dark theme" +msgstr "Switch to dark theme" + +#: src/components/header/ProfileMenu.tsx +msgid "Switch to light theme" +msgstr "Switch to light theme" + +#: src/components/content/FeedEntryFooter.tsx +msgid "Tags" +msgstr "Tags" + #: src/components/content/add/Subscribe.tsx msgid "The URL for the feed you want to subscribe to. You can also use the website's url directly and CommaFeed will try to find the feed in the page." msgstr "The URL for the feed you want to subscribe to. You can also use the website's url directly and CommaFeed will try to find the feed in the page." diff --git a/commafeed-client/src/locales/fr/messages.po b/commafeed-client/src/locales/fr/messages.po index 6b4b8e96..5290b454 100644 --- a/commafeed-client/src/locales/fr/messages.po +++ b/commafeed-client/src/locales/fr/messages.po @@ -130,6 +130,7 @@ msgstr "Extensions pour navigateurs" #: src/pages/app/CategoryDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx +#: src/pages/app/TagDetailsPage.tsx msgid "Cancel" msgstr "Annuler" @@ -293,6 +294,7 @@ msgstr "Mot de passe oublié ?" #: src/pages/app/CategoryDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx +#: src/pages/app/TagDetailsPage.tsx msgid "Generate an API key in your profile first." msgstr "Générez d'abord une clé API dans votre profil." @@ -302,6 +304,7 @@ msgstr "Générer une nouvelle clé API" #: src/pages/app/CategoryDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx +#: src/pages/app/TagDetailsPage.tsx msgid "Generated feed url" msgstr "URL du flux généré" @@ -368,6 +371,7 @@ msgstr "Dernier message de mise à jour" #: src/pages/app/CategoryDetailsPage.tsx #: src/pages/app/FeedDetailsPage.tsx +#: src/pages/app/TagDetailsPage.tsx msgid "Link" msgstr "Lien" @@ -410,6 +414,10 @@ msgstr "Tout marquer comme lu" msgid "Mark all entries as read" msgstr "Marquer toutes les entrées comme lues" +#: src/components/content/FeedEntryFooter.tsx +msgid "Mark as read" +msgstr "Marquer comme lu" + #: src/components/content/FeedEntryFooter.tsx msgid "Mark as read up to here" msgstr "Marquer comme lu jusqu'ici" @@ -663,6 +671,18 @@ msgstr "S'abonner au flux" msgid "Success" msgstr "Succès" +#: src/components/header/ProfileMenu.tsx +msgid "Switch to dark theme" +msgstr "Activer le mode sombre" + +#: src/components/header/ProfileMenu.tsx +msgid "Switch to light theme" +msgstr "Activer le mode clair" + +#: src/components/content/FeedEntryFooter.tsx +msgid "Tags" +msgstr "Tags" + #: src/components/content/add/Subscribe.tsx msgid "The URL for the feed you want to subscribe to. You can also use the website's url directly and CommaFeed will try to find the feed in the page." msgstr "L'URL du flux auquel vous souhaitez vous abonner. Vous pouvez aussi utiliser l'URL du site directement et CommaFeed va essayer de trouver le flux dans la page."