mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
44 lines
2.0 KiB
JSON
44 lines
2.0 KiB
JSON
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
// Do not edit this file. It is machine generated.
|
|
{
|
|
"command.branch": "创建分支...",
|
|
"command.checkout": "签出到...",
|
|
"command.clean": "放弃更改",
|
|
"command.cleanAll": "放弃所有更改",
|
|
"command.clone": "克隆",
|
|
"command.commit": "提交",
|
|
"command.commitAll": "全部提交",
|
|
"command.commitAllSigned": "全部提交(已注销)",
|
|
"command.commitStaged": "提交已暂存文件",
|
|
"command.commitStagedSigned": "提交已暂存文件(已注销)",
|
|
"command.init": "初始化存储库",
|
|
"command.openChange": "打开更改",
|
|
"command.openFile": "打开文件",
|
|
"command.publish": "发布",
|
|
"command.pull": "拉取",
|
|
"command.pullRebase": "拉取(变基)",
|
|
"command.push": "推送",
|
|
"command.pushTo": "推送到...",
|
|
"command.refresh": "刷新",
|
|
"command.revertSelectedRanges": "还原所选更改",
|
|
"command.showOutput": "显示 GIT 输出",
|
|
"command.stage": "暂存更改",
|
|
"command.stageAll": "暂存所有更改",
|
|
"command.stageSelectedRanges": "暂存所选范围",
|
|
"command.sync": "同步",
|
|
"command.undoCommit": "撤消上次提交",
|
|
"command.unstage": "取消暂存更改",
|
|
"command.unstageAll": "取消暂存所有更改",
|
|
"command.unstageSelectedRanges": "取消暂存所选范围",
|
|
"config.autofetch": "是否启用了自动提取",
|
|
"config.autorefresh": "是否已启用自动刷新",
|
|
"config.checkoutType": "控制列出哪些分支类型",
|
|
"config.confirmSync": "同步 GIT 存储库前请先进行确认",
|
|
"config.countBadge": "控制 GIT 徽章计数器",
|
|
"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
|
|
"config.enabled": "是否已启用 GIT",
|
|
"config.path": "可执行 GIT 的路径"
|
|
} |