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

31 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"unsupported_firmware": "The device is using an unsupported firmware version."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"flow_title": "{name}",
"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."
},
"credentials": {
"data": {
"password": "Password",
"username": "Username"
}
},
"user": {
"data": {
"host": "Host"
},
"description": "Before set up, battery-powered devices must be woken up by pressing the button on the device."
}
}
}
}