2018-03-28. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye 2018-03-28 18:20:16 -07:00
parent 5126026376
commit 5e51bf9fd8
883 changed files with 8089 additions and 2047 deletions

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"cssserver.name": "CSS 语言服务器",
"folding.start": "折叠区域开始",
"folding.end": "折叠区域结束"
}

View file

@ -0,0 +1,81 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": "CSS 语言功能",
"description": "为 CSS、LESS 和 SCSS 文件提供丰富的语言支持。",
"css.title": "CSS",
"css.lint.argumentsInColorFunction.desc": "参数数量无效",
"css.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
"css.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
"css.lint.duplicateProperties.desc": "不要使用重复的样式定义",
"css.lint.emptyRules.desc": "不要使用空规则集",
"css.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS如果布局的某一方面更改将很容易破坏 CSS。",
"css.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性",
"css.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
"css.lint.idSelector.desc": "选择器不应包含 ID因为这些规则与 HTML 的耦合过于紧密。",
"css.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
"css.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
"css.lint.importStatement.desc": "Import 语句不会并行加载",
"css.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
"css.lint.universalSelector.desc": "通配选择符 (*) 运行效率低",
"css.lint.unknownProperties.desc": "未知的属性。",
"css.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
"css.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
"css.lint.zeroUnits.desc": "零不需要单位",
"css.trace.server.desc": "跟踪 VS Code 与 CSS 语言服务器之间的通信。",
"css.validate.title": "控制 CSS 验证和问题严重性。",
"css.validate.desc": "启用或禁用所有验证",
"less.title": "LESS",
"less.lint.argumentsInColorFunction.desc": "参数数量无效",
"less.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
"less.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
"less.lint.duplicateProperties.desc": "不要使用重复的样式定义",
"less.lint.emptyRules.desc": "不要使用空规则集",
"less.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS如果布局的某一方面更改将很容易破坏 CSS。",
"less.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性",
"less.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
"less.lint.idSelector.desc": "选择器不应包含 ID因为这些规则与 HTML 的耦合过于紧密。",
"less.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
"less.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
"less.lint.importStatement.desc": "Import 语句不会并行加载",
"less.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
"less.lint.universalSelector.desc": "通配选择符 (*) 运行效率低",
"less.lint.unknownProperties.desc": "未知的属性。",
"less.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
"less.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
"less.lint.zeroUnits.desc": "零不需要单位",
"less.validate.title": "控制 LESS 验证和问题严重性。",
"less.validate.desc": "启用或禁用所有验证",
"scss.title": "SCSS (Sass)",
"scss.lint.argumentsInColorFunction.desc": "参数数量无效",
"scss.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
"scss.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
"scss.lint.duplicateProperties.desc": "不要使用重复的样式定义",
"scss.lint.emptyRules.desc": "不要使用空规则集",
"scss.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS如果布局的某一方面更改将很容易破坏 CSS。",
"scss.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性",
"scss.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
"scss.lint.idSelector.desc": "选择器不应包含 ID因为这些规则与 HTML 的耦合过于紧密。",
"scss.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
"scss.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
"scss.lint.importStatement.desc": "Import 语句不会并行加载",
"scss.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
"scss.lint.universalSelector.desc": "通配选择符 (*) 运行效率低",
"scss.lint.unknownProperties.desc": "未知的属性。",
"scss.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
"scss.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
"scss.lint.zeroUnits.desc": "零不需要单位",
"scss.validate.title": "控制 SCSS 验证和问题严重性。",
"scss.validate.desc": "启用或禁用所有验证",
"less.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"scss.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"css.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"css.colorDecorators.enable.deprecationMessage": "已弃用设置 \"css.colorDecorators.enabl\",请改用 \"editor.colorDecorators\"。",
"scss.colorDecorators.enable.deprecationMessage": "已弃用设置 \"scss.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。",
"less.colorDecorators.enable.deprecationMessage": "已弃用设置 \"less.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。"
}

View file

@ -6,76 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "CSS 语言功能",
"description": "为 CSS、LESS 和 SCSS 文件提供丰富的语言支持。",
"css.title": "CSS",
"css.lint.argumentsInColorFunction.desc": "参数数量无效",
"css.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
"css.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
"css.lint.duplicateProperties.desc": "不要使用重复的样式定义",
"css.lint.emptyRules.desc": "不要使用空规则集",
"css.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS如果布局的某一方面更改将很容易破坏 CSS。",
"css.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性",
"css.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
"css.lint.idSelector.desc": "选择器不应包含 ID因为这些规则与 HTML 的耦合过于紧密。",
"css.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
"css.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
"css.lint.importStatement.desc": "Import 语句不会并行加载",
"css.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
"css.lint.universalSelector.desc": "通配选择符 (*) 运行效率低",
"css.lint.unknownProperties.desc": "未知的属性。",
"css.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
"css.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
"css.lint.zeroUnits.desc": "零不需要单位",
"css.trace.server.desc": "跟踪 VS Code 与 CSS 语言服务器之间的通信。",
"css.validate.title": "控制 CSS 验证和问题严重性。",
"css.validate.desc": "启用或禁用所有验证",
"less.title": "LESS",
"less.lint.argumentsInColorFunction.desc": "参数数量无效",
"less.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
"less.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
"less.lint.duplicateProperties.desc": "不要使用重复的样式定义",
"less.lint.emptyRules.desc": "不要使用空规则集",
"less.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS如果布局的某一方面更改将很容易破坏 CSS。",
"less.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性",
"less.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
"less.lint.idSelector.desc": "选择器不应包含 ID因为这些规则与 HTML 的耦合过于紧密。",
"less.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
"less.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
"less.lint.importStatement.desc": "Import 语句不会并行加载",
"less.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
"less.lint.universalSelector.desc": "已知通配选择符 (*) 慢",
"less.lint.unknownProperties.desc": "未知的属性。",
"less.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
"less.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
"less.lint.zeroUnits.desc": "零不需要单位",
"less.validate.title": "控制 LESS 验证和问题严重性。",
"less.validate.desc": "启用或禁用所有验证",
"scss.title": "SCSS (Sass)",
"scss.lint.argumentsInColorFunction.desc": "参数数量无效",
"scss.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
"scss.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
"scss.lint.duplicateProperties.desc": "不要使用重复的样式定义",
"scss.lint.emptyRules.desc": "不要使用空规则集",
"scss.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS如果布局的某一方面更改将很容易破坏 CSS。",
"scss.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性",
"scss.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
"scss.lint.idSelector.desc": "选择器不应包含 ID因为这些规则与 HTML 的耦合过于紧密。",
"scss.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
"scss.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
"scss.lint.importStatement.desc": "Import 语句不会并行加载",
"scss.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
"scss.lint.universalSelector.desc": "已知通配选择符 (*) 慢",
"scss.lint.unknownProperties.desc": "未知的属性。",
"scss.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
"scss.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
"scss.lint.zeroUnits.desc": "零不需要单位",
"scss.validate.title": "控制 SCSS 验证和问题严重性。",
"scss.validate.desc": "启用或禁用所有验证",
"less.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"scss.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"css.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"css.colorDecorators.enable.deprecationMessage": "已弃用设置 \"css.colorDecorators.enabl\",请改用 \"editor.colorDecorators\"。",
"scss.colorDecorators.enable.deprecationMessage": "已弃用设置 \"scss.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。",
"less.colorDecorators.enable.deprecationMessage": "已弃用设置 \"less.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。"
"displayName": "CSS 语言基础功能",
"description": "为 CSS、LESS 和 SCSS 文件中提供语法高亮和括号匹配功能。"
}

View file

@ -59,5 +59,6 @@
"emmetPreferencesCssWebkitProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"webkit\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"webkit\" 前缀,请设为空字符串。",
"emmetPreferencesCssMozProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"moz\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"moz\" 前缀,请设为空字符串。",
"emmetPreferencesCssOProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"o\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"o\" 前缀,请设为空字符串。",
"emmetPreferencesCssMsProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"ms\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"ms\" 前缀,请设为空字符串。"
"emmetPreferencesCssMsProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"ms\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"ms\" 前缀,请设为空字符串。",
"emmetPreferencesCssFuzzySearchMinScore": "显示的缩写模糊匹配应达到的最低分数 (0 到 1 之间)。较低的值可能使匹配错误变多,较高的值可能将不会显示应有的匹配项。"
}

View file

@ -75,7 +75,7 @@
"ok": "确定",
"push with tags success": "已成功带标签进行推送。",
"pick remote": "选取要将分支“{0}”发布到的远程:",
"sync is unpredictable": "此操作将推送提交至“{0}”,并从中拉取提交。",
"sync is unpredictable": "此操作将推送提交至“{0}/{1}”,并从中拉取提交。",
"never again": "确定,且不再显示",
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
"no changes stash": "没有要储藏的更改。",

View file

@ -6,8 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"looking": "在 {0} 查找 Git 中",
"using git": "使用 {1} 的 Git {0}",
"looking": "正在查找 Git: {0}",
"using git": "使用位于 {1} 的 Git {0}",
"downloadgit": "下载 Git",
"neverShowAgain": "不再显示",
"notfound": "未找到 Git。请安装 Git或在 \"git.path\" 设置中配置。",

View file

