core/homeassistant/components/light/translations/pt-BR.json

20 lines
492 B
JSON
Raw Normal View History

2019-10-01 00:32:19 +00:00
{
"device_automation": {
"action_type": {
"toggle": "Alternar {entity_name}",
"turn_off": "Desligar {entity_name}",
"turn_on": "Ligar {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} est\u00e1 desligado",
"is_on": "{entity_name} est\u00e1 ligado"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "Desligada",
"on": "Ligada"
}
},
2020-04-16 20:00:10 +00:00
"title": "Luz"
2019-10-01 00:32:19 +00:00
}