27 lines
439 B
TOML
27 lines
439 B
TOML
|
|
[[commands]]
|
||
|
|
id = "file_search"
|
||
|
|
type = "lua"
|
||
|
|
script = "search.lua"
|
||
|
|
sandbox = "full"
|
||
|
|
timeout = 15000
|
||
|
|
|
||
|
|
[commands.phrases]
|
||
|
|
ru = [
|
||
|
|
"найди файл",
|
||
|
|
"поиск файла",
|
||
|
|
"ищи файл",
|
||
|
|
"где файл",
|
||
|
|
"найди документ",
|
||
|
|
]
|
||
|
|
en = [
|
||
|
|
"find file",
|
||
|
|
"search file",
|
||
|
|
"where is file",
|
||
|
|
"locate file",
|
||
|
|
]
|
||
|
|
ua = [
|
||
|
|
"знайди файл",
|
||
|
|
"пошук файлу",
|
||
|
|
"де файл",
|
||
|
|
]
|