forked from nicepkg/aide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
38 lines (38 loc) · 2.3 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
{
"command.copyAsPrompt": "✨ Aide: Copy As AI Prompt",
"command.askAI": "✨ Aide: Ask AI",
"command.codeConvert": "✨ Aide: Code Convert",
"command.codeViewerHelper": "✨ Aide: Code Viewer Helper",
"config.title": "Aide Configuration",
"config.aiPrompt.description": "Template for copied content, use #{content} as a placeholder for file content",
"config.aiCommand.description": "Custom AI command template. Available variables: #{filesRelativePath}, #{filesFullPath}, #{content}",
"config.aiCommandCopyBeforeRun.description": "Copy AI command to clipboard before running",
"config.ignorePatterns.description": "Ignored file name patterns, supports glob syntax",
"config.respectGitIgnore.description": "Respect .gitignore file",
"config.convertLanguagePairs.description": "Default convert language pairs",
"config.codeViewerHelperPrompt.description": "Code viewer helper prompt template",
"config.openaiKey.description": "OpenAI Key",
"config.openaiBaseUrl.description": "OpenAI Base URL",
"config.openaiModel.description": "OpenAI Model",
"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.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": "No file is currently open",
"error.noTargetLanguage": "No target language selected",
"error.noContext": "Context not initialized",
"info.copied": "File contents have been copied to clipboard",
"info.customLanguage": "Custom language",
"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",
"file.content": "File: {0}\n```{1}\n{2}\n```\n\n"
}