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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json')
-rw-r--r--i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json
index bce92cc8d95..9b60780a6f4 100644
--- a/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json
+++ b/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json
@@ -17,6 +17,10 @@
"extensionDescription.publisher": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
"extensionDescription.version": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
"vscode.extension.activationEvents": "VS Code 擴充功能的啟動事件。",
+ "vscode.extension.badges": "要顯示於 Marketplace 擴充頁面資訊看板的徽章陣列。",
+ "vscode.extension.badges.description": "徽章描述。",
+ "vscode.extension.badges.href": "徽章連結。",
+ "vscode.extension.badges.url": "徽章映像 URL。",
"vscode.extension.categories": "VS Code 資源庫用來將擴充功能歸類的分類。",
"vscode.extension.contributes": "此封裝所代表的所有 VS Code 擴充功能比重。",
"vscode.extension.displayName": "VS Code 資源庫中使用的擴充功能顯示名稱。",
@@ -24,6 +28,8 @@
"vscode.extension.galleryBanner": "用於 VS Code Marketplace 的橫幅。",
"vscode.extension.galleryBanner.color": "VS Code Marketplace 頁首的橫幅色彩。",
"vscode.extension.galleryBanner.theme": "橫幅中使用的字型色彩佈景主題。",
+ "vscode.extension.icon": "128 x 128 像素圖示的路徑。",
+ "vscode.extension.preview": "將延伸模組設為在 Marketplace 中標幟為 [預覽]。",
"vscode.extension.publisher": "VS Code 擴充功能的發行者。",
"vscode.extension.scripts.prepublish": "在封裝作為 VS Code 擴充功能發行前所執行的指令碼。"
} \ No newline at end of file