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

24 lines
624 B
JSON

{
"device_automation": {
"action_type": {
"lock": "Lukusta {entity_name}",
"open": "Ava {entity_name}",
"unlock": "Tee {entity_name} lahti"
},
"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"
}
},
"state": {
"_": {
"locked": "Lukus",
"unlocked": "Lahti"
}
},
"title": "Lukk"
}