2018-11-19 11:52:21 +00:00
{
"config" : {
"step" : {
"user" : {
2020-05-11 13:22:37 +00:00
"title" : "[%key:common::config_flow::title::oauth2_pick_implementation%]" ,
"description" : "[%key:common::config_flow::description::confirm_setup%]" ,
2020-04-16 19:52:53 +00:00
"data" : { "flow_impl" : "Provider" }
2018-11-19 11:52:21 +00:00
} ,
"auth" : {
"title" : "Authenticate Point" ,
2020-05-14 17:33:14 +00:00
"description" : "Please follow the link below and **Accept** access to your Minut account, then come back and press **Submit** below.\n\n[Link]({authorization_url})"
2018-11-19 11:52:21 +00:00
}
} ,
"create_entry" : {
2020-05-11 13:22:37 +00:00
"default" : "[%key:common::config_flow::create_entry::authenticated%]"
2018-11-19 11:52:21 +00:00
} ,
"error" : {
2020-05-11 13:22:37 +00:00
"no_token" : "[%key:common::config_flow::error::invalid_access_token%]" ,
2018-11-19 11:52:21 +00:00
"follow_link" : "Please follow the link and authenticate before pressing Submit"
} ,
"abort" : {
2020-05-11 13:22:37 +00:00
"already_setup" : "[%key:common::config_flow::abort::single_instance_allowed%]" ,
2018-11-19 11:52:21 +00:00
"external_setup" : "Point successfully configured from another flow." ,
2020-05-11 13:22:37 +00:00
"no_flows" : "[%key:common::config_flow::abort::oauth2_missing_configuration%]" ,
"authorize_url_timeout" : "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]" ,
2018-11-19 11:52:21 +00:00
"authorize_url_fail" : "Unknown error generating an authorize url."
}
}
2019-09-03 23:02:42 +00:00
}