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

24 lines
647 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
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "Vergrendeld",
"unlocked": "Ontgrendeld"
}
},
2020-04-16 20:00:10 +00:00
"title": "Slot"
2019-10-16 00:32:17 +00:00
}