mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-29 00:23:23 -05:00
[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:
parent
82fdb7f121
commit
b0f418abda
@ -56,8 +56,8 @@
|
|||||||
/>
|
/>
|
||||||
<modal-dialog
|
<modal-dialog
|
||||||
:show="show_remove_podcast_modal"
|
:show="show_remove_podcast_modal"
|
||||||
title="Remove podcast"
|
:title="$t('page.podcast.remove-podcast')"
|
||||||
delete_action="Remove"
|
:delete_action="$t('page.podcast.remove')"
|
||||||
@close="show_remove_podcast_modal = false"
|
@close="show_remove_podcast_modal = false"
|
||||||
@delete="remove_podcast"
|
@delete="remove_podcast"
|
||||||
>
|
>
|
||||||
|
@ -193,7 +193,9 @@
|
|||||||
"albums": {
|
"albums": {
|
||||||
"info-1": "Diesen Podcast dauerhaft aus der Bibliothek löschen?",
|
"info-1": "Diesen Podcast dauerhaft aus der Bibliothek löschen?",
|
||||||
"info-2": "Dies wir auch RSS-Playlisten 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": {
|
"spotify": {
|
||||||
"not-playable-track": "Track kann nicht gespielt werden",
|
"not-playable-track": "Track kann nicht gespielt werden",
|
||||||
@ -252,7 +254,7 @@
|
|||||||
"count": "{count} Slbums",
|
"count": "{count} Slbums",
|
||||||
"filter": "Filter",
|
"filter": "Filter",
|
||||||
"hide-singles-help": "Nach Aktivierung werden keine Singles und Alben angezeigt, die nur in Playlisten enthalten sind.",
|
"hide-singles-help": "Nach Aktivierung werden keine Singles und Alben angezeigt, die nur in Playlisten enthalten sind.",
|
||||||
"hide-singles": "Nach Aktivierung werden keine Singles angezeigt",
|
"hide-singles": "Nach Aktivierung werden keine Singles angezeigt",
|
||||||
"hide-spotify-help": "Nach Aktivierung werden keine Alben angezeigt, die nur in der Spotify-Bibliothek enthalten sind.",
|
"hide-spotify-help": "Nach Aktivierung werden keine Alben angezeigt, die nur in der Spotify-Bibliothek enthalten sind.",
|
||||||
"hide-spotify": "Verbirgt Spotify-Alben",
|
"hide-spotify": "Verbirgt Spotify-Alben",
|
||||||
"title": "Alben",
|
"title": "Alben",
|
||||||
@ -283,7 +285,7 @@
|
|||||||
"recently-added": "Kürzlich hinzugefügt"
|
"recently-added": "Kürzlich hinzugefügt"
|
||||||
},
|
},
|
||||||
"hide-singles-help": "Nach Aktivierung werden keine Singles und Alben angezeigt, die nur in Playlisten enthalten sind.",
|
"hide-singles-help": "Nach Aktivierung werden keine Singles und Alben angezeigt, die nur in Playlisten enthalten sind.",
|
||||||
"hide-singles": "Nach Aktivierung werden keine Singles angezeigt",
|
"hide-singles": "Nach Aktivierung werden keine Singles angezeigt",
|
||||||
"hide-spotify-help": "Nach Aktivierung werden keine Alben angezeigt, die nur in der Spotify-Bibliothek enthalten sind.",
|
"hide-spotify-help": "Nach Aktivierung werden keine Alben angezeigt, die nur in der Spotify-Bibliothek enthalten sind.",
|
||||||
"hide-spotify": "Verbirgt Künstler auf Spotify",
|
"hide-spotify": "Verbirgt Künstler auf Spotify",
|
||||||
"title": "Künstler"
|
"title": "Künstler"
|
||||||
@ -377,9 +379,11 @@
|
|||||||
},
|
},
|
||||||
"podcast": {
|
"podcast": {
|
||||||
"play": "Spielen",
|
"play": "Spielen",
|
||||||
|
"remove": "Entfernen",
|
||||||
"remove-error": "Podcast kann nicht entfernt werden, evtl. wurde er nicht als RSS-Playlist hinzugefügt.",
|
"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-1": "Diesen Podcast wirklich dauerhaft aus der Bibliothek löschen?",
|
||||||
"remove-info-2": "Damit wird auch die RSS-Playliste gelöscht. ",
|
"remove-info-2": "Damit wird auch die RSS-Playliste gelöscht. ",
|
||||||
|
"remove-podcast":"Entferne podcast",
|
||||||
"track-count": "{count} Tracks"
|
"track-count": "{count} Tracks"
|
||||||
},
|
},
|
||||||
"podcasts": {
|
"podcasts": {
|
||||||
@ -463,7 +467,7 @@
|
|||||||
"playlists": "Playlisten",
|
"playlists": "Playlisten",
|
||||||
"podcasts": "Podcasts",
|
"podcasts": "Podcasts",
|
||||||
"radio": "Radio",
|
"radio": "Radio",
|
||||||
"recently-added-page-info": "Beschränkte die Zahl der Alben auf der \"kürzlich hinzugefügt\"-Seite",
|
"recently-added-page-info": "Beschränkte die Zahl der Alben auf der \"kürzlich hinzugefügt\"-Seite",
|
||||||
"recently-added-page": "Kürzlich hinzugefügt-Seite",
|
"recently-added-page": "Kürzlich hinzugefügt-Seite",
|
||||||
"search": "Suche",
|
"search": "Suche",
|
||||||
"show-composer-genres-info-1": "Komma-separierte Liste der Genres, wo der Komponist auf der \"Aktuell läuft\"-Seite angezeigt werden soll",
|
"show-composer-genres-info-1": "Komma-separierte Liste der Genres, wo der Komponist auf der \"Aktuell läuft\"-Seite angezeigt werden soll",
|
||||||
@ -477,7 +481,7 @@
|
|||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"lastfm": {
|
"lastfm": {
|
||||||
"grant-access": "<b>Last.fm</b> - melde Dich mit Deinem Last.fm-Usernamen und Password an, um Scrobbeln zu aktivieren",
|
"grant-access": "<b>Last.fm</b> - melde Dich mit Deinem Last.fm-Usernamen und Password an, um Scrobbeln zu aktivieren",
|
||||||
"info": "OwnTone wird Usernamen und Passwort von last.fm nicht speichern, nur den Sitzungs-Schlüssel. Dieser läuft nicht ab.",
|
"info": "OwnTone wird Usernamen und Passwort von last.fm nicht speichern, nur den Sitzungs-Schlüssel. Dieser läuft nicht ab.",
|
||||||
"title": "Last.fm",
|
"title": "Last.fm",
|
||||||
"no-support": "OwnTone wurde ohne Unterstützung für Last.fm erstellt.",
|
"no-support": "OwnTone wurde ohne Unterstützung für Last.fm erstellt.",
|
||||||
@ -489,7 +493,7 @@
|
|||||||
"requirements": "Spotify Premium Abo erforderlich.",
|
"requirements": "Spotify Premium Abo erforderlich.",
|
||||||
"scopes": "Zugriff auf die Spotify Web-Api ermöglicht scannen der Spotify-Blibliothek. Erforderliche scopes sind: ",
|
"scopes": "Zugriff auf die Spotify Web-Api ermöglicht scannen der Spotify-Blibliothek. Erforderliche scopes sind: ",
|
||||||
"user": "Zugriff gestattet für ",
|
"user": "Zugriff gestattet für ",
|
||||||
"authorize": "Authorisiere Web-API-Zugriff",
|
"authorize": "Authorisiere Web-API-Zugriff",
|
||||||
"credentials": " - Anmelden mit dem Spotify Username und Passwort",
|
"credentials": " - Anmelden mit dem Spotify Username und Passwort",
|
||||||
"grant-access": "<b>Spotify Web-API</b> - Zugriff auf die Spotify Web-API gestatten",
|
"grant-access": "<b>Spotify Web-API</b> - Zugriff auf die Spotify Web-API gestatten",
|
||||||
"help-1": "libspotify ermöglicht OwnTone, Spotify-Tracks abzuspielen.",
|
"help-1": "libspotify ermöglicht OwnTone, Spotify-Tracks abzuspielen.",
|
||||||
|
@ -193,7 +193,9 @@
|
|||||||
"albums": {
|
"albums": {
|
||||||
"info-1": "Permanently remove this podcast from your library?",
|
"info-1": "Permanently remove this podcast from your library?",
|
||||||
"info-2": "This will also remove the RSS playlist ",
|
"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": {
|
"spotify": {
|
||||||
"not-playable-track": "Track is not playable",
|
"not-playable-track": "Track is not playable",
|
||||||
@ -377,9 +379,11 @@
|
|||||||
},
|
},
|
||||||
"podcast": {
|
"podcast": {
|
||||||
"play": "Play",
|
"play": "Play",
|
||||||
|
"remove": "Remove",
|
||||||
"remove-error": "Podcast cannot be removed. Probably it was not added as an RSS playlist.",
|
"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-1": "Permanently remove this podcast from your library?",
|
||||||
"remove-info-2": "This will also remove the RSS playlist ",
|
"remove-info-2": "This will also remove the RSS playlist ",
|
||||||
|
"remove-podcast": "Remove podcast",
|
||||||
"track-count": "{count} tracks"
|
"track-count": "{count} tracks"
|
||||||
},
|
},
|
||||||
"podcasts": {
|
"podcasts": {
|
||||||
|
@ -193,7 +193,9 @@
|
|||||||
"albums": {
|
"albums": {
|
||||||
"info-1": "Supprimer définitivement ce podcast de votre bibliothèque ?",
|
"info-1": "Supprimer définitivement ce podcast de votre bibliothèque ?",
|
||||||
"info-2": "Cela supprimera également la liste de lecture RSS ",
|
"info-2": "Cela supprimera également la liste de lecture RSS ",
|
||||||
"notification": "Le podcast ne peut être supprimé. Il n’avait probablement pas été ajouté comme une liste de lecture RSS."
|
"notification": "Le podcast ne peut être supprimé. Il n’avait probablement pas été ajouté comme une liste de lecture RSS.",
|
||||||
|
"remove": "Supprimer",
|
||||||
|
"remove-podcast": "Supprimer le podcast"
|
||||||
},
|
},
|
||||||
"spotify": {
|
"spotify": {
|
||||||
"not-playable-track": "La piste ne peut pas être lue",
|
"not-playable-track": "La piste ne peut pas être lue",
|
||||||
@ -377,9 +379,11 @@
|
|||||||
},
|
},
|
||||||
"podcast": {
|
"podcast": {
|
||||||
"play": "Lire",
|
"play": "Lire",
|
||||||
|
"remove": "Supprimer",
|
||||||
"remove-error": "Le podcast ne peut pas être supprimé. Il n’a probablement pas été ajouté en tant que liste de lecture RSS.",
|
"remove-error": "Le podcast ne peut pas être supprimé. Il n’a 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-1": "Supprimer ce podcast de manière permanente de la bibliothèque ?",
|
||||||
"remove-info-2": "Cela supprimera également la liste de lecture RSS ",
|
"remove-info-2": "Cela supprimera également la liste de lecture RSS ",
|
||||||
|
"remove-podcast":"Supprimer le podcast",
|
||||||
"track-count": "{count} pistes"
|
"track-count": "{count} pistes"
|
||||||
},
|
},
|
||||||
"podcasts": {
|
"podcasts": {
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
/>
|
/>
|
||||||
<modal-dialog
|
<modal-dialog
|
||||||
:show="show_remove_podcast_modal"
|
:show="show_remove_podcast_modal"
|
||||||
title="Remove podcast"
|
:title="$t('page.podcast.remove-podcast')"
|
||||||
delete_action="Remove"
|
:delete_action="$t('page.podcast.remove')"
|
||||||
@close="show_remove_podcast_modal = false"
|
@close="show_remove_podcast_modal = false"
|
||||||
@delete="remove_podcast"
|
@delete="remove_podcast"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user