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

29 lines
893 B
JSON
Raw Normal View History

{
2020-03-24 13:18:47 +00:00
"config": {
"abort": {
2021-05-03 04:52:48 +00:00
"already_configured": "Service is already configured",
"reauth_successful": "Re-authentication was successful"
2020-03-24 13:18:47 +00:00
},
"error": {
2020-10-06 00:08:09 +00:00
"cannot_connect": "Failed to connect",
2020-03-24 13:18:47 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
2021-05-03 04:52:48 +00:00
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "The password for {username} is no longer valid.",
"title": "Reauthenticate your MyQ Account"
},
2020-03-24 13:18:47 +00:00
"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
}
}