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

24 lines
1.0 KiB
JSON
Raw Normal View History

2019-09-17 00:32:14 +00:00
{
"device_automation": {
"action_type": {
"toggle": "\u041f\u0440\u0435\u0432\u043a\u043b\u044e\u0447\u0438 {entity_name}",
"turn_off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0438 {entity_name}",
"turn_on": "\u0412\u043a\u043b\u044e\u0447\u0438 {entity_name}"
},
"condition_type": {
2019-09-26 00:32:13 +00:00
"is_off": "{entity_name} \u0435 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d",
2020-04-08 00:08:19 +00:00
"is_on": "{entity_name} \u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d"
2019-09-17 00:32:14 +00:00
},
"trigger_type": {
2019-09-19 00:32:15 +00:00
"turned_off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 {entity_name}",
"turned_on": "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 {entity_name}"
2019-09-17 00:32:14 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d",
"on": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u041a\u043b\u044e\u0447"
2019-09-17 00:32:14 +00:00
}