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

19 lines
469 B
JSON
Raw Normal View History

2020-10-18 00:03:28 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "{entity_name} ausschalten",
"turn_on": "{entity_name} einschalten"
}
2021-03-17 00:03:55 +00:00
},
"state": {
"_": {
"eco": "Sparmodus",
"electric": "Elektrisch",
"gas": "Gas",
"heat_pump": "W\u00e4rmepumpe",
"high_demand": "Hoher Bedarf",
"off": "Aus",
"performance": "Leistung"
}
2020-10-18 00:03:28 +00:00
}
}