From c9add04db15fb4ce7953e9afde944720c32cb5b8 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Sun, 1 Jun 2025 21:39:45 +0200 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 100.0% (462 of 462 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/nl/ --- lib/l10n/app_nl.arb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_nl.arb b/lib/l10n/app_nl.arb index 0a18f22..0ad39af 100644 --- a/lib/l10n/app_nl.arb +++ b/lib/l10n/app_nl.arb @@ -1328,5 +1328,19 @@ "playbackType": "Afspeel type", "@playbackType": {}, "playbackTypeTranscode": "Transcoderen", - "@playbackTypeTranscode": {} + "@playbackTypeTranscode": {}, + "newUpdateFoundOnGithub": "Nieuwe update gevonden op Github", + "@newUpdateFoundOnGithub": {}, + "autoCheckForUpdates": "Regelmatig controleren op updates", + "@autoCheckForUpdates": {}, + "newReleaseFoundTitle": "Update {newRelease} beschikbaar!", + "@newReleaseFoundTitle": { + "placeholders": { + "newRelease": { + "type": "String" + } + } + }, + "latestReleases": "Nieuwste releases", + "@latestReleases": {} }