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

33 lines
1.3 KiB
JSON
Raw Normal View History

{
2019-02-28 00:34:13 +00:00
"config": {
"abort": {
"client_id": "The client ID from the configuration is invalid.",
"client_secret": "The client secret from the configuration is invalid.",
"no_agreements": "This account has no Toon displays.",
2019-10-03 00:34:28 +00:00
"no_app": "You need to configure Toon before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/toon/).",
2020-03-16 10:58:12 +00:00
"unknown_auth_fail": "Unexpected error occurred, while authenticating."
2019-02-28 00:34:13 +00:00
},
"error": {
"credentials": "The provided credentials are invalid.",
"display_exists": "The selected display is already configured."
},
"step": {
"authenticate": {
"data": {
"password": "Password",
"tenant": "Tenant",
"username": "Username"
},
"description": "Authenticate with your Eneco Toon account (not the developer account).",
"title": "Link your Toon account"
},
"display": {
"data": {
"display": "Choose display"
},
"description": "Select the Toon display to connect with.",
"title": "Select display"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}