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

32 lines
1.1 KiB
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
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
2020-08-24 10:43:31 +00:00
},
"flow_title": "{name}",
2020-08-24 10:43:31 +00:00
"step": {
"confirm_discovery": {
"description": "Do you want to set up the {model} at {host}?\n\nBefore set up, battery-powered devices must be woken up by pressing the button on the device."
2020-08-24 10:43:31 +00:00
},
"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-09-29 00:03:20 +00:00
},
"description": "Before set up, battery-powered devices must be woken up by pressing the button on the device."
2020-08-24 10:43:31 +00:00
}
}
},
"title": "Shelly"
}