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

19 lines
485 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-07 00:06:20 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
"password": "Password",
2020-05-13 18:27:21 +00:00
"username": "Email"
},
"title": "Enter Username and Password"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}