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

20 lines
509 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Account is al geconfigureerd"
2020-11-07 00:04:02 +00:00
},
2020-10-09 00:04:33 +00:00
"error": {
2020-11-07 00:04:02 +00:00
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
2020-10-09 00:04:33 +00:00
},
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
}
}
}
}
}