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

24 lines
1.0 KiB
JSON
Raw Normal View History

2019-11-02 00:31:48 +00:00
{
"device_automation": {
"action_type": {
"lock": "\u0417\u0430\u043a\u043b\u044e\u0447\u0438 {entity_name}",
"open": "\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 {entity_name}",
"unlock": "\u041e\u0442\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 {entity_name}"
},
"condition_type": {
"is_locked": "{entity_name} \u0435 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d",
"is_unlocked": "{entity_name} \u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d"
2019-12-04 00:32:11 +00:00
},
"trigger_type": {
"locked": "{entity_name} \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d",
"unlocked": "{entity_name} \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d"
2019-11-02 00:31:48 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "\u0417\u0430\u043a\u043b\u044e\u0447\u0435\u043d",
"unlocked": "\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u041a\u043b\u044e\u0447\u0430\u043b\u043a\u0430"
2019-11-02 00:31:48 +00:00
}