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

jsonSchema_v2.i18n.json « electron-browser « tasks « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10bb4335669babb3138820229557efde4a416bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"JsonSchema.shell": "コマンドがシェル コマンドか外部プログラムかを指定します。省略すると、既定は false になります。",
	"JsonSchema.tasks.dependsOn.string": "このタスクが依存している別のタスク。",
	"JsonSchema.tasks.dependsOn.array": "このタスクが依存している他の複数のタスク。",
	"JsonSchema.tasks.presentation": "タスクの出力の表示と入力の読み取りに使用するようにパネルを構成します。",
	"JsonSchema.tasks.presentation.echo": "実行されたコマンドがパネルにエコーされるかどうかを制御します。既定は trueです。",
	"JsonSchema.tasks.presentation.focus": "パネルがフォーカスされるかどうかを制御します。既定は false です。true に設定した場合、パネルも表示されます。",
	"JsonSchema.tasks.presentation.reveals": "タスクを実行しているパネルを表示するかどうかを制御します。既定は \"always\" です。",
	"JsonSchema.tasks.presentation.instance": "タスク間でパネルを共有するか、またはこのタスクで占有するか、実行ごとに新しいパネルを作成するかどうかを制御します。",
	"JsonSchema.tasks.type": "タスクをプロセスとして実行するか、またはシェル内部でコマンドとして実行するかどうかを定義します。既定は process です。",
	"JsonSchema.version": "構成のバージョン番号",
	"JsonSchema.tasks.taskLabel": "タスクのラベル",
	"JsonSchema.tasks.taskName": "タスクの名前",
	"JsonSchema.tasks.background": "実行済みのタスクが維持され、バッググラウンドで実行されているかどうか。",
	"JsonSchema.tasks.promptOnClose": "タスクの実行中に VS Code を閉じるときにユーザーにダイアログを表示するかどうか。",
	"JsonSchema.tasks.matchers": "使用する問題マッチャー。1 つの文字列または問題マッチャー定義か、文字列と問題マッチャーの配列です。",
	"JsonSchema.windows": "Windows 固有のコマンド構成",
	"JsonSchema.mac": "Mac 固有のコマンド構成",
	"JsonSchema.linux": "Linux 固有のコマンド構成"
}