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

18 lines
527 B
JSON
Raw Normal View History

{
"config": {
"error": {
"invalid_auth": "Invalid authentication",
"service_unavailable_error": "The API is currently unavailable, please try again later.",
"unknown_auth_error": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Set up your Meater Cloud account."
}
}
}
}