Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.i18n.json « git « extensions « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 792d3e841ba71398008cfda497a0a8baea887810 (plain)
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
/*---------------------------------------------------------------------------------------------
 *  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.clone": "克隆",
	"command.init": "初始化存储库",
	"command.refresh": "刷新",
	"command.openChange": "打开更改",
	"command.openFile": "打开文件",
	"command.stage": "暂存更改",
	"command.stageAll": "暂存所有更改",
	"command.stageSelectedRanges": "暂存所选范围",
	"command.revertSelectedRanges": "还原所选更改",
	"command.unstage": "取消暂存更改",
	"command.unstageAll": "取消暂存所有更改",
	"command.unstageSelectedRanges": "取消暂存所选范围",
	"command.clean": "放弃更改",
	"command.cleanAll": "放弃所有更改",
	"command.commit": "Commit",
	"command.commitStaged": "提交已暂存文件",
	"command.commitStagedSigned": "提交已暂存文件(已签名)",
	"command.commitAll": "全部提交",
	"command.commitAllSigned": "全部提交(已签名)",
	"command.undoCommit": "撤消上次提交",
	"command.checkout": "签出到...",
	"command.branch": "创建分支...",
	"command.deleteBranch": "删除分支...",
	"command.pull": "拉取",
	"command.pullRebase": "拉取(变基)",
	"command.push": "推送",
	"command.pushTo": "推送到...",
	"command.sync": "同步",
	"command.publish": "发布分支",
	"command.showOutput": "显示 GIT 输出",
	"config.enabled": "是否已启用 GIT",
	"config.path": "Git 可执行文件路径",
	"config.autorefresh": "是否已启用自动刷新",
	"config.autofetch": "是否启用了自动提取",
	"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
	"config.confirmSync": "同步 Git 存储库前进行确认",
	"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
	"config.checkoutType": "控制运行“签出到...”时列出的分支的类型。“all”显示所有 refs,“local”只显示本地分支,“tags”只显示标签,“remote”只显示远程分支。",
	"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
	"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告",
	"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置"
}