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

20 lines
513 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"already_in_progress": "De configuratiestroom is al aan de gang",
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Poort"
},
"title": "Stel Agent DVR in"
}
}
}
}