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

22 lines
668 B
JSON

{
"config": {
"abort": {
"already_configured": "MELCloud integration already configured for this email. Access token has been refreshed."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Email"
},
"description": "Connect using your MELCloud account.",
"title": "Connect to MELCloud"
}
}
}
}