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

24 lines
850 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 \u05de\u05e6\u05d1 {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"
},
"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",
"on": "\u05d3\u05dc\u05d5\u05e7"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u05de\u05b0\u05e8\u05d5\u05bc\u05d7\u05b8\u05e7"
}