Files
azuredatastudio/i18n/language-pack-zh-hant/translations/extensions/html-language-features.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

45 lines
3.1 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 MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "HTML 語言功能",
"description": "提供豐富的 HTM 和 Handlebar 檔案語言支援",
"html.format.enable.desc": "啟用/停用預設 HTML 格式器。",
"html.format.wrapLineLength.desc": "每行的字元數上限 (0 = 停用)。",
"html.format.unformatted.desc": "不應重新格式化的逗號分隔標記清單。`null` 預設為 https://www.w3.org/TR/html5/dom.html#phrasing-content 中列出的所有標記。",
"html.format.contentUnformatted.desc": "逗點分隔的標記清單,其中內容的格式不應重新設定。`null` 預設為 `pre` 標記。",
"html.format.indentInnerHtml.desc": "將 `<head>` 和 `<body>` 區段縮排。",
"html.format.preserveNewLines.desc": "控制是否應保留元素前方原有的分行符號。僅適用於元素前方,而不適用於標籤內或文字。",
"html.format.maxPreserveNewLines.desc": "一個區塊要保留的最大分行符號數。使用 `null` 表示無限制。",
"html.format.indentHandlebars.desc": "格式化並縮排 `{{#foo}}` 及 `{{/foo}}`。",
"html.format.endWithNewline.desc": "以新行字元結尾。",
"html.format.extraLiners.desc": "標籤清單逗號分隔在它們之前應該一r加上額外的分行符號。`null` 預設為 `\"head, body, /html\"`。",
"html.format.wrapAttributes.desc": "將屬性換行。",
"html.format.wrapAttributes.auto": "只在超過行的長度時將屬性換行。",
"html.format.wrapAttributes.force": "將第一個以外的每個屬性換行。",
"html.format.wrapAttributes.forcealign": "將第一個以外的每個屬性換行,並保持對齊。",
"html.format.wrapAttributes.forcemultiline": "將每個屬性換行。",
"html.format.wrapAttributes.alignedmultiple": "在超過行長度時換行,並垂直對齊屬性。",
"html.format.wrapAttributes.preserve": "保留屬性的換行",
"html.format.wrapAttributes.preservealigned": "保留屬性的換行但對齊。",
"html.suggest.html5.desc": "控制內建 HTML 語言支援是否建議 HTML5 標籤、屬性和值。",
"html.trace.server.desc": "追蹤 VS Code 與 HTML 語言伺服器之間的通訊。",
"html.validate.scripts": "設定內建 HTML 語言支援是否會驗證內嵌指令碼。",
"html.validate.styles": "設定內建 HTML 語言支援是否會驗證內嵌樣式。",
"html.autoClosingTags": "啟用/停用 HTML 標籤的自動關閉功能。"
},
"client\\out/htmlMain": {
"htmlserver.name": "HTML 語言伺服器",
"folding.start": "摺疊區域開始",
"folding.end": "摺疊區域結束",
"folding.html": "簡易的 HTML5 起點"
}
}
}