core/homeassistant/components/button/translations/it.json

11 lines
248 B
JSON
Raw Normal View History

2021-11-05 00:13:45 +00:00
{
"device_automation": {
"action_type": {
"press": "Premi il pulsante {entity_name}"
},
"trigger_type": {
"pressed": "{entity_name} \u00e8 stato premuto"
}
},
"title": "Pulsante"
}