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

40 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"flow_title": "Somfy MyLink {mac} ({ip})",
"step": {
"user": {
"data": {
"host": "Host",
"port": "Poort",
"system_id": "Systeem-ID"
}
}
}
},
"options": {
"abort": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"entity_config": {
"description": "Configureer opties voor `{entity_id}`",
"title": "Entiteit configureren"
},
"init": {
"data": {
"entity_id": "Configureer een specifieke entiteit."
},
"title": "Configureer MyLink-opties"
}
}
},
"title": "Somfy MyLink"
}