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

23 lines
871 B
JSON
Raw Normal View History

{
2019-02-28 00:34:13 +00:00
"config": {
"abort": {
2020-06-24 00:08:54 +00:00
"already_configured": "The selected agreement is already configured.",
"authorize_url_fail": "Unknown error generating an authorize url.",
2020-07-07 00:17:49 +00:00
"authorize_url_timeout": "Timeout generating authorize URL.",
2020-06-24 00:08:54 +00:00
"missing_configuration": "The component is not configured. Please follow the documentation.",
2020-08-06 00:02:06 +00:00
"no_agreements": "This account has no Toon displays."
2019-02-28 00:34:13 +00:00
},
"step": {
2020-06-24 00:08:54 +00:00
"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"
2019-02-28 00:34:13 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}