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

33 lines
996 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"no_homes": "There are no homes linked to this tado account.",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Connect to your Tado account"
}
}
},
"options": {
"step": {
"init": {
"data": {
"fallback": "Enable fallback mode."
},
"description": "Fallback mode will switch to Smart Schedule at next schedule switch after manually adjusting a zone.",
"title": "Adjust Tado options."
}
}
}
}