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

25 lines
961 B
JSON
Raw Normal View History

{
"config": {
2018-12-19 13:44:24 +00:00
"abort": {
2020-06-16 00:03:16 +00:00
"already_configured": "TelldusLive is already configured",
2018-12-19 13:44:24 +00:00
"authorize_url_fail": "Unknown error generating an authorize url.",
"authorize_url_timeout": "Timeout generating authorize url.",
"unknown": "Unknown error occurred"
},
"error": {
"auth_error": "Authentication error, please try again"
},
2018-12-19 13:44:24 +00:00
"step": {
"auth": {
"description": "To link your TelldusLive account:\n 1. Click the link below\n 2. Login to Telldus Live\n 3. Authorize **{app_name}** (click **Yes**).\n 4. Come back here and click **SUBMIT**.\n\n [Link TelldusLive account]({auth_url})",
"title": "Authenticate against TelldusLive"
},
"user": {
"data": {
"host": "Host"
},
"title": "Pick endpoint."
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-12-19 13:44:24 +00:00
}