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

31 lines
1.2 KiB
JSON
Raw Normal View History

{
2018-11-21 19:18:56 +00:00
"config": {
"abort": {
2020-05-13 18:27:21 +00:00
"already_setup": "Already configured. Only a single configuration possible.",
2018-11-21 19:18:56 +00:00
"authorize_url_fail": "Unknown error generating an authorize url.",
2020-07-07 00:17:49 +00:00
"authorize_url_timeout": "Timeout generating authorize URL.",
2018-11-21 19:18:56 +00:00
"external_setup": "Point successfully configured from another flow.",
2020-05-13 18:27:21 +00:00
"no_flows": "The component is not configured. Please follow the documentation."
2018-11-21 19:18:56 +00:00
},
"create_entry": {
2020-05-13 18:27:21 +00:00
"default": "Successfully authenticated"
2018-11-21 19:18:56 +00:00
},
"error": {
"follow_link": "Please follow the link and authenticate before pressing Submit",
2020-05-13 18:27:21 +00:00
"no_token": "Invalid access token"
2018-11-21 19:18:56 +00:00
},
"step": {
"auth": {
2020-05-15 00:02:56 +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-21 19:18:56 +00:00
"title": "Authenticate Point"
},
"user": {
"data": {
"flow_impl": "Provider"
},
2020-05-13 18:27:21 +00:00
"description": "Do you want to start set up?",
"title": "Pick Authentication Method"
2018-11-21 19:18:56 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}