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

extensionsRegistry.i18n.json « common « extensions « services « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66c72f5e62ff3b5a723eff7d1186fc2bd2be572f (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
26
27
28
29
30
31
32
33
34
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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.engines.vscode": "若是 VS Code 延伸模組,則指定與延伸模組相容的 VS Code 版本。不得為 *。例如: ^0.10.5 表示與最低 VS Code 版本 0.10.5 相容。",
	"vscode.extension.publisher": "VS Code 擴充功能的發行者。",
	"vscode.extension.displayName": "VS Code 資源庫中使用的擴充功能顯示名稱。",
	"vscode.extension.categories": "VS Code 資源庫用來將擴充功能歸類的分類。",
	"vscode.extension.galleryBanner": "用於 VS Code Marketplace 的橫幅。",
	"vscode.extension.galleryBanner.color": "VS Code Marketplace 頁首的橫幅色彩。",
	"vscode.extension.galleryBanner.theme": "橫幅中使用的字型色彩佈景主題。",
	"vscode.extension.contributes": "此封裝所代表的所有 VS Code 擴充功能比重。",
	"vscode.extension.preview": "將延伸模組設為在 Marketplace 中標幟為 [預覽]。",
	"vscode.extension.activationEvents": "VS Code 擴充功能的啟動事件。",
	"vscode.extension.activationEvents.onLanguage": "當指定語言檔案開啟時激發該事件",
	"vscode.extension.activationEvents.onCommand": "當指定的命令被調用時激發該事件",
	"vscode.extension.activationEvents.onDebug": "當使用者正要開始偵錯或是設定偵錯組態時激發該事件",
	"vscode.extension.activationEvents.onDebugInitialConfigurations": "需要建立 \"launch.json\" 來觸發啟動事件 (並且需要呼叫所有 provideDebugConfigurations 方法)。",
	"vscode.extension.activationEvents.onDebugResolve": "需要特定類型偵錯工作階段啟動來觸發啟動事件 (並且呼叫相對應 resolveDebugConfiguration 方法)",
	"vscode.extension.activationEvents.workspaceContains": "當開啟指定的文件夾包含glob模式匹配的文件時激發該事件",
	"vscode.extension.activationEvents.onView": "當指定的檢視被擴展時激發該事件",
	"vscode.extension.activationEvents.star": "當VS Code啟動時激發該事件,為了確保最好的使用者體驗,當您的擴充功能沒有其他組合作業時,請激活此事件.",
	"vscode.extension.badges": "要顯示於 Marketplace 擴充頁面資訊看板的徽章陣列。",
	"vscode.extension.badges.url": "徽章映像 URL。",
	"vscode.extension.badges.href": "徽章連結。",
	"vscode.extension.badges.description": "徽章描述。",
	"vscode.extension.extensionDependencies": "其它擴充功能的相依性。擴充功能的識別碼一律為 ${publisher}.${name}。例如: vscode.csharp。",
	"vscode.extension.scripts.prepublish": "在封裝作為 VS Code 擴充功能發行前所執行的指令碼。",
	"vscode.extension.icon": "128 x 128 像素圖示的路徑。"
}