From 4ef3281a0b0f6d5ca48f3c14cc5bea3f0328b00e Mon Sep 17 00:00:00 2001 From: Tim Schneeberger Date: Tue, 16 May 2023 02:34:46 +0200 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (92 of 92 strings) Co-authored-by: Tim Schneeberger Translate-URL: https://hosted.weblate.org/projects/subtracks/subtracks/de/ Translation: Subtracks/subtracks --- lib/l10n/app_de.arb | 72 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index d1e4968..a23a276 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -202,5 +202,75 @@ "controlsShuffle": "Zufall", "@controlsShuffle": {}, "actionsCancel": "Abbrechen", - "@actionsCancel": {} + "@actionsCancel": {}, + "actionsDownloadDelete": "Heruntergeladene Inhalte löschen", + "@actionsDownloadDelete": {}, + "actionsOk": "OK", + "@actionsOk": {}, + "resourcesAlbumCount": "{count,plural, =1{{count} Album} other{{count} Alben}}", + "@resourcesAlbumCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "resourcesFilterAlbum": "Album", + "@resourcesFilterAlbum": {}, + "resourcesArtistCount": "{count,plural, =1{{count} Künstler} other{{count} Künstler}}", + "@resourcesArtistCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "resourcesFilterArtist": "Künstler", + "@resourcesFilterArtist": {}, + "resourcesFilterOwner": "Besitzer", + "@resourcesFilterOwner": {}, + "resourcesFilterYear": "Jahr", + "@resourcesFilterYear": {}, + "resourcesPlaylistCount": "{count,plural, =1{{count} Playlist} other{{count} Playlists}}", + "@resourcesPlaylistCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "resourcesSongCount": "{count,plural, =1{{count} Song} other{{count} Songs}}", + "@resourcesSongCount": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "resourcesSongListDeleteAllContent": "Hierdurch werden alle heruntergeladenen Inhalte entfernt.", + "@resourcesSongListDeleteAllContent": {}, + "resourcesSortByAlbum": "Album", + "@resourcesSortByAlbum": {}, + "resourcesSortByAlbumCount": "Albenanzahl", + "@resourcesSortByAlbumCount": {}, + "resourcesSortByTitle": "Titel", + "@resourcesSortByTitle": {}, + "resourcesSortByUpdated": "Kürzlich hinzugefügt", + "@resourcesSortByUpdated": {}, + "settingsAboutActionsSupport": "Den Entwickler unterstützen", + "@settingsAboutActionsSupport": {}, + "settingsNetworkOptionsOfflineMode": "Offline Modus", + "@settingsNetworkOptionsOfflineMode": {}, + "settingsNetworkOptionsOfflineModeOff": "Nutze das Internet um Musik zu synchronisieren.", + "@settingsNetworkOptionsOfflineModeOff": {}, + "settingsNetworkOptionsOfflineModeOn": "Nutze nicht das Internet um Musik zu synchronisieren.", + "@settingsNetworkOptionsOfflineModeOn": {}, + "settingsNetworkOptionsStreamFormat": "Bevorzugtes Streaming-Format", + "@settingsNetworkOptionsStreamFormat": {}, + "settingsServersFieldsName": "Name", + "@settingsServersFieldsName": {}, + "resourcesSongListDeleteAllTitle": "Downloads löschen?", + "@resourcesSongListDeleteAllTitle": {}, + "settingsNetworkOptionsStreamFormatServerDefault": "Server-Standard verwenden", + "@settingsNetworkOptionsStreamFormatServerDefault": {} }