-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-cn.json
74 lines (74 loc) · 7.46 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"description": "可以全局或者项目级设置代码文件头注释,可以快速生成函数注释,支持多语言,最好用",
"turboFileHeader.addFileheader.title": "Turbo File Header: 增加/更新文件头",
"turboFileHeader.generateTemplateConfig.title": "Turbo File Header: 生成自定义模板配置文件",
"turboFileHeader.batchUpdateFileheader.title": "Turbo File Header: 批量增加/更新文件头",
"turboFileHeader.addFunctionComment.title": "Turbo File Header: 增加函数注释",
"configuration.title": "Turbo File Header",
"turboFileHeader.userName.description": "备用用户名,默认来自 VCS",
"turboFileHeader.userEmail.description": "备用用户邮箱. 默认来自 VCS",
"turboFileHeader.companyName.description": "你的公司名,默认使用 `userName`",
"turboFileHeader.dateFormat.markdownDescription": "时间格式, 查看[格式文档](https://momentjs.com/docs/#/displaying/format)",
"turboFileHeader.autoInsertOnCreateFile.description": "创建文件时自动插入文件头",
"turboFileHeader.autoUpdateOnSave.description": "保存文件时自动更新文件头",
"turboFileHeader.include.description": "匹配到的 glob 模式将被插入文件头,影响批量操作命令和新文件自动插入文件头",
"turboFileHeader.exclude.description": "匹配到的 glob 模式将被排除插入文件头",
"turboFileHeader.disableLabels.markdownDescription": "禁用默认文件头中的某些字段. 该属性不会影响自定义文件头",
"turboFileHeader.customVariables.description": "可以文件头中被引用的自定义变量,支持 {{name}} 形式被引用,和 {{内置变量}} 引用内置变量",
"turboFileHeader.customVariables.items.properties.name.description": "自定义变量名,可以在 `turboFileHeader.fileheader` 中以 {{name}} 形式引用",
"turboFileHeader.customVariables.items.properties.value.description": "自定义变量的值. 可以使用 {{name}} 方式引用内置变量",
"turboFileHeader.fileheader.description": "文件头内容,如果设置,将会覆盖默认文件头内容",
"turboFileHeader.fileheader.items.properties.label.description": "左边标签的名称",
"turboFileHeader.fileheader.items.properties.value.description": "字段的值",
"turboFileHeader.fileheader.items.properties.usePrevious.description": "使用上一次的值",
"turboFileHeader.fileheader.items.properties.wholeLine.description": "是否占据一整行,即不显示 key",
"turboFileHeader.updateHeaderForModifiedFilesOnly.description": "只对修改过但未保存的文件进行更新文件头(注意是否开启了自动保存功能)",
"turboFileHeader.patternMultiline.description": "匹配原文件头获取信息使用多行正则匹配模式",
"turboFileHeader.languages.description": "自定义语言支持",
"turboFileHeader.languages.items.title": "语言项",
"turboFileHeader.languages.items.properties.id.description": "语言 id",
"turboFileHeader.languages.items.properties.extensions.description": "语言的文件扩展名",
"turboFileHeader.languages.items.properties.extensions.items.description": "文件扩展名",
"turboFileHeader.languages.items.properties.aliases.description": "语言的别名",
"turboFileHeader.languages.items.properties.aliases.items.description": "别名",
"turboFileHeader.languages.items.properties.configuration.title": "语言配置",
"turboFileHeader.languages.items.properties.configuration.description": "语言配置",
"turboFileHeader.languages.items.properties.configuration.properties.description": "语言注释",
"turboFileHeader.useJSDocStyle.description": "js/ts 文件的文件头是否使用 JSDoc 风格注释",
"turboFileHeader.functionComment.description": "函数注释设置",
"turboFileHeader.functionComment.languagesSettings.description": "针对函数注释的语言设置",
"turboFileHeader.functionComment.languagesSettings.items.properties.languageId.markdownDescription": "LanguageId 为 [VSCode known identifiers](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers) 之一",
"turboFileHeader.functionComment.languagesSettings.items.properties.defaultReturnName.description": "默认函数返回名",
"turboFileHeader.functionComment.languagesSettings.items.properties.defaultReturnType.description": "默认函数返回类型",
"turboFileHeader.functionComment.languagesSettings.items.properties.defaultParamType.description": "默认函数参数返回类型",
"turboFileHeader.functionComment.languagesSettings.items.properties.typesUsingDefaultReturnType.description": "哪些类型使用 defaultReturnType 显示",
"turboFileHeader.functionComment.languagesSettings.items.properties.useTypeAlias.description": "返回类型使用类型别名",
"turboFileHeader.functionComment.languagesSettings.items.properties.paramNameBeforeType.description": "参数名在参数类型前",
"turboFileHeader.multilineComments.description": "是否启用多行注释高亮",
"turboFileHeader.highlightPlainText.description": "是否启用纯文本注释高亮",
"turboFileHeader.tags.description": "哪些标签将被用于着色注释",
"turboFileHeader.tags.items.title": "标签项",
"turboFileHeader.tags.items.properties.tag.description": "标签名,大小写不敏感,可以是字符串或字符串数组",
"turboFileHeader.tags.items.properties.color.description": "文本颜色,eg: #FF2D00",
"turboFileHeader.tags.items.properties.strikethrough.description": "启用文本删除线",
"turboFileHeader.tags.items.properties.underline.description": "启用文本下划线",
"turboFileHeader.tags.items.properties.backgroundColor.description": "背景颜色,eg: transparent",
"turboFileHeader.tags.items.properties.bold.description": "设置文本字体样式为粗体",
"turboFileHeader.tags.items.properties.italic.description": "设置文本字体样式为斜体",
"turboFileHeader.tagsLight.description": "覆盖标签选项,用于浅色主题",
"turboFileHeader.tagsLight.items.properties.tag.description": "标签名,大小写不敏感,可以是字符串或字符串数组",
"turboFileHeader.tagsLight.items.properties.color.description": "文本颜色,eg: #FF2D00",
"turboFileHeader.tagsLight.items.properties.strikethrough.description": "启用文本删除线",
"turboFileHeader.tagsLight.items.properties.underline.description": "启用文本下划线。",
"turboFileHeader.tagsLight.items.properties.backgroundColor.description": "背景颜色,eg: transparent",
"turboFileHeader.tagsLight.items.properties.bold.description": "设置文件字体样式为粗体",
"turboFileHeader.tagsLight.items.properties.italic.description": "设置文本字体样式为斜体",
"turboFileHeader.tagsDark.description": "覆盖标签选项,用于深色主题",
"turboFileHeader.tagsDark.items.properties.tag.description": "标签名,大小写不敏感,可以是字符串或字符串数组",
"turboFileHeader.tagsDark.items.properties.color.description": "文件颜色,eg: #FF2D00",
"turboFileHeader.tagsDark.items.properties.strikethrough.description": "启用文本删除线",
"turboFileHeader.tagsDark.items.properties.underline.description": "启用文本下划线",
"turboFileHeader.tagsDark.items.properties.backgroundColor.description": "背景颜色,eg: transparent",
"turboFileHeader.tagsDark.items.properties.bold.description": "设置文件字体样式为粗体",
"turboFileHeader.tagsDark.items.properties.italic.description": "设置文本字体样式为斜体"
}