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

24 lines
1009 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.",
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-09-11 00:09:17 +00:00
"no_agreements": "This account has no Toon displays.",
2020-11-25 00:03:05 +00:00
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
2021-02-05 00:03:54 +00:00
"unknown_authorize_url_generation": "Unknown error generating an authorize URL."
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
}
}