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

viewsContainersExtensionPoint.i18n.json « browser « api « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa5e9927cd3acc86c6ee016b45a01a523cddeefe (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": "用于标识容器的唯一 ID,视图能在容器内通过 \"view\" 参与点提供。",
	"vscode.extension.contributes.views.containers.title": "人类可读的用于表示此容器的字符串",
	"vscode.extension.contributes.views.containers.icon": "容器图标的路径。图标大小为 24x24,并居中放置在 50x40 的区域内,其填充颜色为 \"rgb(215, 218, 224)\" 或 \"#d7dae0\"。所有图片格式均可用,推荐使用 SVG 格式。",
	"vscode.extension.contributes.viewsContainers": "向编辑器提供视图容器",
	"views.container.activitybar": "向活动栏提供视图容器",
	"requirearray": "视图容器必须为数组",
	"requireidstring": "属性“{0}”是必要属性,其类型必须是 \"string\"。仅支持字母、数字、\"_\" 和 \"-\"。",
	"requirestring": "“{0}”是必要属性,其类型必须是 \"string\" ",
	"showViewlet": "显示 {0}",
	"view": "查看"
}