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

viewsContainersExtensionPoint.i18n.json « browser « api « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65a8b4a041e94ab5bcdaca8e98b2ae1b9231d59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"vscode.extension.contributes.views.containers.id": "'views' コントリビューション ポイントを使用して提供できるコンテナを識別するための一意の ID",
	"vscode.extension.contributes.views.containers.title": "コンテナーの表示に使用する、人が判別できる文字列",
	"vscode.extension.contributes.views.containers.icon": "コンテナ アイコンのパス。アイコンは、50x40 のブロックの中心に配置された 24x24 のサイズで、'rgb(215, 218, 224)' または '#d7dae0' の色で塗りつぶされます。アイコンでは、任意の種類の画像を使用できますが、SVG にすることをお勧めします。",
	"vscode.extension.contributes.viewsContainers": "ビュー コンテナをエディターに提供します",
	"views.container.activitybar": "アクティビティ バーにビュー コンテナを提供します",
	"requirearray": "ビュー コンテナは配列である必要があります",
	"requireidstring": "プロパティ '{0}' は必須で、'string' 型でなければなりません。英数字と '_' , '-' のみが使用できます。",
	"requirestring": " `{0}`  プロパティは必須で、`string` 型でなければなりません",
	"showViewlet": "{0} を表示",
	"view": "表示"
}