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

22 lines
1022 B
JSON
Raw Normal View History

{
2019-05-09 03:20:58 +00:00
"config": {
"abort": {
"access_token": "Unknown error generating an access token.",
"already_setup": "The Ambiclimate account is configured.",
2019-10-03 00:34:28 +00:00
"no_config": "You need to configure Ambiclimate before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/ambiclimate/)."
2019-05-09 03:20:58 +00:00
},
"create_entry": {
"default": "Successfully authenticated with Ambiclimate"
},
"error": {
"follow_link": "Please follow the link and authenticate before pressing Submit",
"no_token": "Not authenticated with Ambiclimate"
},
"step": {
"auth": {
2020-05-15 00:02:56 +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
}
}