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

28 lines
1.2 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
"external_error": "Exception occurred from another flow.",
"external_setup": "Logi Circle successfully configured from another flow.",
2020-11-11 11:10:09 +00:00
"missing_configuration": "The component is not configured. Please follow the documentation."
2019-04-09 15:34:20 +00:00
},
"error": {
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
}