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

editor.contribution.i18n.json « editor « parts « browser « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86cc5cdfa14cb47cabc40a1202f4942768cf9485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*---------------------------------------------------------------------------------------------
 *  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": "2 番目のグループでエディターを表示する",
	"groupThreePicker": "3 番目のグループのエディターを表示する",
	"allEditorsPicker": "開いているエディターをすべて表示する",
	"view": "表示",
	"file": "ファイル"
}