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

28 lines
858 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
2020-11-07 00:04:02 +00:00
},
"error": {
"cannot_connect": "Kon niet verbinden",
"invalid_auth": "Ongeldige authenticatie",
2021-03-16 00:04:36 +00:00
"old_firmware": "Niet-ondersteunde oude firmware op het Bond-apparaat - voer een upgrade uit voordat u doorgaat",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name} ({host})",
2020-11-07 00:04:02 +00:00
"step": {
2021-02-27 00:05:45 +00:00
"confirm": {
"data": {
"access_token": "Toegangstoken"
2021-03-16 00:04:36 +00:00
},
"description": "Wilt u {name} instellen?"
2021-02-27 00:05:45 +00:00
},
2020-11-07 00:04:02 +00:00
"user": {
"data": {
2021-02-25 00:05:20 +00:00
"access_token": "Toegangstoken",
2020-11-07 00:04:02 +00:00
"host": "Host"
}
}
2020-10-09 00:04:33 +00:00
}
}
}