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

23 lines
835 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"flow_title": "Nightscout",
"step": {
"user": {
"data": {
"api_key": "API-sleutel",
"url": "URL"
},
"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."
}
}
}
}