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

27 lines
828 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "De SleepIQ-integratie moet uw account {username} opnieuw verifi\u00ebren.",
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
}
}