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

28 lines
815 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
2021-04-08 00:03:23 +00:00
"abort": {
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2021-04-08 00:03:23 +00:00
},
2021-02-24 00:04:14 +00:00
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
2021-04-08 00:03:23 +00:00
"reauth_confirm": {
"data": {
"token": "Toegangstoken"
},
2021-05-17 05:17:18 +00:00
"description": "De Nuki integratie moet opnieuw authenticeren met uw bridge.",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2021-04-08 00:03:23 +00:00
},
2021-02-24 00:04:14 +00:00
"user": {
"data": {
"host": "Host",
"port": "Poort",
"token": "Toegangstoken"
}
}
}
}
}