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

14 lines
409 B
JSON
Raw Normal View History

2022-01-31 00:14:28 +00:00
{
"device_automation": {
"action_type": {
"select_option": "Alterar op\u00e7\u00e3o de {entity_name}"
},
"condition_type": {
"selected_option": "Op\u00e7\u00e3o selecionada atual de {entity_name}"
},
"trigger_type": {
"current_option_changed": "{entity_name} op\u00e7\u00e3o alterada"
}
},
"title": "Selecionar"
}