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

30 lines
846 B
JSON

{
"config": {
"error": {
"already_configured": "Apparaat is al geconfigureerd",
"cannot_connect": "Kan geen verbinding maken",
"id_exists": "Gateway id bestaat al"
},
"step": {
"init": {
"data": {
"device": "Pad of URL",
"id": "ID",
"name": "Naam"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Vloertemperatuur",
"read_precision": "Lees Precisie",
"set_precision": "Precisie instellen",
"temporary_override_mode": "Tijdelijke setpoint-overschrijvingsmodus"
}
}
}
}
}