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

colorThemeStore.i18n.json « electron-browser « themes « services « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1b7981878dc67b7d7c63c6f850f4f415992953d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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.themes": "提供 Textmate 彩色佈景主題。",
	"vscode.extension.contributes.themes.id": "用在使用者設定中的圖示佈景主題識別碼。",
	"vscode.extension.contributes.themes.label": "如 UI 中所示的彩色佈景主題標籤。",
	"vscode.extension.contributes.themes.uiTheme": "基底佈景主題定義編輯器的色彩: 'vs' 是淺色佈景主題,'vs-dark' 是深色佈景主題。'hc-black' 是深色高對比佈景主題。",
	"vscode.extension.contributes.themes.path": "tmTheme 檔案的路徑。此路徑是擴充功能資料夾的相對路徑,通常為 './themes/themeFile.tmTheme'。",
	"reqarray": "擴充點 '{0}' 必須是陣列。",
	"reqpath": "'contributes.{0}.path' 中應有字串。提供的值: {1}",
	"invalid.path.1": "擴充功能資料夾 ({2}) 應包含 'contributes.{0}.path' ({1})。這可能會導致擴充功能無法移植。"
}