@ -62,10 +62,10 @@
"config.autorefresh": "是否启用自动刷新",
"config.autofetch": "是否启用自动拉取",
"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
"config.confirmSync": "同步 GIT 存储库前请先进行确认",
"config.confirmSync": "同步 Git 存储库前进行确认",
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
"config.checkoutType": "控制运行“签出到...”功能时列出的分支类型。\"all\" 显示所有 refs\"local\" 只显示本地分支,\"tags\" 只显示标签,\"remote\" 只显示远程分支。",
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
"config.ignoreLegacyWarning": "忽略“旧版 Git”警告",
"config.ignoreMissingGitWarning": "忽略“缺失 Git”警告",
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告",
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置",
@ -77,6 +77,7 @@
"config.showInlineOpenFileAction": "控制是否在 Git 更改视图中显示内联“打开文件”操作。",
"config.inputValidation": "控制何时显示提交消息输入验证。",
"config.detectSubmodules": "控制是否自动检测 Git 子模块。",
"config.detectSubmodulesLimit": "控制可检测到的 Git 子模块的限制。",
"colors.modified": "已修改资源的颜色。",
"colors.deleted": "已删除资源的颜色。",
"colors.untracked": "未跟踪资源的颜色。",

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"htmlserver.name": "HTML 语言服务器",
"folding.start": "折叠区域开始",
"folding.end": "折叠区域结束"
}

View file

@ -0,0 +1,33 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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 语言功能",
"description": "为 HTML、Razor 和 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": "标记列表,以逗号分隔,其前应有额外新行。\"null\" 默认为“标头、正文、/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 标记的自动关闭。"
}

View file

@ -6,29 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "HTML 语言功能",
"description": "为 HTML、Razor 和 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": "标记列表,以逗号分隔,其前应有额外新行。\"null\" 默认为“标头、正文、/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.experimental.syntaxFolding": "启用或禁用语法折叠标记。",
"html.autoClosingTags": "启用/禁用 HTML 标记的自动关闭。"
"displayName": "HTML 语言基础功能",
"description": "在 HTML 文件中提供语法高亮、括号匹配和代码片段功能。"
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"jsonserver.name": "JSON 语言服务器"
}

View file

@ -0,0 +1,20 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": "JSON 语言功能",
"description": "为 JSON 文件提供丰富的语言支持",
"json.schemas.desc": "将当前项目中的 JSON 文件与架构关联起来",
"json.schemas.url.desc": "当前目录中指向架构的 URL 或相对路径",
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时,用于匹配的一组文件模式。",
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时,用于匹配的可以包含 \"*\" 的文件模式。",
"json.schemas.schema.desc": "给定 URL 的架构定义。只需提供该架构以避免对架构 URL 的访问。",
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
"json.tracing.desc": "跟踪 VS Code 与 JSON 语言服务器之间的通信。",
"json.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"json.colorDecorators.enable.deprecationMessage": "已弃用设置 \"json.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。"
}

View file

@ -6,16 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "JSON 语言功能",
"description": "为 JSON 文件提供丰富的语言支持",
"json.schemas.desc": "将当前项目中的 JSON 文件与架构关联起来",
"json.schemas.url.desc": "当前目录中指向架构的 URL 或相对路径",
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时,用于匹配的一组文件模式。",
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时,用于匹配的可以包含 \"*\" 的文件模式。",
"json.schemas.schema.desc": "给定 URL 的架构定义。只需提供该架构以避免对架构 URL 的访问。",
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
"json.tracing.desc": "跟踪 VS Code 与 JSON 语言服务器之间的通信。",
"json.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"json.colorDecorators.enable.deprecationMessage": "已弃用设置 \"json.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。",
"json.experimental.syntaxFolding": "启用或禁用语法折叠标记。"
"displayName": "JSON 语言基础功能",
"description": "在 JSON 文件中提供语法高亮和括号匹配功能。"
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"onPreviewStyleLoadError": "无法加载“markdown.styles”{0}"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"lockedPreviewTitle": "[预览] {0}",
"previewTitle": "预览 {0}"
}

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"preview.securityMessage.text": "已禁用此文档中的部分内容",
"preview.securityMessage.title": "已禁用此 Markdown 预览中的可能不安全的内容。更改 Markdown 预览安全设置以允许不安全内容或启用脚本。",
"preview.securityMessage.label": "已禁用内容安全警告"
}

View file

@ -0,0 +1,20 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"strict.title": "严格",
"strict.description": "仅载入安全内容",
"insecureContent.title": "允许不安全内容",
"insecureContent.description": "允许通过 http 载入内容",
"disable.title": "禁用",
"disable.description": "允许所有内容,执行所有脚本。不推荐",
"moreInfo.title": "详细信息",
"enableSecurityWarning.title": "在此工作区中启用预览安全警告",
"disableSecurityWarning.title": "在此工作区中取消预览安全警告",
"toggleSecurityWarning.description": "不影响内容安全级别",
"preview.showPreviewSecuritySelector.title": "选择此工作区中 Markdown 预览的安全设置"
}

View file

@ -0,0 +1,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": "Markdown 语言功能",
"description": "为 Markdown 提供丰富的语言支持。",
"markdown.preview.breaks.desc": "设置换行符如何在 markdown 预览中呈现。将其设置为 \"true\" 会为每一个新行创建一个 <br>。",
"markdown.preview.linkify": "在 Markdown 预览中启用或禁用将类似 URL 的文本转换为链接。",
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中双击切换到编辑器。",
"markdown.preview.fontFamily.desc": "控制 Markdown 预览中使用的字体系列。",
"markdown.preview.fontSize.desc": "控制 Markdown 预览中使用的字号(以像素为单位)。",
"markdown.preview.lineHeight.desc": "控制 Markdown 预览中使用的行高。此数值与字号相关。",
"markdown.preview.markEditorSelection.desc": "在 Markdown 预览中标记当前的编辑器选定内容。",
"markdown.preview.scrollEditorWithPreview.desc": "滚动 Markdown 预览时,更新其编辑器视图。",
"markdown.preview.scrollPreviewWithEditor.desc": "滚动 Markdown 编辑器时,更新其预览视图。",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "[弃用] 滚动 Markdown 预览以显示编辑器当前所选行。",
"markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "此设置已被 \"markdown.preview.scrollPreviewWithEditor\" 替换且不再有任何效果。",
"markdown.preview.title": "打开预览",
"markdown.previewFrontMatter.dec": "设置如何在 Markdown 预览中呈现 YAML 扉页。“隐藏”会删除扉页。否则,扉页则被视为 Markdown 内容。",
"markdown.previewSide.title": "打开侧边预览",
"markdown.showLockedPreviewToSide.title": "在侧边打开锁定的预览",
"markdown.showSource.title": "显示源",
"markdown.styles.dec": "要在 Markdown 预览中使用的 CSS 样式表的 URL 或本地路径列表。相对路径被解释为相对于资源管理器中打开的文件夹。如果没有任何打开的文件夹,则会被解释为相对于 Markdown 文件的位置。所有的 \"\\\" 需写为 \"\\\\\"。",
"markdown.showPreviewSecuritySelector.title": "更改预览安全设置",
"markdown.trace.desc": "对 Markdown 扩展启用调试日志记录。",
"markdown.preview.refresh.title": "刷新预览",
"markdown.preview.toggleLock.title": "切换开关锁定预览"
}

View file

@ -0,0 +1,15 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"php.useExecutablePath": "是否允许执行 {0} (定义为工作区设置)以进行 PHP 文件的 lint 操作?",
"php.yes": "Allow",
"php.no": "不允许",
"wrongExecutable": "无法验证,因为 {0} 不是有效的 PHP 可执行文件。请使用设置 \"php.validate.executablePath\" 配置 PHP 可执行文件。",
"noExecutable": "无法验证,因为未设置任何 PHP 可执行文件。请使用设置 \"php.validate.executablePath\" 配置 PHP 可执行文件。",
"unknownReason": "使用路径运行 php 失败: {0}。原因未知。"
}

View file

@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"configuration.suggest.basic": "如果已启用内置 PHP 语言建议,则进行配置。此支持建议 PHP 全局变量和变量。",
"configuration.validate.enable": "启用/禁用内置的 PHP 验证。",
"configuration.validate.executablePath": "指向 PHP 可执行文件。",
"configuration.validate.run": "决定 linter 是在保存时还是输入时运行。",
"configuration.title": "PHP",
"commands.categroy.php": "PHP",
"command.untrustValidationExecutable": "禁止 PHP 验证程序(定义为工作区设置)",
"displayName": "PHP 语言功能",
"description": "为 PHP 文件提供丰富的语言支持。"
}

View file

@ -6,13 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"configuration.suggest.basic": "如果已启用内置 PHP 语言建议,则进行配置。此支持建议 PHP 全局变量和变量。",
"configuration.validate.enable": "启用/禁用内置的 PHP 验证。",
"configuration.validate.executablePath": "指向 PHP 可执行文件。",
"configuration.validate.run": "决定 linter 是在保存时还是输入时运行。",
"configuration.title": "PHP",
"commands.categroy.php": "PHP",
"command.untrustValidationExecutable": "禁止 PHP 验证程序(定义为工作区设置)",
"displayName": "PHP 语言功能",
"description": "为 PHP 文件提供 IntelliSense、lint 和语言基础功能。"
"description": "为 PHP 文件提供语法高亮和括号匹配功能。"
}

View file

