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

37 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"pairing_failed": "Pairing failed; please check the Bosch Smart Home Controller is in pairing mode (LED flashing) as well as your password is correct.",
"session_error": "Session error: API return Non-OK result.",
"unknown": "Unexpected error"
},
"flow_title": "Bosch SHC: {name}",
"step": {
"confirm_discovery": {
"description": "Please press the Bosch Smart Home Controller's front-side button until LED starts flashing.\nReady to continue to set up {model} @ {host} with Home Assistant?"
},
"credentials": {
"data": {
"password": "Password of the Smart Home Controller"
}
},
"reauth_confirm": {
"description": "The bosch_shc integration needs to re-authenticate your account",
"title": "Reauthenticate Integration"
},
"user": {
"data": {
"host": "Host"
},
"description": "Set up your Bosch Smart Home Controller to allow monitoring and control with Home Assistant.",
"title": "SHC authentication parameters"
}
}
}
}