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

36 lines
1.3 KiB
JSON
Raw Normal View History

2019-12-30 00:32:19 +00:00
{
"config": {
"abort": {
2020-01-21 00:33:20 +00:00
"already_configured": "Account reeds geconfigureerd"
2019-12-30 00:32:19 +00:00
},
"error": {
"login": "Aanmeldingsfout: controleer uw e-mailadres en wachtwoord",
"send_verification_code": "Kan verificatiecode niet verzenden",
"validate_verification_code": "Kan uw verificatiecode niet verifi\u00ebren, kies een vertrouwensapparaat en start de verificatie opnieuw"
},
"step": {
"trusted_device": {
"data": {
"trusted_device": "Vertrouwd apparaat"
},
"description": "Selecteer uw vertrouwde apparaat",
"title": "iCloud vertrouwd apparaat"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "E-mail"
},
"description": "Voer uw gegevens in",
"title": "iCloud inloggegevens"
},
"verification_code": {
"data": {
"verification_code": "Verificatiecode"
},
"description": "Voer de verificatiecode in die u zojuist van iCloud hebt ontvangen",
"title": "iCloud verificatiecode"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-12-30 00:32:19 +00:00
}