@ -14,8 +14,8 @@
"noResults": "未找到结果",
"settingsSearchIssue": "设置搜索的问题",
"bugReporter": "问题报告",
"performanceIssue": "性能问题",
"featureRequest": "功能请求",
"performanceIssue": "性能问题",
"stepsToReproduce": "重现步骤",
"bugDescription": "请分享能稳定重现此问题的必要步骤,并包含实际和预期的结果。我们支持 GitHub 版的 Markdown。您将能在 GitHub 上预览时编辑这个问题并添加截图。",
"performanceIssueDesciption": "这个性能问题是在什么时候发生的? 是在启动时,还是在一系列特定的操作之后? 我们支持 GitHub 版的 Markdown。您将能在 GitHub 上预览时编辑这个问题并添加截图。",

View file

@ -57,7 +57,7 @@
"formatOnPaste": "控制编辑器是否应自动设置粘贴内容的格式。格式化程序必须可用并且能设置文档中某一范围的格式。",
"autoIndent": "控制编辑器是否在用户键入、粘贴或移动行时自动调整缩进。语言的缩进规则必须可用。",
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
"acceptSuggestionOnEnter": "控制按“Enter”键是否像按“Tab”键一样接受建议。这能帮助避免“插入新行”和“接受建议”之间的歧义。值为“smart”时表示仅当文字改变时按“Enter”键才能接受建议",
"acceptSuggestionOnEnter": "控制按下 \"Enter\" 键是否像 \"Tab\" 键一样接受建议。这能减少“插入新行”和“接受建议”命令之间的歧义。若此项的值为 \"smart\",则仅在文字改变时,\"Enter\" 键才能接受建议",
"acceptSuggestionOnCommitCharacter": "控制是否应在遇到提交字符时接受建议。例如,在 JavaScript 中,分号(\";\")可以为提交字符,可接受建议并键入该字符。",
"snippetSuggestions.top": "在其他建议上方显示代码片段建议。",
"snippetSuggestions.bottom": "在其他建议下方显示代码片段建议。",

View file

@ -28,7 +28,9 @@
"warningBorder": "编辑器中警告波浪线的边框颜色。",
"infoForeground": "编辑器中信息波浪线的前景色。",
"infoBorder": "编辑器中信息波浪线的边框颜色。",
"overviewRulerRangeHighlight": "概述范围突出显示的标尺标记颜色。",
"hintForeground": "编辑器中提示波浪线的前景色。",
"hintBorder": "编辑器中提示波浪线的边框颜色。",
"overviewRulerRangeHighlight": "概览标尺中高亮范围的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"overviewRuleError": "概述错误的标尺标记颜色。",
"overviewRuleWarning": "概述警告的标尺标记颜色。",
"overviewRuleInfo": "概述信息的标尺标记颜色。"

View file

@ -18,6 +18,6 @@
"label.replaceAllButton": "全部替换",
"label.toggleReplaceButton": "切换替换模式",
"title.matchesCountLimit": "仅高亮了前 {0} 个结果,但所有查找操作均针对全文。",
"label.matchesLocation": "第 {0} 个(共 {1} 个)",
"label.matchesLocation": "{0} / {1}",
"label.noResults": "无结果"
}

View file

@ -6,11 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"title.wo_source": "({0}/{1})",
"markerAction.next.label": "转到下一个问题 (错误、警告、信息)",
"markerAction.previous.label": "转到上一个问题 (错误、警告、信息)",
"editorMarkerNavigationError": "编辑器标记导航小组件错误颜色。",
"editorMarkerNavigationWarning": "编辑器标记导航小组件警告颜色。",
"editorMarkerNavigationInfo": "编辑器标记导航小组件信息颜色。",
"editorMarkerNavigationBackground": "编辑器标记导航小组件背景色。"
"markerAction.previous.label": "转到上一个问题 (错误、警告、信息)"
}

View file

@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"title.wo_source": "({0}/{1})",
"editorMarkerNavigationError": "编辑器标记导航小组件错误颜色。",
"editorMarkerNavigationWarning": "编辑器标记导航小组件警告颜色。",
"editorMarkerNavigationInfo": "编辑器标记导航小组件信息颜色。",
"editorMarkerNavigationBackground": "编辑器标记导航小组件背景色。"
}

View file

@ -0,0 +1,47 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"Sunday": "星期日",
"Monday": "星期一",
"Tuesday": "星期二",
"Wednesday": "星期三",
"Thursday": "星期四",
"Friday": "星期五",
"Saturday": "星期六",
"SundayShort": "周日",
"MondayShort": "周一",
"TuesdayShort": "周二",
"WednesdayShort": "周三",
"ThursdayShort": "周四",
"FridayShort": "周五",
"SaturdayShort": "周六",
"January": "一月",
"February": "二月",
"March": "三月",
"April": "四月",
"May": "五月",
"June": "六月",
"July": "七月",
"August": "八月",
"September": "九月",
"October": "十月",
"November": "十一月",
"December": "十二月",
"JanuaryShort": "1月",
"FebruaryShort": "2月",
"MarchShort": "3月",
"AprilShort": "4月",
"MayShort": "5月",
"JuneShort": "6月",
"JulyShort": "7月",
"AugustShort": "8月",
"SeptemberShort": "9月",
"OctoberShort": "10月",
"NovemberShort": "11月",
"DecemberShort": "12月"
}

View file

@ -10,8 +10,8 @@
"wordHighlightStrong": "符号在进行写入访问操作时的背景颜色,例如写入变量时。颜色必须透明,使其不会挡住下方的其他元素。",
"wordHighlightBorder": "符号在进行读取访问操作时的边框颜色,例如读取变量。",
"wordHighlightStrongBorder": "符号在进行写入访问操作时的边框颜色,例如写入变量。",
"overviewRulerWordHighlightForeground": "概述符号突出显示的标尺标记颜色。",
"overviewRulerWordHighlightStrongForeground": "概述写访问符号突出显示的标尺标记颜色。",
"overviewRulerWordHighlightForeground": "概览标尺中符号高亮的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"overviewRulerWordHighlightStrongForeground": "概览标尺中写入访问符号高亮的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"wordHighlight.next.label": "转到下一个突出显示的符号",
"wordHighlight.previous.label": "转到上一个突出显示的符号"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"moreFile": "...1 个其他文件未显示",
"moreFiles": "...{0} 个其他文件未显示"
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"cancel": "取消"
}

View file

@ -14,15 +14,15 @@
"errorInstallingDependencies": "安装依赖项时出错。{0}",
"MarketPlaceDisabled": "商店未启用",
"removeError": "删除扩展时出错: {0}。请重启 VS Code然后重试。",
"Not Market place extension": "只能重新安装商店中的扩展",
"Not a Marketplace extension": "只能重新安装商店中的扩展",
"notFoundCompatible": "无法安装“{0}”;没有可用的版本与 VS Code “{1}”兼容。",
"malicious extension": "无法安装此扩展,它被报告存在问题。",
"notFoundCompatibleDependency": "无法安装。找不到与 VS Code 当前版本 ({1}) 兼容的依赖扩展“{0}”。",
"quitCode": "无法安装扩展。请在重启 VS Code 后重新安装。",
"exitCode": "无法安装扩展。请在重启 VS Code 后重新安装。",
"uninstallDependeciesConfirmation": "要仅卸载“{0}”或者其依赖项也一起卸载?",
"uninstallOnly": "仅",
"uninstallAll": "全部",
"uninstallOnly": "仅此扩展",
"uninstallAll": "全部卸载",
"uninstallConfirmation": "是否确定要卸载“{0}”?",
"ok": "确定",
"singleDependentError": "无法卸载扩展程序“{0}”。扩展程序“{1}”依赖于此。",

View file

@ -9,8 +9,9 @@
"workbenchConfigurationTitle": "工作台",
"multiSelectModifier.ctrlCmd": "映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)",
"multiSelectModifier.alt": "映射为 \"Alt\" (Windows 和 Linux) 或 \"Option\" (macOS)",
"multiSelectModifier": "在通过鼠标多选树和列表条目时使用的修改键 (例如资资源管理器、打开的编辑器和源代码管理视图)。\"ctrlCmd\" 会映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)。“打开到侧边”功能所需的鼠标动作 (若可用) 将会相应调整,不与多选修改键冲突。",
"multiSelectModifier": "在通过鼠标多选树和列表条目时使用的修改键 (例如资资源管理器、打开的编辑器和源代码管理视图)。\"ctrlCmd\" 会映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)。“在侧边打开”功能所需的鼠标动作 (若可用) 将会相应调整,不与多选修改键冲突。",
"openMode.singleClick": "在鼠标单击时打开项目。",
"openMode.doubleClick": "在鼠标双击时打开项目。",
"openModeModifier": "控制如何在受支持的树和列表中使用鼠标来打开项目。设置为 \"singleClick\" 可单击打开项目,\"doubleClick\" 仅可双击打开项目。对于树中含子节点的节点,此设置将控制使用单击还是双击来展开他们。注意,某些不适用此项的树或列表可能会忽略此设置。"
"openModeModifier": "控制如何在受支持的树和列表中使用鼠标来打开项目。设置为 \"singleClick\" 可单击打开项目,\"doubleClick\" 仅可双击打开项目。对于树中含子节点的节点,此设置将控制使用单击还是双击来展开他们。注意,某些不适用此项的树或列表可能会忽略此设置。",
"horizontalScrolling setting": "控制工作台中的树控件是否支持水平滚动。"
}

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"sev.error": "错误",
"sev.warning": "警告",
"sev.info": "信息"
}

View file

