mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
2017-05-19. Merged in translations.
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
"command.cleanAll": "放弃所有更改",
|
||||
"command.commit": "Commit",
|
||||
"command.commitStaged": "提交已暂存文件",
|
||||
"command.commitStagedSigned": "提交暂存数据(已签收)",
|
||||
"command.commitStagedSigned": "提交已暂存文件(已签名)",
|
||||
"command.commitAll": "全部提交",
|
||||
"command.commitAllSigned": "提交所有数据(已签收)",
|
||||
"command.commitAllSigned": "全部提交(已签名)",
|
||||
"command.undoCommit": "撤消上次提交",
|
||||
"command.checkout": "签出到...",
|
||||
"command.branch": "创建分支...",
|
||||
@@ -34,11 +34,11 @@
|
||||
"command.publish": "发布",
|
||||
"command.showOutput": "显示 GIT 输出",
|
||||
"config.enabled": "是否已启用 GIT",
|
||||
"config.path": "可执行 GIT 的路径",
|
||||
"config.path": "Git 可执行文件路径",
|
||||
"config.autorefresh": "是否已启用自动刷新",
|
||||
"config.autofetch": "是否启用了自动提取",
|
||||
"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
|
||||
"config.confirmSync": "同步 GIT 存储库前请先进行确认",
|
||||
"config.confirmSync": "同步 Git 存储库前进行确认",
|
||||
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
|
||||
"config.checkoutType": "控制运行“签出到...”时列出的分支的类型。“all”显示所有 refs,“local”只显示本地分支,“tags”只显示标签,“remote”只显示远程分支。",
|
||||
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
|
||||
|
||||
Reference in New Issue
Block a user