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

32 lines
858 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",
2021-03-16 00:04:36 +00:00
"server": "Server",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
2021-03-18 00:07:07 +00:00
},
"description": "Voer Dexcom Share-gegevens in",
"title": "Dexcom integratie instellen"
2020-09-27 00:06:49 +00:00
}
}
2021-03-16 00:04:36 +00:00
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Meeteenheid"
}
}
}
2020-09-27 00:06:49 +00:00
}
}