@ -93,6 +93,6 @@
"overviewRulerCurrentContentForeground": "内联合并冲突中当前版本区域的概览标尺前景色。",
"overviewRulerIncomingContentForeground": "内联合并冲突中传入的版本区域的概览标尺前景色。",
"overviewRulerCommonContentForeground": "内联合并冲突中共同祖先区域的概览标尺前景色。",
"overviewRulerFindMatchForeground": "概述查找匹配项的标尺标记颜色。",
"overviewRulerSelectionHighlightForeground": "概述选择突出显示的标尺标记颜色。"
"overviewRulerFindMatchForeground": "概览标尺中查找匹配项的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"overviewRulerSelectionHighlightForeground": "概览标尺中选择高亮的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。"
}

View file

@ -6,5 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"timeout.formatOnSave": "在 {0}ms 后终止了保存时进行的格式设置",
"timeout.onWillSave": "在 1750ms 后终止了 onWillSaveTextDocument 事件",
"saveParticipants": "正在运行保存参与程序..."
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"task.label": "{0}: {1}"
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"extensionSource": "{0} (扩展)"
}

View file

@ -17,6 +17,7 @@
"focusNextGroup": "聚焦于下一个组",
"openToSide": "打开到侧边",
"closeEditor": "关闭编辑器",
"closeOneEditor": "关闭",
"revertAndCloseActiveEditor": "还原并关闭编辑器",
"closeEditorsToTheLeft": "关闭左侧编辑器",
"closeAllEditors": "关闭所有编辑器",

View file

@ -6,6 +6,5 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"close": "关闭",
"araLabelEditorActions": "编辑器操作"
}

View file

@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"notificationsEmpty": "没有新通知",
"notifications": "通知",
"notificationsToolbar": "通知中心操作",
"notificationsList": "通知列表"

View file

@ -45,12 +45,17 @@
"windowConfigurationTitle": "窗口",
"window.openFilesInNewWindow.on": "文件将在新窗口中打开",
"window.openFilesInNewWindow.off": "文件将在该文件的文件夹打开的窗口中打开,或在上一个活动窗口中打开",
"window.openFilesInNewWindow.default": "文件将在该文件的文件夹打开的窗口中打开,或在上一个活动窗口中打开,除非通过平台或从查找程序(仅限 macOS)打开",
"openFilesInNewWindow": "控制是否应在新窗口中打开文件。\n- default: 文件将在该文件的文件夹打开的窗口中打开,或在上一个活动窗口中打开,除非该文件通过平台或从查找程序(仅限 macOS)打开\n- on: 文件将在新窗口中打开\n- off: 文件将在该文件的文件夹打开的窗口中打开,或在上一个活动窗口中打开\n注意可能仍会存在忽略此设置的情况(例如当使用 -new-window 或 -reuse-window 命令行选项时)。",
"window.openFilesInNewWindow.defaultMac": "在不通过“程序坞”(Dock) 或“访达”(Finder) 打开的情况下,文件将在其所在文件夹的已有窗口中打开,或在上一个活动窗口中打开",
"window.openFilesInNewWindow.default": "除了从软件内部选择的文件 (如,从“文件”菜单选择),其他所有文件都将在新窗口中打开",
"openFilesInNewWindowMac": "控制是否在新窗口中打开文件。\n- default: 在不通过“程序坞”(Dock) 或“访达”(Finder) 打开的情况下,文件将在其所在文件夹的已有窗口中打开,或在上一个活动窗口中打开\n- on: 文件将在新窗口中打开\n- off: 文件将在其所在文件夹的已有窗口中打开,或在上一个活动窗口中打开\n注意此设置可能会被忽略 (例如,在使用 -new-window 或 -reuse-window 命令行选项时)。",
"openFilesInNewWindow": "控制是否在新窗口中打开文件。\n- default: 除了从软件内部选择的文件 (如,从“文件”菜单选择),其他所有文件都将在新窗口中打开\n- on: 文件将在新窗口中打开\n- off: 文件将在其所在文件夹的已有窗口中打开,或在上一个活动窗口中打开\n注意此设置可能会被忽略 (例如,在使用 -new-window 或 -reuse-window 命令行选项时)。",
"window.openFoldersInNewWindow.on": "文件夹将在新窗口中打开",
"window.openFoldersInNewWindow.off": "文件夹将替换上一个活动窗口",
"window.openFoldersInNewWindow.default": "文件夹在新窗口中打开,除非从应用程序内选取一个文件夹(例如,通过“文件”菜单)",
"openFoldersInNewWindow": "控制文件夹应在新窗口中打开还是替换上一活动窗口。\n- default: 文件夹将在新窗口中打开,除非文件是从应用程序内选取的(例如通过“文件”菜单)\n- on: 文件夹将在新窗口中打开\n- off: 文件夹将替换上一活动窗口\n注意可能仍会存在忽略此设置的情况(例如当使用 -new-window 或 -reuse-window 命令行选项时)。",
"window.openWithoutArgumentsInNewWindow.on": "打开一个新的空窗口",
"window.openWithoutArgumentsInNewWindow.off": "聚焦于最后活动的运行实例",
"openWithoutArgumentsInNewWindow": "控制在另一实例无参启动时打开新的空窗口或是聚焦到最后运行的实例\n- on: 打开新的空窗口\n- off: 最后活动的运行实例将获得焦点\n注意此设置可能会被忽略 (例如,在使用 -new-window 或 -reuse-window 命令行选项时)。",
"window.reopenFolders.all": "重新打开所有窗口。",
"window.reopenFolders.folders": "重新打开所有文件夹。空工作区将不会被恢复。",
"window.reopenFolders.one": "重新打开上一个活动窗口。",
@ -58,7 +63,7 @@
"restoreWindows": "控制重启后重新打开窗口的方式。选择 \"none\" 则永远在启动时打开一个空工作区,\"one\" 则重新打开最后使用的窗口,\"folders\" 则重新打开所有含有文件夹的窗口,\"all\" 则重新打开上次会话的所有窗口。",
"restoreFullscreen": "如果窗口已退出全屏模式,控制其是否应还原为全屏模式。",
"zoomLevel": "调整窗口的缩放级别。原始大小是 0每次递增(例如 1)或递减(例如 -1)表示放大或缩小 20%。也可以输入小数以便以更精细的粒度调整缩放级别。",
"title": "根据活动编辑器控制窗口标题。变量基于上下文进行替换:\n${activeEditorShort}: 文件名 (如 myFile.txt)\n${activeEditorMedium}: 相对于工作区文件夹的文件路径 (如 myFolder/myFile.txt)\n${activeEditorLong}: 文件的完整路径 (如 /Users/Development/myProject/myFolder/myFile.txt)\n${folderName}: 文件所在工作区文件夹名称 (如 myFolder)\n${folderPath}: 文件所在工作区文件夹路径 (如 /Users/Development/myFolder)\n${rootName}: 工作区名称 (如 myFolder 或 myWorkspace)\n${rootPath}: 工作区路径 (如 /Users/Development/myWorkspace)\n${appName}: 如 VS Code\n${dirty}: 活动编辑器有更新时显示的更新指示器\n${separator}: 仅在被有值变量包围时显示的分隔符 (\" - \")",
"title": "根据活动编辑器控制窗口标题。变量基于上下文进行替换:\n${activeEditorShort}: 文件名 (如 myFile.txt)\n${activeEditorMedium}: 相对于工作区文件夹的文件路径 (如 myFolder/myFile.txt)\n${activeEditorLong}: 文件的完整路径 (如 /Users/Development/myProject/myFolder/myFile.txt)\n${folderName}: 文件所在工作区文件夹名称 (如 myFolder)\n${folderPath}: 文件所在工作区文件夹路径 (如 /Users/Development/myFolder)\n${rootName}: 工作区名称 (如 myFolder 或 myWorkspace)\n${rootPath}: 工作区路径 (如 /Users/Development/myWorkspace)\n${appName}: 如 VS Code\n${dirty}: 活动编辑器有更新时显示的更新指示器\n${separator}: 仅在被有值变量或静态文本包围时显示的分隔符 (\" - \")",
"window.newWindowDimensions.default": "在屏幕中心打开新窗口。",
"window.newWindowDimensions.inherit": "以与上一个活动窗口相同的尺寸打开新窗口。",
"window.newWindowDimensions.maximized": "打开最大化的新窗口。",
@ -74,6 +79,7 @@
"autoDetectHighContrast": "如果已启用,将自动更改为高对比度主题;如果 Windows 正在使用高对比度主题,则当离开 Windows 高对比度主题时会更改为深色主题。",
"titleBarStyle": "调整窗口标题栏的外观。更改需要在完全重启后才能应用。",
"window.nativeTabs": "\n启用macOS Sierra窗口选项卡。请注意更改需要完全重新启动程序才能生效。如果配置此选项本机选项卡将禁用自定义标题栏样式。",
"window.smoothScrollingWorkaround": "启用解决方案来修复还原最小化的 VS Code 窗口后平滑滚动消失的问题。这个滚动的卡顿问题出现在拥有精确式触控板的设备上,比如来自 Microsoft 的 Surface 设备(https://github.com/Microsoft/vscode/issues/13612)。如果启用这个解决方案,窗口布局可能会在从最小化状态中还原后有些许闪烁,其他方面则无大碍。",
"zenModeConfigurationTitle": "Zen 模式",
"zenMode.fullScreen": "控制打开 Zen Mode 是否也会将工作台置于全屏模式。",
"zenMode.centerLayout": "控制是否在 Zen 模式中启用居中布局",

