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

32 lines
858 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"server": "Server",
"username": "Gebruikersnaam"
},
"description": "Voer Dexcom Share-gegevens in",
"title": "Dexcom integratie instellen"
}
}
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Meeteenheid"
}
}
}
}
}