mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-12 19:37:35 +03:00
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> 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/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/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:
parent
076ec8153b
commit
734f392849
@ -74,7 +74,11 @@
|
||||
"previewExport": "Export vooraf bekijken"
|
||||
},
|
||||
"export": "Exporteren",
|
||||
"selectOrExport": "Selecteren of exporteren"
|
||||
"selectOrExport": "Selecteren of exporteren",
|
||||
"case": {
|
||||
"label": "Dossier",
|
||||
"placeholder": "Selecteer een dossier"
|
||||
}
|
||||
},
|
||||
"streaming": {
|
||||
"label": "Stream",
|
||||
|
||||
1
web/public/locales/nl/config/cameras.json
Normal file
1
web/public/locales/nl/config/cameras.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
1
web/public/locales/nl/config/global.json
Normal file
1
web/public/locales/nl/config/global.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
1
web/public/locales/nl/config/groups.json
Normal file
1
web/public/locales/nl/config/groups.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
1
web/public/locales/nl/config/validation.json
Normal file
1
web/public/locales/nl/config/validation.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,12 +7,15 @@
|
||||
"classification": "Classificatie-instellingen - Frigate",
|
||||
"masksAndZones": "Masker- en zone-editor - Frigate",
|
||||
"object": "Foutopsporing Frigate",
|
||||
"general": "Gebruikersinterface-instellingen - Frigate",
|
||||
"general": "Profielinstellingen - Frigate",
|
||||
"frigatePlus": "Frigate+ Instellingen - Frigate",
|
||||
"notifications": "Meldingsinstellingen - Frigate",
|
||||
"enrichments": "Verrijkingsinstellingen - Frigate",
|
||||
"cameraManagement": "Camera's beheren - Frigate",
|
||||
"cameraReview": "Camera Review Instellingen - Frigate"
|
||||
"cameraReview": "Camera Review Instellingen - Frigate",
|
||||
"globalConfig": "Globale configuratie - Frigate",
|
||||
"cameraConfig": "Camera-instellingen - Frigate",
|
||||
"maintenance": "Onderhoud - Frigate"
|
||||
},
|
||||
"menu": {
|
||||
"ui": "Gebruikersinterface",
|
||||
@ -28,7 +31,25 @@
|
||||
"triggers": "Triggers",
|
||||
"roles": "Rollen",
|
||||
"cameraManagement": "Beheer",
|
||||
"cameraReview": "Beoordeel"
|
||||
"cameraReview": "Beoordeel",
|
||||
"general": "Algemeen",
|
||||
"globalConfig": "Globale configuratie",
|
||||
"system": "Systeem",
|
||||
"integrations": "Integraties",
|
||||
"profileSettings": "Profielinstellingen",
|
||||
"globalDetect": "Objectdetectie",
|
||||
"globalRecording": "Opname",
|
||||
"globalSnapshots": "Snapshots",
|
||||
"globalFfmpeg": "FFmpeg",
|
||||
"globalMotion": "Bewegingsdetectie",
|
||||
"globalObjects": "Objecten",
|
||||
"globalReview": "Beoordelen",
|
||||
"globalAudioEvents": "Geluidsgebeurtenissen",
|
||||
"globalLivePlayback": "Live afspelen",
|
||||
"globalTimestampStyle": "Tijdstempelstijl",
|
||||
"systemDatabase": "Database",
|
||||
"systemTls": "TLS",
|
||||
"systemAuthentication": "Authenticatie"
|
||||
},
|
||||
"dialog": {
|
||||
"unsavedChanges": {
|
||||
|
||||
@ -80,7 +80,8 @@
|
||||
"title": "Waarschuwing Intel GPU-statistieken",
|
||||
"message": "GPU-statistieken niet beschikbaar",
|
||||
"description": "Dit is een bekend probleem in de GPU-statistiekentools van Intel (intel_gpu_top). Deze raken defect en geven herhaaldelijk een GPU-gebruik van 0% weer, zelfs wanneer hardware-acceleratie en objectdetectie correct draaien op de (i)GPU. Dit is geen bug in Frigate. Je kunt de host opnieuw opstarten om het tijdelijk op te lossen en te controleren dat de GPU goed werkt. Dit heeft geen invloed op de prestaties."
|
||||
}
|
||||
},
|
||||
"gpuTemperature": "GPU Temperatuur"
|
||||
},
|
||||
"otherProcesses": {
|
||||
"processMemoryUsage": "Process Geheugen Gebruik",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user