View file

@ -14,6 +14,7 @@
"breakpointUnverifieddHover": "未验证的断点",
"functionBreakpointUnsupported": "不受此调试类型支持的函数断点",
"breakpointDirtydHover": "未验证的断点。对文件进行了修改,请重启调试会话。",
"logBreakpointUnsupported": "不受此调试类型支持的记录点",
"conditionalBreakpointUnsupported": "不受此调试类型支持的条件断点",
"hitBreakpointUnsupported": "命中不受此调试类型支持的条件断点"
}

View file

@ -24,16 +24,12 @@
"restartFrame": "重新启动框架",
"removeBreakpoint": "删除断点",
"removeAllBreakpoints": "删除所有断点",
"enableBreakpoint": "启用断点",
"disableBreakpoint": "禁用断点",
"enableAllBreakpoints": "启用所有断点",
"disableAllBreakpoints": "禁用所有断点",
"activateBreakpoints": "激活断点",
"deactivateBreakpoints": "停用断点",
"reapplyAllBreakpoints": "重新应用所有断点",
"addFunctionBreakpoint": "添加函数断点",
"addConditionalBreakpoint": "添加条件断点...",
"editConditionalBreakpoint": "编辑断点...",
"setValue": "设置值",
"addWatchExpression": "添加表达式",
"editWatchExpression": "编辑表达式",

View file

@ -8,6 +8,7 @@
],
"toggleBreakpointAction": "调试: 切换断点",
"conditionalBreakpointEditorAction": "调试: 添加条件断点...",
"logPointEditorAction": "调试: 添加记录点...",
"runToCursor": "运行到光标处",
"debugEvaluate": "调试: 求值",
"debugAddToWatch": "调试: 添加到监视",

View file

@ -6,6 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"fileLinkMac": "点击以跟进(Cmd + 点击打开到侧边)",
"fileLink": "点击以跟进(Ctrl + 点击打开到侧边))"
"fileLinkMac": "单击打开 (按住 Cmd 键并单击在侧边打开)",
"fileLink": "单击打开 (按住 Ctrl 键并单击在侧边打开)"
}

View file

@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"breakpointWidgetLogMessagePlaceholder": "断点命中时记录的消息。“Enter”键确认“Esc”键取消。",
"breakpointWidgetHitCountPlaceholder": "在满足命中次数条件时中断。按 \"Enter\" 表示接受,\"Esc\" 表示取消。",
"breakpointWidgetExpressionPlaceholder": "在表达式计算结果为 true 时中断。按 \"Enter\" 表示接受,\"Esc\" 表示取消。",
"breakpointWidgetLogMessageAriaLabel": "程序将在每次命中此断点时记录这条消息。按 Enter 键接受或按 Esc 键取消。",
"breakpointWidgetHitCountAriaLabel": "如果达到命中次数,程序仅会在此处停止。按 Enter 接受或按 Esc 取消。",
"breakpointWidgetAriaLabel": "如果此条件为 true程序仅会在此处停止。按 Enter 接受或按 Esc 取消。",
"expression": "表达式",
"hitCount": "命中次数",
"logMessage": "记录消息"
}

View file

@ -6,6 +6,9 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"editBreakpoint": "编辑断点...",
"disableBreakpoint": "禁用断点",
"enableBreakpoint": "启用断点",
"removeBreakpoints": "删除断点",
"removeBreakpointOnColumn": "在列 {0} 上删除断点",
"removeLineBreakpoint": "删除行断点",
@ -18,5 +21,7 @@
"enableBreakpoints": "在列 {0} 上启用断点",
"enableBreakpointOnLine": "启用行断点",
"addBreakpoint": "添加断点",
"conditionalBreakpoint": "添加条件断点...",
"addLogPoint": "添加记录点...",
"addConfiguration": "添加配置..."
}

View file

@ -29,6 +29,6 @@
"showErrors": "显示错误",
"noFolderWorkspaceDebugError": "无法调试活动文件。请确保它保存在磁盘上,并确保已为该文件类型安装了调试扩展。",
"cancel": "取消",
"DebugTaskNotFound": "找不到 preLaunchTask“{0}”。",
"taskNotTracked": "无法跟踪 preLaunchTask “{0}”。"
"DebugTaskNotFound": "找不到任务“{0}”。",
"taskNotTracked": "无法跟踪任务“{0}”。"
}

View file

@ -18,6 +18,7 @@
"debugRequest": "请求配置类型。可以是“启动”或“附加”。",
"debugServer": "仅用于调试扩展开发: 如果已指定端口VS 代码会尝试连接到在服务器模式中运行的调试适配器",
"debugPrelaunchTask": "调试会话开始前要运行的任务。",
"debugPostDebugTask": "调试会话结束后运行的任务。",
"debugWindowsConfiguration": "特定于 Windows 的启动配置属性。",
"debugOSXConfiguration": "特定于 OS X 的启动配置属性。",
"debugLinuxConfiguration": "特定于 Linux 的启动配置属性。",

View file

@ -58,6 +58,9 @@
"configureWorkspaceFolderRecommendedExtensions": "配置建议的扩展(工作区文件夹)",
"malicious tooltip": "此扩展被报告存在问题。",
"malicious": "恶意扩展",
"disabled": "已禁用",
"disabled globally": "已禁用",
"disabled workspace": "已在此工作区禁用",
"disableAll": "禁用所有已安装的扩展",
"disableAllWorkspace": "禁用此工作区的所有已安装的扩展",
"enableAll": "启用所有扩展",

View file

@ -0,0 +1,61 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"name": "扩展名",
"extension id": "扩展标识符",
"preview": "预览版",
"builtin": "内置",
"publisher": "发布服务器名称",
"install count": "安装计数",
"rating": "评级",
"repository": "存储库",
"license": "许可证",
"details": "详细信息",
"contributions": "发布内容",
"changelog": "更改日志",
"dependencies": "依赖项",
"noReadme": "无可用自述文件。",
"noChangelog": "无可用的更改日志。",
"noContributions": "没有发布内容",
"noDependencies": "没有依赖项",
"settings": "设置({0})",
"setting name": "名称",
"description": "描述",
"default": "默认",
"debuggers": "调试程序({0})",
"debugger name": "名称",
"debugger type": "类型",
"views": "视图 ({0})",
"view id": "ID",
"view name": "名称",
"view location": "位置",
"localizations": "本地化 ({0})",
"localizations language id": "语言 ID",
"localizations language name": "语言名称",
"localizations localized language name": "语言的本地名称",
"colorThemes": "颜色主题 ({0})",
"iconThemes": "图标主题 ({0})",
"colors": "颜色 ({0})",
"colorId": "ID",
"defaultDark": "深色默认",
"defaultLight": "浅色默认",
"defaultHC": "高对比度默认",
"JSON Validation": "JSON 验证({0})",
"fileMatch": "匹配文件",
"schema": "结构",
"commands": "命令({0})",
"command name": "名称",
"keyboard shortcuts": "键盘快捷方式",
"menuContexts": "菜单上下文",
"languages": "语言({0})",
"language id": "ID",
"language name": "名称",
"file extensions": "文件扩展名",
"grammar": "语法",
"snippets": "代码片段"
}

View file

@ -7,7 +7,7 @@
"Do not edit this file. It is machine generated."
],
"neverShowAgain": "不再显示",
"searchMarketplace": "搜索应用商店",
"searchMarketplace": "搜索商店",
"showLanguagePackExtensions": "商店中有可以将 VS Code 本地化为“{0}”语言的扩展。",
"dynamicWorkspaceRecommendation": "您可能会对这个扩展感兴趣,它在 {0} 存储库的用户间流行。",
"exeBasedRecommendation": "根据你安装的 {0},向你推荐此扩展。",

View file

@ -12,7 +12,9 @@
"recommendedExtensions": "推荐",
"otherRecommendedExtensions": "其他推荐",
"workspaceRecommendedExtensions": "工作区推荐",
"builtInExtensions": "内置",
"builtInExtensions": "功能",
"builtInThemesExtensions": "主题",
"builtInBasicsExtensions": "语言",
"searchExtensions": "在商店中搜索扩展",
"sort by installs": "排序依据: 安装计数",
"sort by rating": "排序依据: 分级",

View file

@ -8,6 +8,8 @@
],
"textFileEditor": "文本文件编辑器",
"createFile": "创建文件",
"relaunchWithIncreasedMemoryLimit": "重新启动",
"configureMemoryLimit": "配置",
"fileEditorWithInputAriaLabel": "{0}。文本文件编辑器。",
"fileEditorAriaLabel": "文本文件编辑器。"
}

View file

@ -17,7 +17,7 @@
"compareActiveWithSaved": "比较活动与已保存的文件",
"closeEditor": "关闭编辑器",
"view": "查看",
"openToSide": "打开到侧边",
"openToSide": "在侧边打开",
"revealInWindows": "在资源管理器中显示",
"revealInMac": "在 Finder 中显示",
"openContainer": "打开所在的文件夹",

View file

