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

26 lines
1.3 KiB
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-10-04 00:05:05 +00:00
"already_configured_account": "Account is already configured",
2019-05-09 03:20:58 +00:00
"already_setup": "The Ambiclimate account is configured.",
2020-10-19 00:03:28 +00:00
"missing_configuration": "The component is not configured. Please follow the documentation.",
2020-10-04 00:05:05 +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/).",
"oauth2_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": {
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
}
}