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

25 lines
951 B
JSON
Raw Normal View History

{
"config": {
2018-12-19 13:44:24 +00:00
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "Service is already configured",
"authorize_url_timeout": "Timeout generating authorize URL.",
2020-11-25 00:03:05 +00:00
"unknown": "Unexpected error",
2021-02-05 00:03:54 +00:00
"unknown_authorize_url_generation": "Unknown error generating an authorize URL."
},
"error": {
2020-10-09 00:04:33 +00:00
"invalid_auth": "Invalid authentication"
},
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
}