@ -34,8 +34,10 @@
"confirmDeleteMessageFolder": "是否确定要永久删除“{0}”及其内容?",
"confirmDeleteMessageFile": "是否确定要永久删除“{0}”?",
"irreversible": "此操作不可逆!",
"cancel": "取消",
"permDelete": "永久删除",
"binFailed": "无法删除到回收站。是否永久删除?",
"trashFailed": "无法删除到废纸篓。是否永久删除?",
"deletePermanentlyButtonLabel": "永久删除(&&D)",
"retryButtonLabel": "重试(&&R)",
"importFiles": "导入文件",
"confirmOverwrite": "目标文件夹中已存在具有相同名称的文件或文件夹。是否要替换它?",
"replaceButtonLabel": "替换(&&R)",

View file

@ -35,8 +35,10 @@
"hotExit": "控制是否在会话间记住未保存的文件,以允许在退出编辑器时跳过保存提示。",
"useExperimentalFileWatcher": "使用新的试验文件观察程序。",
"defaultLanguage": "分配给新文件的默认语言模式。",
"maxMemoryForLargeFilesMB": "在尝试打开大型文件时,重新启动程序后应用的新的内存限制 (MB)。如果您希望以较高的限制启动,可以在命令行启动时添加参数 \"--max-memory=新的大小\" 。",
"editorConfigurationTitle": "编辑器",
"formatOnSave": "保存时设置文件的格式。格式化程序必须可用,不能自动保存文件,并且不能关闭编辑器。",
"formatOnSaveTimeout": "在保存时格式化操作的超时时间。为 formatOnSave 命令指定时间限制 (单位: 毫秒)。运行超过设定时间的命令将被取消。",
"explorerConfigurationTitle": "文件资源管理器",
"openEditorsVisible": "在“打开的编辑器”窗格中显示的编辑器数量。",
"autoReveal": "控制资源管理器是否应在打开文件时自动显示并选择它们。",

View file

@ -13,7 +13,9 @@
"dropFolder": "你是否要将文件夹添加到工作区?",
"addFolders": "添加文件夹(&&A)",
"addFolder": "添加文件夹(&&A)",
"confirmRootsMove": "是否确定要更改工作区中多个根文件夹的顺序?",
"confirmMultiMove": "是否确定要移动以下 {0} 个文件?",
"confirmRootMove": "是否确定要更改工作区中根文件夹“{0}”的顺序?",
"confirmMove": "是否确实要移动“{0}”?",
"doNotAskAgain": "不再询问",
"moveButtonLabel": "移动(&&M)",

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"html.editor.label": "HTML 预览"
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"html.voidInput": "无效的编辑器输入。"
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"developer": "开发者"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"openToolsLabel": "打开 Webview 开发工具",
"refreshWebviewLabel": "重新加载 Webview"
}

View file

@ -6,6 +6,10 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"updateLocale": "是否将 VS Code 的界面语言更换为 {0} 并重新启动?",
"yes": "是",
"no": "否",
"doNotAskAgain": "不再询问",
"JsonSchema.locale": "要使用的 UI 语言。",
"vscode.extension.contributes.localizations": "向编辑器提供本地化内容",
"vscode.extension.contributes.localizations.languageId": "显示字符串翻译的目标语言 ID。",

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"copyMarker": "复制",
"copyMarkerMessage": "复制消息"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"totalProblems": "总计 {0} 个问题",
"filteredProblems": "显示 {0} 个 (共 {1} 个) 问题"
}

View file

@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"label": "问题",
"tooltip.1": "此文件存在 1 个问题",
"tooltip.N": "此文件存在 {0} 个问题",
"markers.showOnFile": "显示关于文件与文件夹的错误与警告。"
}

View file

@ -0,0 +1,44 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"viewCategory": "查看",
"problems.view.toggle.label": "切换问题 (错误、警告、信息) 视图",
"problems.view.focus.label": "聚焦于问题 (错误、警告、信息) 视图",
"problems.panel.configuration.title": "问题预览",
"problems.panel.configuration.autoreveal": "控制问题预览是否应在打开文件时自动显示它们。",
"markers.panel.title.problems": "问题",
"markers.panel.aria.label.problems.tree": "按文件分组的问题",
"markers.panel.no.problems.build": "目前尚未在工作区检测到问题。",
"markers.panel.no.problems.filters": "使用提供的筛选条件未找到结果",
"markers.panel.action.filter": "筛选器问题",
"markers.panel.filter.placeholder": "按类型或文本进行筛选",
"markers.panel.filter.errors": "错误",
"markers.panel.filter.warnings": "警告",
"markers.panel.filter.infos": "信息",
"markers.panel.single.error.label": "1 个错误",
"markers.panel.multiple.errors.label": "{0} 个错误",
"markers.panel.single.warning.label": "1 条警告",
"markers.panel.multiple.warnings.label": "{0} 条警告",
"markers.panel.single.info.label": "1 条信息",
"markers.panel.multiple.infos.label": "{0} 条信息",
"markers.panel.single.unknown.label": "1 个未知",
"markers.panel.multiple.unknowns.label": "{0} 个未知",
"markers.panel.at.ln.col.number": "({0}{1})",
"problems.tree.aria.label.resource": "含有 {1} 问题的 {0}",
"problems.tree.aria.label.marker.relatedInformation": "此问题包含对 {0} 个位置的引用。",
"problems.tree.aria.label.error.marker": "{0} 生成的错误: {2} 行 {3} 列,{1}。{4}",
"problems.tree.aria.label.error.marker.nosource": "错误: {1} 行 {2} 列,{0}。{3}",
"problems.tree.aria.label.warning.marker": "{0} 生成的警告: {2} 行 {3} 列,{1}。{4}",
"problems.tree.aria.label.warning.marker.nosource": "警告: {1} 行 {2} 列,{0}。{3}",
"problems.tree.aria.label.info.marker": "{0} 生成的信息: {2} 行 {3} 列,{1}。{4}",
"problems.tree.aria.label.info.marker.nosource": "信息: {1} 行 {2} 列,{0}。{3}",
"problems.tree.aria.label.marker": "{0} 生成的问题: {2} 行 {3} 列,{1}。{4}",
"problems.tree.aria.label.marker.nosource": "问题: {1} 行 {2} 列,{0}。{3}",
"problems.tree.aria.label.relatedinfo.message": "{3} 的 {1} 行 {2} 列,{0}",
"errors.warnings.show.label": "显示错误和警告"
}

View file

@ -9,5 +9,6 @@
"toggleOutput": "切换输出",
"clearOutput": "清除输出",
"toggleOutputScrollLock": "切换输出 Scroll Lock",
"switchToOutput.label": "切换到输出"
"switchToOutput.label": "切换到输出",
"openInLogViewer": "打开日志文件"
}

View file

@ -9,5 +9,6 @@
"output": "输出",
"logViewer": "日志查看器",
"viewCategory": "查看",
"clearOutput.label": "清除输出"
"clearOutput.label": "清除输出",
"openActiveLogOutputFile": "查看: 打开活动日志输出文件"
}

View file

@ -7,6 +7,8 @@
"Do not edit this file. It is machine generated."
],
"keybindingsInputName": "键盘快捷方式",
"showDefaultKeybindings": "显示默认键绑定",
"showUserKeybindings": "显示用户键绑定",
"SearchKeybindings.AriaLabel": "搜索键绑定",
"SearchKeybindings.Placeholder": "搜索键绑定",
"sortByPrecedene": "按优先级排序",

View file

@ -8,8 +8,6 @@
],
"nextSearchIncludePattern": "显示下一个搜索包含模式",
"previousSearchIncludePattern": "显示上一个搜索包含模式",
"nextSearchExcludePattern": "显示下一个搜索排除模式",
"previousSearchExcludePattern": "显示上一个搜索排除模式",
"nextSearchTerm": "显示下一个搜索词",
"previousSearchTerm": "显示上一个搜索词",
"showSearchViewlet": "显示搜索",

View file

@ -7,10 +7,9 @@
"Do not edit this file. It is machine generated."
],
"moreSearch": "切换搜索详细信息",
"searchScope.includes": "要包含的文件",
"label.includes": "搜索包含模式",
"searchScope.excludes": "要排除的文件",
"label.excludes": "搜索排除模式",
"searchIncludeExclude.label": "包含或排除的文件",
"searchIncludeExclude.ariaLabel": "搜索中包含或排除项的模式",
"searchIncludeExclude.placeholder": "例: src, !*.ts, test/**/*.log",
"replaceAll.confirmation.title": "全部替换",
"replaceAll.confirm.button": "替换(&&R)",
"replaceAll.occurrence.file.message": "已将 {1} 文件中出现的 {0} 替换为“{2}”。",

View file

@ -45,6 +45,7 @@
"PatternTypeSchema.description": "问题模式或者所提供或预定义问题模式的名称。如果已指定基准,则可以省略。",
"ProblemMatcherSchema.base": "要使用的基问题匹配程序的名称。",
"ProblemMatcherSchema.owner": "代码内问题的所有者。如果指定了基准,则可省略。如果省略,并且未指定基准,则默认值为“外部”。",
"ProblemMatcherSchema.source": "描述此诊断信息来源的人类可读字符串。如,\"typescript\" 或 \"super lint\"。",
"ProblemMatcherSchema.severity": "捕获问题的默认严重性。如果模式未定义严重性的匹配组,则使用。",
"ProblemMatcherSchema.applyTo": "控制文本文档上报告的问题是否仅应用于打开、关闭或所有文档。",
"ProblemMatcherSchema.fileLocation": "定义应如何解释问题模式中报告的文件名。",

View file

