-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.nls.zh-cn.json
45 lines (44 loc) · 3.75 KB
/
package.nls.zh-cn.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
{
"new-file-by-type.new.title": "根据文件或项目类型创建文件",
"new-file-by-type.search.title": "搜索常见开发资源",
"new-file-by-type.translate.title": "翻译",
"new-file-by-type.new-in-current-path.title": "在当前文件所在目录创建文件",
"new-file-by-type.copy-file.title": "拷贝当前文件 (cp)",
"new-file-by-type.delete-file.title": "删除当前文件 (rm -r)",
"new-file-by-type.move-file.title": "移动当前文件 (mv)",
"new-file-by-type.rename-file.title": "重命名当前文件 (rename)",
"new-file-by-type.make-directory.title": "创建目录 (mkdir)",
"new-file-by-type.path-operation.title": "选择路径...",
"new-file-by-type.open-workspace.title": "打开工作空间...(使用自定义路径选择器)",
"new-file-by-type.configuration.title": "根据文件或项目类型创建文件插件配置",
"new-file-by-type.reload-template.title": "重新载入模板",
"new-file-by-type.help.title": "帮助",
"new-file-by-type.configuration.global.templatePath": "自定义模板目录路径",
"new-file-by-type.configuration.global.searchDelay": "网络搜索延迟该配置的毫秒数进行搜索",
"new-file-by-type.configuration.global.showRecentUsed": "是否显示最近使用的文件模板",
"new-file-by-type.configuration.global.showTemplateSelectorDetail": "是否展示模板选择器项目的Detail介绍",
"new-file-by-type.configuration.global.recentUseMaxNumber": "最近使用项目的最大数目",
"new-file-by-type.configuration.global.recentUseDataFrom": "最近使用数据来源",
"new-file-by-type.configuration.global.recentUseSortBy": "最近使用排序依据",
"new-file-by-type.template": "模板定制化配置,key为模板全名,支持glob通配符,value为定义配置",
"new-file-by-type.template.value": "模板定制化配置用于覆盖默认配置",
"new-file-by-type.template.name": "模板名称",
"new-file-by-type.template.description": "模板描述",
"new-file-by-type.template.version": "模板注释版本",
"new-file-by-type.template.flat": "模板选择器是否展平展示",
"new-file-by-type.template.indent": "文件缩进类型:0 - 使用`Tab`,非零 - 使用`indent`个空格",
"new-file-by-type.template.user": "开发者,将会展示在文件模板的注释中",
"new-file-by-type.template.suffix": "文件后缀",
"new-file-by-type.template.targets": "模板文件路径和输出路径配置",
"new-file-by-type.template.targets.filepath": "目标文件生成路径",
"new-file-by-type.template.targets.placeHolder": "模板选择器PlaceHolder",
"new-file-by-type.code-comments.author.description": "指定新建文件的代码注释中的作者名,null代表使用当前操作系统登录用户名",
"new-file-by-type.code-comments.description.description": "指定新建文件的代码注释中的固定描述信息默认为:Copyright (c) `year` `author`",
"new-file-by-type.code-comments.date-farmat.description": "指定文件注释中的创建时间的格式化形式,更多参见 http://momentjs.cn/docs/#/displaying/",
"new-file-by-type.code-comments.version.description": "指定文件注释中的版本信息的值",
"new-file-by-type.code-comments.enable.description": "是否启用生成文档注释功能",
"new-file-by-type.code-comments.items.description": "指定代码注释各个项目",
"new-file-by-type.template.defaultIndent.description": "指定生成代码的缩进方式,0代表使用[tab]字符,大于零表示使用该数目的空格字符",
"new-file-by-type.template.indents.description": "根据文件类型,指定代码缩进方式,覆盖defaultIndent选项",
"new-file-by-type.snippets.description": "用户自定义的用于创建文件的代码片段,语法参见:https://code.visualstudio.com/docs/editor/userdefinedsnippets"
}