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

22 lines
605 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": {
2022-04-29 00:22:21 +00:00
"host": "Host"
}
}
}
}
2021-12-29 00:13:49 +00:00
}