@ -28,6 +28,15 @@
"JsonSchema.tasks.group.none": "将任务分配为没有组",
"JsonSchema.tasks.group": "定义此任务属于的执行组。它支持 \"build\" 以将其添加到生成组,也支持 \"test\" 以将其添加到测试组。",
"JsonSchema.tasks.type": "定义任务是被作为进程运行还是在 shell 中作为命令运行。",
"JsonSchema.command.quotedString.value": "实际命令值",
"JsonSchema.tasks.quoting.escape": "使用 Shell 的转义字符来转义文本 (如PowerShell 下的 ` 和 bash 下的 \\ )",
"JsonSchema.tasks.quoting.strong": "使用 Shell 的强引用字符来引用参数 (如,在 PowerShell 和 bash 下的 \" )。",
"JsonSchema.tasks.quoting.weak": "使用 Shell 的弱引用字符来引用参数 (如,在 PowerShell 和 bash 下的 ' )。",
"JsonSchema.command.quotesString.quote": "如何引用命令值。",
"JsonSchema.command": "要执行的命令。可以是外部程序或 shell 命令。",
"JsonSchema.args.quotedString.value": "实际参数值",
"JsonSchema.args.quotesString.quote": "如何引用参数值。",
"JsonSchema.tasks.args": "在调用此任务时传递给命令的参数。",
"JsonSchema.tasks.label": "任务的用户界面标签",
"JsonSchema.version": "配置的版本号。",
"JsonSchema.tasks.identifier": "用于在 launch.json 或 dependsOn 子句中引用任务的用户定义标识符。",

View file

@ -8,9 +8,11 @@
],
"tasksCategory": "任务",
"ConfigureTaskRunnerAction.label": "配置任务",
"problems": "问题",
"totalErrors": "{0} 个错误",
"totalWarnings": "{0} 条警告",
"totalInfos": "{0} 条信息",
"building": "正在生成...",
"manyMarkers": "99+",
"manyProblems": "1万+",
"runningTasks": "显示运行中的任务",
"tasks": "任务",
"TaskSystem.noHotSwap": "在有活动任务运行时更换任务执行引擎需要重新加载窗口",
@ -46,8 +48,8 @@
"recentlyUsed": "最近使用的任务",
"configured": "已配置的任务",
"detected": "检测到的任务",
"TaskService.ignoredFolder": "由于使用任务版本 0.1.0,以下工作区文件夹将被忽略: {0}",
"TaskService.notAgain": "不再显示",
"TaskService.ignoredFolder": "由于使用任务版本 0.1.0,以下工作区文件夹将被忽略: {0}",
"TaskService.pickRunTask": "选择要运行的任务",
"TaslService.noEntryToRun": "没有找到要运行的任务。配置任务...",
"TaskService.fetchingBuildTasks": "正在获取生成任务...",

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"ConfigurationParser.invalidCWD": "警告: options.cwd 必须属于字符串类型。正在忽略值 {0}\n",
"ConfigurationParser.inValidArg": "错误: 命令参数必须是字符串或有效引用的字符串。提供的值为: {0}",
"ConfigurationParser.noargs": "错误: 命令参数必须是字符串数组。提供的值为:\n{0}",
"ConfigurationParser.noShell": "警告: 仅当在终端中执行任务时支持 shell 配置。",
"ConfigurationParser.noName": "错误: 声明范围内的问题匹配程序必须具有名称:\n{0}\n",
@ -17,7 +18,6 @@
"ConfigurationParser.missingRequiredProperty": "错误: 任务配置“{0}”缺失必要属性“{1}”。将忽略该任务。",
"ConfigurationParser.notCustom": "错误: 任务未声明为自定义任务。将忽略配置。\n{0}\n",
"ConfigurationParser.noTaskName": "错误: 任务必须提供 label 属性。将忽略该任务。\n{0}\n",
"taskConfiguration.shellArgs": "警告: 任务“{0}”是 shell 命令,而且其中一个参数可能含有未转义的空格。若要确保命令行引用正确,请将参数合并到该命令。",
"taskConfiguration.noCommandOrDependsOn": "错误:任务“{0}”既不指定命令,也不指定 dependsOn 属性。将忽略该任务。其定义为:\n{1}",
"taskConfiguration.noCommand": "错误: 任务“{0}”未定义命令。将忽略该任务。其定义为:\n{1}",
"TaskParse.noOsSpecificGlobalTasks": "任务版本 2.0.0 不支持全局操作系统特定任务。请将他们转换为含有操作系统特定命令的任务。受影响的任务有:\n{0}"

View file

@ -51,5 +51,9 @@
"workbench.action.terminal.hideFindWidget": "隐藏查找小组件",
"nextTerminalFindTerm": "显示下一个搜索结果",
"previousTerminalFindTerm": "显示上一个搜索结果",
"quickOpenTerm": "切换活动终端"
"quickOpenTerm": "切换活动终端",
"workbench.action.terminal.focusPreviousCommand": "聚焦于上一条命令",
"workbench.action.terminal.focusNextCommand": "聚焦于下一条命令",
"workbench.action.terminal.selectToPreviousCommand": "选择上一条命令所有内容",
"workbench.action.terminal.selectToNextCommand": "选择下一条命令所有内容"
}

View file

@ -7,8 +7,8 @@
"Do not edit this file. It is machine generated."
],
"copy": "复制",
"split": "拆分",
"paste": "粘贴",
"selectAll": "全选",
"clear": "清除",
"split": "拆分"
"clear": "清除"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"releaseNotesInputName": "发行说明: {0}",
"unassigned": "未分配"
}

View file

@ -7,7 +7,6 @@
"Do not edit this file. It is machine generated."
],
"later": "稍后",
"unassigned": "未分配",
"releaseNotes": "发行说明",
"showReleaseNotes": "显示发行说明",
"read the release notes": "欢迎使用 {0} v{1}! 是否要阅读发布说明?",

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"webview.editor.label": "webview 编辑器"
}

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"telemetryOptOut.optOutNotice": "帮助改善 VS Code允许 Microsoft 收集使用数据。请阅读我们的[隐私声明]({0})并了解如何[选择退出]({1})。",
"telemetryOptOut.optInNotice": "帮助改善 VS Code允许 Microsoft 收集使用数据。请阅读我们的[隐私声明]({0})并了解如何[选择加入]({1})。",
"telemetryOptOut.readMore": "了解详细信息"
}

View file

@ -0,0 +1,21 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"canNotResolveWorkspaceFolderMultiRoot": "无法在多文件夹工作区中解析 ${workspaceFolder}。使用 : 和文件夹名称来限定此变量的作用域。",
"canNotResolveWorkspaceFolder": "无法解析 ${workspaceFolder}。请打开一个文件夹。",
"canNotResolveFolderBasenameMultiRoot": "无法在多文件夹工作区中解析 ${workspaceFolderBasename}。使用 : 和文件夹名称来限定此变量的作用域。",
"canNotResolveFolderBasename": "无法解析 ${workspaceFolderBasename}。请打开一个文件夹。",
"canNotResolveLineNumber": "无法解析 ${lineNumber}。请打开一个编辑器。",
"canNotResolveSelectedText": "无法解析 ${selectedText}。请打开一个编辑器。",
"canNotResolveFile": "无法解析 ${file}。请打开一个编辑器。",
"canNotResolveRelativeFile": "无法解析 ${relativeFile}。请打开一个编辑器。",
"canNotResolveFileDirname": "无法解析 ${fileDirname}。请打开一个编辑器。",
"canNotResolveFileExtname": "无法解析 ${fileExtname}。请打开一个编辑器。",
"canNotResolveFileBasename": "无法解析 ${fileBasename}。请打开一个编辑器。",
"canNotResolveFileBasenameNoExtension": "无法解析 ${fileBasenameNoExtension}。请打开一个编辑器。"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"yesButton": "是(&&Y)",
"cancelButton": "取消"
}

View file

@ -10,7 +10,7 @@
"neverShowAgain": "不再显示",
"netVersionError": "需要 Microsoft .NET Framework 4.5。请访问链接安装它。",
"learnMore": "说明",
"enospcError": "{0} 的文件句柄已用完。 请按照说明解决此问题。",
"enospcError": "{0} 无法监视这个大型工作区的文件变化。请访问说明链接解决此问题。",
"binFailed": "未能将“{0}”移动到回收站",
"trashFailed": "未能将“{0}”移动到废纸篓"
}

View file

@ -9,7 +9,7 @@
"fileInvalidPath": "无效的文件资源({0})",
"fileIsDirectoryError": "文件是目录",
"fileNotModifiedError": "自以下时间未修改的文件:",
"fileTooLargeForHeapError": "文件大小超过窗口内存限制,请尝试运行 code --max-memory=[新的大小]",
"fileTooLargeForHeapError": "文件大小超过默认内存限制。您可以使用更高的限制重新启动,当前限制为 {0}MB",
"fileTooLargeError": "文件太大,无法打开",
"fileNotFoundError": "找不到文件({0})",
"fileBinaryError": "文件似乎是二进制文件,无法作为文档打开",

View file

@ -7,5 +7,6 @@
"Do not edit this file. It is machine generated."
],
"progress.subtitle": "{0} - {1}",
"progress.title": "{0}: {1}"
"progress.title": "{0}: {1}",
"cancel": "取消"
}

View file

