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

20 lines
562 B
JSON

{
"config": {
"abort": {
"port_exists": "Deze poort is al geconfigureerd"
},
"error": {
"connection_failed": "De velbus verbinding is mislukt.",
"port_exists": "Deze poort is al geconfigureerd"
},
"step": {
"user": {
"data": {
"name": "De naam voor deze velbus-verbinding",
"port": "Verbindingsreeks"
},
"title": "Definieer de velbus-verbindingstype"
}
}
}
}