From 027e4538d2b511ff3db39025214694383fbb2f8b Mon Sep 17 00:00:00 2001 From: Ettore Atalan Date: Wed, 9 Apr 2025 02:39:27 +0200 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (436 of 436 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/de/ --- lib/l10n/app_de.arb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index 162f6b1..b2461c8 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -1278,5 +1278,17 @@ "episodeUnaired": "Unveröffentlicht", "@episodeUnaired": {}, "episodeMissing": "Fehlend", - "@episodeMissing": {} + "@episodeMissing": {}, + "castAndCrew": "Besetzung & Crew", + "@castAndCrew": {}, + "guestActor": "{count, plural, other{Gastschauspieler} one{Gastschauspieler}}", + "@guestActor": { + "description": "Guest actors", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + } }