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

gitActions.contribution.i18n.json « browser « git « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1dc1f00f83a47f4225c2f190fa1f1a5e9b275909 (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",
	"openChange": "開啟變更",
	"openFile": "開啟檔案",
	"openInEditor": "切換至編輯器檢視",
	"revertChangesLabel": "還原變更(&&R)",
	"revertSelectedLines": "還原選取的行",
	"stageSelectedLines": "將選取的行分段",
	"switchToChangesView": "切換至變更檢視",
	"unstageSelectedLines": "取消分段選取的資料行",
	"workbenchStage": "分段",
	"workbenchUnstage": "取消分段"
}