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

24 lines
654 B
JSON

{
"device_automation": {
"action_type": {
"lock": "L\u00e5s {entity_name}",
"open": "\u00c5bn {entity_name}",
"unlock": "L\u00e5s {entity_name} op"
},
"condition_type": {
"is_locked": "{entity_name} er l\u00e5st",
"is_unlocked": "{entity_name} er l\u00e5st op"
},
"trigger_type": {
"locked": "{entity_name} blev l\u00e5st",
"unlocked": "{entity_name} l\u00e5st op"
}
},
"state": {
"_": {
"locked": "L\u00e5st",
"unlocked": "Ul\u00e5st"
}
},
"title": "L\u00e5s"
}