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

39 lines
1005 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
2020-10-09 00:04:33 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
2020-05-13 18:27:21 +00:00
"step": {
"auth": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Configureer authenticatie"
},
"configure_profile": {
"data": {
"include": "Cameraentiteit maken"
},
"title": "Configureer profielen"
},
"manual_input": {
"data": {
"host": "Host",
2020-05-22 00:05:00 +00:00
"name": "Naam",
2020-05-13 18:27:21 +00:00
"port": "Poort"
}
}
}
},
"options": {
"step": {
"onvif_devices": {
"title": "[%%] Apparaatopties"
}
}
}
}