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

42 lines
1.6 KiB
JSON
Raw Normal View History

2019-12-30 00:32:19 +00:00
{
"config": {
"abort": {
2020-05-01 00:02:55 +00:00
"already_configured": "Account reeds geconfigureerd",
"no_device": "Op geen van uw apparaten is \"Find my iPhone\" geactiveerd"
2019-12-30 00:32:19 +00:00
},
"error": {
"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": {
2020-11-07 00:04:02 +00:00
"reauth": {
"data": {
"password": "Wachtwoord"
},
"description": "Uw eerder ingevoerde wachtwoord voor {username} werkt niet meer. Update uw wachtwoord om deze integratie te blijven gebruiken."
},
2019-12-30 00:32:19 +00:00
"trusted_device": {
"data": {
"trusted_device": "Vertrouwd apparaat"
},
"description": "Selecteer uw vertrouwde apparaat",
"title": "iCloud vertrouwd apparaat"
},
"user": {
"data": {
"password": "Wachtwoord",
2020-05-01 00:02:55 +00:00
"with_family": "Met gezin"
2019-12-30 00:32:19 +00:00
},
"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
}