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

31 lines
1.4 KiB
JSON
Raw Normal View History

{
2018-11-21 19:18:56 +00:00
"config": {
"abort": {
"already_setup": "You can only configure a Point account.",
"authorize_url_fail": "Unknown error generating an authorize url.",
"authorize_url_timeout": "Timeout generating authorize url.",
"external_setup": "Point successfully configured from another flow.",
2019-10-03 00:34:28 +00:00
"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/)."
2018-11-21 19:18:56 +00:00
},
"create_entry": {
"default": "Successfully authenticated with Minut for your Point device(s)"
},
"error": {
"follow_link": "Please follow the link and authenticate before pressing Submit",
"no_token": "Not authenticated with Minut"
},
"step": {
"auth": {
"description": "Please follow the link below and <b>Accept</b> access to your Minut account, then come back and press <b>Submit</b> below.\n\n[Link]({authorization_url})",
"title": "Authenticate Point"
},
"user": {
"data": {
"flow_impl": "Provider"
},
"description": "Pick via which authentication provider you want to authenticate with Point.",
"title": "Authentication Provider"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-11-21 19:18:56 +00:00
}