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

11 lines
250 B
JSON
Raw Normal View History

2021-11-05 00:13:45 +00:00
{
"device_automation": {
"action_type": {
"press": "Pressione o bot\u00e3o {entity_name}"
},
"trigger_type": {
"pressed": "{entity_name} foi pressionado"
}
},
"title": "Bot\u00e3o"
}