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

19 lines
777 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2021-10-19 00:12:08 +00:00
"device_automation": {
"condition_type": {
"is_off": "{entity_name} \u0435 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e",
"is_on": "{entity_name} \u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
},
"trigger_type": {
"turned_off": "{entity_name} \u0435 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e",
"turned_on": "{entity_name} \u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
}
},
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": "\u0414\u0438\u0441\u0442\u0430\u043d\u0446\u0438\u043e\u043d\u043d\u043e"
}