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

25 lines
811 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address",
2021-12-31 00:14:15 +00:00
"unknown": "Unexpected error"
},
"error": {
2021-12-29 00:13:49 +00:00
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address",
2021-12-31 00:14:15 +00:00
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2021-12-31 00:14:15 +00:00
"host": "Host",
"name": "Name"
2021-12-29 00:13:49 +00:00
},
"description": "Set up the Vallox integration. If you have problems with configuration go to {integration_docs_url}.",
2021-12-29 00:13:49 +00:00
"title": "Vallox"
}
}
}
2021-12-29 00:13:49 +00:00
}