mirror of
https://github.com/elisspace/core.git
synced 2026-09-23 19:17:06 +00:00
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
25 lines
867 B
JSON
25 lines
867 B
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.",
|
|
"authorize_url_fail": "Unknown error generating an authorize url.",
|
|
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
|
|
"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%]"
|
|
}
|
|
}
|
|
}
|