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

24 lines
1.3 KiB
JSON

{
"device_automation": {
"action_type": {
"lock": "{entity_name}: \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
"open": "{entity_name}: \u043e\u0442\u043a\u0440\u044b\u0442\u044c",
"unlock": "{entity_name}: \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c"
},
"condition_type": {
"is_locked": "{entity_name} \u0432 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u043c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438",
"is_unlocked": "{entity_name} \u0432 \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u043c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438"
},
"trigger_type": {
"locked": "{entity_name} \u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442\u0441\u044f",
"unlocked": "{entity_name} \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442\u0441\u044f"
}
},
"state": {
"_": {
"locked": "\u0417\u0430\u043a\u0440\u044b\u0442",
"unlocked": "\u041e\u0442\u043a\u0440\u044b\u0442"
}
},
"title": "\u0417\u0430\u043c\u043e\u043a"
}