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

20 lines
557 B
JSON
Raw Normal View History

{
"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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}