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

18 lines
403 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
2020-11-07 00:04:02 +00:00
},
"error": {
2022-05-21 00:22:49 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-11-07 00:04:02 +00:00
},
"step": {
"user": {
"data": {
2021-02-25 00:05:20 +00:00
"password": "Wachtwoord",
"username": "E-mail"
2020-11-07 00:04:02 +00:00
}
}
2020-10-09 00:04:33 +00:00
}
}
}