[web] Add missing translations

Translations were missing for the remove podcast feature. A cleanup of the German translation files has been done as well.
This commit is contained in:
Alain Nussbaumer 2023-06-02 22:13:38 +02:00
parent 82fdb7f121
commit b0f418abda
5 changed files with 26 additions and 14 deletions

View File

@ -56,8 +56,8 @@
/>
<modal-dialog
:show="show_remove_podcast_modal"
title="Remove podcast"
delete_action="Remove"
:title="$t('page.podcast.remove-podcast')"
:delete_action="$t('page.podcast.remove')"
@close="show_remove_podcast_modal = false"
@delete="remove_podcast"
>

View File

@ -193,7 +193,9 @@
"albums": {
"info-1": "Diesen Podcast dauerhaft aus der Bibliothek löschen?",
"info-2": "Dies wir auch RSS-Playlisten löschen ",
"notification": "Podcast kann nicht gelöscht werden - evtl. wurde er nicht als RSS-Playlist hinzugefügt."
"notification": "Podcast kann nicht gelöscht werden - evtl. wurde er nicht als RSS-Playlist hinzugefügt.",
"remove": "Entfernen",
"remove-podcast":"Entferne podcast"
},
"spotify": {
"not-playable-track": "Track kann nicht gespielt werden",
@ -377,9 +379,11 @@
},
"podcast": {
"play": "Spielen",
"remove": "Entfernen",
"remove-error": "Podcast kann nicht entfernt werden, evtl. wurde er nicht als RSS-Playlist hinzugefügt.",
"remove-info-1": "Diesen Podcast wirklich dauerhaft aus der Bibliothek löschen?",
"remove-info-2": "Damit wird auch die RSS-Playliste gelöscht. ",
"remove-podcast":"Entferne podcast",
"track-count": "{count} Tracks"
},
"podcasts": {

View File

@ -193,7 +193,9 @@
"albums": {
"info-1": "Permanently remove this podcast from your library?",
"info-2": "This will also remove the RSS playlist ",
"notification": "Podcast cannot be removed. Probably it was not added as an RSS playlist."
"notification": "Podcast cannot be removed. Probably it was not added as an RSS playlist.",
"remove": "Remove",
"remove-podcast": "Remove podcast"
},
"spotify": {
"not-playable-track": "Track is not playable",
@ -377,9 +379,11 @@
},
"podcast": {
"play": "Play",
"remove": "Remove",
"remove-error": "Podcast cannot be removed. Probably it was not added as an RSS playlist.",
"remove-info-1": "Permanently remove this podcast from your library?",
"remove-info-2": "This will also remove the RSS playlist ",
"remove-podcast": "Remove podcast",
"track-count": "{count} tracks"
},
"podcasts": {

View File

@ -193,7 +193,9 @@
"albums": {
"info-1": "Supprimer définitivement ce podcast de votre bibliothèque ?",
"info-2": "Cela supprimera également la liste de lecture RSS ",
"notification": "Le podcast ne peut être supprimé. Il navait probablement pas été ajouté comme une liste de lecture RSS."
"notification": "Le podcast ne peut être supprimé. Il navait probablement pas été ajouté comme une liste de lecture RSS.",
"remove": "Supprimer",
"remove-podcast": "Supprimer le podcast"
},
"spotify": {
"not-playable-track": "La piste ne peut pas être lue",
@ -377,9 +379,11 @@
},
"podcast": {
"play": "Lire",
"remove": "Supprimer",
"remove-error": "Le podcast ne peut pas être supprimé. Il na probablement pas été ajouté en tant que liste de lecture RSS.",
"remove-info-1": "Supprimer ce podcast de manière permanente de la bibliothèque ?",
"remove-info-2": "Cela supprimera également la liste de lecture RSS ",
"remove-podcast":"Supprimer le podcast",
"track-count": "{count} pistes"
},
"podcasts": {

View File

@ -38,8 +38,8 @@
/>
<modal-dialog
:show="show_remove_podcast_modal"
title="Remove podcast"
delete_action="Remove"
:title="$t('page.podcast.remove-podcast')"
:delete_action="$t('page.podcast.remove')"
@close="show_remove_podcast_modal = false"
@delete="remove_podcast"
>