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: 84abd814d8a01ffd047787ea662b9d13e168aca4 (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
/*---------------------------------------------------------------------------------------------
 *  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": "為指定的語法定義設定檔,或透過特定規則使用自己的設定檔。",
	"emmetPreferences": "喜好設定,用以修改某些動作的行為及 Emmet 的解析程式。",
	"emmetPreferencesIntUnit": "整數值的預設單位",
	"emmetPreferencesFloatUnit": "浮點值的預設單位",
	"emmetPreferencesCssAfter": "展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號 ",
	"emmetPreferencesSassAfter": "在 SASS 檔案中展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號",
	"emmetPreferencesStylusAfter": "在手寫筆檔案中展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號",
	"emmetPreferencesCssBetween": "展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
	"emmetPreferencesSassBetween": "在 SASS 檔案中展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
	"emmetPreferencesStylusBetween": "在手寫筆檔案中展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號"
}