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",
2022-05-21 00:22:49 +00:00
"high_demand": "Grote vraag",
2021-03-17 00:03:55 +00:00
"off": "Uit",
2022-05-21 00:22:49 +00:00
"performance": "Prestatie"
2021-03-17 00:03:55 +00:00
}
2020-10-23 00:03:04 +00:00
}
}