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

40 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_access_token": "Ongeldig toegangstoken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"2fa": {
"data": {
"2fa": "Twee-factor code"
},
"description": "Voer de pincode in die naar uw e-mail is gestuurd.",
"title": "Tweestapsverificatie"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Aanmelden met Blink account"
}
}
},
"options": {
"step": {
"simple_options": {
"data": {
"scan_interval": "Scaninterval (seconden)"
},
"description": "Configureer Blink-integratie",
"title": "Blink opties"
}
}
}
}