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

24 lines
864 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.",
2021-02-05 00:03:54 +00:00
"authorize_url_timeout": "Timeout generating authorize URL.",
2019-12-12 00:32:15 +00:00
"connection_error": "Failed to connect to SOMA Connect.",
"missing_configuration": "The Soma component is not configured. Please follow the documentation.",
2019-12-12 00:32:15 +00:00
"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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-16 00:32:17 +00:00
}