Roo-Code/package.nls.zh-CN.json
Chris Estreich d07e60575b
Simplify Roo Code's quick actions (#3024)
* Quick fix actions

* Remove unused keys

* Simplify more stuff

* Bring back "Explain Code"

* Bring "Improve Code" back

* Add back "Improve"

* This is too flakey for now
2025-04-29 08:07:24 -07:00

31 lines
1.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"extension.displayName": "Roo Code (原名 Roo Cline)",
"extension.description": "在你的编辑器中提供完整的 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.terminal.addToContext.title": "将终端内容添加到上下文",
"command.terminal.fixCommand.title": "修复此命令",
"command.terminal.explainCommand.title": "解释此命令",
"command.acceptInput.title": "接受输入/建议",
"views.activitybar.title": "Roo Code",
"views.contextMenu.label": "Roo Code",
"views.terminalMenu.label": "Roo Code",
"command.mcpServers.title": "MCP 服务器",
"command.prompts.title": "提示",
"command.history.title": "历史记录",
"command.openInEditor.title": "在编辑器中打开",
"command.settings.title": "设置",
"command.documentation.title": "文档",
"configuration.title": "Roo Code",
"commands.allowedCommands.description": "当启用'始终批准执行操作'时可以自动执行的命令",
"settings.vsCodeLmModelSelector.description": "VSCode 语言模型 API 的设置",
"settings.vsCodeLmModelSelector.vendor.description": "语言模型的供应商例如copilot",
"settings.vsCodeLmModelSelector.family.description": "语言模型的系列例如gpt-4",
"settings.customStoragePath.description": "自定义存储路径。留空以使用默认位置。支持绝对路径(例如:'D:\\RooCodeStorage'"
}