-
-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.nls.json
92 lines (92 loc) · 8.24 KB
/
package.nls.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: Copy As AI Prompt",
"command.askAI": "✨ Aide: Ask AI",
"command.codeConvert": "✨ Aide: Code Convert",
"command.codeViewerHelper": "✨ Aide: Code Viewer Helper",
"command.expertCodeEnhancer": "✨ Aide: Expert Code Enhancer",
"command.renameVariable": "✨ Aide: Rename Variable",
"command.smartPaste": "✨ Aide: Smart Paste",
"command.batchProcessor": "✨ Aide: AI Batch Processor",
"command.copyFileText": "Copy text",
"command.quickCloseFileWithoutSave": "Quick close",
"command.replaceFile": "Replace original",
"command.showDiff": "Compare original",
"config.title": "Aide Configuration",
"config.openaiKey.description": "OpenAI Key, [click to view online documentation](https://aide.nicepkg.cn/guide/getting-started/how-to-configure-openai-key) or [I Don't Have an OpenAI Key](https://aide.nicepkg.cn/guide/getting-started/how-to-configure-openai-key#i-don-t-have-an-openai-key)",
"config.openaiModel.description": "OpenAI Model, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/openai-model)",
"config.openaiBaseUrl.description": "OpenAI Base URL, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/openai-base-url)",
"config.apiConcurrency.description": "API request concurrency, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/api-concurrency)",
"config.useSystemProxy.description": "Use global proxy (`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`), you need to restart `VSCode` to take effect after changing this setting, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/use-system-proxy)",
"config.codeViewerHelperPrompt.description": "Code viewer helper AI prompt template, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/code-viewer-helper-prompt)",
"config.expertCodeEnhancerPromptList.description": "Expert code enhancer AI prompt template list, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/expert-code-enhancer-prompt-list)",
"config.expertCodeEnhancerPromptList.solid": "Optimize using SOLID principles",
"config.expertCodeEnhancerPromptList.dry": "Optimize using DRY principles",
"config.expertCodeEnhancerPromptList.designPatterns": "Apply appropriate design patterns",
"config.expertCodeEnhancerPromptList.splitComponents": "Split into smaller components",
"config.expertCodeEnhancerPromptList.cleanliness": "Improve code cleanliness",
"config.expertCodeEnhancerPromptList.performance": "Optimize for performance",
"config.expertCodeEnhancerPromptList.databaseQueries": "Optimize database queries",
"config.expertCodeEnhancerPromptList.security": "Enhance security measures",
"config.expertCodeEnhancerPromptList.concurrency": "Optimize concurrency and multithreading",
"config.expertCodeEnhancerPromptList.optimizeConditionals": "if-else cleaning master",
"config.convertLanguagePairs.description": "Default convert language pairs, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/convert-language-pairs)",
"config.autoRememberConvertLanguagePairs.description": "Automatically remember convert language pairs, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/auto-remember-convert-language-pairs)",
"config.readClipboardImage.description": "Allow reading clipboard images as AI context in certain scenarios, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/read-clipboard-image)",
"config.aiPrompt.description": "Template for copied content, use `#{content}` as a variable for file content, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-prompt)",
"config.ignorePatterns.description": "Ignored file name patterns, supports `glob` syntax, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ignore-patterns)",
"config.respectGitIgnore.description": "Respect `.gitignore` file, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/respect-git-ignore)",
"config.aiCommand.description": "Custom `✨ Aide: Ask AI` command template. Available variables:` #{filesRelativePath}`, `#{filesFullPath}`, `#{content}`, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-command)",
"config.aiCommandCopyBeforeRun.description": "Copy AI command to clipboard before `✨ Aide: Ask AI` running, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-command-copy-before-run)",
"config.aiCommandAutoRun.description": "Automatically run AI command when clicking `✨ Aide: Ask AI`, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-command-auto-run)",
"error.noWorkspace": "Unable to determine workspace folder",
"error.invalidConfigKey": "Invalid configuration key",
"error.invalidConfigValueType": "Invalid configuration value type",
"error.invalidConfigValueOption": "Invalid configuration value option",
"error.failedToUpdateConfig": "Failed to update configuration",
"error.invalidJson": "Invalid JSON format",
"error.invalidNumber": "Invalid number",
"error.invalidBaseUrl": "Invalid Base URL",
"error.invalidAzureOpenaiBaseUrl": "Invalid Azure OpenAI Base URL",
"error.configKeyRequired": "{0} configuration key is required",
"error.vscodeLLMModelNotFound": "VSCode LLM model not found, please check configuration",
"error.noSelection": "No file or folder selected",
"error.noActiveEditor": "Please open any file first to determine workspace",
"error.noTargetLanguage": "No target language selected",
"error.noContext": "Context not initialized",
"error.emptyClipboard": "Clipboard is empty",
"error.xclipNotFound": "xclip is not installed. Please install it using your package manager (e.g., sudo apt-get install xclip)",
"error.fileNotFound": "File not found",
"error.invalidInput": "Invalid input",
"error.aideKeyUsageInfoOnlySupportAideModels": "We currently only support viewing the usage information of the Aide model aggregation service. Please check: [https://aide.nicepkg.cn/guide/use-another-llm/aide-models](https://aide.nicepkg.cn/guide/use-another-llm/aide-models)",
"info.copied": "File contents have been copied to clipboard",
"info.noAiSuggestionsVariableName": "AI thinks your variable name is already good",
"info.processing": "Aide is processing...",
"info.continueMessage": "Continue? I'm not sure if it's done yet, if there's still content not generated, you can click continue.",
"info.iconContinueMessage": "(You can also click the original generate icon to continue)",
"info.continue": "Continue",
"info.cancel": "Cancel",
"info.commandCopiedToClipboard": "AI command has been copied to clipboard",
"info.fileReplaceSuccess": "File content has been replaced successfully",
"info.batchProcessorSuccess": "AI batch processor success!\n\nTotal {0} files generated, you can review and replace manually.\n\nTasks completed:\n{1}",
"info.loading": "Loading...",
"info.aideKey.neverExpires": "never expires",
"info.aideKey.usageInfo": "Aide key usage information (unit: virtual dollars)",
"info.aideKey.total": "Key total",
"info.aideKey.used": "Key used",
"info.aideKey.remain": "Key balance",
"info.aideKey.callCount": "Call count",
"info.aideKey.validUntil": "Valid until",
"info.aideKeyUsageStatusBar.text": "Aide Usage",
"info.aideKeyUsageStatusBar.tooltip": "Click to view Aide Key Usage Information",
"input.array.promptEnding": "Enter comma separated values",
"input.json.promptEnding": "Enter JSON formatted value",
"input.aiCommand.prompt": "Enter question for AI command",
"input.aiCommand.placeholder": "Enter question for AI command",
"input.codeConvertTargetLanguage.prompt": "Select convert target language",
"input.selectAiSuggestionsVariableName.prompt": "Select AI suggestions variable name",
"input.batchProcessor.prompt": "Let AI batch process your selected {0} files, what do you want AI to do?",
"input.batchProcessor.placeholder": "eg: help me migrate from python2 to python3",
"input.expertCodeEnhancer.selectPrompt.title": "Select code optimize method",
"input.expertCodeEnhancer.customPrompt.placeholder": "Custom optimize prompt",
"file.content": "File: {0}\n```{1}\n{2}\n```\n\n"
}