viewsExtensionPoint.i18n.json 1.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"requirearray": "項目必須為陣列",
	"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
	"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
	"vscode.extension.contributes.view.id": "檢視的識別碼。請使用此識別碼透過 `vscode.window.registerTreeDataProviderForView` API 登錄資料提供者。並藉由將 `onView:${id}` 事件登錄至 `activationEvents` 以觸發啟用您的延伸模組。",
	"vscode.extension.contributes.view.name": "使用人性化顯示名稱.",
12
	"vscode.extension.contributes.view.when": "必須為 true 以顯示此檢視的條件",
13 14
	"vscode.extension.contributes.views": "提供意見給編輯者",
	"views.explorer": "檔案總管檢視",
15
	"views.debug": "偵錯檢視",
16 17
	"locationId.invalid": "`{0}`不是有效的識別位置"
}