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

23 lines
690 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Account is al geconfigureerd",
"already_configured_account": "Account is al geconfigureerd"
},
2020-10-09 00:04:33 +00:00
"error": {
2020-11-07 00:04:02 +00:00
"account_error": "Ongeldige authenticatie",
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"session_error": "Kon niet verbinden",
"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"
}
}
}
}
}