core/homeassistant/components/toon/strings.json

32 lines
1.1 KiB
JSON
Raw Normal View History

{
"config": {
"step": {
"authenticate": {
"title": "Link your Toon account",
"description": "Authenticate with your Eneco Toon account (not the developer account).",
"data": {
"username": "Username",
"password": "Password",
"tenant": "Tenant"
}
},
"display": {
"title": "Select display",
"description": "Select the Toon display to connect with.",
"data": { "display": "Choose display" }
}
},
"error": {
"credentials": "The provided credentials are invalid.",
"display_exists": "The selected display is already configured."
},
"abort": {
"client_id": "The client ID from the configuration is invalid.",
"client_secret": "The client secret from the configuration is invalid.",
2020-03-16 10:58:12 +00:00
"unknown_auth_fail": "Unexpected error occurred, while authenticating.",
"no_agreements": "This account has no Toon displays.",
"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/)."
}
}
}