forked from nicepkg/aide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-cn.json
38 lines (38 loc) · 2.19 KB
/
package.nls.zh-cn.json
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
{
"command.copyAsPrompt": "✨ Aide: 复制为 AI Prompt",
"command.askAI": "✨ Aide: 问 AI",
"command.codeConvert": "✨ Aide: 代码转换",
"command.codeViewerHelper": "✨ Aide: 代码查看器助手",
"config.title": "Aide 配置",
"config.aiPrompt.description": "复制内容的模板,使用#{content}作为文件内容的占位符",
"config.aiCommand.description": "自定义 AI 命令模板。可用变量:#{filesRelativePath}, #{filesFullPath}, #{content}",
"config.aiCommandCopyBeforeRun.description": "运行前将 AI 命令复制到剪贴板",
"config.ignorePatterns.description": "忽略的文件名模式, 支持 glob 语法",
"config.respectGitIgnore.description": "是否尊重 .gitignore 文件",
"config.convertLanguagePairs.description": "默认转换语言对照表",
"config.codeViewerHelperPrompt.description": "代码查看器助手 prompt 模板",
"config.openaiKey.description": "OpenAI Key",
"config.openaiBaseUrl.description": "OpenAI Base URL",
"config.openaiModel.description": "OpenAI Model",
"error.noWorkspace": "无法确定工作区文件夹",
"error.invalidConfigKey": "无效的配置键",
"error.invalidConfigValueType": "无效的配置值类型",
"error.invalidConfigValueOption": "无效的配置值选项",
"error.failedToUpdateConfig": "更新配置失败",
"error.invalidJson": "无效的 JSON 格式",
"error.invalidNumber": "无效的数字",
"error.configKeyRequired": "{0} 配置键是必需的",
"error.vscodeLLMModelNotFound": "未找到 VSCode LLM 模型,请检查配置",
"error.noSelection": "未选择任何文件或文件夹",
"error.noActiveEditor": "未打开任何文件",
"error.noTargetLanguage": "未选择目标语言",
"error.noContext": "上下文未初始化",
"info.copied": "文件内容已复制到剪贴板",
"info.customLanguage": "自定义语言",
"input.array.promptEnding": "输入逗号分隔的值",
"input.json.promptEnding": "输入 JSON 格式的值",
"input.aiCommand.prompt": "输入 AI 命令的问题",
"input.aiCommand.placeholder": "输入 AI 命令的问题",
"input.codeConvertTargetLanguage.prompt": "选择转换目标语言",
"file.content": "File: {0}\n```{1}\n{2}\n```\n\n"
}