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

17 lines
504 B
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"device_automation": {
2019-10-22 00:32:10 +00:00
"action_type": {
"lock": "Vergrendel {entity_name}",
"open": "Open {entity_name}",
"unlock": "Ontgrendel {entity_name}"
},
2019-10-16 00:32:17 +00:00
"condition_type": {
"is_locked": "{entity_name} is vergrendeld",
"is_unlocked": "{entity_name} is ontgrendeld"
2019-11-24 00:32:21 +00:00
},
"trigger_type": {
"locked": "{entity_name} vergrendeld",
"unlocked": "{entity_name} ontgrendeld"
2019-10-16 00:32:17 +00:00
}
}
}