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

32 lines
955 B
JSON

{
"config": {
"error": {
"already_configured": "Gateway 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"
},
"title": "OpenTherm Gateway"
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Vloertemperatuur",
"read_precision": "Lees Precisie",
"set_precision": "Precisie instellen",
"temporary_override_mode": "Tijdelijke setpoint-overschrijvingsmodus"
},
"description": "Opties voor de OpenTherm Gateway"
}
}
}
}