Translated using Weblate (Dutch)

Currently translated at 100.0% (50 of 50 strings)

Translated using Weblate (Dutch)

Currently translated at 77.2% (78 of 101 strings)

Translated using Weblate (Dutch)

Currently translated at 97.0% (232 of 239 strings)

Translated using Weblate (Dutch)

Currently translated at 83.9% (397 of 473 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (127 of 127 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (60 of 60 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (47 of 47 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (23 of 23 strings)

Translated using Weblate (Dutch)

Currently translated at 97.9% (794 of 811 strings)

Translated using Weblate (Dutch)

Currently translated at 93.7% (224 of 239 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (26 of 26 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (145 of 145 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (100 of 100 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (129 of 129 strings)

Translated using Weblate (Dutch)

Currently translated at 92.8% (221 of 238 strings)

Translated using Weblate (Dutch)

Currently translated at 98.0% (1148 of 1171 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Hosted Weblate user 151476 <marijndekker3@gmail.com>
Co-authored-by: Hosted Weblate user 151476 <micel@users.noreply.hosted.weblate.org>
Co-authored-by: bb61523 <brambini@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/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/config-validation/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/nl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/nl/
Translation: Frigate NVR/Config - Cameras
Translation: Frigate NVR/Config - Global
Translation: Frigate NVR/Config - Validation
Translation: Frigate NVR/common
Translation: Frigate NVR/components-camera
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-player
Translation: Frigate NVR/objects
Translation: Frigate NVR/views-classificationmodel
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-live
Translation: Frigate NVR/views-settings
This commit is contained in:
Hosted Weblate
2026-06-06 22:25:39 -05:00
committed by Josh Hawkins
co-authored by Hosted Weblate user 151476 Hosted Weblate user 151476 bb61523
parent 68e74c32e3
commit b1c133bfd1
13 changed files with 138 additions and 45 deletions
+12 -4
View File
@@ -21,7 +21,11 @@
"title": "Recente herkenningen",
"aria": "Selecteer recente herkenningen",
"empty": "Er zijn geen recente pogingen tot gezichtsherkenning",
"titleShort": "Recent"
"titleShort": "Recent",
"emptyNoLibrary": {
"title": "Een gezicht uploaden",
"description": "U moet ten minste één gezicht aan de bibliotheek toevoegen om gezichtsherkenning te laten werken."
}
},
"selectFace": "Selecteer gezicht",
"toast": {
@@ -32,7 +36,8 @@
"updateFaceScoreFailed": "Niet gelukt om gezichtsscore bij te werken: {{errorMessage}}",
"uploadingImageFailed": "Afbeelding uploaden mislukt: {{errorMessage}}",
"trainFailed": "Trainen mislukt: {{errorMessage}}",
"renameFaceFailed": "Het is niet gelukt om het gezicht te hernoemen: {{errorMessage}}"
"renameFaceFailed": "Het is niet gelukt om het gezicht te hernoemen: {{errorMessage}}",
"reclassifyFailed": "Opnieuw classificeren van gezicht mislukt: {{errorMessage}}"
},
"success": {
"deletedFace_one": "{{count}} gezicht is succesvol verwijderd.",
@@ -43,7 +48,8 @@
"deletedName_other": "{{count}} gezichten zijn succesvol verwijderd.",
"uploadedImage": "Afbeelding succesvol geüpload.",
"addFaceLibrary": "{{name}} is succesvol toegevoegd aan de Gezichtenbibliotheek!",
"renamedFace": "Gezicht succesvol hernoemd naar {{name}}"
"renamedFace": "Gezicht succesvol hernoemd naar {{name}}",
"reclassifiedFace": "Gezicht succesvol geherclassificeerd."
}
},
"imageEntry": {
@@ -98,5 +104,7 @@
},
"collections": "Collecties",
"nofaces": "Geen gezichten beschikbaar",
"pixels": "{{area}}px"
"pixels": "{{area}}px",
"reclassifyFaceAs": "Herclassificeer Face als:",
"reclassifyFace": "Gezicht opnieuw classificeren"
}