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

33 lines
1.1 KiB
JSON
Raw Normal View History

{
2020-04-13 00:07:30 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2020-04-13 00:07:30 +00:00
"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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-13 00:07:30 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-04-29 00:22:21 +00:00
"fallback": "Choose fallback mode."
2020-04-13 00:07:30 +00:00
},
2022-04-29 00:22:21 +00:00
"description": "Fallback mode lets you choose when to fallback to Smart Schedule from your manual zone overlay. (NEXT_TIME_BLOCK:= Change at next Smart Schedule change; MANUAL:= Dont change until you cancel; TADO_DEFAULT:= Change based on your setting in Tado App).",
2020-04-13 00:07:30 +00:00
"title": "Adjust Tado options."
}
2020-04-16 20:00:10 +00:00
}
}
2020-04-13 00:07:30 +00:00
}