@ -11,5 +11,6 @@
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 文件所用的 textmate 范围名称。",
"vscode.extension.contributes.grammars.path": "tmLanguage 文件的路径。该路径是相对于扩展文件夹,通常以 \"./syntaxes/\" 开头。",
"vscode.extension.contributes.grammars.embeddedLanguages": "如果此语法包含嵌入式语言,则为作用域名称到语言 ID 的映射。",
"vscode.extension.contributes.grammars.tokenTypes": "从作用域名到标记类型的映射。",
"vscode.extension.contributes.grammars.injectTo": "此语法注入到的语言范围名称列表。"
}

View file

@ -11,6 +11,7 @@
"invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
"invalid.injectTo": "\"contributes.{0}.injectTo\" 中的值无效。必须为语言范围名称数组。提供的值: {1}",
"invalid.embeddedLanguages": "\"contributes.{0}.embeddedLanguages\" 中的值无效。必须为从作用域名称到语言的对象映射。提供的值: {1}",
"invalid.tokenTypes": "“contributes.{0}.tokenTypes”的值无效。其必须为从作用域名到标记类型的对象映射。当前值: {1}",
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
"no-tm-grammar": "没有注册这种语言的 TM 语法。"
}

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"cssserver.name": "CSS 語言伺服器",
"folding.start": "摺疊區域開始",
"folding.end": "摺疊區域結束"
}

View file

@ -0,0 +1,81 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": "CSS 語言功能",
"description": "為 CSS, LESS 和 SCSS 檔案提供豐富的語言支援 ",
"css.title": "CSS",
"css.lint.argumentsInColorFunction.desc": "參數數目無效",
"css.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"css.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"css.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"css.lint.emptyRules.desc": "請勿使用空白規則集",
"css.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"css.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"css.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"css.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"css.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"css.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"css.lint.importStatement.desc": "匯入陳述式不會平行載入",
"css.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"css.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"css.lint.unknownProperties.desc": "未知的屬性。",
"css.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"css.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"css.lint.zeroUnits.desc": "零不需要任何單位",
"css.trace.server.desc": "追蹤 VS Code 與 CSS 語言伺服器之間的通訊。",
"css.validate.title": "控制 CSS 驗證與問題嚴重性。",
"css.validate.desc": "啟用或停用所有驗證",
"less.title": "LESS",
"less.lint.argumentsInColorFunction.desc": "參數數目無效",
"less.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"less.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"less.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"less.lint.emptyRules.desc": "請勿使用空白規則集",
"less.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"less.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"less.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"less.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"less.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"less.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"less.lint.importStatement.desc": "匯入陳述式不會平行載入",
"less.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"less.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"less.lint.unknownProperties.desc": "未知的屬性。",
"less.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"less.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"less.lint.zeroUnits.desc": "零不需要任何單位",
"less.validate.title": "控制 LESS 驗證與問題嚴重性。",
"less.validate.desc": "啟用或停用所有驗證",
"scss.title": "SCSS (Sass)",
"scss.lint.argumentsInColorFunction.desc": "參數數目無效",
"scss.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"scss.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"scss.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"scss.lint.emptyRules.desc": "請勿使用空白規則集",
"scss.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"scss.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"scss.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"scss.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"scss.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"scss.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"scss.lint.importStatement.desc": "匯入陳述式不會平行載入",
"scss.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"scss.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"scss.lint.unknownProperties.desc": "未知的屬性。",
"scss.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"scss.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"scss.lint.zeroUnits.desc": "零不需要任何單位",
"scss.validate.title": "控制 SCSS 驗證與問題嚴重性。",
"scss.validate.desc": "啟用或停用所有驗證",
"less.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"scss.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"css.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"css.colorDecorators.enable.deprecationMessage": "設定 `css.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。",
"scss.colorDecorators.enable.deprecationMessage": "設定 `scss.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。",
"less.colorDecorators.enable.deprecationMessage": "設定 `less.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。"
}

View file

@ -5,77 +5,5 @@
"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": "CSS 語言功能",
"description": "為 CSS, LESS 和 SCSS 檔案提供豐富的語言支援 ",
"css.title": "CSS",
"css.lint.argumentsInColorFunction.desc": "參數數目無效",
"css.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"css.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"css.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"css.lint.emptyRules.desc": "請勿使用空白規則集",
"css.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"css.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"css.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"css.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"css.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"css.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"css.lint.importStatement.desc": "匯入陳述式不會平行載入",
"css.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"css.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"css.lint.unknownProperties.desc": "未知的屬性。",
"css.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"css.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"css.lint.zeroUnits.desc": "零不需要任何單位",
"css.trace.server.desc": "追蹤 VS Code 與 CSS 語言伺服器之間的通訊。",
"css.validate.title": "控制 CSS 驗證與問題嚴重性。",
"css.validate.desc": "啟用或停用所有驗證",
"less.title": "LESS",
"less.lint.argumentsInColorFunction.desc": "參數數目無效",
"less.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"less.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"less.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"less.lint.emptyRules.desc": "請勿使用空白規則集",
"less.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"less.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"less.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"less.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"less.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"less.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"less.lint.importStatement.desc": "匯入陳述式不會平行載入",
"less.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"less.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"less.lint.unknownProperties.desc": "未知的屬性。",
"less.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"less.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"less.lint.zeroUnits.desc": "零不需要任何單位",
"less.validate.title": "控制 LESS 驗證與問題嚴重性。",
"less.validate.desc": "啟用或停用所有驗證",
"scss.title": "SCSS (Sass)",
"scss.lint.argumentsInColorFunction.desc": "參數數目無效",
"scss.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"scss.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"scss.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"scss.lint.emptyRules.desc": "請勿使用空白規則集",
"scss.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"scss.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"scss.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"scss.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"scss.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"scss.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"scss.lint.importStatement.desc": "匯入陳述式不會平行載入",
"scss.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"scss.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"scss.lint.unknownProperties.desc": "未知的屬性。",
"scss.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"scss.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"scss.lint.zeroUnits.desc": "零不需要任何單位",
"scss.validate.title": "控制 SCSS 驗證與問題嚴重性。",
"scss.validate.desc": "啟用或停用所有驗證",
"less.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"scss.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"css.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"css.colorDecorators.enable.deprecationMessage": "設定 `css.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。",
"scss.colorDecorators.enable.deprecationMessage": "設定 `scss.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。",
"less.colorDecorators.enable.deprecationMessage": "設定 `less.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。"
]
}

View file

@ -59,5 +59,6 @@
"emmetPreferencesCssWebkitProperties": "在以 `-` 開頭的 Emmet 縮寫中使用時,會取得 'webkit' 廠商前綴的逗點分隔 CSS 屬性。設定為空白字串可避免總是取得 'webkit' 前綴。",
"emmetPreferencesCssMozProperties": "在以 `-` 開頭的 Emmet 縮寫中使用時,會取得 'moz' 廠商前綴的逗點分隔 CSS 屬性。設定為空白字串可避免總是取得 'moz' 前綴。",
"emmetPreferencesCssOProperties": "在以 `-` 開頭的 Emmet 縮寫中使用時,會取得 'o' 廠商前綴的逗點分隔 CSS 屬性。設定為空白字串可避免總是取得 'o' 前綴。",
"emmetPreferencesCssMsProperties": "在以 `-` 開頭的 Emmet 縮寫中使用時,會取得 'ms' 廠商前綴的逗點分隔 CSS 屬性。設定為空白字串可避免總是取得 'ms' 前綴。"
"emmetPreferencesCssMsProperties": "在以 `-` 開頭的 Emmet 縮寫中使用時,會取得 'ms' 廠商前綴的逗點分隔 CSS 屬性。設定為空白字串可避免總是取得 'ms' 前綴。",
"emmetPreferencesCssFuzzySearchMinScore": "模糊比對的縮寫應該達到最低分數(從 0 到 1)。較低數值可能產生錯誤的比對,較高的數值可能會降低可能的比對。"
}

View file

@ -75,7 +75,7 @@
"ok": "確定",
"push with tags success": "已成功使用標籤推送。",
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
"sync is unpredictable": "此動作會推送認可至`{0}/{1}`並從中提取認可。",
"never again": "確定,不要再顯示",
"no remotes to publish": "您的儲存庫未設定要發行的遠端目標。",
"no changes stash": "沒有變更可供隱藏。",

View file

@ -77,6 +77,7 @@
"config.showInlineOpenFileAction": "控制是否在Git變更列表中的檔名旁顯示“開啟檔案”的動作按鈕。",
"config.inputValidation": "控制何時顯示認可訊息輸入驗證。",
"config.detectSubmodules": "控制是否自動偵測 Git 子模組。",
"config.detectSubmodulesLimit": "控制 Git 子模組的偵測限制",
"colors.modified": "修改資源的顏色。",
"colors.deleted": "刪除資源的顏色",
"colors.untracked": "未追蹤資源的顏色。",

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"htmlserver.name": "HTML 語言伺服器",
"folding.start": "摺疊區域開始",
"folding.end": "摺疊區域結束"
}

View file

@ -0,0 +1,33 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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 語言功能",
"description": "為 HTML、Razor 及 Handlebars 檔案提供豐富的語言支援。",
"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 標籤的自動關閉功能。"
}

View file

@ -5,30 +5,5 @@
"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 語言功能",
"description": "為 HTML、Razor 及 Handlebars 檔案提供豐富的語言支援。",
"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.experimental.syntaxFolding": "啟用/停用語法感知摺疊標記。",
"html.autoClosingTags": "啟用/停用 HTML 標籤的自動關閉功能。"
]
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"jsonserver.name": "JSON 語言伺服器"
}

Some files were not shown because too many files have changed in this diff Show more