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

22 lines
915 B
JSON

{
"config": {
"abort": {
"access_token": "Unknown error generating an access token.",
"already_configured": "Account is already configured",
"missing_configuration": "The component is not configured. Please follow the documentation."
},
"create_entry": {
"default": "Successfully authenticated"
},
"error": {
"follow_link": "Please follow the link and authenticate before pressing Submit",
"no_token": "Not authenticated with Ambiclimate"
},
"step": {
"auth": {
"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})",
"title": "Authenticate Ambiclimate"
}
}
}
}