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

18 lines
542 B
JSON
Raw Normal View History

2022-04-29 00:22:21 +00:00
{
"config": {
"error": {
"invalid_auth": "Ongeldige authenticatie",
"service_unavailable_error": "De API is momenteel niet beschikbaar, probeer het later opnieuw.",
"unknown_auth_error": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Stel uw Meater Cloud-account in."
}
}
}
}