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

27 lines
744 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
2021-03-16 00:04:36 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2020-09-27 00:06:49 +00:00
"step": {
2021-03-16 00:04:36 +00:00
"device": {
"data": {
"device_name": "Apparaat"
2021-03-19 00:03:03 +00:00
},
"title": "Selecteer WOLF-apparaat"
2021-03-16 00:04:36 +00:00
},
2020-09-27 00:06:49 +00:00
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
2021-03-19 00:03:03 +00:00
},
"title": "WOLF SmartSet-verbinding"
2020-09-27 00:06:49 +00:00
}
}
}
}