Files
azuredatastudio/i18n/cht/extensions/emmet/package.i18n.json

48 lines
3.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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 設定為其排序。"
}