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

19 lines
455 B
JSON
Raw Normal View History

2020-10-17 00:06:00 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "Apaga {entity_name}",
"turn_on": "Engega {entity_name}"
}
2021-03-16 00:04:36 +00:00
},
"state": {
"_": {
"eco": "Eco",
"electric": "El\u00e8ctric",
"gas": "Gas",
"heat_pump": "Bomba de calor",
"high_demand": "Alta demanda",
2021-11-15 00:12:46 +00:00
"off": "OFF",
2021-03-16 00:04:36 +00:00
"performance": "Rendiment"
}
2020-10-17 00:06:00 +00:00
}
}