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

20 lines
643 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2021-06-06 00:19:43 +00:00
"device_automation": {
"action_type": {
"toggle": "\u05d4\u05d7\u05dc\u05e3 \u05d0\u05ea {entity_name}",
"turn_off": "\u05db\u05d1\u05d4 \u05d0\u05ea {entity_name}",
"turn_on": "\u05d4\u05e4\u05e2\u05dc \u05d0\u05ea {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} \u05db\u05d1\u05d5\u05d9",
"is_on": "{entity_name} \u05e4\u05d5\u05e2\u05dc"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "\u05db\u05d1\u05d5\u05d9",
"on": "\u05d3\u05dc\u05d5\u05e7"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u05d0\u05d5\u05b9\u05e8"
}