diff --git a/l10n/de.js b/l10n/de.js index 6fbb230..8644543 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -20,8 +20,8 @@ OC.L10N.register( "Stop" : "Stopp", "Read" : "Gelesen", "Open website" : "Webseite aufrufen", - "Could not fetch episodes" : "Folgen können nicht abgerufen werden", "Could not change the status of the episode" : "Kann den Status der Folge nicht ändern", + "Could not fetch episodes" : "Folgen können nicht abgerufen werden", "Export subscriptions" : "Abonnements exportieren", "Filtering episodes" : "Folgen filtern", "Show all" : "Zeige alles", @@ -35,11 +35,14 @@ OC.L10N.register( "Favorite" : "Favorit", "Are you sure you want to delete this subscription?" : "Bist Du sicher, dass Du das Abonnement löschen möchtest?", "Error while removing the feed" : "Fehler beim Löschen des Feeds", + "You can only have 10 favorites" : "Du kannst nur 10 Favoriten haben", "Add a podcast" : "Einen Podcast hinzufügen", "Could not fetch subscriptions" : "Abonnements können nicht abgerufen werden", "Find a podcast" : "Finde einen Podcast", "Error loading feed" : "Fehler beim Laden des Feeds", "Missing required app" : "Benötigte App fehlt", - "Install GPodder Sync" : "Installiere GPodder Sync" + "Install GPodder Sync" : "Installiere GPodder Sync", + "Pin some subscriptions to see their latest updates" : "Pinne einige Abonnements, um ihre neuesten Updates zu sehen", + "No favorites" : "Keine Favoriten" }, ""); diff --git a/l10n/de.json b/l10n/de.json index e678797..22aa399 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -18,8 +18,8 @@ "Stop" : "Stopp", "Read" : "Gelesen", "Open website" : "Webseite aufrufen", - "Could not fetch episodes" : "Folgen können nicht abgerufen werden", "Could not change the status of the episode" : "Kann den Status der Folge nicht ändern", + "Could not fetch episodes" : "Folgen können nicht abgerufen werden", "Export subscriptions" : "Abonnements exportieren", "Filtering episodes" : "Folgen filtern", "Show all" : "Zeige alles", @@ -33,11 +33,14 @@ "Favorite" : "Favorit", "Are you sure you want to delete this subscription?" : "Bist Du sicher, dass Du das Abonnement löschen möchtest?", "Error while removing the feed" : "Fehler beim Löschen des Feeds", + "You can only have 10 favorites" : "Du kannst nur 10 Favoriten haben", "Add a podcast" : "Einen Podcast hinzufügen", "Could not fetch subscriptions" : "Abonnements können nicht abgerufen werden", "Find a podcast" : "Finde einen Podcast", "Error loading feed" : "Fehler beim Laden des Feeds", "Missing required app" : "Benötigte App fehlt", - "Install GPodder Sync" : "Installiere GPodder Sync" + "Install GPodder Sync" : "Installiere GPodder Sync", + "Pin some subscriptions to see their latest updates" : "Pinne einige Abonnements, um ihre neuesten Updates zu sehen", + "No favorites" : "Keine Favoriten" },"pluralForm" :"" } \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 8f29607..2d53412 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -20,8 +20,8 @@ OC.L10N.register( "Stop" : "Arrêter", "Read" : "Lu", "Open website" : "Ouvrir le site web", - "Could not fetch episodes" : "Impossible de récuprer les épisodes", "Could not change the status of the episode" : "Impossible de changer le status de l'épisode", + "Could not fetch episodes" : "Impossible de récuprer les épisodes", "Export subscriptions" : "Exporter les abonnements", "Filtering episodes" : "Filtrage des épisodes", "Show all" : "Montrer tout", @@ -35,11 +35,14 @@ OC.L10N.register( "Favorite" : "Favori", "Are you sure you want to delete this subscription?" : "Êtes-vous sûr de vouloir supprimer ce flux ?", "Error while removing the feed" : "Erreur lors de la suppression du flux", + "You can only have 10 favorites" : "Vous ne pouvez avoir que 10 favoris", "Add a podcast" : "Ajouter un podcast", "Could not fetch subscriptions" : "Impossible de récupérer les flux", "Find a podcast" : "Chercher un podcast", "Error loading feed" : "Erreur lors du chargement du flux", "Missing required app" : "Une application requise est manquante", - "Install GPodder Sync" : "Installer GPodder Sync" + "Install GPodder Sync" : "Installer GPodder Sync", + "Pin some subscriptions to see their latest updates" : "Ajoutez des abonnements en favoris pour obtenir les dernières nouvelles ici", + "No favorites" : "Aucun favoris" }, ""); diff --git a/l10n/fr.json b/l10n/fr.json index 2066197..32f4744 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -18,8 +18,8 @@ "Stop" : "Arrêter", "Read" : "Lu", "Open website" : "Ouvrir le site web", - "Could not fetch episodes" : "Impossible de récuprer les épisodes", "Could not change the status of the episode" : "Impossible de changer le status de l'épisode", + "Could not fetch episodes" : "Impossible de récuprer les épisodes", "Export subscriptions" : "Exporter les abonnements", "Filtering episodes" : "Filtrage des épisodes", "Show all" : "Montrer tout", @@ -33,11 +33,14 @@ "Favorite" : "Favori", "Are you sure you want to delete this subscription?" : "Êtes-vous sûr de vouloir supprimer ce flux ?", "Error while removing the feed" : "Erreur lors de la suppression du flux", + "You can only have 10 favorites" : "Vous ne pouvez avoir que 10 favoris", "Add a podcast" : "Ajouter un podcast", "Could not fetch subscriptions" : "Impossible de récupérer les flux", "Find a podcast" : "Chercher un podcast", "Error loading feed" : "Erreur lors du chargement du flux", "Missing required app" : "Une application requise est manquante", - "Install GPodder Sync" : "Installer GPodder Sync" + "Install GPodder Sync" : "Installer GPodder Sync", + "Pin some subscriptions to see their latest updates" : "Ajoutez des abonnements en favoris pour obtenir les dernières nouvelles ici", + "No favorites" : "Aucun favoris" },"pluralForm" :"" } \ No newline at end of file diff --git a/translationfiles/de/repod.po b/translationfiles/de/repod.po index 1e2fa66..169b098 100644 --- a/translationfiles/de/repod.po +++ b/translationfiles/de/repod.po @@ -89,12 +89,12 @@ msgstr "Gelesen" msgid "Open website" msgstr "Webseite aufrufen" -msgid "Could not fetch episodes" -msgstr "Folgen können nicht abgerufen werden" - msgid "Could not change the status of the episode" msgstr "Kann den Status der Folge nicht ändern" +msgid "Could not fetch episodes" +msgstr "Folgen können nicht abgerufen werden" + msgid "Export subscriptions" msgstr "Abonnements exportieren" @@ -134,6 +134,9 @@ msgstr "Bist Du sicher, dass Du das Abonnement löschen möchtest?" msgid "Error while removing the feed" msgstr "Fehler beim Löschen des Feeds" +msgid "You can only have 10 favorites" +msgstr "Du kannst nur 10 Favoriten haben" + msgid "Add a podcast" msgstr "Einen Podcast hinzufügen" @@ -151,3 +154,9 @@ msgstr "Benötigte App fehlt" msgid "Install GPodder Sync" msgstr "Installiere GPodder Sync" + +msgid "Pin some subscriptions to see their latest updates" +msgstr "Pinne einige Abonnements, um ihre neuesten Updates zu sehen" + +msgid "No favorites" +msgstr "Keine Favoriten" diff --git a/translationfiles/fr/repod.po b/translationfiles/fr/repod.po index c9042b2..f29d1f1 100644 --- a/translationfiles/fr/repod.po +++ b/translationfiles/fr/repod.po @@ -89,12 +89,12 @@ msgstr "Lu" msgid "Open website" msgstr "Ouvrir le site web" -msgid "Could not fetch episodes" -msgstr "Impossible de récuprer les épisodes" - msgid "Could not change the status of the episode" msgstr "Impossible de changer le status de l'épisode" +msgid "Could not fetch episodes" +msgstr "Impossible de récuprer les épisodes" + msgid "Export subscriptions" msgstr "Exporter les abonnements" @@ -134,6 +134,9 @@ msgstr "Êtes-vous sûr de vouloir supprimer ce flux ?" msgid "Error while removing the feed" msgstr "Erreur lors de la suppression du flux" +msgid "You can only have 10 favorites" +msgstr "Vous ne pouvez avoir que 10 favoris" + msgid "Add a podcast" msgstr "Ajouter un podcast" @@ -151,3 +154,9 @@ msgstr "Une application requise est manquante" msgid "Install GPodder Sync" msgstr "Installer GPodder Sync" + +msgid "Pin some subscriptions to see their latest updates" +msgstr "Ajoutez des abonnements en favoris pour obtenir les dernières nouvelles ici" + +msgid "No favorites" +msgstr "Aucun favoris" diff --git a/translationfiles/templates/repod.pot b/translationfiles/templates/repod.pot index e74e496..2b8abdb 100644 --- a/translationfiles/templates/repod.pot +++ b/translationfiles/templates/repod.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Nextcloud 3.14159\n" "Report-Msgid-Bugs-To: translations\\@example.com\n" -"POT-Creation-Date: 2024-08-17 16:18+0000\n" +"POT-Creation-Date: 2024-09-02 09:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -115,91 +115,100 @@ msgid "Open website" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:26 -msgid "Could not fetch episodes" -msgstr "" - -#: /app/specialVueFakeDummyForL10nScript.js:27 msgid "Could not change the status of the episode" msgstr "" +#: /app/specialVueFakeDummyForL10nScript.js:27 #: /app/specialVueFakeDummyForL10nScript.js:28 -msgid "Export subscriptions" +msgid "Could not fetch episodes" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:29 -msgid "Filtering episodes" +msgid "Export subscriptions" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:30 -msgid "Show all" +msgid "Filtering episodes" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:31 -msgid "Listened" +msgid "Show all" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:32 -msgid "Listening" +msgid "Listened" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:33 -msgid "Unlistened" +msgid "Listening" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:34 -msgid "Import subscriptions" +msgid "Unlistened" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:35 -msgid "Import OPML file" +msgid "Import subscriptions" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:36 -msgid "Rate RePod ❤️" +msgid "Import OPML file" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:37 -msgid "Playback speed" +msgid "Rate RePod ❤️" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:38 +msgid "Playback speed" +msgstr "" + #: /app/specialVueFakeDummyForL10nScript.js:39 #: /app/specialVueFakeDummyForL10nScript.js:40 +#: /app/specialVueFakeDummyForL10nScript.js:41 msgid "Favorite" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:41 +#: /app/specialVueFakeDummyForL10nScript.js:42 msgid "Are you sure you want to delete this subscription?" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:42 +#: /app/specialVueFakeDummyForL10nScript.js:43 msgid "Error while removing the feed" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:43 +#: /app/specialVueFakeDummyForL10nScript.js:44 msgid "You can only have 10 favorites" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:44 +#: /app/specialVueFakeDummyForL10nScript.js:45 msgid "Add a podcast" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:45 +#: /app/specialVueFakeDummyForL10nScript.js:46 msgid "Could not fetch subscriptions" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:46 +#: /app/specialVueFakeDummyForL10nScript.js:47 msgid "Find a podcast" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:47 +#: /app/specialVueFakeDummyForL10nScript.js:48 msgid "Error loading feed" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:48 +#: /app/specialVueFakeDummyForL10nScript.js:49 msgid "Missing required app" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:49 +#: /app/specialVueFakeDummyForL10nScript.js:50 msgid "Install GPodder Sync" msgstr "" + +#: /app/specialVueFakeDummyForL10nScript.js:51 +msgid "Pin some subscriptions to see their latest updates" +msgstr "" + +#: /app/specialVueFakeDummyForL10nScript.js:52 +msgid "No favorites" +msgstr ""