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

19 lines
460 B
JSON
Raw Normal View History

2020-10-23 00:03:04 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "Schakel {entity_name} uit",
"turn_on": "Schakel {entity_name} in"
}
2021-03-17 00:03:55 +00:00
},
"state": {
"_": {
"eco": "Eco",
"electric": "Elektriciteit",
"gas": "Gas",
"heat_pump": "Warmtepomp",
2021-03-26 00:04:15 +00:00
"high_demand": "Hoge vraag",
2021-03-17 00:03:55 +00:00
"off": "Uit",
"performance": "Prestaties"
}
2020-10-23 00:03:04 +00:00
}
}