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

17 lines
510 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"
}
}
}