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

31 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_setup": "Already configured. Only a single configuration possible.",
"authorize_url_fail": "Unknown error generating an authorize url.",
"authorize_url_timeout": "Timeout generating authorize URL.",
"external_setup": "Point successfully configured from another flow.",
"no_flows": "The component is not configured. Please follow the documentation."
},
"create_entry": {
"default": "Successfully authenticated"
},
"error": {
"follow_link": "Please follow the link and authenticate before pressing Submit",
"no_token": "Invalid access token"
},
"step": {
"auth": {
"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})",
"title": "Authenticate Point"
},
"user": {
"data": {
"flow_impl": "Provider"
},
"description": "Do you want to start set up?",
"title": "Pick Authentication Method"
}
}
}
}