mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"TaskRunner.UNC": "无法对 UNC 驱动器执行 shell 命令。"
|
||||
"TaskRunner.UNC": "无法在 UNC 驱动器上执行 Shell 命令。"
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"incompleteExtract": "解压不完整。提取了 {0} / {1} 个项目",
|
||||
"notFound": "在 Zip 中找不到 {0}。"
|
||||
}
|
||||
@@ -8,14 +8,15 @@
|
||||
],
|
||||
"previewOnGitHub": "在 GitHub 中预览",
|
||||
"loadingData": "正在加载数据...",
|
||||
"rateLimited": "超出 GitHub 查询限制。请稍候。",
|
||||
"similarIssues": "类似的问题",
|
||||
"open": "开放",
|
||||
"closed": "已关闭",
|
||||
"noResults": "未找到结果",
|
||||
"noSimilarIssues": "没有找到类似问题",
|
||||
"settingsSearchIssue": "设置搜索的问题",
|
||||
"bugReporter": "问题报告",
|
||||
"performanceIssue": "性能问题",
|
||||
"featureRequest": "功能请求",
|
||||
"performanceIssue": "性能问题",
|
||||
"stepsToReproduce": "重现步骤",
|
||||
"bugDescription": "请分享能稳定重现此问题的必要步骤,并包含实际和预期的结果。我们支持 GitHub 版的 Markdown。您将能在 GitHub 上预览时编辑这个问题并添加截图。",
|
||||
"performanceIssueDesciption": "这个性能问题是在什么时候发生的? 是在启动时,还是在一系列特定的操作之后? 我们支持 GitHub 版的 Markdown。您将能在 GitHub 上预览时编辑这个问题并添加截图。",
|
||||
|
||||
@@ -2,12 +2,18 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"completeInEnglish": "请使用英文填写表单。",
|
||||
"completeInEnglish": "请使用英文进行填写。",
|
||||
"issueTypeLabel": "这是一个",
|
||||
"issueSourceLabel": "提交到",
|
||||
"vscode": "Visual Studio Code",
|
||||
"extension": "扩展",
|
||||
"disableExtensionsLabelText": "请试着在{0}之后重现问题。如果此问题仅在扩展运行时才能重现,那么这可能是一个扩展的问题。",
|
||||
"disableExtensions": "禁用所有扩展并重新加载窗口",
|
||||
"chooseExtension": "扩展",
|
||||
"issueTitleLabel": "标题",
|
||||
"issueTitleRequired": "请输入标题。",
|
||||
"titleLengthValidation": "标题太长。",
|
||||
@@ -18,13 +24,6 @@
|
||||
"extensions": "我的扩展",
|
||||
"searchedExtensions": "已搜索的扩展",
|
||||
"settingsSearchDetails": "设置搜索的详细信息",
|
||||
"tryDisablingExtensions": "能否在禁用扩展后重现此问题?",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"disableExtensionsLabelText": "尝试在{0}之后重现问题。",
|
||||
"disableExtensions": "禁用所有扩展并重新加载窗口",
|
||||
"showRunningExtensionsLabelText": "如果您怀疑这是扩展的问题,请{0}并进行报告。",
|
||||
"showRunningExtensions": "查看所有运行中的扩展",
|
||||
"details": "请输入详细信息。",
|
||||
"loadingData": "正在加载数据..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"cpu": "CPU %",
|
||||
"memory": "内存 (MB)",
|
||||
"pid": "PID",
|
||||
"name": "名称",
|
||||
"killProcess": "结束进程",
|
||||
"forceKillProcess": "强制结束进程"
|
||||
}
|
||||
@@ -42,7 +42,7 @@
|
||||
"miExit": "退出(&&X)",
|
||||
"miOpenSettings": "设置(&&S)",
|
||||
"miOpenKeymap": "键盘快捷方式(&&K)",
|
||||
"miOpenKeymapExtensions": "键映射扩展(&&K)",
|
||||
"miOpenKeymapExtensions": "按键映射扩展(&&K)",
|
||||
"miOpenSnippets": "用户代码片段(&&S)",
|
||||
"miSelectColorTheme": "颜色主题(&&C)",
|
||||
"miSelectIconTheme": "文件图标主题(&&I)",
|
||||
@@ -122,8 +122,8 @@
|
||||
"miFocusFirstGroup": "第一组(&&F)",
|
||||
"miFocusSecondGroup": "第二组(&&S)",
|
||||
"miFocusThirdGroup": "第三组(&&T)",
|
||||
"miNextGroup": "下一个组(&&N)",
|
||||
"miPreviousGroup": "上一个组(&&P)",
|
||||
"miNextGroup": "下一组(&&N)",
|
||||
"miPreviousGroup": "上一组(&&P)",
|
||||
"miSwitchGroup": "切换组(&&G)",
|
||||
"miGotoFile": "转到文件(&&F)...",
|
||||
"miGotoSymbolInFile": "转到文件中的符号(&&S)...",
|
||||
@@ -146,6 +146,7 @@
|
||||
"miConditionalBreakpoint": "条件断点(&&C)...",
|
||||
"miColumnBreakpoint": "列断点(&&O)",
|
||||
"miFunctionBreakpoint": "函数断点(&&F)...",
|
||||
"miLogPoint": "记录点(&&L)...",
|
||||
"miNewBreakpoint": "新建断点(&&N)",
|
||||
"miEnableAllBreakpoints": "启用所有断点",
|
||||
"miDisableAllBreakpoints": "禁用所有断点(&&L)",
|
||||
@@ -161,6 +162,7 @@
|
||||
"mMergeAllWindows": "合并所有窗口",
|
||||
"miToggleDevTools": "切换开发人员工具(&&T)",
|
||||
"miAccessibilityOptions": "辅助功能选项(&&O)",
|
||||
"miOpenProcessExplorerer": "打开进程管理器(&&P)",
|
||||
"miReportIssue": "使用英文报告问题(&&I)",
|
||||
"miWelcome": "欢迎使用(&&W)",
|
||||
"miInteractivePlayground": "交互式演练场(&&I)",
|
||||
|
||||
@@ -7,7 +7,10 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"label.close": "关闭",
|
||||
"header": "第 {0} 个差异(共 {1} 个): 未修改 {2}, {3} 行,已修改 {4}, {5} 行",
|
||||
"no_lines": "无内容",
|
||||
"one_line": "1 行",
|
||||
"more_lines": "{0} 行",
|
||||
"header": "差异 {0},总共 {1}: 原始,{2},{3};改后,{4},{5}",
|
||||
"blankLine": "空白",
|
||||
"equalLine": "未修改 {0},已修改 {1}: {2}",
|
||||
"insertLine": "+ 已修改 {0}: {1}",
|
||||
|
||||
10
i18n/chs/src/vs/editor/common/commonCodeEditor.i18n.json
Normal file
10
i18n/chs/src/vs/editor/common/commonCodeEditor.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."
|
||||
],
|
||||
"cursors.maximum": "光标数量被限制为 {0}。"
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"lineNumbers.on": "将行号显示为绝对行数。",
|
||||
"lineNumbers.relative": "将行号显示为与光标相隔的行数。",
|
||||
"lineNumbers.interval": "每 10 行显示一次行号。",
|
||||
"lineNumbers": "控制行号的显示。可选值为 \"on\"、\"off\"、\"relative\" 和 \"interval\"。",
|
||||
"lineNumbers": "控制行号的显示。",
|
||||
"rulers": "在一定数量的等宽字符后显示垂直标尺。输入多个值,显示多个标尺。若数组为空,则不绘制标尺。",
|
||||
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
|
||||
"tabSize": "一个制表符等于的空格数。该设置在 \"editor.detectIndentation\" 启用时根据文件内容可能会被覆盖。",
|
||||
@@ -28,8 +28,8 @@
|
||||
"scrollBeyondLastLine": "控制编辑器是否可以滚动到最后一行之后",
|
||||
"smoothScrolling": "控制编辑器是否在滚动时使用动画",
|
||||
"minimap.enabled": "控制是否显示 minimap",
|
||||
"minimap.side": "控制在哪一侧显示小地图。可选值为 \"right\" (右) 和 \"left\" (左)",
|
||||
"minimap.showSlider": "控制是否自动隐藏小地图滑块。可选值为 \"always\" 和 \"mouseover\"",
|
||||
"minimap.side": "控制在哪一侧显示小地图。",
|
||||
"minimap.showSlider": "控制是否自动隐藏小地图滑块。",
|
||||
"minimap.renderCharacters": "呈现某行上的实际字符(与颜色块相反)",
|
||||
"minimap.maxColumn": "限制最小映射的宽度,尽量多地呈现特定数量的列",
|
||||
"find.seedSearchStringFromSelection": "控制是否将编辑器的选中内容作为搜索词填入到查找组件",
|
||||
@@ -46,6 +46,7 @@
|
||||
"multiCursorModifier.ctrlCmd": "映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)",
|
||||
"multiCursorModifier.alt": "映射为 \"Alt\" (Windows 和 Linux) 或 \"Option\" (macOS)",
|
||||
"multiCursorModifier": "在通过鼠标添加多个光标时使用的修改键。\"ctrlCmd\" 会映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)。“转到定义”和“打开链接”功能所需的鼠标动作将会相应调整,不与多光标修改键冲突。",
|
||||
"multiCursorMergeOverlapping": "当多个光标重叠时进行合并。",
|
||||
"quickSuggestions.strings": "在字符串内启用快速建议。",
|
||||
"quickSuggestions.comments": "在注释内启用快速建议。",
|
||||
"quickSuggestions.other": "在字符串和注释外启用快速建议。",
|
||||
@@ -57,7 +58,7 @@
|
||||
"formatOnPaste": "控制编辑器是否应自动设置粘贴内容的格式。格式化程序必须可用并且能设置文档中某一范围的格式。",
|
||||
"autoIndent": "控制编辑器是否在用户键入、粘贴或移动行时自动调整缩进。语言的缩进规则必须可用。",
|
||||
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
|
||||
"acceptSuggestionOnEnter": "控制按“Enter”键是否像按“Tab”键一样接受建议。这能帮助避免“插入新行”和“接受建议”之间的歧义。值为“smart”时表示,仅当文字改变时,按“Enter”键才能接受建议",
|
||||
"acceptSuggestionOnEnter": "控制按下 \"Enter\" 键是否像 \"Tab\" 键一样接受建议。这能减少“插入新行”和“接受建议”命令之间的歧义。若此项的值为 \"smart\",则仅在文字改变时,\"Enter\" 键才能接受建议",
|
||||
"acceptSuggestionOnCommitCharacter": "控制是否应在遇到提交字符时接受建议。例如,在 JavaScript 中,分号(\";\")可以为提交字符,可接受建议并键入该字符。",
|
||||
"snippetSuggestions.top": "在其他建议上方显示代码片段建议。",
|
||||
"snippetSuggestions.bottom": "在其他建议下方显示代码片段建议。",
|
||||
@@ -76,8 +77,8 @@
|
||||
"occurrencesHighlight": "控制编辑器是否应该突出显示语义符号次数",
|
||||
"overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量",
|
||||
"overviewRulerBorder": "控制概述标尺周围是否要绘制边框。",
|
||||
"cursorBlinking": "控制光标动画样式,可能的值为 \"blink\"、\"smooth\"、\"phase\"、\"expand\" 和 \"solid\"",
|
||||
"mouseWheelZoom": "通过使用鼠标滚轮同时按住 Ctrl 可缩放编辑器的字体",
|
||||
"cursorBlinking": "控制光标的动画样式。",
|
||||
"mouseWheelZoom": "按住 Ctrl 键并滚动鼠标滚轮可缩放编辑器字体大小",
|
||||
"cursorStyle": "控制光标样式,接受的值为 \"block\"、\"block-outline\"、\"line\"、\"line-thin\" 、\"underline\" 和 \"underline-thin\"",
|
||||
"cursorWidth": "当 editor.cursorStyle 设置为 \"line\" 时控制光标的宽度。",
|
||||
"fontLigatures": "启用字体连字",
|
||||
@@ -86,8 +87,11 @@
|
||||
"renderControlCharacters": "控制编辑器是否应呈现控制字符",
|
||||
"renderIndentGuides": "控制编辑器是否应呈现缩进参考线",
|
||||
"renderLineHighlight": "控制编辑器应如何呈现当前行突出显示,可能为“无”、“装订线”、“线”和“全部”。",
|
||||
"codeLens": "控制编辑器是否显示 CodeLens",
|
||||
"codeLens": "控制是否在编辑器中显示 CodeLens",
|
||||
"folding": "控制编辑器是否启用代码折叠功能",
|
||||
"foldingStrategyAuto": "若语言特定的折叠策略可用,将直接使用;否则,将回退到基于缩进的折叠策略。",
|
||||
"foldingStrategyIndentation": "始终使用基于缩进的折叠策略",
|
||||
"foldingStrategy": "控制折叠范围的计算方式。\"auto\" 将使用语言特定的折叠策略 (若可用)。\"indentation\" 将强制使用基于缩进的折叠策略。",
|
||||
"showFoldingControls": "控制是否自动隐藏导航线上的折叠控件。",
|
||||
"matchBrackets": "当选择其中一项时,将突出显示匹配的括号。",
|
||||
"glyphMargin": "控制编辑器是否应呈现垂直字形边距。字形边距最常用于调试。",
|
||||
@@ -102,8 +106,12 @@
|
||||
"links": "控制编辑器是否应检测链接并使它们可被点击",
|
||||
"colorDecorators": "控制编辑器是否显示内联颜色修饰器和颜色选取器。",
|
||||
"codeActions": "启用代码操作小灯泡提示",
|
||||
"codeActionsOnSave.organizeImports": "是否在保存时整理 import 语句?",
|
||||
"codeActionsOnSave": "在保存时运行的代码操作类型。",
|
||||
"codeActionsOnSaveTimeout": "在保存时运行的代码操作的超时时间。",
|
||||
"selectionClipboard": "控制是否支持 Linux 主剪贴板。",
|
||||
"sideBySide": "控制 Diff 编辑器以并排或内联形式显示差异",
|
||||
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
|
||||
"largeFileOptimizations": "对大型文件进行特殊处理,禁用某些内存密集型功能。",
|
||||
"renderIndicators": "控制差异编辑器是否为已添加/删除的更改显示 +/- 指示符号"
|
||||
}
|
||||
@@ -14,8 +14,10 @@
|
||||
"editorCursorBackground": "编辑器光标的背景色。可以自定义块型光标覆盖字符的颜色。",
|
||||
"editorWhitespaces": "编辑器中空白字符的颜色。",
|
||||
"editorIndentGuides": "编辑器缩进参考线的颜色。",
|
||||
"editorActiveIndentGuide": "活动编辑器缩进参考线的颜色。",
|
||||
"editorLineNumbers": "编辑器行号的颜色。",
|
||||
"editorActiveLineNumber": "编辑器活动行号的颜色",
|
||||
"deprecatedEditorActiveLineNumber": "\"Id\" 已被弃用,请改用 \"editorLineNumber.activeForeground\"。",
|
||||
"editorRuler": "编辑器标尺的颜色。",
|
||||
"editorCodeLensForeground": "编辑器 CodeLens 的前景色",
|
||||
"editorBracketMatchBackground": "匹配括号的背景色",
|
||||
@@ -28,7 +30,9 @@
|
||||
"warningBorder": "编辑器中警告波浪线的边框颜色。",
|
||||
"infoForeground": "编辑器中信息波浪线的前景色。",
|
||||
"infoBorder": "编辑器中信息波浪线的边框颜色。",
|
||||
"overviewRulerRangeHighlight": "概述范围突出显示的标尺标记颜色。",
|
||||
"hintForeground": "编辑器中提示波浪线的前景色。",
|
||||
"hintBorder": "编辑器中提示波浪线的边框颜色。",
|
||||
"overviewRulerRangeHighlight": "概览标尺中高亮范围的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
|
||||
"overviewRuleError": "概述错误的标尺标记颜色。",
|
||||
"overviewRuleWarning": "概述警告的标尺标记颜色。",
|
||||
"overviewRuleInfo": "概述信息的标尺标记颜色。"
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"quickFixWithKb": "显示修补程序({0})",
|
||||
"quickFix": "显示修补程序",
|
||||
"quickfix.trigger.label": "快速修复...",
|
||||
"editor.action.quickFix.noneMessage": "没有可用的代码操作",
|
||||
"refactor.label": "重构...",
|
||||
"editor.action.refactor.noneMessage": "没有可用的重构操作",
|
||||
"source.label": "源代码操作...",
|
||||
"editor.action.source.noneMessage": "没有可用的源代码操作",
|
||||
"organizeImports.label": "整理 import 语句",
|
||||
"editor.action.organize.noneMessage": "没有可用的整理 import 语句操作"
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"startFindAction": "查找",
|
||||
"startFindWithSelectionAction": "查找选定内容",
|
||||
"findNextMatchAction": "查找下一个",
|
||||
"findPreviousMatchAction": "查找上一个",
|
||||
"nextSelectionMatchFindAction": "查找下一个选择",
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
"label.replaceAllButton": "全部替换",
|
||||
"label.toggleReplaceButton": "切换替换模式",
|
||||
"title.matchesCountLimit": "仅高亮了前 {0} 个结果,但所有查找操作均针对全文。",
|
||||
"label.matchesLocation": "第 {0} 个(共 {1} 个)",
|
||||
"label.matchesLocation": "{0} / {1}",
|
||||
"label.noResults": "无结果"
|
||||
}
|
||||
@@ -12,5 +12,7 @@
|
||||
"hintnn": "第 {1} 行到第 {2} 行间进行了 {0} 次格式编辑",
|
||||
"no.provider": "当前没有安装“{0}”文件的格式化程序。",
|
||||
"formatDocument.label": "格式化文件",
|
||||
"formatSelection.label": "格式化选定代码"
|
||||
"no.documentprovider": "当前没有安装“{0}”文件的文档格式化程序。",
|
||||
"formatSelection.label": "格式化选定代码",
|
||||
"no.selectionprovider": "当前没有安装“{0}”文件的选定项格式化程序。"
|
||||
}
|
||||
@@ -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": "转到上一个问题 (错误、警告、信息)"
|
||||
}
|
||||
@@ -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": "编辑器标记导航小组件背景色。"
|
||||
}
|
||||
@@ -10,7 +10,9 @@
|
||||
"links.navigate": "按住 Ctrl 并单击可访问链接",
|
||||
"links.command.mac": "Cmd + 单击以执行命令",
|
||||
"links.command": "Ctrl + 单击以执行命令",
|
||||
"links.navigate.al.mac": "按住 Option 并单击可访问链接",
|
||||
"links.navigate.al": "按住 Alt 并单击可访问链接",
|
||||
"links.command.al.mac": "按住 Option 并单击可执行命令",
|
||||
"links.command.al": "Alt + 单击以执行命令",
|
||||
"invalid.url": "此链接格式不正确,无法打开: {0}",
|
||||
"missing.url": "此链接目标已丢失,无法打开。",
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"editor.readonly": "无法在只读编辑器中编辑"
|
||||
}
|
||||
@@ -25,5 +25,6 @@
|
||||
"peekViewEditorBackground": "速览视图编辑器背景颜色。",
|
||||
"peekViewEditorGutterBackground": "速览视图编辑器中导航线的背景颜色。",
|
||||
"peekViewResultsMatchHighlight": "在速览视图结果列表中匹配突出显示颜色。",
|
||||
"peekViewEditorMatchHighlight": "在速览视图编辑器中匹配突出显示颜色。"
|
||||
"peekViewEditorMatchHighlight": "在速览视图编辑器中匹配突出显示颜色。",
|
||||
"peekViewEditorMatchHighlightBorder": "在速览视图编辑器中匹配项的突出显示边框。"
|
||||
}
|
||||
@@ -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月"
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"wordHighlightStrong": "符号在进行写入访问操作时的背景颜色,例如写入变量时。颜色必须透明,使其不会挡住下方的其他元素。",
|
||||
"wordHighlightBorder": "符号在进行读取访问操作时的边框颜色,例如读取变量。",
|
||||
"wordHighlightStrongBorder": "符号在进行写入访问操作时的边框颜色,例如写入变量。",
|
||||
"overviewRulerWordHighlightForeground": "概述符号突出显示的标尺标记颜色。",
|
||||
"overviewRulerWordHighlightStrongForeground": "概述写访问符号突出显示的标尺标记颜色。",
|
||||
"overviewRulerWordHighlightForeground": "概览标尺中符号高亮的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
|
||||
"overviewRulerWordHighlightStrongForeground": "概览标尺中写入访问符号高亮的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
|
||||
"wordHighlight.next.label": "转到下一个突出显示的符号",
|
||||
"wordHighlight.previous.label": "转到上一个突出显示的符号"
|
||||
}
|
||||
11
i18n/chs/src/vs/platform/dialogs/common/dialogs.i18n.json
Normal file
11
i18n/chs/src/vs/platform/dialogs/common/dialogs.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."
|
||||
],
|
||||
"moreFile": "...1 个其他文件未显示",
|
||||
"moreFiles": "...{0} 个其他文件未显示"
|
||||
}
|
||||
@@ -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": "取消"
|
||||
}
|
||||
@@ -22,15 +22,15 @@
|
||||
"showVersions": "使用 --list-extension 时,显示已安装扩展的版本。",
|
||||
"installExtension": "安装扩展。",
|
||||
"uninstallExtension": "卸载扩展。",
|
||||
"experimentalApis": "启用扩展程序实验性 api 功能。",
|
||||
"experimentalApis": "为扩展启用实验性 API 功能。",
|
||||
"verbose": "打印详细输出(隐含 --wait 参数)。",
|
||||
"log": "使用的日志级别。默认值为 \"info\"。允许的值为 \"critical\" (关键)、\"error\" (错误)、\"warn\" (警告)、\"info\" (信息)、\"debug\" (调试)、\"trace\" (跟踪) 和 \"off\" (关闭)。",
|
||||
"status": "打印进程使用情况和诊断信息。",
|
||||
"performance": "通过启用 \"Developer: Startup Performance\" 命令开始。",
|
||||
"prof-startup": "启动期间运行 CPU 探查器",
|
||||
"disableExtensions": "禁用所有已安装的扩展。",
|
||||
"inspect-extensions": "允许进行扩展的调试与分析。检查开发人员工具可获取连接 URI。",
|
||||
"inspect-brk-extensions": "允许在扩展主机在启动后暂停时进行扩展的调试与分析。检查开发人员工具可获取连接 URI。",
|
||||
"inspect-extensions": "允许调试和分析扩展。您可以在开发人员工具中找到连接 URI。",
|
||||
"inspect-brk-extensions": "允许扩展宿主在启动后暂停时进行扩展的调试和分析。您可以在开发人员工具中找到连接 URI。",
|
||||
"disableGPU": "禁用 GPU 硬件加速。",
|
||||
"uploadLogs": "将当前会话的日志上传到安全端点。",
|
||||
"maxMemory": "单个窗口最大内存大小 (单位为 MB)。",
|
||||
|
||||
@@ -2,11 +2,12 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"invalidManifest": "扩展无效: package.json 不是 JSON 文件。",
|
||||
"incompatible": "无法安装扩展“{0}”,它与 Code “{1}”不兼容。",
|
||||
"restartCode": "请先重启 Code 再重新安装 {0}。",
|
||||
"installingOutdatedExtension": "您已安装此扩展的新版程序。是否要使用旧版覆盖?",
|
||||
"override": "覆盖",
|
||||
@@ -14,15 +15,16 @@
|
||||
"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": "全部",
|
||||
"renameError": "将 {0} 重命名为 {1} 时发生未知错误",
|
||||
"uninstallDependeciesConfirmation": "是仅卸载“{0}”还是与其依赖项一起卸载?",
|
||||
"uninstallOnly": "仅此扩展",
|
||||
"uninstallAll": "全部卸载",
|
||||
"uninstallConfirmation": "是否确定要卸载“{0}”?",
|
||||
"ok": "确定",
|
||||
"singleDependentError": "无法卸载扩展程序“{0}”。扩展程序“{1}”依赖于此。",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"versionSyntax": "无法分析 \"engines.vscode\" 值 {0}。例如请使用: ^0.10.0、^1.2.3、^0.11.0、^0.10.x 等。",
|
||||
"versionSyntax": "无法解析 \"engines.vscode\" 的值 {0}。请改为如 ^1.22.0, ^1.22.x 等。",
|
||||
"versionSpecificity1": "\"engines.vscode\" ({0}) 中指定的版本不够具体。对于 1.0.0 之前的 vscode 版本,请至少定义主要和次要想要的版本。例如: ^0.10.0、0.10.x、0.11.0 等。",
|
||||
"versionSpecificity2": "\"engines.vscode\" ({0}) 中指定的版本不够具体。对于 1.0.0 之后的 vscode 版本,请至少定义主要想要的版本。例如: ^1.10.0、1.10.x、1.x.x、2.x.x 等。",
|
||||
"versionMismatch": "扩展与 Code {0} 不兼容。扩展需要: {1}。"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"integrity.prompt": "{0} 安装似乎损坏。请重新安装。",
|
||||
"integrity.moreInformation": "详细信息",
|
||||
"integrity.dontShowAgain": "不再显示",
|
||||
"integrity.prompt": "{0} 安装似乎损坏。请重新安装。"
|
||||
"integrity.dontShowAgain": "不再显示"
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"issueReporter": "问题报告程序"
|
||||
"issueReporter": "问题报告程序",
|
||||
"processExplorer": "进程管理器"
|
||||
}
|
||||
@@ -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": "控制工作台中的树控件是否支持水平滚动。"
|
||||
}
|
||||
12
i18n/chs/src/vs/platform/markers/common/markers.i18n.json
Normal file
12
i18n/chs/src/vs/platform/markers/common/markers.i18n.json
Normal 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": "信息"
|
||||
}
|
||||
@@ -29,7 +29,7 @@
|
||||
"inputPlaceholderForeground": "输入框中占位符的前景色。",
|
||||
"inputValidationInfoBackground": "输入验证结果为信息级别时的背景色。",
|
||||
"inputValidationInfoBorder": "严重性为信息时输入验证的边框颜色。",
|
||||
"inputValidationWarningBackground": "输入验证结果为警告级别时的背景色。",
|
||||
"inputValidationWarningBackground": "严重性为警告时输入验证的背景色。",
|
||||
"inputValidationWarningBorder": "严重性为警告时输入验证的边框颜色。",
|
||||
"inputValidationErrorBackground": "输入验证结果为错误级别时的背景色。",
|
||||
"inputValidationErrorBorder": "严重性为错误时输入验证的边框颜色。",
|
||||
@@ -93,6 +93,6 @@
|
||||
"overviewRulerCurrentContentForeground": "内联合并冲突中当前版本区域的概览标尺前景色。",
|
||||
"overviewRulerIncomingContentForeground": "内联合并冲突中传入的版本区域的概览标尺前景色。",
|
||||
"overviewRulerCommonContentForeground": "内联合并冲突中共同祖先区域的概览标尺前景色。",
|
||||
"overviewRulerFindMatchForeground": "概述查找匹配项的标尺标记颜色。",
|
||||
"overviewRulerSelectionHighlightForeground": "概述选择突出显示的标尺标记颜色。"
|
||||
"overviewRulerFindMatchForeground": "概览标尺中查找匹配项的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
|
||||
"overviewRulerSelectionHighlightForeground": "概览标尺中选择高亮的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"confirmUrl": "是否让 {0} 扩展打开以下 URL?"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"vscode.extension.contributes.views.containers.id": "用于标识容器的唯一 ID,视图能在容器内通过 \"view\" 参与点提供。",
|
||||
"vscode.extension.contributes.views.containers.title": "人类可读的用于表示此容器的字符串",
|
||||
"vscode.extension.contributes.views.containers.icon": "容器图标的路径。图标大小为 24x24,居中放置在 50x40 的方格内,其填充颜色为 \"rgb(215, 218, 224)\" 或 \"#d7dae0\"。所有图片格式均可用,推荐使用 SVG 格式。",
|
||||
"vscode.extension.contributes.viewsContainers": "向编辑器提供视图容器",
|
||||
"views.container.activitybar": "向活动栏提供视图容器",
|
||||
"test": "测试",
|
||||
"proposed": "\"viewsContainers\" 参与点仅在以开发模式运行时或附加命令行开关: --enable-proposed-api {1} 时可用",
|
||||
"requirearray": "视图容器必须为数组",
|
||||
"requireidstring": "属性“{0}”是必要属性,其类型必须是 \"string\"。仅支持字母、数字、\"_\" 和 \"-\"。",
|
||||
"requirestring": "属性“{0}”是必要属性,其类型必须是 \"string\"",
|
||||
"showViewlet": "显示 {0}",
|
||||
"view": "查看"
|
||||
}
|
||||
@@ -13,9 +13,12 @@
|
||||
"vscode.extension.contributes.view.name": "人类可读的视图名称。将会被显示",
|
||||
"vscode.extension.contributes.view.when": "显示此视图必须为真的条件",
|
||||
"vscode.extension.contributes.views": "向编辑器提供视图",
|
||||
"views.explorer": "资源管理器视图",
|
||||
"views.debug": "调试视图",
|
||||
"locationId.invalid": "“{0}”为无效视图位置",
|
||||
"views.explorer": "向活动栏中的“资源管理器”容器提供视图",
|
||||
"views.debug": "向活动栏中的“调试”容器提供视图",
|
||||
"views.scm": "向活动栏中的“源代码管理”容器提供视图",
|
||||
"views.test": "向活动栏中的“测试”容器提供视图",
|
||||
"views.contributed": "在扩展提供的视图容器中提供视图。",
|
||||
"ViewContainerDoesnotExist": "视图容器“{0}”不存在。所有注册到其中的视图将被添加到“资源管理器”中。",
|
||||
"duplicateView1": "无法在位置“{1}”注册多个 ID 同为“{0}”的视图。",
|
||||
"duplicateView2": "ID 为“{0}”的视图在位置“{1}”已被注册"
|
||||
}
|
||||
@@ -6,5 +6,8 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"timeout.formatOnSave": "在 {0}ms 后终止了保存时进行的格式设置",
|
||||
"codeActionsOnSave.didTimeout": "在 {0}ms 后终止了 codeActionsOnSave ",
|
||||
"timeout.onWillSave": "在 1750ms 后终止了 onWillSaveTextDocument 事件",
|
||||
"saveParticipants": "正在运行保存参与程序..."
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"webview.editor.label": "webview 编辑器"
|
||||
"errorMessage": "还原视图时出错: {0}"
|
||||
}
|
||||
10
i18n/chs/src/vs/workbench/api/node/extHostProgress.i18n.json
Normal file
10
i18n/chs/src/vs/workbench/api/node/extHostProgress.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."
|
||||
],
|
||||
"extensionSource": "{0} (扩展)"
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
"focusNextGroup": "聚焦于下一个组",
|
||||
"openToSide": "打开到侧边",
|
||||
"closeEditor": "关闭编辑器",
|
||||
"closeOneEditor": "关闭",
|
||||
"revertAndCloseActiveEditor": "还原并关闭编辑器",
|
||||
"closeEditorsToTheLeft": "关闭左侧编辑器",
|
||||
"closeAllEditors": "关闭所有编辑器",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"screenReaderDetectedExtra": "如果你没有使用屏幕阅读器,请将设置中的“editor.accessibilitySupport”改为“off”。",
|
||||
"disableTabMode": "禁用辅助功能模式",
|
||||
"gotoLine": "转到行",
|
||||
"indentation": "缩进",
|
||||
"selectIndentation": "选择缩进",
|
||||
"selectEncoding": "选择编码",
|
||||
"selectEOL": "选择行尾序列",
|
||||
"selectLanguageMode": "选择语言模式",
|
||||
|
||||
@@ -11,9 +11,11 @@
|
||||
"sizeMB": "{0} MB",
|
||||
"sizeGB": "{0} GB",
|
||||
"sizeTB": "{0} TB",
|
||||
"largeImageError": "图像文件太大 (>1 MB),无法在编辑器中显示。",
|
||||
"largeImageError": "图片太大,无法在编辑器中显示 ({0})。 ",
|
||||
"resourceOpenExternalButton": "使用外部程序打开图片?",
|
||||
"nativeBinaryError": "因为此文件是二进制文件,或文件过大,或使用了不受支持的文本编码,将不会在编辑器中显示。",
|
||||
"nativeFileTooLargeError": "文件太大,无法在编辑器中显示 ({0})。",
|
||||
"nativeBinaryError": "此文件是二进制文件或使用了不支持的文本编码,无法在编辑器中显示。",
|
||||
"openAsText": "是否仍要打开?",
|
||||
"zoom.action.fit.label": "整个图像",
|
||||
"imgMeta": "{0}x{1} {2}"
|
||||
}
|
||||
@@ -6,6 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"close": "关闭",
|
||||
"araLabelEditorActions": "编辑器操作"
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"notificationsEmpty": "没有新通知",
|
||||
"notifications": "通知",
|
||||
"notificationsToolbar": "通知中心操作",
|
||||
"notificationsList": "通知列表"
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"inputModeEntryDescription": "{0} (按 \"Enter\" 键确认或按 \"Esc\" 键取消)",
|
||||
"inputModeEntry": "按 \"Enter\" 键确认或按 \"Esc\" 键取消",
|
||||
"quickInput.countSelected": "已选 {0} 项",
|
||||
"ok": "确定"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"quickInputBox.ariaLabel": "在此输入可缩小结果范围。"
|
||||
}
|
||||
@@ -32,6 +32,7 @@
|
||||
"openRecent": "打开最近的文件…",
|
||||
"quickOpenRecent": "快速打开最近的文件…",
|
||||
"reportIssueInEnglish": "使用英文报告问题",
|
||||
"openProcessExplorer": "打开进程管理器",
|
||||
"reportPerformanceIssue": "报告性能问题",
|
||||
"keybindingsReference": "键盘快捷方式参考",
|
||||
"openDocumentationUrl": "文档",
|
||||
|
||||
@@ -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": "打开最大化的新窗口。",
|
||||
@@ -70,10 +75,12 @@
|
||||
"window.menuBarVisibility.toggle": "菜单隐藏,但可以通过 Alt 键显示。",
|
||||
"window.menuBarVisibility.hidden": "菜单始终隐藏。",
|
||||
"menuBarVisibility": "控制菜单栏的可见性。“切换”设置表示隐藏菜单栏,按一次 Alt 键则将显示此菜单栏。默认情况下,除非窗口为全屏,否则菜单栏可见。",
|
||||
"enableMenuBarMnemonics": "如果启用,则可使用 Alt 快捷键打开主菜单。禁用助记键允许将这些 Alt 快捷键绑定到编辑器命令。",
|
||||
"enableMenuBarMnemonics": "启用后,即可使用 Alt 快捷键打开主菜单。若禁用助记键,这些 Alt 快捷键将能绑定到编辑器命令。",
|
||||
"autoDetectHighContrast": "如果已启用,将自动更改为高对比度主题;如果 Windows 正在使用高对比度主题,则当离开 Windows 高对比度主题时会更改为深色主题。",
|
||||
"titleBarStyle": "调整窗口标题栏的外观。更改需要在完全重启后才能应用。",
|
||||
"window.nativeTabs": "\n启用macOS Sierra窗口选项卡。请注意,更改需要完全重新启动程序才能生效。如果配置此选项,本机选项卡将禁用自定义标题栏样式。",
|
||||
"window.smoothScrollingWorkaround": "启用解决方案来修复还原最小化的 VS Code 窗口后平滑滚动消失的问题。这个滚动的卡顿问题出现在拥有精确式触控板的设备上,比如来自 Microsoft 的 Surface 设备(https://github.com/Microsoft/vscode/issues/13612)。如果启用这个解决方案,窗口布局可能会在从最小化状态中还原后有些许闪烁,其他方面则无大碍。",
|
||||
"window.clickThroughInactive": "启用后,点击非活动窗口后将在激活窗口的同时触发光标之下的元素 (若可点击)。禁用后,点击非活动窗口仅能激活窗口,再次点击才能触发元素。",
|
||||
"zenModeConfigurationTitle": "Zen 模式",
|
||||
"zenMode.fullScreen": "控制打开 Zen Mode 是否也会将工作台置于全屏模式。",
|
||||
"zenMode.centerLayout": "控制是否在 Zen 模式中启用居中布局",
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
"auto_unknown": "编辑器被配置为使用平台 API 以检测是否附加了屏幕阅读器,但当前运行时不支持此功能。",
|
||||
"auto_on": "编辑器自动检测到已附加屏幕阅读器。",
|
||||
"auto_off": "编辑器被配置为自动检测是否附加了屏幕阅读器,当前未检测到。",
|
||||
"configuredOn": "编辑器被配置为对屏幕阅读器的使用进行永久优化 — 你可以编辑设置中的“editor.accessibilitySupport”以改变此行为。",
|
||||
"configuredOn": "已配置编辑器对屏幕阅读器进行永久优化 — 您可以更改 \"editor.accessibilitySupport\" 设置进行调整。",
|
||||
"configuredOff": "编辑器被配置为不对屏幕阅读器的使用进行优化。",
|
||||
"tabFocusModeOnMsg": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。按 {0} 来切换此行为。",
|
||||
"tabFocusModeOnMsgNoKb": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。当前无法通过键绑定触发命令 {0}。",
|
||||
"tabFocusModeOnMsgNoKb": "若在当前编辑器中按 Tab 键,将移动焦点到下一个可聚焦的元素。当前无法通过按键绑定触发命令 {0}。",
|
||||
"tabFocusModeOffMsg": "在当前编辑器中按 Tab 将插入制表符。按 {0} 来切换此行为。",
|
||||
"tabFocusModeOffMsgNoKb": "在当前编辑器中按 Tab 会插入制表符。当前无法通过键绑定触发命令 {0}。",
|
||||
"tabFocusModeOffMsgNoKb": "若在当前编辑器中按 Tab 键,将插入制表符。当前无法通过按键绑定触发命令 {0}。",
|
||||
"openDocMac": "按 Command+H 以打开浏览器窗口,其中包含更多有关 VS Code 辅助功能的信息。",
|
||||
"openDocWinLinux": "按 Ctrl+H 以打开浏览器窗口,其中包含更多有关 VS Code 辅助功能的信息。",
|
||||
"outroMsg": "你可以按 Esc 或 Shift+Esc 消除此工具提示并返回到编辑器。",
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"workbench.action.inspectKeyMap": "开发者: 检查键映射"
|
||||
"workbench.action.inspectKeyMap": "开发者: 检查按键映射"
|
||||
}
|
||||
@@ -8,6 +8,6 @@
|
||||
],
|
||||
"toggle.wordwrap": "查看: 切换自动换行",
|
||||
"wordWrap.notInDiffEditor": "不能在差异编辑器中切换自动换行。",
|
||||
"unwrapMinified": "为此文件禁用折行",
|
||||
"wrapMinified": "为此文件启用换行"
|
||||
"unwrapMinified": "在此文件禁用折行",
|
||||
"wrapMinified": "在此文件启用折行"
|
||||
}
|
||||
@@ -6,7 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"editConditionalBreakpoint": "编辑断点...",
|
||||
"logPoint": "记录点",
|
||||
"breakpoint": "断点",
|
||||
"editBreakpoint": "编辑 {0}...",
|
||||
"removeBreakpoint": "删除 {0}",
|
||||
"functionBreakpointsNotSupported": "此调试类型不支持函数断点",
|
||||
"functionBreakpointPlaceholder": "要断开的函数",
|
||||
"functionBreakPointInputAriaLabel": "键入函数断点",
|
||||
@@ -14,6 +17,7 @@
|
||||
"breakpointUnverifieddHover": "未验证的断点",
|
||||
"functionBreakpointUnsupported": "不受此调试类型支持的函数断点",
|
||||
"breakpointDirtydHover": "未验证的断点。对文件进行了修改,请重启调试会话。",
|
||||
"logBreakpointUnsupported": "不受此调试类型支持的记录点",
|
||||
"conditionalBreakpointUnsupported": "不受此调试类型支持的条件断点",
|
||||
"hitBreakpointUnsupported": "命中不受此调试类型支持的条件断点"
|
||||
}
|
||||
@@ -21,19 +21,16 @@
|
||||
"disconnectDebug": "断开连接",
|
||||
"continueDebug": "继续",
|
||||
"pauseDebug": "暂停",
|
||||
"terminateThread": "终止线程",
|
||||
"restartFrame": "重新启动框架",
|
||||
"removeBreakpoint": "删除断点",
|
||||
"removeAllBreakpoints": "删除所有断点",
|
||||
"enableBreakpoint": "启用断点",
|
||||
"disableBreakpoint": "禁用断点",
|
||||
"enableAllBreakpoints": "启用所有断点",
|
||||
"disableAllBreakpoints": "禁用所有断点",
|
||||
"activateBreakpoints": "激活断点",
|
||||
"deactivateBreakpoints": "停用断点",
|
||||
"reapplyAllBreakpoints": "重新应用所有断点",
|
||||
"addFunctionBreakpoint": "添加函数断点",
|
||||
"addConditionalBreakpoint": "添加条件断点...",
|
||||
"editConditionalBreakpoint": "编辑断点...",
|
||||
"setValue": "设置值",
|
||||
"addWatchExpression": "添加表达式",
|
||||
"editWatchExpression": "编辑表达式",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"toggleBreakpointAction": "调试: 切换断点",
|
||||
"conditionalBreakpointEditorAction": "调试: 添加条件断点...",
|
||||
"logPointEditorAction": "调试: 添加记录点...",
|
||||
"runToCursor": "运行到光标处",
|
||||
"debugEvaluate": "调试: 求值",
|
||||
"debugAddToWatch": "调试: 添加到监视",
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"fileLinkMac": "点击以跟进(Cmd + 点击打开到侧边)",
|
||||
"fileLink": "点击以跟进(Ctrl + 点击打开到侧边))"
|
||||
"fileLinkMac": "单击打开 (按住 Cmd 键并单击在侧边打开)",
|
||||
"fileLink": "单击打开 (按住 Ctrl 键并单击在侧边打开)"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"breakpointWidgetLogMessagePlaceholder": "断点命中时记录的消息。{} 内的表达式将被替换。按 \"Enter\" 键确认,\"Esc\" 键取消。",
|
||||
"breakpointWidgetHitCountPlaceholder": "在满足命中次数条件时中断。按 \"Enter\" 表示接受,\"Esc\" 表示取消。",
|
||||
"breakpointWidgetExpressionPlaceholder": "在表达式计算结果为 true 时中断。按 \"Enter\" 表示接受,\"Esc\" 表示取消。",
|
||||
"expression": "表达式",
|
||||
"hitCount": "命中次数",
|
||||
"logMessage": "记录消息"
|
||||
}
|
||||
@@ -35,7 +35,7 @@
|
||||
"useUniqueNames": "配置名称必须唯一。",
|
||||
"app.launch.json.compound.folder": "复合项所在的文件夹的名称。",
|
||||
"app.launch.json.compounds.configurations": "将作为此复合的一部分启动的配置名称。",
|
||||
"debugNoType": "不可省略调试适配器“类型”,其类型必须是“字符串”。",
|
||||
"debugNoType": "不可省略调试器的 \"type\" 属性,且其类型必须是 \"string\" 。",
|
||||
"selectDebug": "选择环境",
|
||||
"DebugConfig.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"launch.json\" 文件。",
|
||||
"workspace": "工作区",
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"logPoint": "记录点",
|
||||
"breakpoint": "断点",
|
||||
"removeBreakpoint": "删除 {0}",
|
||||
"editBreakpoint": "编辑 {0}...",
|
||||
"disableBreakpoint": "禁用 {0}",
|
||||
"enableBreakpoint": "启用 {0}",
|
||||
"removeBreakpoints": "删除断点",
|
||||
"removeBreakpointOnColumn": "在列 {0} 上删除断点",
|
||||
"removeLineBreakpoint": "删除行断点",
|
||||
@@ -18,5 +24,13 @@
|
||||
"enableBreakpoints": "在列 {0} 上启用断点",
|
||||
"enableBreakpointOnLine": "启用行断点",
|
||||
"addBreakpoint": "添加断点",
|
||||
"addConditionalBreakpoint": "添加条件断点...",
|
||||
"addLogPoint": "添加记录点...",
|
||||
"breakpointHasCondition": "此{0}的{1}将在删除后丢失。请考虑仅禁用此{0}。",
|
||||
"message": "消息",
|
||||
"condition": "条件",
|
||||
"removeLogPoint": "删除 {0}",
|
||||
"disableLogPoint": "禁用 {0}",
|
||||
"cancel": "取消",
|
||||
"addConfiguration": "添加配置..."
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user