mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-10 17:18:19 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -94,6 +94,7 @@ export default {
|
||||
copy: "复制",
|
||||
editOrApplyDiff: "{mode}:{path}",
|
||||
loading: "加载中...",
|
||||
matchSearchInPath: '在 {path} 中匹配搜索文件 "{query}"',
|
||||
regexSearchInPath: '在 {path} 中正则搜索文件 "{regex}"',
|
||||
createNewNote: "创建新笔记",
|
||||
copyMsg: "复制消息",
|
||||
@@ -240,8 +241,16 @@ export default {
|
||||
auto: '自动',
|
||||
semantic: '语义',
|
||||
regex: '正则',
|
||||
match: '匹配',
|
||||
regexBackend: '正则搜索后端',
|
||||
regexBackendDescription: '选择正则搜索的后端。',
|
||||
matchBackend: '匹配搜索后端',
|
||||
matchBackendDescription: '选择匹配搜索的后端。',
|
||||
ripgrep: 'ripgrep',
|
||||
coreplugin: '核心插件',
|
||||
omnisearch: 'Omnisearch',
|
||||
ripgrepPath: 'ripgrep 路径',
|
||||
ripgrepPathDescription: 'ripgrep 二进制文件的路径。使用正则搜索时需要此项。',
|
||||
ripgrepPathDescription: 'ripgrep 二进制文件的路径。使用 ripgrep 正则搜索时需要此项。',
|
||||
},
|
||||
|
||||
// 聊天行为部分
|
||||
|
||||
Reference in New Issue
Block a user