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

package.i18n.json « emmet « extensions « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 392c4b2278aa73fd88e1e465dd07d39a75ccc36b (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"command.wrapWithAbbreviation": "使用縮寫換行",
	"command.wrapIndividualLinesWithAbbreviation": "使用縮寫換每一行",
	"command.removeTag": "移除標籤",
	"command.updateTag": "更新標記",
	"command.matchTag": "前往相符的配對",
	"command.balanceIn": "平衡(向內)",
	"command.balanceOut": "平衡(向外)",
	"command.prevEditPoint": "移至上一個編輯端點",
	"command.nextEditPoint": "移至下一個編輯端點",
	"command.mergeLines": "合併行",
	"command.selectPrevItem": "選取上一個項目",
	"command.selectNextItem": "選取下一個項目",
	"command.splitJoinTag": "分割/聯結標記",
	"command.toggleComment": "切換註解",
	"command.evaluateMathExpression": "評估數學運算式",
	"command.updateImageSize": "更新影像大小",
	"command.reflectCSSValue": "反射 CSS 值",
	"command.incrementNumberByOne": "依 1 遞增",
	"command.decrementNumberByOne": "依 1 遞減",
	"command.incrementNumberByOneTenth": "依 0.1 遞增",
	"command.decrementNumberByOneTenth": "依 0.1 遞減",
	"command.incrementNumberByTen": "依 10 遞增",
	"command.decrementNumberByTen": "依 10 遞減",
	"emmetSyntaxProfiles": "為指定的語法定義設定檔,或透過特定規則使用自己的設定檔。",
	"emmetExclude": "不應展開 Emmet 縮寫的語言陣列。",
	"emmetExtensionsPath": "包含 Emmet 設定檔與程式碼片段的資料夾路徑。」",
	"emmetShowExpandedAbbreviation": "顯示建議之展開的 Emmet 縮寫\n\"inMarkupAndStylesheetFilesOnly\" 選項適用於 html、haml、jade、slim、xml、xsl、css、scss、sass、less 和 stylus。\n不論標記/css 為何,該選項「一律」適用於檔案的所有部分。",
	"emmetShowAbbreviationSuggestions": "顯示建議之可能的 Emmet 縮寫。但在樣式表內,或若 emmet.showExpandedAbbreviation 設為「永不」,則不適用。",
	"emmetIncludeLanguages": "以預設未支援的語言啟用 Emmet 縮寫。在此新增該語言和 Emmet 支援的語言間之對應。例如: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"} ",
	"emmetVariables": "要在 Emmet 程式碼片段中使用的變數",
	"emmetTriggerExpansionOnTab": "如有啟用,只要按 Tab 鍵就能展開 Emmet 縮寫。",
	"emmetPreferences": "喜好設定,用以修改某些動作的行為及 Emmet 的解析程式。",
	"emmetPreferencesIntUnit": "整數值的預設單位",
	"emmetPreferencesFloatUnit": "浮點值的預設單位",
	"emmetPreferencesCssAfter": "展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號 ",
	"emmetPreferencesSassAfter": "在 SASS 檔案中展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號",
	"emmetPreferencesStylusAfter": "在手寫筆檔案中展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號",
	"emmetPreferencesCssBetween": "展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
	"emmetPreferencesSassBetween": "在 SASS 檔案中展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
	"emmetPreferencesStylusBetween": "在手寫筆檔案中展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
	"emmetShowSuggestionsAsSnippets": "若為 true,則 Emmet 建議會顯示為程式碼片段,可讓您在每個 editor.snippetSuggestions 設定為其排序。"
}