From bcdf7a76a7432065be9bc747c15259911a4690f3 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Sun, 6 Apr 2025 09:10:29 +0200 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 100.0% (436 of 436 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/nl/ --- lib/l10n/app_nl.arb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_nl.arb b/lib/l10n/app_nl.arb index 6312c98..079658d 100644 --- a/lib/l10n/app_nl.arb +++ b/lib/l10n/app_nl.arb @@ -1272,5 +1272,17 @@ "internetStreamingQualityDesc": "Maximale streamingkwaliteit via internet (mobiel)", "@internetStreamingQualityDesc": {}, "homeStreamingQualityDesc": "Maximale streamingkwaliteit bij verbinding met het thuisnetwerk", - "@homeStreamingQualityDesc": {} + "@homeStreamingQualityDesc": {}, + "guestActor": "{count, plural, other{Gastacteurs} one{Gastacteur}}", + "@guestActor": { + "description": "Guest actors", + "placeholders": { + "count": { + "type": "int", + "example": "1" + } + } + }, + "castAndCrew": "Cast en crew", + "@castAndCrew": {} }