1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/logi_circle/strings.json
scheric 9d6589240f
Use common strings in logi_circle config flow (#41427)
* already_setup->already_configured

* auth_error->invalid_auth

* rm default

* auth_timeout->oauth2_authorize_url_timeout

* enable auto format black

* add oauth2_missing_configuration

* Use standard helper keys

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-11 10:11:45 -05:00

27 lines
1.1 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Authentication Provider",
"description": "Pick via which authentication provider you want to authenticate with Logi Circle.",
"data": { "flow_impl": "Provider" }
},
"auth": {
"title": "Authenticate with Logi Circle",
"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})"
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"follow_link": "Please follow the link and authenticate before pressing Submit."
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"external_error": "Exception occurred from another flow.",
"external_setup": "Logi Circle successfully configured from another flow.",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]"
}
}
}