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

19 lines
465 B
JSON
Raw Normal View History

2020-10-17 00:06:00 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "Apagar {entity_name}",
"turn_on": "Encender {entity_name}"
}
2021-03-20 00:04:10 +00:00
},
"state": {
"_": {
"eco": "Eco",
"electric": "El\u00e9ctrico",
"gas": "Gas",
"heat_pump": "Bomba de calor",
"high_demand": "Alta demanda",
2021-04-22 00:02:50 +00:00
"off": "Apagado",
2021-03-20 00:04:10 +00:00
"performance": "Rendimiento"
}
2020-10-17 00:06:00 +00:00
}
}