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

26 lines
668 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": {
"discovered_connection": {
"data": {
"id": "Systeem ID",
"port": "Poort"
}
},
"user": {
"data": {
"host": "Host",
"id": "Systeem ID",
"port": "Poort"
}
}
}
}
}