-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-cn.json
27 lines (27 loc) · 2.72 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
{
"auto-header-plus.additionalComment": "附加的多行注释 可以使用字符串`Additional comment`或者命令`${cat license.txt}`",
"auto-header-plus.allowCreateTimeDiff": "允许注释中的创建时间不同于文件属性中的创建时间",
"auto-header-plus.applyTo": "适用的文件,不区分大小写, 使用`|`, `,`, `;`, `:`,`、`, `/`,` `分隔,文件后缀中的`.`是可选的, 例如`js|ts|jsx|tsx`",
"auto-header-plus.commentElementPrefix": "注释元素前缀",
"auto-header-plus.commentElements": "这些注释元素将会添加到文件头注释, 可以增加/删除, 或者更改它们的顺序, 务必设置 `commentElementsValue` 或者 `customCommentElementsValue` 以便生效, 如果它们都为空,则会插入空行",
"auto-header-plus.commentElementSuffix": "注释元素后缀",
"auto-header-plus.commentElementsValue": "注释元素的值,可以使用字符串`My Name`, 或者命令`${git config user.name}`,或者字符串和命令的组合`My Name ${git config user.email}` 或者特殊字符串 `MODIFIEDDATE`,`CREATEDDATE`,`FULLPATH`,`RELATIVEPATH`,`SHORTNAMEPATH` 大小写不敏感",
"auto-header-plus.commentElementWidth": "注释元素的宽度, 包括前缀和后缀, 如果值为0, 则不会自动填充",
"auto-header-plus.customCommentElementsValue": "如果增加了自定义的注释元素, 需要在这里设定它的值, 键存在于`注释元素`列表中, 才能生效",
"auto-header-plus.dateFormat": "日期时间格式",
"auto-header-plus.enable": "启用",
"auto-header-plus.enableAutoAddOnNew": "新建文件时,自动添加文件头注释",
"auto-header-plus.enableAutoAddOnSave": "保存文件时,自动添加文件头注释",
"auto-header-plus.enableStyleSymbolCheck": "启用风格符号检查,如果关闭,你可以随意修改预设的风格,但是你必须确保风格是正确的",
"auto-header-plus.firstLineEnd": "首行结束字符串",
"auto-header-plus.firstLineMiddle": "首行中间字符串",
"auto-header-plus.firstLineStart": "首行起始字符串",
"auto-header-plus.lastLineEnd": "末行结束字符串",
"auto-header-plus.lastLineMiddle": "末行中间字符串",
"auto-header-plus.lastLineStart": "末行开始字符串",
"auto-header-plus.lineWidth": "行宽度, 包括开始和结束, 如果值为0, 则不会自动填充",
"auto-header-plus.middleLineEnd": "中间行结束字符串",
"auto-header-plus.middleLineStart": "中间行开始字符串",
"auto-header-plus.commandTimesout": "命令超时时间, 单位: ms",
"auto-header-plus.pathContainsWorkspaceFolder": "路径是否包含项目工作区文件夹,如果你的文件路径太长,可以关闭它,例如java maven项目,仅在`RELATIVEPATH`中生效"
}