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

15 lines
336 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2022-11-19 00:26:11 +00:00
"device_automation": {
"condition_type": {
"is_locked": "{entity_name} er l\u00e6st",
"is_unlocked": "{entity_name} er \u00f3l\u00e6st"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "L\u00e6st",
"unlocked": "Afl\u00e6st"
}
},
2020-04-16 20:00:10 +00:00
"title": "L\u00e1s"
}