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

18 lines
432 B
JSON
Raw Normal View History

2020-12-07 00:04:18 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "Desligar {entity_name}",
"turn_on": "Ligar {entity_name}"
}
2021-03-16 00:04:36 +00:00
},
"state": {
"_": {
2021-03-17 00:03:55 +00:00
"eco": "Eco",
"electric": "El\u00e9trico",
"gas": "G\u00e1s",
"heat_pump": "Bomba de calor",
"high_demand": "Necessidade alta",
2021-03-16 00:04:36 +00:00
"off": "Desligado"
}
2020-12-07 00:04:18 +00:00
}
}