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

40 lines
1.2 KiB
JSON
Raw Normal View History

2020-05-22 00:05:00 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
2020-05-22 00:05:00 +00:00
"error": {
2021-02-25 00:05:20 +00:00
"cannot_connect": "Kan geen verbinding maken",
2021-02-24 00:04:14 +00:00
"invalid_access_token": "Ongeldig toegangstoken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
2020-05-22 00:05:00 +00:00
"unknown": "Onverwachte fout"
},
"step": {
"2fa": {
"data": {
"2fa": "Twee-factor code"
},
2021-04-03 00:03:39 +00:00
"description": "Voer de pincode in die naar uw e-mail is gestuurd.",
2020-05-22 00:05:00 +00:00
"title": "Tweestapsverificatie"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Aanmelden met Blink account"
}
}
2021-02-24 00:04:14 +00:00
},
"options": {
"step": {
"simple_options": {
2021-03-16 00:04:36 +00:00
"data": {
"scan_interval": "Scaninterval (seconden)"
},
"description": "Configureer Blink-integratie",
2021-02-24 00:04:14 +00:00
"title": "Blink opties"
}
}
2020-05-22 00:05:00 +00:00
}
}