From 28244313302095081490fcb04f94bada6a2fc175 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 17 Aug 2024 18:19:45 +0200 Subject: [PATCH] refactor: :globe_with_meridians: rework read and add missing translations --- l10n/de.js | 4 +- l10n/de.json | 4 +- l10n/fr.js | 4 +- l10n/fr.json | 4 +- src/components/Feed/Episodes.vue | 29 ++++++-------- translationfiles/de/repod.po | 10 ++--- translationfiles/fr/repod.po | 10 ++--- translationfiles/templates/repod.pot | 58 +++++++++++++++------------- 8 files changed, 61 insertions(+), 62 deletions(-) diff --git a/l10n/de.js b/l10n/de.js index 6f7608c..6fbb230 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -18,8 +18,7 @@ OC.L10N.register( "Link copied to the clipboard" : "Der Link des Feeds wurde in die Zwischenablage kopiert", "Play" : "Abspielen", "Stop" : "Stopp", - "Mark as read" : "Als gelesen markieren", - "Mark as unread" : "Als ungelesen markieren", + "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", @@ -33,6 +32,7 @@ OC.L10N.register( "Import OPML file" : "Importiere OPML-Datei", "Rate RePod ❤️" : "Bewerte RePod ❤️", "Playback speed" : "Wiedergabegeschwindigkeit", + "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", "Add a podcast" : "Einen Podcast hinzufügen", diff --git a/l10n/de.json b/l10n/de.json index 9d63712..e678797 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -16,8 +16,7 @@ "Link copied to the clipboard" : "Der Link des Feeds wurde in die Zwischenablage kopiert", "Play" : "Abspielen", "Stop" : "Stopp", - "Mark as read" : "Als gelesen markieren", - "Mark as unread" : "Als ungelesen markieren", + "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", @@ -31,6 +30,7 @@ "Import OPML file" : "Importiere OPML-Datei", "Rate RePod ❤️" : "Bewerte RePod ❤️", "Playback speed" : "Wiedergabegeschwindigkeit", + "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", "Add a podcast" : "Einen Podcast hinzufügen", diff --git a/l10n/fr.js b/l10n/fr.js index ff016bb..8f29607 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -18,8 +18,7 @@ OC.L10N.register( "Link copied to the clipboard" : "Lien vers le flux copié dans le presse-papiers", "Play" : "Lecture", "Stop" : "Arrêter", - "Mark as read" : "Marquer comme lu", - "Mark as unread" : "Marquer comme non lu", + "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", @@ -33,6 +32,7 @@ OC.L10N.register( "Import OPML file" : "Importer un fichier OPML", "Rate RePod ❤️" : "Donnez votre avis ❤️", "Playback speed" : "Vitesse de lecture", + "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", "Add a podcast" : "Ajouter un podcast", diff --git a/l10n/fr.json b/l10n/fr.json index 554981c..2066197 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -16,8 +16,7 @@ "Link copied to the clipboard" : "Lien vers le flux copié dans le presse-papiers", "Play" : "Lecture", "Stop" : "Arrêter", - "Mark as read" : "Marquer comme lu", - "Mark as unread" : "Marquer comme non lu", + "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", @@ -31,6 +30,7 @@ "Import OPML file" : "Importer un fichier OPML", "Rate RePod ❤️" : "Donnez votre avis ❤️", "Playback speed" : "Vitesse de lecture", + "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", "Add a podcast" : "Ajouter un podcast", diff --git a/src/components/Feed/Episodes.vue b/src/components/Feed/Episodes.vue index 0b269b1..74d867c 100644 --- a/src/components/Feed/Episodes.vue +++ b/src/components/Feed/Episodes.vue @@ -37,25 +37,20 @@