mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Use config flow base strings (#35494)
This commit is contained in:
parent
31ee54c133
commit
6d9f561853
@ -2,8 +2,8 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Authentication Provider",
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]",
|
||||||
"description": "Pick via which authentication provider you want to authenticate with Point.",
|
"description": "[%key:common::config_flow::description::confirm_setup%]",
|
||||||
"data": { "flow_impl": "Provider" }
|
"data": { "flow_impl": "Provider" }
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
@ -12,17 +12,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "Successfully authenticated with Minut for your Point device(s)"
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"no_token": "Not authenticated with Minut",
|
"no_token": "[%key:common::config_flow::error::invalid_access_token%]",
|
||||||
"follow_link": "Please follow the link and authenticate before pressing Submit"
|
"follow_link": "Please follow the link and authenticate before pressing Submit"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_setup": "You can only configure a Point account.",
|
"already_setup": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
||||||
"external_setup": "Point successfully configured from another flow.",
|
"external_setup": "Point successfully configured from another flow.",
|
||||||
"no_flows": "You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/point/).",
|
"no_flows": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
||||||
"authorize_url_timeout": "Timeout generating authorize url.",
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
||||||
"authorize_url_fail": "Unknown error generating an authorize url."
|
"authorize_url_fail": "Unknown error generating an authorize url."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user