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

23 lines
835 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": {
2021-02-25 00:05:20 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2021-03-20 00:04:10 +00:00
"flow_title": "Nightscout",
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"
2021-03-20 00:04:10 +00:00
},
"description": "- URL: het adres van uw nightscout instantie. Bijv.: https://myhomeassistant.duckdns.org:5423\n- API-sleutel (optioneel): Alleen gebruiken als uw instantie beveiligd is (auth_default_roles != readable).",
"title": "Voer uw Nightscout-serverinformatie in."
2020-10-09 00:04:33 +00:00
}
}
}
}