mirror of
https://github.com/home-assistant/core.git
synced 2026-07-01 11:46:40 +01:00
48 lines
2.0 KiB
JSON
48 lines
2.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "The selected agreement is already configured.",
|
|
"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_failed": "[%key:common::config_flow::abort::oauth2_failed%]",
|
|
"oauth_implementation_unavailable": "[%key:common::config_flow::abort::oauth2_implementation_unavailable%]",
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
|
|
"unknown_authorize_url_generation": "[%key:common::config_flow::abort::unknown_authorize_url_generation%]"
|
|
},
|
|
"step": {
|
|
"agreement": {
|
|
"data": {
|
|
"agreement": "Agreement"
|
|
},
|
|
"description": "Select the agreement address you want to add.",
|
|
"title": "Select your agreement"
|
|
},
|
|
"pick_implementation": {
|
|
"data": {
|
|
"implementation": "[%key:common::config_flow::data::implementation%]"
|
|
},
|
|
"data_description": {
|
|
"implementation": "[%key:common::config_flow::description::implementation%]"
|
|
},
|
|
"title": "Choose your tenant to authenticate with"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"communication_error": {
|
|
"message": "An error occurred while communicating with the Toon device."
|
|
},
|
|
"invalid_response": {
|
|
"message": "Received an invalid response from the Toon device."
|
|
},
|
|
"oauth2_implementation_unavailable": {
|
|
"message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]"
|
|
}
|
|
}
|
|
}
|