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

19 lines
460 B
JSON

{
"device_automation": {
"action_type": {
"turn_off": "Schakel {entity_name} uit",
"turn_on": "Schakel {entity_name} in"
}
},
"state": {
"_": {
"eco": "Eco",
"electric": "Elektriciteit",
"gas": "Gas",
"heat_pump": "Warmtepomp",
"high_demand": "Hoge vraag",
"off": "Uit",
"performance": "Prestaties"
}
}
}