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

20 lines
518 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_system_id": "Ongeldige Airzone systeem ID"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Poort"
},
"description": "Airzone integratie instellen."
}
}
}
}