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

23 lines
708 B
JSON
Raw Normal View History

2020-02-08 00:31:45 +00:00
{
"config": {
"abort": {
"already_configured": "Dit account is al geconfigureerd."
},
"error": {
"cannot_connect": "Verbinding mislukt, probeer het opnieuw.",
"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
}