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

24 lines
658 B
JSON
Raw Normal View History

2020-02-07 00:31:50 +00:00
{
"device_automation": {
"action_type": {
"lock": "L\u00e5s {entity_name}",
"open": "\u00d6ppna {entity_name}",
"unlock": "L\u00e5s upp {entity_name}"
},
"condition_type": {
"is_locked": "{entity_name} \u00e4r l\u00e5st",
"is_unlocked": "{entity_name} \u00e4r ol\u00e5st"
},
"trigger_type": {
"locked": "{entity_name} l\u00e5st",
"unlocked": "{entity_name} ol\u00e5st"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "L\u00e5st",
"unlocked": "Ol\u00e5st"
}
},
2020-04-16 20:00:10 +00:00
"title": "L\u00e5s"
2020-02-07 00:31:50 +00:00
}