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: 5ab16a62ce2892ed688616808da1ffc55ce6da99 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"migration.completed": "已將新的佈景主題設定新增到使用者設定。備份位於 {0}。",
	"error.cannotloadtheme": "Unable to load {0}: {1}",
	"error.cannotloadicontheme": "Unable to load {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": "依目前選擇的彩色佈景主題覆寫顏色",
	"editorColors": "依目前選取的色彩佈景主題覆寫編輯器色彩與字型樣式。",
	"editorColors.comments": "設定註解的色彩與樣式",
	"editorColors.strings": "設定字串常值的色彩與樣式。",
	"editorColors.keywords": "設定關鍵字的色彩與樣式。",
	"editorColors.numbers": "設定數字常值的色彩與樣式。",
	"editorColors.types": "設定型別宣告與參考的色彩與樣式。",
	"editorColors.functions": "設定函式宣告與參考的色彩與樣式。",
	"editorColors.variables": "設定變數宣告與參考的色彩與樣式。",
	"editorColors.textMateRules": "使用 TextMate 佈景主題規則設定色彩與樣式 (進階)。"
}