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

19 lines
435 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
2020-11-07 00:04:02 +00:00
"error": {
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2020-10-09 00:04:33 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"api_key": "API-sleutel",
2020-10-09 00:04:33 +00:00
"url": "URL"
}
}
}
}
}