1
mirror of https://github.com/home-assistant/core synced 2024-07-12 07:21:24 +02:00
ha-core/homeassistant/components/toon/translations/en.json
2021-05-12 00:04:03 +00:00

24 lines
1009 B
JSON

{
"config": {
"abort": {
"already_configured": "The selected agreement is already configured.",
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"no_agreements": "This account has no Toon displays.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
"unknown_authorize_url_generation": "Unknown error generating an authorize URL."
},
"step": {
"agreement": {
"data": {
"agreement": "Agreement"
},
"description": "Select the agreement address you want to add.",
"title": "Select your agreement"
},
"pick_implementation": {
"title": "Choose your tenant to authenticate with"
}
}
}
}