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 <hosted@weblate.org>
Co-authored-by: InSaNiTy57 <mjtvanderlinden@gmail.com>
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
This commit is contained in:
Hosted Weblate 2026-03-17 00:32:25 +01:00
parent 0a0bd04a6a
commit 29821a763d
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
3 changed files with 22 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -1 +1,11 @@
{}
{
"audio": {
"global": {
"detection": "Globale detectie",
"sensitivity": "Globale sensiviteit"
},
"cameras": {
"detection": "Detectie"
}
}
}

View File

@ -1 +1,5 @@
{}
{
"minimum": "Minimale waarde van {{limit}} vereist",
"maximum": "Mag niet meer dan {{limit}} bedragen.",
"exclusiveMinimum": "Waarde moet groter zijn dan {{limit}}"
}