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

32 lines
1004 B
JSON
Raw Normal View History

2020-08-24 10:43:31 +00:00
{
"config": {
"abort": {
2020-09-27 00:06:49 +00:00
"already_configured": "Device is already configured",
"unsupported_firmware": "The device is using an unsupported firmware version."
2020-08-24 10:43:31 +00:00
},
"error": {
2020-09-02 00:03:29 +00:00
"auth_not_supported": "Shelly devices requiring authentication are not currently supported.",
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"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}?"
},
"credentials": {
"data": {
2020-09-02 00:03:29 +00:00
"password": "Password",
"username": "Username"
}
},
2020-08-24 10:43:31 +00:00
"user": {
"data": {
2020-09-02 00:03:29 +00:00
"host": "Host"
2020-08-24 10:43:31 +00:00
}
}
}
},
"title": "Shelly"
}