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

20 lines
557 B
JSON

{
"config": {
"abort": {
"port_exists": "This port is already configured"
},
"error": {
"connection_failed": "The velbus connection failed",
"port_exists": "This port is already configured"
},
"step": {
"user": {
"data": {
"name": "The name for this velbus connection",
"port": "Connection string"
},
"title": "Define the velbus connection type"
}
}
}
}