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

21 lines
565 B
JSON
Raw Normal View History

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