-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.nls.json
28 lines (28 loc) · 1.59 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
{
"devpilot.openChat": "Open DevPilot Chat",
"devpilot.referenceCode": "Reference Code in Chat",
"devpilot.explainCode.title": "Explain This",
"devpilot.fixCode.title": "Fix This",
"devpilot.commentCode.title": "Generate Comments",
"devpilot.generateTest.title": "Generate Tests",
"devpilot.checkPerformance.title": "Performance Check",
"devpilot.codeReview.title": "Review Code",
"devpilot.generateCommit.title": "Generate commit message",
"devpilot.abortCommit.title": "Generating...",
"devpilot.language.description": "The language preference for DevPilot",
"devpilot.language.english": "English",
"devpilot.language.chinese": "中文(Simplified Chinese)",
"devpilot.autoCompletion.description": "Enable auto completion",
"devpilot.methodShortcut.description": "Method shortcuts display mode",
"devpilot.methodShortcut.hidden": "Hidden",
"devpilot.methodShortcut.inline": "Inline",
"devpilot.methodShortcut.group": "Group",
"devpilot.networkChecking.description": "Enable network checking",
"devpilot.proxy.description": "The proxy to use for DevPilot",
"devpilot.logout": "Logout",
"devpilot.feedback": "Feedback",
"devpilot.setting": "Setting",
"devpilot.personalCenter": "User profile",
"devpilot.localRAG": "Enable DevPilot Indexing(The content of the current codebase will be used for DevPilot to build an index. This information will only be used to improve the quality of code generation for the current codebase and will not be used for any other purposes. All data will be stored locally only)",
"devpilot.indexCurrentCodeBase": "Index current codebase"
}