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

editor.contribution.i18n.json « editor « parts « browser « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96695e518e99520505897e51def4d9e6c823439a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"textEditor": "文本编辑器",
	"textDiffEditor": "文本差异编辑器",
	"binaryDiffEditor": "二进制差异编辑器",
	"sideBySideEditor": "并排编辑器",
	"groupOnePicker": "在第一组中显示编辑器",
	"groupTwoPicker": "在第二组中显示编辑器",
	"groupThreePicker": "在第三组中显示编辑器",
	"allEditorsPicker": "显示所有已打开的编辑器",
	"view": "查看"
}