Skip to content

Commit d054c9b

Browse files
basicthinkersmallstone
authored andcommitted
Update zh.json
Finished Chinese text in zh.json.
1 parent ef3b2bf commit d054c9b

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

src/views/i18n/zh.json

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
<<<<<<< HEAD
32
"Delete message": "删除消息及回答",
43
"Copied": "已复制",
54
"Copy message": "复制回答",
@@ -29,12 +28,30 @@
2928
"How do I use DevChat?": "如何使用 DevChat?",
3029
"balance": "你的账户余额为 {{formatedCurrency}},登录 <4>web.devchat.ai</4> 获得更多 tokens",
3130
"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",
32-
"devchat.setkey": "你的环境或设置中缺少 DevChat 访问密钥。请输入你的 DevChat 访问密钥,我来让 DevChat 开始正常工作。<br> <br> <button value=\"setting_devchat_key\">设置 DevChat 访问密钥</button>",
31+
"devchat.setkey": "你的环境或设置中缺少 DevChat 访问密钥。请输入你的 DevChat 访问密钥,这样我就可以开始正常工作了。<br> <br> <button value=\"setting_devchat_key\">设置 DevChat 访问密钥</button>",
32+
"Is DevChat Access Key ready?": "DevChat 访问密钥是否已经设置好?",
33+
"Ask questions about the current project's codebase, which requires proactive acquisition of additional context information to answer.": "询问关于当前项目代码库的问题,我将主动获取相关的上下文信息来回答。",
34+
"Generate code with a general template embedded into the prompt.": "使用隐式嵌入到提示词中的通用模板生成代码。",
35+
"Generate code with a Python-specific template embedded into the prompt.": "使用隐式嵌入到提示词中的 Python 特定模板生成代码。",
36+
"commit changes with commit message in english.": "选择要提交的代码变更,总结英文提交消息,并提交到代码库。",
37+
"Generate a commit message for the given git diff.": "为给定的 git diff 生成提交消息。",
38+
"Generate a release note for the given commit log.": "为给定的提交日志生成发布说明。",
39+
"Delete message": "删除",
40+
"Copied": "已复制",
41+
"Copy message": "复制回答",
42+
"Refilled": "已重新填入",
43+
"Refill prompt": "重新填进输入框",
44+
"User": "用户",
45+
"Ask DevChat a question or type ‘/’ for workflow": "向 DevChat 直接提问或输入 '/' 以查看可用的工作流",
46+
"How do I use DevChat?": "如何使用 DevChat?",
47+
"balance": "你的账户余额为 {{formatedCurrency}},登录 <4>web.devchat.ai</4> 获得更多 tokens",
48+
"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",
49+
"devchat.setkey": "你的环境或设置中缺少 DevChat 访问密钥。请输入你的 DevChat 访问密钥,这样我就可以开始正常工作了。<br> <br> <button value=\"setting_devchat_key\">设置 DevChat 访问密钥</button>",
3350
"Is DevChat Access Key ready?": "DevChat 访问密钥是否已经设置好?",
34-
"Ask questions about the current project's codebase, which requires proactive acquisition of additional context information to answer.": "询问关于当前项目代码库的问题,这需要主动获取额外的上下文信息来回答",
35-
"Generate code with a general template embedded into the prompt.": "使用嵌入到提示中的通用模板生成代码",
36-
"Generate code with a Python-specific template embedded into the prompt.": "使用嵌入到提示中的 Python 特定模板生成代码。",
37-
"commit changes with commit message in english.": "使用英文提交更改",
51+
"Ask questions about the current project's codebase, which requires proactive acquisition of additional context information to answer.": "询问关于当前项目代码库的问题,我将主动获取相关的上下文信息来回答",
52+
"Generate code with a general template embedded into the prompt.": "使用隐式嵌入到提示词中的通用模板生成代码",
53+
"Generate code with a Python-specific template embedded into the prompt.": "使用隐式嵌入到提示词中的 Python 特定模板生成代码。",
54+
"commit changes with commit message in english.": "选择要提交的代码变更,总结英文提交消息,并提交到代码库",
3855
"Generate a commit message for the given git diff.": "为给定的 git diff 生成提交消息。",
3956
"Generate a release note for the given commit log.": "为给定的提交日志生成发布说明。"
4057
}

0 commit comments

Comments
 (0)