From a91648848b03fba32e2381c9668ea61a1fccb0ab Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 15 Jul 2024 16:41:31 +0200 Subject: [PATCH] fix: :globe_with_meridians: fix translation --- l10n/de.js | 4 +- l10n/de.json | 4 +- l10n/fr.js | 4 +- l10n/fr.json | 4 +- src/components/Feed/Banner.vue | 2 +- translationfiles/de/repod.po | 6 +-- translationfiles/fr/repod.po | 6 +-- translationfiles/templates/repod.pot | 59 ++++++++++++++-------------- 8 files changed, 45 insertions(+), 44 deletions(-) diff --git a/l10n/de.js b/l10n/de.js index ed9e45c..6f7608c 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -15,6 +15,7 @@ OC.L10N.register( "Hot podcasts" : "Beliebte Podcasts", "Could not fetch tops" : "Titel können nicht abgerufen werden", "Copy feed" : "Feed kopieren", + "Link copied to the clipboard" : "Der Link des Feeds wurde in die Zwischenablage kopiert", "Play" : "Abspielen", "Stop" : "Stopp", "Mark as read" : "Als gelesen markieren", @@ -39,7 +40,6 @@ OC.L10N.register( "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", - "Feed's link copied to the clipboard" : "Der Link des Feeds wurde in die Zwischenablage kopiert" + "Install GPodder Sync" : "Installiere GPodder Sync" }, ""); diff --git a/l10n/de.json b/l10n/de.json index 0e4d82f..9d63712 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -13,6 +13,7 @@ "Hot podcasts" : "Beliebte Podcasts", "Could not fetch tops" : "Titel können nicht abgerufen werden", "Copy feed" : "Feed kopieren", + "Link copied to the clipboard" : "Der Link des Feeds wurde in die Zwischenablage kopiert", "Play" : "Abspielen", "Stop" : "Stopp", "Mark as read" : "Als gelesen markieren", @@ -37,7 +38,6 @@ "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", - "Feed's link copied to the clipboard" : "Der Link des Feeds wurde in die Zwischenablage kopiert" + "Install GPodder Sync" : "Installiere GPodder Sync" },"pluralForm" :"" } \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 35e92a4..ff016bb 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -15,6 +15,7 @@ OC.L10N.register( "Hot podcasts" : "Tendances", "Could not fetch tops" : "Impossible de récupérer les tops", "Copy feed" : "Copier le flux", + "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", @@ -39,7 +40,6 @@ OC.L10N.register( "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", - "Feed's link copied to the clipboard" : "Lien vers le flux copié dans le presse-papiers" + "Install GPodder Sync" : "Installer GPodder Sync" }, ""); diff --git a/l10n/fr.json b/l10n/fr.json index 2d1c297..554981c 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -13,6 +13,7 @@ "Hot podcasts" : "Tendances", "Could not fetch tops" : "Impossible de récupérer les tops", "Copy feed" : "Copier le flux", + "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", @@ -37,7 +38,6 @@ "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", - "Feed's link copied to the clipboard" : "Lien vers le flux copié dans le presse-papiers" + "Install GPodder Sync" : "Installer GPodder Sync" },"pluralForm" :"" } \ No newline at end of file diff --git a/src/components/Feed/Banner.vue b/src/components/Feed/Banner.vue index 3e7a216..eba4b71 100644 --- a/src/components/Feed/Banner.vue +++ b/src/components/Feed/Banner.vue @@ -108,7 +108,7 @@ export default { }, copyFeed() { window.navigator.clipboard.writeText(this.url) - showSuccess(t('repod', "Feed's link copied to the clipboard")) + showSuccess(t('repod', 'Link copied to the clipboard')) }, }, } diff --git a/translationfiles/de/repod.po b/translationfiles/de/repod.po index 7ae41a9..2dc5b07 100644 --- a/translationfiles/de/repod.po +++ b/translationfiles/de/repod.po @@ -74,6 +74,9 @@ msgstr "Titel können nicht abgerufen werden" msgid "Copy feed" msgstr "Feed kopieren" +msgid "Link copied to the clipboard" +msgstr "Der Link des Feeds wurde in die Zwischenablage kopiert" + msgid "Play" msgstr "Abspielen" @@ -148,6 +151,3 @@ msgstr "Benötigte App fehlt" msgid "Install GPodder Sync" msgstr "Installiere GPodder Sync" - -msgid "Feed's link copied to the clipboard" -msgstr "Der Link des Feeds wurde in die Zwischenablage kopiert" diff --git a/translationfiles/fr/repod.po b/translationfiles/fr/repod.po index 16305e3..e265a8c 100644 --- a/translationfiles/fr/repod.po +++ b/translationfiles/fr/repod.po @@ -74,6 +74,9 @@ msgstr "Impossible de récupérer les tops" msgid "Copy feed" msgstr "Copier le flux" +msgid "Link copied to the clipboard" +msgstr "Lien vers le flux copié dans le presse-papiers" + msgid "Play" msgstr "Lecture" @@ -148,6 +151,3 @@ msgstr "Une application requise est manquante" msgid "Install GPodder Sync" msgstr "Installer GPodder Sync" - -msgid "Feed's link copied to the clipboard" -msgstr "Lien vers le flux copié dans le presse-papiers" diff --git a/translationfiles/templates/repod.pot b/translationfiles/templates/repod.pot index e8566dc..fca5a80 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-07-15 14:12+0000\n" +"POT-Creation-Date: 2024-07-15 14:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,8 +48,8 @@ msgid "" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:1 -#: /app/specialVueFakeDummyForL10nScript.js:28 #: /app/specialVueFakeDummyForL10nScript.js:29 +#: /app/specialVueFakeDummyForL10nScript.js:30 msgid "Download" msgstr "" @@ -90,113 +90,114 @@ msgid "Copy feed" msgstr "" #: /app/specialVueFakeDummyForL10nScript.js:14 +msgid "Link copied to the clipboard" +msgstr "" + #: /app/specialVueFakeDummyForL10nScript.js:15 #: /app/specialVueFakeDummyForL10nScript.js:16 +#: /app/specialVueFakeDummyForL10nScript.js:17 msgid "Play" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:17 #: /app/specialVueFakeDummyForL10nScript.js:18 #: /app/specialVueFakeDummyForL10nScript.js:19 +#: /app/specialVueFakeDummyForL10nScript.js:20 msgid "Stop" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:20 #: /app/specialVueFakeDummyForL10nScript.js:21 #: /app/specialVueFakeDummyForL10nScript.js:22 +#: /app/specialVueFakeDummyForL10nScript.js:23 msgid "Mark as read" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:23 #: /app/specialVueFakeDummyForL10nScript.js:24 #: /app/specialVueFakeDummyForL10nScript.js:25 +#: /app/specialVueFakeDummyForL10nScript.js:26 msgid "Mark as unread" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:26 #: /app/specialVueFakeDummyForL10nScript.js:27 +#: /app/specialVueFakeDummyForL10nScript.js:28 msgid "Open website" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:30 +#: /app/specialVueFakeDummyForL10nScript.js:31 msgid "Could not fetch episodes" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:31 +#: /app/specialVueFakeDummyForL10nScript.js:32 msgid "Could not change the status of the episode" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:32 +#: /app/specialVueFakeDummyForL10nScript.js:33 msgid "Export subscriptions" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:33 +#: /app/specialVueFakeDummyForL10nScript.js:34 msgid "Filtering episodes" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:34 +#: /app/specialVueFakeDummyForL10nScript.js:35 msgid "Show all" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:35 +#: /app/specialVueFakeDummyForL10nScript.js:36 msgid "Listened" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:36 +#: /app/specialVueFakeDummyForL10nScript.js:37 msgid "Listening" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:37 +#: /app/specialVueFakeDummyForL10nScript.js:38 msgid "Unlistened" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:38 +#: /app/specialVueFakeDummyForL10nScript.js:39 msgid "Import subscriptions" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:39 +#: /app/specialVueFakeDummyForL10nScript.js:40 msgid "Import OPML file" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:40 +#: /app/specialVueFakeDummyForL10nScript.js:41 msgid "Rate RePod ❤️" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:41 +#: /app/specialVueFakeDummyForL10nScript.js:42 msgid "Playback speed" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:42 +#: /app/specialVueFakeDummyForL10nScript.js:43 msgid "Are you sure you want to delete this subscription?" msgstr "" -#: /app/specialVueFakeDummyForL10nScript.js:43 +#: /app/specialVueFakeDummyForL10nScript.js:44 msgid "Error while removing the feed" 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 "" - -msgid "Feed's link copied to the clipboard" -msgstr ""