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

27 lines
895 B
JSON

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