[[commands]] id = "volume_up" type = "lua" script = "volume_up.lua" sandbox = "full" timeout = 3000 [commands.phrases] ru = [ "громче", "сделай громче", "прибавь звук", "увеличь громкость", "погромче", ] en = [ "louder", "volume up", "increase volume", "turn it up", ] [[commands]] id = "volume_down" type = "lua" script = "volume_down.lua" sandbox = "full" timeout = 3000 [commands.phrases] ru = [ "тише", "сделай тише", "убавь звук", "уменьши громкость", "потише", ] en = [ "quieter", "volume down", "decrease volume", "turn it down", ] [[commands]] id = "volume_mute" type = "lua" script = "volume_mute.lua" sandbox = "full" timeout = 3000 [commands.phrases] ru = [ "выключи звук", "заткнись", "тишина", "приглуши звук", "отключи звук", ] en = [ "mute", "silence", "shut up", "be quiet", ] [[commands]] id = "volume_max" type = "lua" script = "volume_max.lua" sandbox = "full" timeout = 3000 [commands.phrases] ru = [ "максимальная громкость", "звук на максимум", "на полную", ] en = [ "max volume", "full volume", "maximum", ]