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

22 lines
915 B
JSON
Raw Normal View History

{
2019-05-09 03:20:58 +00:00
"config": {
"abort": {
"access_token": "Unknown error generating an access token.",
2020-10-19 00:03:28 +00:00
"already_configured": "Account is already configured",
2020-11-11 11:10:09 +00:00
"missing_configuration": "The component is not configured. Please follow the documentation."
2019-05-09 03:20:58 +00:00
},
"create_entry": {
2020-10-19 00:03:28 +00:00
"default": "Successfully authenticated"
2019-05-09 03:20:58 +00:00
},
"error": {
"follow_link": "Please follow the link and authenticate before pressing Submit",
"no_token": "Not authenticated with Ambiclimate"
},
"step": {
"auth": {
2021-02-05 00:03:54 +00:00
"description": "Please follow this [link]({authorization_url}) and **Allow** access to your Ambiclimate account, then come back and press **Submit** below.\n(Make sure the specified callback URL is {cb_url})",
2019-05-09 03:20:58 +00:00
"title": "Authenticate Ambiclimate"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}