forked from nicepkg/aide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-cn.json
67 lines (67 loc) · 5.79 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
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
{
"command.copyAsPrompt": "✨ Aide: 复制为 AI 提示词",
"command.askAI": "✨ Aide: 问 AI",
"command.codeConvert": "✨ Aide: 代码转换",
"command.codeViewerHelper": "✨ Aide: 代码查看器助手",
"command.renameVariable": "✨ Aide: 重命名变量",
"command.smartPaste": "✨ Aide: 智能粘贴",
"command.batchProcessor": "✨ Aide: AI 批量处理文件",
"command.copyFileText": "复制全文",
"command.quickCloseFileWithoutSave": "快速关闭",
"command.replaceFile": "替换原文",
"command.showDiff": "对比原文",
"config.title": "Aide 配置",
"config.openaiKey.description": "OpenAI Key, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/openai-key)",
"config.openaiModel.description": "OpenAI Model, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/openai-model)",
"config.openaiBaseUrl.description": "OpenAI Base URL, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/openai-base-url)",
"config.apiConcurrency.description": "API 请求并发数, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/api-concurrency)",
"config.useSystemProxy.description": "是否使用全局代理 (`HTTP_PROXY`、`HTTPS_PROXY`、`ALL_PROXY`) , 更改此设置后需要重启 `VSCode` 才生效, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/use-system-proxy)",
"config.codeViewerHelperPrompt.description": "代码查看器助手 prompt 模板, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/code-viewer-helper-prompt)",
"config.convertLanguagePairs.description": "默认转换语言对照表, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/convert-language-pairs)",
"config.autoRememberConvertLanguagePairs.description": "是否自动记住转换语言对照表, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/auto-remember-convert-language-pairs)",
"config.readClipboardImage.description": "是否允许某些场景读取剪贴板图片作为 AI 上下文, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/read-clipboard-image)",
"config.aiPrompt.description": "复制内容的模板,使用 `#{content}` 作为文件内容的占位符, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/ai-prompt)",
"config.ignorePatterns.description": "忽略的文件名模式, 支持 `glob` 语法, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/ignore-patterns)",
"config.respectGitIgnore.description": "是否尊重 `.gitignore` 文件, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/respect-git-ignore)",
"config.aiCommand.description": "自定义 `✨ Aide: 问 AI` 命令模板。可用变量:`#{filesRelativePath}`、`#{filesFullPath}`、 `#{content}`, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/ai-command)",
"config.aiCommandCopyBeforeRun.description": "运行 `✨ Aide: 问 AI` 前将 AI 命令复制到剪贴板, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/ai-command-copy-before-run)",
"config.aiCommandAutoRun.description": "点击 `✨ Aide: 问 AI` 时自动运行 AI 命令, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/ai-command-auto-run)",
"error.noWorkspace": "无法确定工作区文件夹",
"error.invalidConfigKey": "无效的配置键",
"error.invalidConfigValueType": "无效的配置值类型",
"error.invalidConfigValueOption": "无效的配置值选项",
"error.failedToUpdateConfig": "更新配置失败",
"error.invalidJson": "无效的 JSON 格式",
"error.invalidNumber": "无效的数字",
"error.invalidBaseUrl": "无效的 Base URL",
"error.invalidAzureOpenaiBaseUrl": "无效的 Azure OpenAI Base URL",
"error.configKeyRequired": "{0} 配置键是必需的",
"error.vscodeLLMModelNotFound": "未找到 VSCode LLM 模型,请检查配置",
"error.noSelection": "未选择任何文件或文件夹",
"error.noActiveEditor": "请先打开任意一个文件以确定 workspace",
"error.noTargetLanguage": "未选择目标语言",
"error.noContext": "上下文未初始化",
"error.emptyClipboard": "剪贴板为空",
"error.xclipNotFound": "xclip 未安装。请使用你的包管理器安装它 (例如,sudo apt-get install xclip)",
"error.fileNotFound": "文件未找到",
"error.invalidInput": "无效的输入",
"info.copied": "文件内容已复制到剪贴板",
"info.noAiSuggestionsVariableName": " AI 觉得你这个变量名字已经很好了",
"info.processing": "Aide 正在处理中...",
"info.continueMessage": "继续吗?我不确定是否已经完成了,如果还有内容没生成,你可以点击继续。",
"info.iconContinueMessage": "(你也可以点击原来的生成 icon 以继续)",
"info.continue": "继续",
"info.cancel": "取消",
"info.commandCopiedToClipboard": "AI 命令已复制到剪贴板",
"info.fileReplaceSuccess": "文件内容已成功替换",
"info.batchProcessorSuccess": "AI 批量处理成功!\n\n共生成了 {0} 个文件, 你可以自己 review 手动替换。\n\n已完成任务:\n{1}",
"input.array.promptEnding": "输入逗号分隔的值",
"input.json.promptEnding": "输入 JSON 格式的值",
"input.aiCommand.prompt": "输入 AI 命令的问题",
"input.aiCommand.placeholder": "输入 AI 命令的问题",
"input.codeConvertTargetLanguage.prompt": "选择转换目标语言",
"input.selectAiSuggestionsVariableName.prompt": "选择 AI 建议的变量名",
"input.batchProcessor.prompt": "让 AI 批量处理你选中的 {0} 个文件,你想 AI 做什么?",
"input.batchProcessor.placeholder": "比如:帮我从 python2 迁移到 python3",
"file.content": "File: {0}\n```{1}\n{2}\n```\n\n"
}