core/homeassistant/components/soma/translations/en.json

24 lines
864 B
JSON

{
"config": {
"abort": {
"already_setup": "You can only configure one Soma account.",
"authorize_url_timeout": "Timeout generating authorize URL.",
"connection_error": "Failed to connect to SOMA Connect.",
"missing_configuration": "The Soma component is not configured. Please follow the documentation.",
"result_error": "SOMA Connect responded with error status."
},
"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"
}
}
}
}