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

17 lines
510 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"device_automation": {
"action_type": {
"lock": "L\u00e5s {entity_name}",
2019-12-30 00:32:19 +00:00
"open": "\u00c5bn {entity_name}",
"unlock": "L\u00e5s {entity_name} op"
2019-10-19 00:32:15 +00:00
},
"condition_type": {
"is_locked": "{entity_name} er l\u00e5st",
"is_unlocked": "{entity_name} er l\u00e5st op"
2019-12-29 00:32:14 +00:00
},
"trigger_type": {
"locked": "{entity_name} blev l\u00e5st",
"unlocked": "{entity_name} l\u00e5st op"
2019-10-19 00:32:15 +00:00
}
}
}