24 lines
806 B
JSON
24 lines
806 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_setup": "You can only configure one Soma account.",
|
|
"authorize_url_timeout": "Timeout generating authorize URL.",
|
|
"missing_configuration": "The Soma component is not configured. Please follow the documentation.",
|
|
"result_error": "SOMA Connect responded with error status.",
|
|
"connection_error": "Failed to connect to SOMA Connect."
|
|
},
|
|
"create_entry": {
|
|
"default": "Successfully authenticated with Soma."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"description": "Please enter connection settings of your SOMA Connect.",
|
|
"title": "SOMA Connect"
|
|
}
|
|
}
|
|
}
|
|
} |