1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00
ha-core/homeassistant/components/toon/translations/en.json

24 lines
1009 B
JSON
Raw Normal View History

{
2019-02-28 01:34:13 +01:00
"config": {
"abort": {
2020-06-24 02:08:54 +02:00
"already_configured": "The selected agreement is already configured.",
2020-07-07 02:17:49 +02:00
"authorize_url_timeout": "Timeout generating authorize URL.",
2020-06-24 02:08:54 +02:00
"missing_configuration": "The component is not configured. Please follow the documentation.",
2020-09-11 02:09:17 +02:00
"no_agreements": "This account has no Toon displays.",
2020-11-25 01:03:05 +01:00
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
2021-02-05 01:03:54 +01:00
"unknown_authorize_url_generation": "Unknown error generating an authorize URL."
2019-02-28 01:34:13 +01:00
},
"step": {
2020-06-24 02:08:54 +02: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 01:34:13 +01:00
}
2020-04-15 18:51:07 +02:00
}
2020-04-16 22:00:10 +02:00
}
}