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

20 lines
503 B
JSON
Raw Normal View History

2020-02-16 00:31:42 +00:00
{
"config": {
2020-02-19 00:31:49 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Apparaat is al geconfigureerd"
2020-02-19 00:31:49 +00:00
},
"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",
2021-03-16 00:04:36 +00:00
"unknown": "Onverwachte fout"
2020-02-19 00:31:49 +00:00
},
2020-02-16 00:31:42 +00:00
"step": {
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"access_token": "Toegangstoken",
"host": "Host"
2022-05-19 00:26:11 +00:00
}
2020-02-16 00:31:42 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-16 00:31:42 +00:00
}