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

19 lines
455 B
JSON

{
"device_automation": {
"action_type": {
"turn_off": "Apaga {entity_name}",
"turn_on": "Engega {entity_name}"
}
},
"state": {
"_": {
"eco": "Eco",
"electric": "El\u00e8ctric",
"gas": "Gas",
"heat_pump": "Bomba de calor",
"high_demand": "Alta demanda",
"off": "OFF",
"performance": "Rendiment"
}
}
}