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

21 lines
562 B
JSON
Raw Normal View History

{
2020-03-24 13:18:47 +00:00
"config": {
"abort": {
"already_configured": "MyQ is already configured"
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Connect to the MyQ Gateway"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}