Merged in translations

This commit is contained in:
Dirk Baeumer
2016-12-27 11:48:41 +01:00
parent 84e23b5182
commit fff2411b65
143 changed files with 421 additions and 246 deletions

View File

@@ -4,10 +4,15 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"html.format.enable.desc": "启用/禁用默认 HTML 格式化程序(需要重启)",
"html.format.endWithNewline.desc": "以新行结束。",
"html.format.extraLiners.desc": "标记列表,以逗号分隔,其前应有额外新行。\"null\" 默认为“标头、正文、/html”。",
"html.format.indentHandlebars.desc": "格式和缩进 {{#foo}} 和 {{/foo}}。",
"html.format.indentInnerHtml.desc": "缩进 <head> 和 <body> 部分。",
"html.format.maxPreserveNewLines.desc": "要保留在一个区块中的换行符的最大数量。对于无限制使用 \"null\"。",
"html.format.preserveNewLines.desc": "是否要保留元素前面的现有换行符。仅适用于元素前,不适用于标记内或文本。",
"html.format.unformatted.desc": "以逗号分隔的标记列表不应重设格式。\"null\" 默认为所有列于 https://www.w3.org/TR/html5/dom.html#phrasing-content 的标记。",
"html.format.wrapLineLength.desc": "每行最大字符数(0 = 禁用)。",
"html.suggest.angular1.desc": "配置内置 HTML 语言支持是否建议 Angular V1 标记和属性。",
"html.suggest.html5.desc": "配置内置 HTML 语言支持是否建议 HTML5 标记、属性和值。",
"html.suggest.ionic.desc": "配置内置 HTML 语言支持是否建议 Ionic 标记、属性和值。"