2017-09-05. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye
2017-09-05 10:47:48 -07:00
committed by Andre Weinand
parent b96141c2fd
commit b41d90c45e
957 changed files with 5471 additions and 992 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"html.format.enable.desc": "启用/禁用默认 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\" 标记。",
@@ -22,6 +22,8 @@
"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.validate.styles": "配置内置的 HTML 语言支持是否对嵌入的样式进行验证。",
"html.autoClosingTags": "启用/禁用 HTML 标记的自动关闭。"
}