-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.nls.zh-cn.json
More file actions
57 lines (57 loc) · 3.19 KB
/
Copy pathpackage.nls.zh-cn.json
File metadata and controls
57 lines (57 loc) · 3.19 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
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
{
"gitflow.command.category": "Git-Flow",
"gitflow.switchRepo.title": "切换活动仓库",
"gitflow.checkoutBranch.title": "检出",
"gitflow.quickPick.title": "快速选择",
"gitflow.syncAll.title": "同步所有根分支",
"gitflow.refreshB.title": "刷新分支视图",
"gitflow.refreshT.title": "刷新版本视图",
"gitflow.pushTags.title": "推送所有标签到 origin",
"gitflow.pushTag.title": "推送标签到 origin",
"gitflow.deleteTag.title": "删除标签",
"gitflow.fetchAllBranches.title": "获取所有远程分支",
"gitflow.init.title": "初始化 Git Flow",
"gitflow.newSupport.title": "支持 - 开始",
"gitflow.rebaseSupport.title": "支持 - 变基",
"gitflow.publishSupport.title": "支持 - 发布",
"gitflow.deleteSupport.title": "支持 - 删除",
"gitflow.checkoutSupport.title": "支持 - 检出",
"gitflow.newFeature.title": "功能 - 开始",
"gitflow.trackFeature.title": "功能 - 跟踪",
"gitflow.checkoutFeature.title": "功能 - 检出",
"gitflow.finishFeature.title": "功能 - 完成",
"gitflow.publishFeature.title": "功能 - 发布",
"gitflow.rebaseFeature.title": "功能 - 变基",
"gitflow.deleteFeature.title": "功能 - 删除",
"gitflow.newRelease.title": "发布 - 开始",
"gitflow.trackRelease.title": "发布 - 跟踪",
"gitflow.checkoutRelease.title": "发布 - 检出",
"gitflow.publishRelease.title": "发布 - 发布",
"gitflow.deleteRelease.title": "发布 - 删除",
"gitflow.finishRelease.title": "发布 - 完成",
"gitflow.rebaseRelease.title": "发布 - 变基",
"gitflow.newHotfix.title": "紧急修复 - 开始",
"gitflow.finishHotfix.title": "紧急修复 - 完成",
"gitflow.publishHotfix.title": "紧急修复 - 发布",
"gitflow.deleteHotfix.title": "紧急修复 - 删除",
"gitflow.rebaseHotfix.title": "紧急修复 - 变基",
"gitflow.checkoutHotfix.title": "紧急修复 - 检出",
"gitflow.newBugfix.title": "错误修复 - 开始",
"gitflow.trackBugfix.title": "错误修复 - 跟踪",
"gitflow.checkoutBugfix.title": "错误修复 - 检出",
"gitflow.finishBugfix.title": "错误修复 - 完成",
"gitflow.publishBugfix.title": "错误修复 - 发布",
"gitflow.deleteBugfix.title": "错误修复 - 删除",
"gitflow.rebaseBugfix.title": "错误修复 - 变基",
"gitflow.views.gitflowExplorer": "Gitflow",
"gitflow.views.gitflowTags": "版本",
"gitflow.configuration.title": "GitFlow",
"gitflow.showNotification.description": "当前目录未启用 Git Flow 时显示通知。",
"gitflow.showAllCommands.description": "在输出窗口中显示 `git flow` 运行的所有 `git` 命令。",
"gitflow.path.description": "手动设置 git-flow 路径",
"gitflow.replaceSymbol.description": "用此符号替换分支名称中的空格",
"gitflow.autoBumpVersion.description": "开始 release/hotfix 后自动提升包版本。",
"gitflow.disableOnRepo.description": "在此仓库上禁用 GitFlow 检查",
"gitflow.usePowerShell.description": "在 Windows 上使用 PowerShell 代替 CMD.exe,以支持 UNC 路径 (\\\\server\\share)。",
"gitflow.variant.description": "Git Flow 实现:'auto' 自动检测,'avh' 强制使用 AVH 版本,'next' 强制使用 git-flow-next。"
}