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

gitActions.contribution.i18n.json « browser « git « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 304243a0757071d98be8ce225d61b07f8b3aeecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"confirmRevertMessage": "是否确实要还原所选更改?",
	"git": "GIT",
	"irreversible": "此操作不可逆!",
	"openChange": "打开更改",
	"openFile": "打开文件",
	"openInEditor": "切换到编辑器视图",
	"revertChangesLabel": "&&还原更改",
	"revertSelectedLines": "还原所选行",
	"stageSelectedLines": "暂存选定行",
	"switchToChangesView": "切换到更改视图",
	"unstageSelectedLines": "取消暂存选定的行",
	"workbenchStage": "暂存",
	"workbenchUnstage": "取消暂存"
}