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

21 lines
528 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-08-05 00:02:19 +00:00
"already_configured": "Device is already configured"
},
"error": {
2020-08-05 00:02:19 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2020-08-05 00:02:19 +00:00
"host": "Host",
"password": "Password",
"username": "Username"
}
}
}
2020-08-05 00:02:19 +00:00
}
}