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

20 lines
551 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Device is already configured"
},
"error": {
2020-10-01 00:04:01 +00:00
"already_configured": "Device is already configured",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
},
"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
}
}