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

32 lines
785 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"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",
"port": "Poort"
}
}
}
},
"options": {
"step": {
"onvif_devices": {
"title": "[%%] Apparaatopties"
}
}
}
}