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

23 lines
688 B
JSON
Raw Normal View History

2020-02-08 00:31:45 +00:00
{
"config": {
"abort": {
2021-03-20 00:04:10 +00:00
"already_configured": "Account is al geconfigureerd"
2020-02-08 00:31:45 +00:00
},
"error": {
2021-03-20 00:04:10 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-02-08 00:31:45 +00:00
"invalid_auth": "Ongeldige authenticatie",
"too_many_requests": "Te veel aanvragen, probeer het later opnieuw.",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Voer uw gegevens in",
"title": "Garmin Connect"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-08 00:31:45 +00:00
}