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

viewsContainersExtensionPoint.i18n.json « browser « api « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 891d35c68dfe9fb6932efec71a7d2662eb4cc9b0 (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' 參與點參與檢視之容器的唯一識別碼",
	"vscode.extension.contributes.views.containers.title": "用於轉譯容器的易讀字串",
	"vscode.extension.contributes.views.containers.icon": "容器圖示的路徑。圖示為置於 50x40 區塊中央,且以 'rgb(215, 218, 224)' 或 '#d7dae0' 填滿顏色的 24x24 影像。雖然接受所有影像檔案類型,但建議使用 SVG 作為圖示格式。",
	"vscode.extension.contributes.viewsContainers": "提供檢視容器給編輯者",
	"views.container.activitybar": "提供檢視容器給活動列",
	"requirearray": "檢視容器必須為陣列",
	"requireidstring": "屬性 ‵{0}` 為必要項且必須為類型 `string`。僅允許英數字元、'_' 與 '-'。",
	"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
	"showViewlet": "顯示 {0}",
	"view": "檢視"
}