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

emmet.contribution.i18n.json « electron-browser « emmet « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0766d1cdedb1067f3d6b6881b983a14da3a357a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"emmetConfigurationTitle": "Emmet",
	"triggerExpansionOnTab": "如有啟用,只要按 Tab 鍵就能展開 Emmet 縮寫。",
	"emmetPreferences": "喜好設定,用以修改某些動作的行為及 Emmet 的解析程式。",
	"emmetSyntaxProfiles": "為指定的語法定義設定檔,或透過特定規則使用自己的設定檔。",
	"emmetExclude": "不應展開 Emmet 縮寫的語言陣列。",
	"emmetExtensionsPath": "包含 Emmet 設定檔、程式碼片段及參考的資料夾路徑",
	"useNewEmmet": "試試所有 Emmet 功能的新 Emmet 模組 (最終會取代舊的單一 Emmet 程式庫)。"
}