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

30 lines
795 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",
"precision": "Precisie"
},
"description": "Opties voor de OpenTherm Gateway"
}
}
}
}