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

24 lines
683 B
JSON

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