mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -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": "折叠区域结束"
|
||||
}
|
||||
81
i18n/chs/extensions/css-language-features/package.i18n.json
Normal file
81
i18n/chs/extensions/css-language-features/package.i18n.json
Normal 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\"。"
|
||||
}
|
||||
@@ -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 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -35,7 +35,7 @@
|
||||
"emmetExtensionsPath": "包含 Emmet 配置文件与代码片段的文件夹路径。",
|
||||
"emmetShowExpandedAbbreviation": "在建议中显示展开的 Emmet 缩写。\n选择 \"inMarkupAndStylesheetFilesOnly\" 选项将仅应用于 html、haml、jade、slim、xml、xsl、css、scss、sass、less 和 stylus 文件。\n选择 \"always\" 选项将应用于所有适用文件不限于标记或 CSS 的所有部分。",
|
||||
"emmetShowAbbreviationSuggestions": "显示可能的 Emmet 缩写作为建议。在样式表中或当 emmet.showExpandedAbbreviation 设置为 \"never\" 时不适用。",
|
||||
"emmetIncludeLanguages": "在默认不支持 Emmet 的语言中启用 Emmet 缩写功能。在此添加该语言与支持 Emmet 的语言之间的映射。\n示例: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
|
||||
"emmetIncludeLanguages": "在默认不支持 Emmet 的语言中启用 Emmet 缩写功能。在此添加该语言与受支持的语言间的映射。\n示例: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
|
||||
"emmetVariables": "用于 Emmet 代码片段的变量",
|
||||
"emmetTriggerExpansionOnTab": "启用后,按下 TAB 键,将展开 Emmet 缩写。",
|
||||
"emmetPreferences": "用于修改 Emmet 某些操作和解析程序的行为的首选项。",
|
||||
@@ -59,5 +59,7 @@
|
||||
"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 之间)。较低的值可能使匹配错误变多,较高的值可能将不会显示应有的匹配项。",
|
||||
"emmetOptimizeStylesheetParsing": "当设置为 false 时,将分析整个文件并确定当前位置能否展开 Emmet 缩写。当设置为 true 时,则仅在 CSS/SCSS/LESS 文件中进行分析。"
|
||||
}
|
||||
@@ -11,9 +11,7 @@
|
||||
"create branch": "$(plus) 创建新分支",
|
||||
"repourl": "存储库 URL",
|
||||
"parent": "父目录",
|
||||
"cancel": "$(sync~spin) 正在克隆存储库... 点击取消",
|
||||
"cancel tooltip": "取消克隆",
|
||||
"cloning": "正在克隆 Git 存储库...",
|
||||
"cloning": "正在克隆 Git 存储库“{0}”...",
|
||||
"openrepo": "打开存储库",
|
||||
"proposeopen": "是否要打开已克隆存储库?",
|
||||
"init": "选择用于初始化 Git 储存库的工作区文件夹",
|
||||
@@ -75,7 +73,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": "没有要储藏的更改。",
|
||||
|
||||
@@ -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\" 设置中配置。",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"command.unstageSelectedRanges": "取消暂存所选范围",
|
||||
"command.clean": "放弃更改",
|
||||
"command.cleanAll": "放弃所有更改",
|
||||
"command.commit": "Commit",
|
||||
"command.commit": "提交",
|
||||
"command.commitStaged": "提交已暂存文件",
|
||||
"command.commitStagedSigned": "提交已暂存文件(已签名)",
|
||||
"command.commitStagedAmend": "已暂存提交(修改)",
|
||||
@@ -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": "未跟踪资源的颜色。",
|
||||
|
||||
@@ -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": "折叠区域结束"
|
||||
}
|
||||
33
i18n/chs/extensions/html-language-features/package.i18n.json
Normal file
33
i18n/chs/extensions/html-language-features/package.i18n.json
Normal 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 标记的自动关闭。"
|
||||
}
|
||||
@@ -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 文件中提供语法高亮、括号匹配和代码片段功能。"
|
||||
}
|
||||
@@ -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 语言服务器"
|
||||
}
|
||||
20
i18n/chs/extensions/json-language-features/package.i18n.json
Normal file
20
i18n/chs/extensions/json-language-features/package.i18n.json
Normal 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\"。"
|
||||
}
|
||||
@@ -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 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -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": "已禁用内容安全警告"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "仅载入安全内容",
|
||||
"insecureLocalContent.title": "允许不安全的本地内容",
|
||||
"insecureLocalContent.description": "允许通过 http 载入来自 localhost 的内容",
|
||||
"insecureContent.title": "允许不安全内容",
|
||||
"insecureContent.description": "允许通过 http 载入内容",
|
||||
"disable.title": "禁用",
|
||||
"disable.description": "允许所有内容,执行所有脚本。不推荐",
|
||||
"moreInfo.title": "详细信息",
|
||||
"enableSecurityWarning.title": "在此工作区中启用预览安全警告",
|
||||
"disableSecurityWarning.title": "在此工作区中取消预览安全警告",
|
||||
"toggleSecurityWarning.description": "不影响内容安全级别",
|
||||
"preview.showPreviewSecuritySelector.title": "选择此工作区中 Markdown 预览的安全设置"
|
||||
}
|
||||
@@ -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": "切换开关锁定预览"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
|
||||
11
i18n/chs/extensions/npm/out/npmView.i18n.json
Normal file
11
i18n/chs/extensions/npm/out/npmView.i18n.json
Normal 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."
|
||||
],
|
||||
"npm.noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。",
|
||||
"npm.scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。"
|
||||
}
|
||||
10
i18n/chs/extensions/npm/out/tasks.i18n.json
Normal file
10
i18n/chs/extensions/npm/out/tasks.i18n.json
Normal 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."
|
||||
],
|
||||
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -12,7 +12,15 @@
|
||||
"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令。",
|
||||
"config.npm.packageManager": "用于运行脚本的程序包管理器。",
|
||||
"config.npm.exclude": "配置应从自动脚本检测中排除的文件夹的 glob 模式。",
|
||||
"config.npm.enableScriptExplorer": "当工作区包含 \"package.json\" 文件时,启用 npm 脚本资源管理器视图。",
|
||||
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}",
|
||||
"taskdef.script": "要自定义的 npm 脚本。",
|
||||
"taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。"
|
||||
"taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。",
|
||||
"view.name": "Npm 脚本",
|
||||
"command.refresh": "刷新",
|
||||
"command.run": "运行",
|
||||
"command.debug": "调试",
|
||||
"command.openScript": "开放",
|
||||
"npm.scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。",
|
||||
"npm.noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。"
|
||||
}
|
||||
@@ -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}。原因未知。"
|
||||
}
|
||||
18
i18n/chs/extensions/php-language-features/package.i18n.json
Normal file
18
i18n/chs/extensions/php-language-features/package.i18n.json
Normal 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 文件提供丰富的语言支持。"
|
||||
}
|
||||
@@ -2,17 +2,10 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"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 文件提供 IntelliSense、lint 和语言基础功能。"
|
||||
"displayName": "PHP 语言基础功能",
|
||||
"description": "为 PHP 文件提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"typescript.projectConfigNoWorkspace": "请在 VS Code 中打开一个文件夹,以使用 TypeScript 或 JavaScript 项目",
|
||||
"typescript.projectConfigUnsupportedFile": "无法确定 TypeScript 或 JavaScript 项目。不受支持的文件类型",
|
||||
"typescript.projectConfigCouldNotGetInfo": "无法确定 TypeScript 或 JavaScript 项目",
|
||||
"typescript.noTypeScriptProjectConfig": "文件不属于 TypeScript 项目。点击[这里]({0})了解更多。",
|
||||
"typescript.noJavaScriptProjectConfig": "文件不属于 JavaScript 项目。点击[这里]({0})了解更多。",
|
||||
"typescript.configureTsconfigQuickPick": "配置 tsconfig.json",
|
||||
"typescript.configureJsconfigQuickPick": "配置 jsconfig.json"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"selectCodeAction": "选择要应用的代码操作",
|
||||
"acquiringTypingsLabel": "正在获取 typings...",
|
||||
"acquiringTypingsDetail": "获取 IntelliSense 的 typings 定义。",
|
||||
"autoImportLabel": "从 {0} 自动导入"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"ts-check": "在 JavaScript 文件中启用语义检查。必须在文件顶部。",
|
||||
"ts-nocheck": "在 JavaScript 文件中禁用语义检查。必须在文件顶部。",
|
||||
"ts-ignore": "取消文件下一行的 @ts-check 错误提示。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"oneImplementationLabel": "1 个实现",
|
||||
"manyImplementationLabel": "{0} 个实现",
|
||||
"implementationsErrorLabel": "无法确定实现"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"typescript.jsDocCompletionItem.documentation": "JSDoc 注释"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"oraganizeImportsAction.title": "整理 import 语句"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"fixAllInFileLabel": "{0} (修复文件中所有)"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"oneReferenceLabel": "1 个引用",
|
||||
"manyReferenceLabel": "{0} 个引用",
|
||||
"referenceErrorLabel": "无法确定引用"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"buildTscLabel": "构建 - {0}",
|
||||
"buildAndWatchTscLabel": "监视 - {0}"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"noServerFound": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
|
||||
"serverCouldNotBeStarted": "无法启动 TypeScript 语言服务器。错误消息为: {0}",
|
||||
"typescript.openTsServerLog.notSupported": "TS 服务器日志记录需要 TS 2.2.2+",
|
||||
"typescript.openTsServerLog.loggingNotEnabled": "TS 服务器日志记录已关闭。请设置 \"typescript.tsserver.log\" 并重启\n TS 服务器以启用日志记录",
|
||||
"typescript.openTsServerLog.enableAndReloadOption": "启用日志记录并重启 TS 服务器",
|
||||
"typescript.openTsServerLog.noLogFile": "TS 服务器尚未启动日志记录。",
|
||||
"openTsServerLog.openFileFailedFailed": "无法打开 TS 服务器日志文件",
|
||||
"serverDiedAfterStart": "TypeScript 语言服务在其启动后已中止 5 次。将不会重启该服务。",
|
||||
"serverDiedReportIssue": "使用英文报告问题",
|
||||
"serverDied": "在过去 5 分钟内,TypeScript 语言服务意外中止了 5 次。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"invalidVersion": "无效版本"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"channelName": "TypeScript"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"hintExclude": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含多个文件的文件夹,例如: {0}",
|
||||
"hintExclude.generic": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含不需要处理的源文件的大型文件夹。",
|
||||
"large.label": "配置排除",
|
||||
"hintExclude.tooltip": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含不需要处理的源文件的大型文件夹。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"installingPackages": "提取数据以实现更好的 TypeScript IntelliSense",
|
||||
"typesInstallerInitializationFailed.title": "无法为 JavaScript 语言功能安装 typings 文件。请确认 NPM 已安装,或在你的用户设置中配置 “typescript.npm”。点击[这里]({0})了解更多。",
|
||||
"typesInstallerInitializationFailed.doNotCheckAgain": "不再显示"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"useVSCodeVersionOption": "使用 VS Code 的版本",
|
||||
"useWorkspaceVersionOption": "使用工作区版本",
|
||||
"learnMore": "了解详细信息",
|
||||
"selectTsVersion": "选择用于 JavaScript 和 TypeScript 语言功能的 TypeScript 版本"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"couldNotLoadTsVersion": "无法获取此目录 TypeScript 的版本",
|
||||
"noBundledServerFound": "VS Code 的 tsserver 已被其他应用程序(例如运行异常的病毒检测工具)删除。请重新安装 VS Code。"
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "JavaScript 和 TypeScript 的语言功能",
|
||||
"description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
|
||||
"typescript.reloadProjects.title": "重载项目",
|
||||
"javascript.reloadProjects.title": "重载项目",
|
||||
"configuration.typescript": "TypeScript",
|
||||
"typescript.useCodeSnippetsOnMethodSuggest.dec": "完成函数的参数签名。",
|
||||
"typescript.tsdk.desc": "指定包含要使用的 tsserver 和 lib*.d.ts 文件的文件夹路径。",
|
||||
"typescript.disableAutomaticTypeAcquisition": "禁用自动获取类型。需要 TypeScript >= 2.0.6。",
|
||||
"typescript.tsserver.log": "将 TS 服务器的日志保存到一个文件。此日志可用于诊断 TS 服务器问题。日志可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
|
||||
"typescript.tsserver.pluginPaths": "其他可搜索 TypeScript 语言服务插件的路径。需要 TypeScript >= 2.3.0。",
|
||||
"typescript.tsserver.pluginPaths.item": "相对或绝对路径。相对路径将根据工作区文件夹进行解析。",
|
||||
"typescript.tsserver.trace": "对发送到 TS 服务器的消息启用跟踪。此跟踪信息可用于诊断 TS 服务器问题。 跟踪信息可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
|
||||
"typescript.validate.enable": "启用/禁用 TypeScript 验证。",
|
||||
"typescript.format.enable": "启用/禁用默认 TypeScript 格式化程序。",
|
||||
"javascript.format.enable": "启用/禁用 JavaScript 格式化程序。",
|
||||
"format.insertSpaceAfterCommaDelimiter": "定义逗号分隔符后面的空格处理。",
|
||||
"format.insertSpaceAfterConstructor": "定义构造器关键字后的空格处理。要求 TypeScript >= 2.3.0。",
|
||||
"format.insertSpaceAfterSemicolonInForStatements": "在 For 语句中,定义分号后面的空格处理。",
|
||||
"format.insertSpaceBeforeAndAfterBinaryOperators": "定义二进制运算符后面的空格处理",
|
||||
"format.insertSpaceAfterKeywordsInControlFlowStatements": "定义控制流语句中关键字后面的空格处理。",
|
||||
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "定义匿名函数的函数关键字后面的空格处理。",
|
||||
"format.insertSpaceBeforeFunctionParenthesis": "在函数参数括号前定义空格处理。需要 TypeScript >= 2.1.5。",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "定义非空小括号的左括号后和右括号前的空格处理方式。",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "定义非空中括号的左括号后和右括号前的空格处理方式。",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": "定义非空大括号的左括号后和右括号前的空格处理方式。要求 TypeScript >= 2.3.0。",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "定义模板字符串的左括号后面和右括号前面的空格处理。要求 TypeScript >= 2.0.6。",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "定义 JSX 表达式左括号后面和右括号前面的空格处理。要求 TypeScript >= 2.0.6。",
|
||||
"format.insertSpaceAfterTypeAssertion": "定义 TypeScript 中类型断言后的空格处理。要求 TypeScript >= 2.4。",
|
||||
"format.placeOpenBraceOnNewLineForFunctions": "定义函数的左大括号是否放置在新的一行。",
|
||||
"format.placeOpenBraceOnNewLineForControlBlocks": "定义控制块的左括号是否放置在新的一行。",
|
||||
"javascript.validate.enable": "启用/禁用 JavaScript 验证。",
|
||||
"typescript.goToProjectConfig.title": "转到项目配置",
|
||||
"javascript.goToProjectConfig.title": "转到项目配置",
|
||||
"javascript.referencesCodeLens.enabled": "启用/禁用在 JavaScript 文件中引用 CodeLens。",
|
||||
"typescript.referencesCodeLens.enabled": "启用/禁用在 TypeScript 文件中引用 CodeLens。要求 TypeScript >= 2.0.6。",
|
||||
"typescript.implementationsCodeLens.enabled": "启用/禁用实现 CodeLens。要求 TypeScript >= 2.2.0。",
|
||||
"typescript.openTsServerLog.title": "打开 TS 服务器日志",
|
||||
"typescript.restartTsServer": "重启 TS 服务器",
|
||||
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
|
||||
"typescript.reportStyleChecksAsWarnings": "将风格检查问题报告为警告",
|
||||
"jsDocCompletion.enabled": "启用/禁用自动 JSDoc 注释",
|
||||
"javascript.implicitProjectConfig.checkJs": "启用/禁用 JavaScript 文件的语义检查。现有的 jsconfig.json 或\n tsconfig.json 文件会覆盖此设置。要求 TypeScript >=2.3.1。",
|
||||
"typescript.npm": "指定用于自动获取类型的 NPM 可执行文件的路径。要求 TypeScript >= 2.3.4。",
|
||||
"typescript.check.npmIsInstalled": "检查是否安装了 NPM 以自动获取类型。",
|
||||
"javascript.nameSuggestions": "启用/禁用在 JavaScript 建议列表中包含文件中的唯一名称。",
|
||||
"typescript.tsc.autoDetect": "控制 tsc 任务的自动检测。\"off\" 关闭此功能。\"build\" 仅创建单次运行编译任务。\"watch\" 仅创建编译及监视任务。\"on\" 创建构建及监视任务。默认值为 \"on\"。",
|
||||
"typescript.problemMatchers.tsc.label": "TypeScript 问题",
|
||||
"typescript.problemMatchers.tscWatch.label": "TypeScript 问题(观看模式)",
|
||||
"typescript.quickSuggestionsForPaths": "当输入导入路径时启用或禁用快速建议。",
|
||||
"typescript.locale": "设置报告 TypeScript 错误时使用的区域设置。要求 TypeScript >= 2.6.0。默认 (\"null\") 将使用 VS Code 的区域设置。",
|
||||
"javascript.implicitProjectConfig.experimentalDecorators": "对不属于任何工程的 JavaScript 文件启用或禁用 \"experimentalDecorators\" 设置。现有的 jsconfig.json 或\n tsconfig.json 文件会覆盖此设置。要求 TypeScript >=2.3.1。",
|
||||
"typescript.autoImportSuggestions.enabled": "启用或禁用自动导入建议。要求 TypeScript >= 2.6.1",
|
||||
"typescript.experimental.syntaxFolding": "启用或禁用语法折叠标记。",
|
||||
"taskDefinition.tsconfig.description": "定义 TS 生成的 tsconfig 文件。",
|
||||
"javascript.suggestionActions.enabled": "在 JavaScript 文件中启用或禁用编辑器的建议诊断。需要 TypeScript >= 2.8",
|
||||
"typescript.suggestionActions.enabled": "在 TypeScript 文件中启用或禁用编辑器的建议诊断。需要 TypeScript >= 2.8"
|
||||
}
|
||||
Reference in New Issue
Block a user