core/homeassistant/components/toon/strings.json

42 lines
1.5 KiB
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.",
"unknown_authorize_url_generation": "[%key:common::config_flow::abort::unknown_authorize_url_generation%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"connection_error": "[%key:common::config_flow::error::cannot_connect%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"no_agreements": "This account has no Toon displays.",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]"
}
},
"services": {
"update": {
"name": "Update",
"description": "Updates all entities with fresh data from Toon.",
"fields": {
"display": {
"name": "Display",
"description": "Toon display to update."
}
}
}
}
}