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

18 lines
397 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"user": {
"data": {
2021-02-24 00:04:14 +00:00
"email": "E-mail",
2020-11-07 00:04:02 +00:00
"password": "Wachtwoord"
2022-05-19 00:26:11 +00:00
}
2020-11-07 00:04:02 +00:00
}
}
}
}