-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathpackage.nls.zh-CN.json
More file actions
70 lines (68 loc) · 5.38 KB
/
package.nls.zh-CN.json
File metadata and controls
70 lines (68 loc) · 5.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"extension.displayName": "Costrict",
"extension.displayName.long": "Costrict (prev. Cline / RooCode):智能编程助手",
"extension.description": "Costrict:企业严肃开发的AI智能伙伴,功能包括:AI 智能体、AI 代码审查与 AI 代码补全。",
"command.newTask.title": "新建任务",
"command.explainCode.title": "解释代码",
"command.fixCode.title": "修复代码",
"command.improveCode.title": "改进代码",
"command.addToContext.title": "添加到上下文",
"command.openInNewTab.title": "在新标签页中打开",
"command.focusInput.title": "聚焦输入框",
"command.setCustomStoragePath.title": "设置自定义存储路径",
"command.importSettings.title": "导入设置",
"command.terminal.addToContext.title": "将终端内容添加到上下文",
"command.terminal.fixCommand.title": "修复此命令",
"command.terminal.explainCommand.title": "解释此命令",
"command.acceptInput.title": "接受输入/建议",
"views.activitybar.title": "Costrict",
"views.contextMenu.label": "Costrict",
"views.terminalMenu.label": "Costrict",
"views.sidebar.name": "Costrict",
"command.mcpServers.title": "MCP 服务器",
"command.prompts.title": "模式",
"command.history.title": "历史记录",
"command.marketplace.title": "应用市场",
"command.openInEditor.title": "在编辑器中打开",
"command.cloud.title": "账户",
"command.settings.title": "设置",
"command.documentation.title": "文档",
"command.shortKeyCut.title": "Costrict代码补全快捷键",
"command.codeReview.title": "代码审查",
"command.reviewRepo.title": "扫描仓库",
"command.addComment.title": "添加注释",
"command.addTests.title": "生成单元测试",
"command.explain.title": "解释代码",
"command.addDebugCode.title": "添加日志",
"command.addStrongerCode.title": "增加容错",
"command.simplifyCode.title": "简化代码",
"command.performanceOptimization.title": "优化性能",
"command.view.issue.title": "反馈",
"command.view.userHelperDoc.title": "Costrict官网",
"command.addFileToContext.title": "添加上下文",
"intelligentCodeCompletion.enabled.description": "启用智能代码补全",
"intelligentCodeCompletion.betaMode.description": "启用测试版功能以获取早期访问权限。请查看版本说明了解功能列表。",
"intelligentCodeCompletion.inlineCompletion.description": "启用逐行补全(显示单行建议)",
"intelligentCodeCompletion.shortCutKeys.description": "手动触发的快捷键。要修改,请在命令面板中搜索'Costrict代码补全快捷键'。",
"intelligentCodeCompletion.disableLanguages.description": "禁用特定语言的代码补全(将值设置为true以禁用)",
"functionQuickCommands.enabled.description": "启用函数快捷命令",
"functionQuickCommands.disableLanguages.description": "禁用特定语言的快捷命令(将值设置为true以禁用)",
"functionQuickCommands.quickCommandButtons.description": "配置函数上方的快捷命令按钮",
"functionQuickCommands.quickCommandButtons.shenmaInstructSet.description": "在函数上方显示<Costrict>按钮,包含所有命令",
"configuration.title": "Costrict",
"commands.allowedCommands.description": "当启用'始终批准执行操作'时可以自动执行的命令",
"commands.deniedCommands.description": "将自动拒绝而无需请求批准的命令前缀。与允许命令冲突时,最长前缀匹配优先。添加 * 拒绝所有命令。",
"commands.commandExecutionTimeout.description": "等待命令执行完成的最大时间(秒),超时前(0 = 无超时,1-600秒,默认:0秒)",
"commands.commandTimeoutAllowlist.description": "从命令执行超时中排除的命令前缀。匹配这些前缀的命令将在没有超时限制的情况下运行。",
"settings.vsCodeLmModelSelector.description": "VSCode 语言模型 API 的设置",
"settings.vsCodeLmModelSelector.vendor.description": "语言模型的供应商(例如:copilot)",
"settings.vsCodeLmModelSelector.family.description": "语言模型的系列(例如:gpt-4)",
"settings.customStoragePath.description": "自定义存储路径。留空以使用默认位置。支持绝对路径(例如:'D:\\CostrictCodeStorage')",
"settings.enableCodeActions.description": "启用 Costrict 快速修复",
"settings.autoImportSettingsPath.description": "Costrict 配置文件的路径,用于在扩展启动时自动导入。支持绝对路径和相对于主目录的路径(例如 '~/Documents/costrict-settings.json')。留空以禁用自动导入。",
"settings.useAgentRules.description": "为特定于代理的规则启用 AGENTS.md 文件的加载(请参阅 https://agent-rules.org/)",
"settings.autoCommit.description": "在接受大模型的变更后,自动提交当前变更文件",
"settings.apiResponseRenderMode.description": "API 响应渲染速度模式(fast = 最小延迟,medium = 平衡模式,slow = 最大兼容性)。更高的值提供更好的兼容性但可能感觉响应较慢。",
"settings.apiRequestTimeout.description": "等待 API 响应的最长时间(秒)(0 = 无超时,1-3600秒,默认值:600秒)。对于像 LM Studio 和 Ollama 这样可能需要更多处理时间的本地提供商,建议使用更高的值。",
"settings.codeIndex.embeddingBatchSize.description": "代码索引期间嵌入操作的批处理大小。根据 API 提供商的限制调整此设置。默认值为 60。"
}