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

package.i18n.json « html « extensions « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c9c23c6083338421073a0bbb53a235772c66925 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"displayName": "HTML 語言功能",
	"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": "前方應有額外新行字元的標記清單,須以逗號分隔。'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.suggest.angular1.desc": "設定內建 HTML 語言支援是否建議 Angular V1 標記和屬性。",
	"html.suggest.ionic.desc": "設定內建 HTML 語言支援是否建議 Ionic 標記、屬性和值。",
	"html.suggest.html5.desc": "設定內建 HTML 語言支援是否建議 HTML5 標記、屬性和值。",
	"html.trace.server.desc": "追蹤 VS Code 與 HTML  語言伺服器之間的通訊。",
	"html.validate.scripts": "設定內建 HTML 語言支援是否會驗證內嵌指定碼。",
	"html.validate.styles": "設定內建 HTML 語言支援是否會驗證內嵌樣式。",
	"html.autoClosingTags": "啟用/停用 HTML 標籤的自動關閉功能。"
}