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

20 lines
551 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
},
"step": {
"user": {
"data": {
"name": "The name for this velbus connection",
"port": "Connection string"
},
"title": "Define the velbus connection type"
}
}
}
}