-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
27 lines (27 loc) · 2.01 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
{
"extensionIdentifier.files.include": "Glob patterns to include in the package. The default is ts, js, json, html, css, scss, less",
"extensionIdentifier.files.exclude": "Glob patterns to exclude from the package. The default is node_modules, dist, out, build, and any hidden files",
"extensionIdentifier.files.showPath": "Show the path of the file in the name of the list of generated files",
"extensionIdentifier.openai.apiKey": "OpenAI API Key. Get it from https://platform.openai.com/account/api-keys",
"extensionIdentifier.openai.model": "OpenAI Model. The default is gpt-3.5-turbo. Get more information from https://platform.openai.com/docs/models/model-endpoint-compatibility",
"extensionIdentifier.helloWorld": "Hello World",
"extensionIdentifier.getFilesInFolder": "Get Files in Folder",
"extensionIdentifier.convertToTS": "Convert JSON to TypeScript",
"extensionIdentifier.feedback.aboutUs": "About Us",
"extensionIdentifier.feedback.documentation": "Documentation",
"extensionIdentifier.feedback.reportIssues": "Report Issues",
"extensionIdentifier.feedback.rateUs": "Rate Us",
"extensionIdentifier.feedback.followUs": "Follow Us",
"extensionIdentifier.feedback.supportUs": "Support Us",
"extensionIdentifier.listFiles.refreshList": "Refresh List",
"extensionIdentifier.listFiles.openFile": "Open File",
"extensionIdentifier.colors.addColor": "Add Color",
"extensionIdentifier.colors.clearColors": "Clear Colors",
"extensionIdentifier.listFilesView.welcome": "To effectively capture files, ensure you include the file type within the workspace settings.\n[Open Workspace Setting](command:workbench.action.openWorkspaceSettingsFile)\nTo learn more about how to use the Starter Kit [read our docs](https://github.com/githubUsername/extension-starter-kit).",
"chat-view": "Chat View",
"secondary-view": "Secondary View",
"extensionIdentifier.listFilesView": "List of Files",
"extensionIdentifier.chatView": "Chat View",
"extensionIdentifier.colorView": "Color View",
"extensionIdentifier.feedbackView": "Help and Feedback"
}