core/homeassistant/components/soma/strings.json

20 lines
699 B
JSON
Raw Normal View History

{
"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": "Host", "port": "Port" },
"description": "Please enter connection settings of your SOMA Connect.",
"title": "SOMA Connect"
}
}
}
}