-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
27 lines (27 loc) · 1.75 KB
/
Copy pathpackage.nls.json
File metadata and controls
27 lines (27 loc) · 1.75 KB
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
{
"displayName": "CommiTail(提交后缀助手)",
"description": "智能追加 Git 提交信息后缀",
"commitWithAppendTitle": "追加后缀并写入提交信息",
"createConfigTitle": "创建配置文件",
"extension.invalidConfigWarning": "警告: 未找到有效的配置文件或配置无效",
"extension.ensureCreateConfig": "请确保在工作区根目录创建有效的commitail.config.json文件",
"extension.configExample": "配置文件示例:",
"extension.configLoadSuccess": "成功加载配置文件",
"extension.appendOptionCount": "已加载 {0} 个后缀选项",
"extension.gitExtensionNotFound": "Git扩展未找到,请确保已安装Git扩展",
"extension.gitRepoNotFound": "未找到Git仓库,请确保当前工作区是Git仓库",
"extension.inputCommitMessage": "请先输入提交信息",
"extension.configFileNotFound": "未找到有效的配置文件: {0}",
"extension.createSampleConfig": "创建示例配置",
"extension.viewDocs": "查看文档",
"extension.appendOptionsNotFound": "配置文件中未找到有效的appendOptions选项",
"extension.selectSuffixPlaceholder": "选择要追加的提交信息后缀",
"extension.commitMessageContainsSuffix": "提交信息已包含所选后缀,无需重复添加",
"extension.suffixAppended": "已在提交信息尾部追加后缀",
"extension.noWorkspace": "没有打开的工作区,无法创建配置文件",
"extension.configFileExists": "配置文件已存在,是否覆盖?",
"extension.overwrite": "覆盖",
"extension.configCreated": "配置文件已创建并已添加到 .gitignore: {0}",
"extension.configCreationError": "创建配置文件时发生错误: {0}",
"extension.noStagedChanges": "没有暂存的更改,请先暂存您的更改"
}