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

24 lines
624 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-09-20 00:05:00 +00:00
"device_automation": {
2020-09-21 00:02:47 +00:00
"action_type": {
"lock": "Lukusta {entity_name}",
"open": "Ava {entity_name}",
"unlock": "Tee {entity_name} lahti"
},
2020-09-20 00:05:00 +00:00
"condition_type": {
"is_locked": "{entity_name} on lukus",
"is_unlocked": "{entity_name} on lukustamata"
},
"trigger_type": {
"locked": "{entity_name} on lukus",
"unlocked": "{entity_name} on lukustamata"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "Lukus",
"unlocked": "Lahti"
}
},
2020-04-16 20:00:10 +00:00
"title": "Lukk"
}