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

23 lines
746 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2019-10-01 00:32:19 +00:00
"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."
},
"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"
}
},
"title": "Soma"
}
2019-10-16 00:32:17 +00:00
}