core/homeassistant/components/onvif/translations/nl.json

33 lines
821 B
JSON

{
"config": {
"step": {
"auth": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Configureer authenticatie"
},
"configure_profile": {
"data": {
"include": "Cameraentiteit maken"
},
"title": "Configureer profielen"
},
"manual_input": {
"data": {
"host": "Host",
"name": "Naam",
"port": "Poort"
}
}
}
},
"options": {
"step": {
"onvif_devices": {
"title": "[%%] Apparaatopties"
}
}
}
}