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

24 lines
824 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2021-10-02 12:59:05 +00:00
"device_automation": {
"action_type": {
"toggle": "\u05d4\u05d7\u05dc\u05e4\u05ea \u05de\u05e6\u05d1 {entity_name}",
"turn_off": "\u05db\u05d9\u05d1\u05d5\u05d9 {entity_name}",
"turn_on": "\u05d4\u05e4\u05e2\u05dc\u05ea {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} \u05db\u05d1\u05d5\u05d9",
"is_on": "{entity_name} \u05e4\u05d5\u05e2\u05dc"
},
"trigger_type": {
"turned_off": "{entity_name} \u05db\u05d5\u05d1\u05d4",
"turned_on": "{entity_name} \u05d4\u05d5\u05e4\u05e2\u05dc"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "\u05db\u05d1\u05d5\u05d9",
2021-07-07 00:11:57 +00:00
"on": "\u05de\u05d5\u05e4\u05e2\u05dc"
2020-04-20 23:33:54 +00:00
}
},
2020-04-16 20:00:10 +00:00
"title": "\u05de\u05ea\u05d2"
}