core/homeassistant/components/toon/strings.json

24 lines
778 B
JSON

{
"config": {
"step": {
"pick_implementation": {
"title": "Choose your tenant to authenticate with"
},
"agreement": {
"title": "Select your agreement",
"description": "Select the agreement address you want to add.",
"data": {
"agreement": "Agreement"
}
}
},
"abort": {
"already_configured": "The selected agreement is already configured.",
"authorize_url_fail": "Unknown error generating an authorize url.",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"no_agreements": "This account has no Toon displays."
}
}
}