-
-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathpackage.nls.zh-cn.json
92 lines (92 loc) · 7.9 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"command.copyAsPrompt": "✨ Aide: 复制为 AI 提示词",
"command.askAI": "✨ Aide: 问 AI",
"command.codeConvert": "✨ Aide: 代码转换",
"command.codeViewerHelper": "✨ Aide: 代码查看器助手",
"command.expertCodeEnhancer": "✨ 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/getting-started/how-to-configure-openai-key) 或者 [我没有 OpenAI Key](https://aide.nicepkg.cn/zh/guide/getting-started/how-to-configure-openai-key#%E6%88%91%E6%B2%A1%E6%9C%89-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": "代码查看器助手 AI 提示词模板, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/code-viewer-helper-prompt)",
"config.expertCodeEnhancerPromptList.description": "大师代码优化 AI 提示词模板列表, [点击查看在线文档](https://aide.nicepkg.cn/zh/guide/configuration/expert-code-enhancer-prompt-list)",
"config.expertCodeEnhancerPromptList.solid": "使用 SOLID 原则优化",
"config.expertCodeEnhancerPromptList.dry": "使用 DRY 原则优化",
"config.expertCodeEnhancerPromptList.designPatterns": "应用适当的设计模式",
"config.expertCodeEnhancerPromptList.splitComponents": "拆分为更小的组件",
"config.expertCodeEnhancerPromptList.cleanliness": "提高代码整洁度",
"config.expertCodeEnhancerPromptList.performance": "优化性能",
"config.expertCodeEnhancerPromptList.databaseQueries": "优化数据库查询",
"config.expertCodeEnhancerPromptList.security": "加强安全措施",
"config.expertCodeEnhancerPromptList.concurrency": "优化并发和多线程",
"config.expertCodeEnhancerPromptList.optimizeConditionals": "if-else 清理大师",
"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": "无效的输入",
"error.aideKeyUsageInfoOnlySupportAideModels": "我们目前仅支持查看 Aide 模型聚合服务的使用信息。请查看:[https://aide.nicepkg.cn/zh/guide/use-another-llm/aide-models](https://aide.nicepkg.cn/zh/guide/use-another-llm/aide-models)",
"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}",
"info.loading": "加载中...",
"info.aideKey.neverExpires": "永不过期",
"info.aideKey.usageInfo": "Aide 密钥使用信息(单位:虚拟美元)",
"info.aideKey.total": "密钥总额",
"info.aideKey.used": "密钥消耗",
"info.aideKey.remain": "密钥余额",
"info.aideKey.callCount": "调用次数",
"info.aideKey.validUntil": "有效期至",
"info.aideKeyUsageStatusBar.text": "Aide 消耗",
"info.aideKeyUsageStatusBar.tooltip": "点击查看 Aide 密钥消耗信息",
"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",
"input.expertCodeEnhancer.selectPrompt.title": "选择代码优化方式",
"input.expertCodeEnhancer.customPrompt.placeholder": "自定义优化提示词",
"file.content": "File: {0}\n```{1}\n{2}\n```\n\n"
}