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

39 lines
1005 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"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"
}
}
}
}