From 81575161b4536ca1e2eb52a28e93483da98e61ca Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Mon, 28 Jul 2025 20:57:00 +0200 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 100.0% (478 of 478 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/nl/ --- lib/l10n/app_nl.arb | 62 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_nl.arb b/lib/l10n/app_nl.arb index 95d110f..13c9475 100644 --- a/lib/l10n/app_nl.arb +++ b/lib/l10n/app_nl.arb @@ -1348,5 +1348,65 @@ "settingsEnableOsMediaControlsDesc": "Afspeelbediening via mediatoetsen en toon de huidige afspeelmedia in het besturingssysteem", "@settingsEnableOsMediaControlsDesc": {}, "enableBackgroundPostersDesc": "Toon willekeurige posters in toepasselijke schermen", - "@enableBackgroundPostersDesc": {} + "@enableBackgroundPostersDesc": {}, + "notificationDownloadingDownloading": "Downloads", + "@notificationDownloadingDownloading": {}, + "notificationDownloadingPaused": "Download gepauzeerd", + "@notificationDownloadingPaused": {}, + "notificationDownloadingFinished": "Download klaar", + "@notificationDownloadingFinished": {}, + "notificationDownloadingError": "Download fout", + "@notificationDownloadingError": {}, + "syncAllItemsTitle": "Synchroniseer alle items van {itemName}?", + "@syncAllItemsTitle": { + "description": "syncAllItemsFrom", + "placeholders": { + "itemName": { + "type": "String" + } + } + }, + "syncAllItemsDesc": "Hiermee worden ({itemCount}) items van '{itemName}' gesynchroniseerd naar uw apparaat.\nDit kan even duren, afhankelijk van de hoeveelheid items.", + "@syncAllItemsDesc": { + "description": "syncAllitemsFromDesc", + "placeholders": { + "itemName": { + "type": "String" + }, + "itemCount": { + "type": "int" + } + } + }, + "syncDeleteAllItemsTitle": "Alle gesynchroniseerde items verwijderen uit {itemName}?", + "@syncDeleteAllItemsTitle": { + "description": "syncDeleteAllitemsFrom", + "placeholders": { + "itemName": { + "type": "String" + } + } + }, + "syncDeleteAllItemsDesc": "Hiermee worden alle gesynchroniseerde items van '{itemName}' verwijderd.\nDit is permanent en u moet ({itemCount}) bestanden opnieuw synchroniseren.", + "@syncDeleteAllItemsDesc": { + "description": "syncDeleteAllitemsFromDesc", + "placeholders": { + "itemName": { + "type": "String" + }, + "itemCount": { + "type": "int" + } + } + }, + "syncPauseAll": "Alles pauzeren", + "@syncPauseAll": {}, + "syncResumeAll": "Alles hervatten", + "@syncResumeAll": {}, + "syncStopAll": "Alles stoppen", + "@syncStopAll": {}, + "syncDeleteAll": "Alle bestanden verwijderen", + "@syncDeleteAll": {}, + "syncAllFiles": "All bestanden synchronizeren", + "@syncAllFiles": {} }