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

24 lines
683 B
JSON
Raw Normal View History

2020-08-24 10:43:31 +00:00
{
"config": {
"abort": {
2020-08-27 00:04:55 +00:00
"already_configured": "Device is already configured"
2020-08-24 10:43:31 +00:00
},
"error": {
2020-08-27 00:04:55 +00:00
"auth_not_supported": "Shelly devices requiring authentication are not currently supported.",
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
2020-08-24 10:43:31 +00:00
},
"flow_title": "Shelly: {name}",
"step": {
"confirm_discovery": {
"description": "Do you want to set up the {model} at {host}?"
},
"user": {
"data": {
2020-08-27 00:04:55 +00:00
"host": "Host"
2020-08-24 10:43:31 +00:00
}
}
}
},
"title": "Shelly"
}