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

workbenchThemeService.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: b10dcde2a95c2fd6c3dd89b15581c97212a0edc7 (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
/*---------------------------------------------------------------------------------------------
 *  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": "Contributes textmate color themes.",
	"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'。",
	"vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
	"vscode.extension.contributes.iconThemes.id": "用在使用者設定中的圖示佈景主題識別碼。",
	"vscode.extension.contributes.iconThemes.label": "以 UI 顯示的圖示佈景主題標籤。",
	"vscode.extension.contributes.iconThemes.path": "圖示佈景主題定義檔案。路徑相對於擴充功能資料夾,通常為 './icons/awesome-icon-theme.json'。",
	"migration.completed": "已將新的佈景主題設定新增到使用者設定。備份位於 {0}。",
	"error.cannotloadtheme": "Unable to load {0}: {1}",
	"reqarray": "Extension point `{0}` must be an array.",
	"reqpath": "`contributes.{0}.path` 中的預期字串。提供的值: {1}",
	"invalid.path.1": "要包含在擴充功能資料夾 ({2}) 中的預期 `contributes.{0}.path` ({1})。這可能會使擴充功能無法移植。",
	"reqid": "`contributes.{0}.id` 中的預期字串。提供的值: {1}",
	"error.cannotloadicontheme": "Unable to load {0}",
	"error.cannotparseicontheme": "Problems parsing file icons file: {0}",
	"colorTheme": "Specifies the color theme used in the workbench.",
	"colorThemeError": "Theme is unknown or not installed.",
	"iconTheme": "指定在工作台中使用的圖示主題,或設定為 'null' 不顯示任何檔案圖示。",
	"noIconThemeDesc": "No file icons",
	"iconThemeError": "File icon theme is unknown or not installed.",
	"workbenchColors": "依目前選擇的彩色佈景主題覆寫顏色",
	"workbenchColors.deprecated": "此設定不再為實驗性,且已被重新命名為 'workbench.colorCustomizations'",
	"workbenchColors.deprecatedDescription": "改用'workbench.colorCustomizations'"
}