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

11 lines
234 B
JSON
Raw Normal View History

2021-11-09 00:15:20 +00:00
{
"device_automation": {
"action_type": {
"press": "Druk op de knop {entity_name}"
},
"trigger_type": {
"pressed": "{entity_name} is ingedrukt"
}
},
"title": "Knop"
}