|
9 | 9 | "How do I use DevChat?": "如何使用 DevChat?", |
10 | 10 | "balance": "你的账户余额为 {{formatedCurrency}},登录 <4>web.devchat.ai</4> 获得更多 tokens", |
11 | 11 | "devchat.help": "你想生成一些代码还是对这个项目有疑问?请首先右键单击相关的文件或代码片段,将它们添加到 DevChat 中作为上下文,然后在输入框中写下你的请求或问题,我将基于添加的上下文生成代码或回答你的问题。<br> <br> 你还可以点击输入框左侧的“+”按钮,查看更多添加上下文的快捷方法。此外,在输入框中键入“/”,DevChat 会列出可供使用的各类工作流,按 Tab 键或输入完整命令触发你需要的工作流。聊天愉快! <br> <br>下面是一些工作流的示例:<br> <br> [/code: 基于你的提示词和上下文生成代码](#code) <br> [/commit_message: 根据加入上下文中的代码变更生成提交消息](#commit_message) <br> <br> [/release_note: 根据加入上下文中的提交历史生成提交说明](#release_note) <br> <br> [/ask-code: 询问任何关于当前代码库的信息,并从这位人工智能代理那里获得答案](#ask_code) <br> <br>你可以点击[设置](#settings)来配置 DevChat", |
12 | | - "devchat.setkey": "你的环境或设置中缺少 DevChat 访问密钥。请输入你的 DevChat 访问密钥,我来让 DevChat 开始正常工作。<br> <br> <button value=\"setting_devchat_key\">设置 DevChat 访问密钥</button>", |
| 12 | + "devchat.setkey": "你的环境或设置中缺少 DevChat 访问密钥。请输入你的 DevChat 访问密钥,这样我就可以开始正常工作了。<br> <br> <button value=\"setting_devchat_key\">设置 DevChat 访问密钥</button>", |
13 | 13 | "Is DevChat Access Key ready?": "DevChat 访问密钥是否已经设置好?", |
14 | | - "Ask questions about the current project's codebase, which requires proactive acquisition of additional context information to answer.": "询问关于当前项目代码库的问题,这需要主动获取额外的上下文信息来回答。", |
15 | | - "Generate code with a general template embedded into the prompt.": "使用嵌入到提示中的通用模板生成代码。", |
16 | | - "Generate code with a Python-specific template embedded into the prompt.": "使用嵌入到提示中的 Python 特定模板生成代码。", |
17 | | - "commit changes with commit message in english.": "使用英文提交更改。", |
| 14 | + "Ask questions about the current project's codebase, which requires proactive acquisition of additional context information to answer.": "询问关于当前项目代码库的问题,我将主动获取相关的上下文信息来回答。", |
| 15 | + "Generate code with a general template embedded into the prompt.": "使用隐式嵌入到提示词中的通用模板生成代码。", |
| 16 | + "Generate code with a Python-specific template embedded into the prompt.": "使用隐式嵌入到提示词中的 Python 特定模板生成代码。", |
| 17 | + "commit changes with commit message in english.": "选择要提交的代码变更,总结英文提交消息,并提交到代码库。", |
18 | 18 | "Generate a commit message for the given git diff.": "为给定的 git diff 生成提交消息。", |
19 | 19 | "Generate a release note for the given commit log.": "为给定的提交日志生成发布说明。" |
20 | 20 | } |
0 commit comments