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

16 lines
471 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2021-10-12 00:12:28 +00:00
"device_automation": {
"action_type": {
"lock": "\u05e0\u05e2\u05d9\u05dc\u05ea {entity_name}",
"open": "\u05e4\u05ea\u05d9\u05d7\u05ea {entity_name}",
"unlock": "\u05e0\u05e2\u05d9\u05dc\u05ea {entity_name}"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "\u05e0\u05e2\u05d5\u05dc",
"unlocked": "\u05e4\u05ea\u05d5\u05d7"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u05de\u05e0\u05e2\u05d5\u05dc"
}