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

29 lines
893 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "The password for {username} is no longer valid.",
"title": "Reauthenticate your MyQ Account"
},
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"title": "Connect to the MyQ Gateway"
}
}
}
}