From 29821a763d9cf86bb98de388a51387801e2ddedb Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Tue, 17 Mar 2026 00:32:25 +0100 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 13.6% (3 of 22 strings) Translated using Weblate (Dutch) Currently translated at 12.0% (3 of 25 strings) Translated using Weblate (Dutch) Currently translated at 4.8% (53 of 1084 strings) Co-authored-by: Hosted Weblate Co-authored-by: InSaNiTy57 Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-groups/nl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/nl/ Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Groups Translation: Frigate NVR/Config - Validation --- web/public/locales/nl/config/global.json | 6 ++++++ web/public/locales/nl/config/groups.json | 12 +++++++++++- web/public/locales/nl/config/validation.json | 6 +++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/web/public/locales/nl/config/global.json b/web/public/locales/nl/config/global.json index bad20d0ed..a9b4f60e3 100644 --- a/web/public/locales/nl/config/global.json +++ b/web/public/locales/nl/config/global.json @@ -103,5 +103,11 @@ } } } + }, + "version": { + "description": "Numerieke of string-versie van de actieve configuratie om migraties of formaatwijzigingen te helpen detecteren." + }, + "safe_mode": { + "label": "Veilige modus" } } diff --git a/web/public/locales/nl/config/groups.json b/web/public/locales/nl/config/groups.json index 0967ef424..dbaa569f6 100644 --- a/web/public/locales/nl/config/groups.json +++ b/web/public/locales/nl/config/groups.json @@ -1 +1,11 @@ -{} +{ + "audio": { + "global": { + "detection": "Globale detectie", + "sensitivity": "Globale sensiviteit" + }, + "cameras": { + "detection": "Detectie" + } + } +} diff --git a/web/public/locales/nl/config/validation.json b/web/public/locales/nl/config/validation.json index 0967ef424..2083cc43a 100644 --- a/web/public/locales/nl/config/validation.json +++ b/web/public/locales/nl/config/validation.json @@ -1 +1,5 @@ -{} +{ + "minimum": "Minimale waarde van {{limit}} vereist", + "maximum": "Mag niet meer dan {{limit}} bedragen.", + "exclusiveMinimum": "Waarde moet groter zijn dan {{limit}}" +}