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

20 lines
492 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
2021-03-27 00:03:21 +00:00
"cannot_connect": "Failed to connect",
2021-02-03 10:46:49 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
}
}
}
}
}