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

21 lines
614 B
JSON

{
"config": {
"abort": {
"already_setup": "Only one Vesync instance is allowed",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"invalid_auth": "Invalid authentication",
"invalid_login": "Invalid username or password"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Email"
},
"title": "Enter Username and Password"
}
}
}
}