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

35 lines
1.1 KiB
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"config": {
"abort": {
2021-02-24 00:04:14 +00:00
"reauth_successful": "Herauthenticatie was succesvol",
2019-10-16 00:32:17 +00:00
"single_instance_allowed": "Slechts een enkele configuratie van Abode is toegestaan."
},
"error": {
2020-10-09 00:04:33 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-12-04 00:05:42 +00:00
"invalid_auth": "Ongeldige authenticatie",
"invalid_mfa_code": "Ongeldige MFA-code"
2019-10-16 00:32:17 +00:00
},
"step": {
2020-12-04 00:05:42 +00:00
"mfa": {
"data": {
"mfa_code": "MFA-code (6-cijfers)"
2021-02-24 00:04:14 +00:00
},
"title": "Voer uw MFA-code voor Abode in"
2020-12-04 00:05:42 +00:00
},
2020-12-24 00:03:44 +00:00
"reauth_confirm": {
2021-02-24 00:04:14 +00:00
"data": {
"password": "Wachtwoord",
"username": "E-mail"
},
2020-12-24 00:03:44 +00:00
"title": "Vul uw Abode-inloggegevens in"
},
2019-10-16 00:32:17 +00:00
"user": {
"data": {
"password": "Wachtwoord",
"username": "E-mailadres"
},
"title": "Vul uw Abode-inloggegevens in"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-16 00:32:17 +00:00
}