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

24 lines
653 B
JSON
Raw Normal View History

2019-10-13 00:31:39 +00:00
{
"device_automation": {
2019-10-19 00:32:15 +00:00
"action_type": {
"lock": "L\u00e5s {entity_name}",
"open": "\u00c5pne {entity_name}",
"unlock": "L\u00e5s opp {entity_name}"
},
2019-10-13 00:31:39 +00:00
"condition_type": {
"is_locked": "{entity_name} er l\u00e5st",
"is_unlocked": "{entity_name} er l\u00e5st opp"
2019-11-09 00:32:20 +00:00
},
"trigger_type": {
"locked": "{entity_name} l\u00e5st",
"unlocked": "{entity_name} l\u00e5st opp"
2019-10-13 00:31:39 +00:00
}
2020-04-20 23:33:54 +00:00
},
2020-05-13 18:27:21 +00:00
"state": {
"_": {
"locked": "L\u00e5st",
"unlocked": "Ul\u00e5st"
}
},
2020-04-20 23:33:54 +00:00
"title": "L\u00e5s"
2019-10-13 00:31:39 +00:00
}