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

23 lines
871 B
JSON

{
"config": {
"abort": {
"already_configured": "The selected agreement is already configured.",
"authorize_url_fail": "Unknown error generating an authorize url.",
"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."
},
"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"
}
}
}
}