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

19 lines
493 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-06-08 00:02:43 +00:00
"device_automation": {
"condition_type": {
"is_hvac_mode": "{entity_name} est\u00e1 definido com um modo HVAC espec\u00edfico"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "Auto",
"cool": "Frio",
"dry": "Desumidificar",
"fan_only": "Apenas ventilar",
"heat": "Quente",
"heat_cool": "Calor / Frio",
"off": "Desligado"
}
},
2020-04-16 20:00:10 +00:00
"title": "Climatiza\u00e7\u00e3o"
}