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

35 lines
1.7 KiB
JSON
Raw Normal View History

{
2019-04-09 15:34:20 +00:00
"config": {
"abort": {
2020-10-12 00:03:31 +00:00
"already_configured": "Account is already configured",
2019-04-09 15:34:20 +00:00
"already_setup": "You can only configure a single Logi Circle account.",
"external_error": "Exception occurred from another flow.",
"external_setup": "Logi Circle successfully configured from another flow.",
2020-10-12 00:03:31 +00:00
"missing_configuration": "The component is not configured. Please follow the documentation.",
2019-10-03 00:34:28 +00:00
"no_flows": "You need to configure Logi Circle before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/logi_circle/)."
2019-04-09 15:34:20 +00:00
},
"create_entry": {
"default": "Successfully authenticated with Logi Circle."
},
"error": {
"auth_error": "API authorization failed.",
"auth_timeout": "Authorization timed out when requesting access token.",
2020-10-12 00:03:31 +00:00
"authorize_url_timeout": "Timeout generating authorize URL.",
"follow_link": "Please follow the link and authenticate before pressing Submit.",
"invalid_auth": "Invalid authentication"
2019-04-09 15:34:20 +00:00
},
"step": {
"auth": {
2020-05-15 00:02:56 +00:00
"description": "Please follow the link below and **Accept** access to your Logi Circle account, then come back and press **Submit** below.\n\n[Link]({authorization_url})",
2019-04-09 15:34:20 +00:00
"title": "Authenticate with Logi Circle"
},
"user": {
"data": {
"flow_impl": "Provider"
},
"description": "Pick via which authentication provider you want to authenticate with Logi Circle.",
"title": "Authentication Provider"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-04-09 15:34:20 +00:00
}