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

24 lines
708 B
JSON
Raw Normal View History

2021-05-10 00:04:47 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"device_unsupported": "Het apparaat wordt niet ondersteund."
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"flow_title": "{name}",
"step": {
"confirm_discovery": {
"description": "Wilt u Nettigo Air Monitor instellen bij {host} ?"
},
"user": {
"data": {
"host": "Host"
},
"description": "Stel Nettigo Air Monitor integratie in."
}
}
}
}