[[commands]] id = "shutdown_pc" type = "lua" script = "act.lua" sandbox = "full" timeout = 5000 [commands.phrases] ru = ["выключи компьютер", "выключи пк", "выключи комп"] en = ["shutdown pc", "shut down computer"] [[commands]] id = "restart_pc" type = "lua" script = "act.lua" sandbox = "full" timeout = 5000 [commands.phrases] ru = ["перезагрузи компьютер", "перезагрузи пк", "ребутни", "ребут"] en = ["restart pc", "reboot computer"] [[commands]] id = "sleep_pc" type = "lua" script = "act.lua" sandbox = "full" timeout = 5000 [commands.phrases] ru = ["усыпи компьютер", "усыпи пк", "режим сна", "перейди в сон"] en = ["sleep pc", "put computer to sleep"] [[commands]] id = "hibernate_pc" type = "lua" script = "act.lua" sandbox = "full" timeout = 5000 [commands.phrases] ru = ["гибернация", "переведи в гибернацию", "режим гибернации"] en = ["hibernate pc"] [[commands]] id = "logoff_user" type = "lua" script = "act.lua" sandbox = "full" timeout = 5000 [commands.phrases] ru = ["выйди из системы", "разлогинь", "выйди из учётки", "сеанс закончи"] en = ["log off", "sign out"] [[commands]] id = "cancel_shutdown" type = "lua" script = "act.lua" sandbox = "full" timeout = 3000 [commands.phrases] ru = ["отмени выключение", "отмени ребут", "отмени перезагрузку", "стой не выключай"] en = ["cancel shutdown", "abort shutdown"]