1
mirror of https://github.com/home-assistant/core synced 2024-09-15 17:29:45 +02:00
ha-core/homeassistant/components/toon/.translations/en.json
2019-10-03 00:34:28 +00:00

34 lines
1.4 KiB
JSON

{
"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.",
"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/).",
"unknown_auth_fail": "Unexpected error occured, while authenticating."
},
"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"
}
},
"title": "Toon"
}
}