-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.nls.json
46 lines (45 loc) · 3.93 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
{
"new-file-by-type.new.title": "New File By File or Project Type",
"new-file-by-type.search.title": "Search for common development resources",
"new-file-by-type.translate.title": "Translate",
"new-file-by-type.new-in-current-path.title": "Create a File on Current File Directory",
"new-file-by-type.copy-file.title": "Create a Copy of Current File (cp)",
"new-file-by-type.delete-file.title": "Delete Current File (rm -r)",
"new-file-by-type.move-file.title": "Move Current file (mv)",
"new-file-by-type.rename-file.title": "Rename Current file (rename)",
"new-file-by-type.make-directory.title": "Make directory (mkdir)",
"new-file-by-type.path-operation.title": "Select path...",
"new-file-by-type.open-workspace.title": "Open Workspace...(Use Custom path selector)",
"new-file-by-type.configuration.title": "New File By File or Project Type Extension",
"new-file-by-type.reload-template.title": "Reload Template",
"new-file-by-type.help.title": "Help",
"new-file-by-type.configuration.global.templatePath": "Custom template directory path",
"new-file-by-type.configuration.global.searchDelay": "Network search input delay the ms to trigger",
"new-file-by-type.configuration.global.showRecentUsed": "Whether to display the most recently used file template",
"new-file-by-type.configuration.global.showTemplateSelectorDetail": "Whether to display the detail introduction of the template selector project",
"new-file-by-type.configuration.global.recentUseMaxNumber": "Maximum number of recently used projects",
"new-file-by-type.configuration.global.recentUseDataFrom": "Recently used data source",
"new-file-by-type.configuration.global.recentUseSortBy": "Recently used sort basis",
"new-file-by-type.template": "Template customization configuration, key is the template full name, supports glob wildcard, value is defined configuration",
"new-file-by-type.template.value": "Template customization configuration to override the default configuration",
"new-file-by-type.template.name": "Template or type name",
"new-file-by-type.template.description": "Template or type description",
"new-file-by-type.template.version": "Default version will use in comment",
"new-file-by-type.template.flat": "Subtype flat display",
"new-file-by-type.template.indent": "File indent type: 0 - use [Tab], non-zero - use `indent` number space",
"new-file-by-type.template.user": "Developer, will be shown in the comments of the file template",
"new-file-by-type.template.suffix": "File suffix",
"new-file-by-type.template.targets": "Template file path and output path config",
"new-file-by-type.template.targets.filepath": "Target file path to generate",
"new-file-by-type.template.targets.tplpath": "Template file path",
"new-file-by-type.template.targets.placeHolder": "Template select view placeHolder text",
"new-file-by-type.code-comments.author.description": "code-comments @author value, os login username as default",
"new-file-by-type.code-comments.description.description": "The fixed description information in the code comment of the specified new file defaults to Copyright (c) `year` `author`",
"new-file-by-type.code-comments.date-farmat.description": "code-comments @date format, see http://momentjs.cn/docs/#/displaying/",
"new-file-by-type.code-comments.version.description": "code-comments @version value",
"new-file-by-type.code-comments.enable.description": "code-comments enable",
"new-file-by-type.code-comments.items.description": "code-comments need display items: build-in support [author, date, version], user can customize e.g. [link, since ...]",
"new-file-by-type.template.defaultIndent.description": "default Indent type, 0 is [tab], otherwise is [space]",
"new-file-by-type.template.indents.description": "the configuration will override defaultIndent, equal 0 use [tab], otherwise use [space]",
"new-file-by-type.snippets.description": "A user-defined code snippet for creating a file. The syntax is: https://code.visualstudio.com/docs/editor/userdefinedsnippets"
}