From 42713c1b0ab88f0c3b815ecda4e550611eab7c99 Mon Sep 17 00:00:00 2001 From: LibreTranslate Date: Sat, 1 Mar 2025 15:47:22 +0100 Subject: [PATCH] Translated using Weblate (German) Currently translated at 73.9% (321 of 434 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/de/ --- lib/l10n/app_de.arb | 62 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index 6038200..dde9fff 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -930,7 +930,7 @@ "@unknown": {}, "useDefaults": "Standardeinstellungen verwenden", "@useDefaults": {}, - "videoScalingFitHeight": "An Höhe anpassen", + "videoScalingFitHeight": "Passende Größe", "@videoScalingFitHeight": {}, "syncStatusWaitingToRetry": "Warte auf erneuten Versuch", "@syncStatusWaitingToRetry": {}, @@ -957,5 +957,63 @@ "syncStatusPaused": "Pausiert", "@syncStatusPaused": {}, "syncOverlayDeleting": "Synchronisiertes Element wird entfernt", - "@syncOverlayDeleting": {} + "@syncOverlayDeleting": {}, + "syncStatusCanceled": "Abgebrochen", + "@syncStatusCanceled": {}, + "videoScalingScaleDown": "Skalierung", + "@videoScalingScaleDown": {}, + "addToNewCollection": "Neue Kollektion", + "@addToNewCollection": {}, + "addItemsToCollection": "{itemLength} Artikel zur Sammlung hinzufügen", + "@addItemsToCollection": { + "placeholders": { + "itemLength": { + "type": "int" + } + } + }, + "addedToCollection": "Hinzugefügt zu {collectionName} Sammlung", + "@addedToCollection": { + "placeholders": { + "collectionName": { + "type": "String" + } + } + }, + "removedFromCollection": "Von {collectionName} Sammlung entfernt", + "@removedFromCollection": { + "placeholders": { + "collectionName": { + "type": "String" + } + } + }, + "addToNewPlaylist": "Neue Playlist", + "@addToNewPlaylist": {}, + "addItemsToPlaylist": "{itemLength} Artikel zur Wiedergabeliste hinzufügen", + "@addItemsToPlaylist": { + "placeholders": { + "itemLength": { + "type": "int" + } + } + }, + "syncStatusNotFound": "Nicht gefunden", + "@syncStatusNotFound": {}, + "syncStatusPartially": "Teilweise", + "@syncStatusPartially": {}, + "syncSelectDownloadsFolder": "Wählen Sie Downloads-Ordner", + "@syncSelectDownloadsFolder": {}, + "writer": "{count, plural, other{Writer}", + "@writer": { + "description": "writer", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "viewPhotos": "Fotos ansehen", + "@viewPhotos": {} }