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

welcomePage.contribution.i18n.json « electron-browser « page « welcome « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 497366120cd8566e997b6fa893173c30586c4010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"workbenchConfigurationTitle": "ワークベンチ",
	"workbench.startupEditor.none": "エディターなしで開始",
	"workbench.startupEditor.welcomePage": "ウェルカムページを開きます (既定)。",
	"workbench.startupEditor.newUntitledFile": "無題の新規ファイルを開きます。",
	"workbench.startupEditor": "前のセッションからエディターが復元されていない場合に、起動時に表示するかどうかを制御します。'none' を選択するとエディターなしで開始します。'welcomePage' を選択するとウェルカム ページを開きます (既定)。'newUntitledFile' を選択すると新しい無題のファイルを開きます (空のワークスペースを開いているときのみ)。",
	"help": "ヘルプ"
}