Translated using Weblate (Dutch)

Currently translated at 13.7% (64 of 464 strings)

Translated using Weblate (Dutch)

Currently translated at 13.5% (63 of 464 strings)

Translated using Weblate (Dutch)

Currently translated at 4.7% (51 of 1082 strings)

Added translation using Weblate (Dutch)

Update translation files

Updated by "Squash Git commits" add-on in Weblate.

Added translation using Weblate (Dutch)

Added translation using Weblate (Dutch)

Added translation using Weblate (Dutch)

Translated using Weblate (Dutch)

Currently translated at 100.0% (58 of 58 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (23 of 23 strings)

Translated using Weblate (Dutch)

Currently translated at 74.9% (671 of 895 strings)

Translated using Weblate (Dutch)

Currently translated at 93.1% (137 of 147 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
Co-authored-by: Marijn <168113859+Marijn0@users.noreply.github.com>
Co-authored-by: Paul Bröerken <broerken@me.com>
Co-authored-by: marcel vanrooden <marcelvanrooden@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/nl/
Translation: Frigate NVR/Config - Cameras
Translation: Frigate NVR/Config - Global
Translation: Frigate NVR/common
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/views-exports
Translation: Frigate NVR/views-settings
Translation: Frigate NVR/views-system
This commit is contained in:
Hosted Weblate
2026-03-09 18:25:17 -06:00
committed by Nicolas Mowen
co-authored by Languages add-on Marijn Paul Bröerken marcel vanrooden
parent 9d3bc82e87
commit 00fd1ccee3
8 changed files with 286 additions and 7 deletions
+16 -2
View File
@@ -3,7 +3,8 @@
"search": "Zoek",
"toast": {
"error": {
"renameExportFailed": "Het is niet gelukt om de export te hernoemen: {{errorMessage}}"
"renameExportFailed": "Het is niet gelukt om de export te hernoemen: {{errorMessage}}",
"assignCaseFailed": "Kan toewijzing aan dossier niet bijwerken: {{errorMessage}}"
}
},
"editExport": {
@@ -18,6 +19,19 @@
"shareExport": "Deel export",
"downloadVideo": "Download video",
"editName": "Naam bewerken",
"deleteExport": "Verwijder export"
"deleteExport": "Verwijder export",
"assignToCase": "Toevoegen aan dossier"
},
"headings": {
"cases": "Gevallen",
"uncategorizedExports": "Ongecategoriseerde exporten"
},
"caseDialog": {
"title": "Toevoegen aan dossier",
"description": "Kies een bestaand dossier of maak een nieuw dossier aan.",
"selectLabel": "Dossier",
"newCaseOption": "Nieuw dossier aanmaken",
"nameLabel": "Dossiernaam",
"descriptionLabel": "Beschrijving"
}
}