SQL Operations Studio Public Preview 1 (0.23) release source code

This commit is contained in:
Karl Burtram
2017-11-09 14:30:27 -08:00
parent b88ecb8d93
commit 3cdac41339
8829 changed files with 759707 additions and 286 deletions

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"exampleExtension": "示例"
}

View File

@@ -0,0 +1,38 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"activeEditorShort": "例如 myFile.txt",
"activeEditorMedium": "例如 myFolder/myFile.txt",
"activeEditorLong": "例如 /Users/Development/myProject/myFolder/myFile.txt",
"rootName": "例如 myFolder1、myFolder2、myFolder3",
"rootPath": "例如 /Users/Development/myProject",
"folderName": "例如 myFolder",
"folderPath": "例如 /Users/Development/myFolder",
"appName": "例如 VS Code",
"dirty": "一个更新的指示器,指示活动编辑器是否更新",
"separator": "一个条件分隔符(\"-\"),仅在左右是具有值的变量时才显示",
"assocLabelFile": "带扩展名的文件",
"assocDescriptionFile": "将所有匹配其文件名内的 glob 模式的文件映射到具有给定标识符的语言。",
"assocLabelPath": "带路径的文件",
"assocDescriptionPath": "将所有匹配其路径内绝对路径 glob 模式的文件映射到具有给定标识符的语言。",
"fileLabel": "按扩展名的文件",
"fileDescription": "与具有特定文件扩展名的所有文件匹配。",
"filesLabel": "具有多个扩展名的文件",
"filesDescription": "与具有任意文件扩展名的所有文件匹配。",
"derivedLabel": "具有同级文件的文件(按名称)",
"derivedDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。",
"topFolderLabel": "按名称的文件夹(顶级)",
"topFolderDescription": "与具有特定名称的顶级文件夹匹配。",
"topFoldersLabel": "使用多个名称的文件夹(顶级)",
"topFoldersDescription": "与多个顶级文件夹匹配。",
"folderLabel": "按名称的文件夹(任意位置)",
"folderDescription": "与任意位置具有特定名称的文件夹匹配。",
"falseDescription": "禁用该模式。",
"trueDescription": "启用该模式。",
"siblingsDescription": "与具有名称相同但扩展名不同的同级文件的文件匹配。",
"languageSpecificEditorSettings": "特定语言编辑器设置",
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cssserver.name": "CSS 语言服务器"
}

View File

@@ -0,0 +1,74 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"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.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.lint.argumentsInColorFunction.desc": "参数数量无效",
"scss.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
"scss.lint.compatibleVendorPrefixes.desc": "使用供应商特定前缀时,确保同时包括所有其他供应商特定属性",
"scss.lint.duplicateProperties.desc": "不要使用重复的样式定义",
"scss.lint.emptyRules.desc": "不要使用空规则集",
"scss.lint.float.desc": "避免使用“float”。浮动会带来脆弱的 CSS如果布局的某一方面更改将很容易破坏 CSS。",
"scss.lint.fontFaceProperties.desc": "@font-face 规则必须定义 \"src\" 和 \"font-family\" 属性",
"scss.lint.hexColorLength.desc": "十六进制颜色必须由三个或六个十六进制数字组成",
"scss.lint.idSelector.desc": "选择器不应包含 ID因为这些规则与 HTML 的耦合过于紧密。",
"scss.lint.ieHack.desc": "仅当支持 IE7 及更低版本时,才需要 IE hack",
"scss.lint.important.desc": "避免使用 !important。它表明整个 CSS 的特异性已经失去控制且需要重构。",
"scss.lint.importStatement.desc": "Import 语句不会并行加载",
"scss.lint.propertyIgnoredDueToDisplay.desc": "因显示而忽略属性。例如,使用 \"display: inline\"时,宽度、高度、上边距、下边距和 float 属性将不起作用",
"scss.lint.universalSelector.desc": "已知通配选择符 (*) 慢",
"scss.lint.unknownProperties.desc": "未知的属性。",
"scss.lint.unknownVendorSpecificProperties.desc": "未知的供应商特定属性。",
"scss.lint.vendorPrefix.desc": "使用供应商特定前缀时,还应包括标准属性",
"scss.lint.zeroUnits.desc": "零不需要单位",
"scss.validate.title": "控制 SCSS 验证和问题严重性。",
"scss.validate.desc": "启用或禁用所有验证",
"less.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"scss.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"css.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"css.colorDecorators.enable.deprecationMessage": "已弃用设置 \"css.colorDecorators.enabl\",请改用 \"editor.colorDecorators\"。",
"scss.colorDecorators.enable.deprecationMessage": "已弃用设置 \"scss.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。",
"less.colorDecorators.enable.deprecationMessage": "已弃用设置 \"less.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。"
}

View File

@@ -0,0 +1,48 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"command.wrapWithAbbreviation": "使用缩写包围",
"command.wrapIndividualLinesWithAbbreviation": "输入缩写包围个别行",
"command.removeTag": "移除标签",
"command.updateTag": "更新标签",
"command.matchTag": "转至匹配对",
"command.balanceIn": "平衡(向内)",
"command.balanceOut": "平衡(向外)",
"command.prevEditPoint": "转到上一编辑点",
"command.nextEditPoint": "转到下一编辑点",
"command.mergeLines": "合并行",
"command.selectPrevItem": "选择上一项",
"command.selectNextItem": "选择下一项",
"command.splitJoinTag": "分离/联接标记",
"command.toggleComment": "切换注释",
"command.evaluateMathExpression": "求数学表达式的值",
"command.updateImageSize": "更新图像大小",
"command.reflectCSSValue": "映射 CSS 值",
"command.incrementNumberByOne": "增加 1",
"command.decrementNumberByOne": "减少 1",
"command.incrementNumberByOneTenth": "增加 0.1",
"command.decrementNumberByOneTenth": "减少 0.1",
"command.incrementNumberByTen": "增加 10",
"command.decrementNumberByTen": "减少 10",
"emmetSyntaxProfiles": "为指定的语法定义配置文件或使用带有特定规则的配置文件。",
"emmetExclude": "不应展开 Emmet 缩写的语言数组。",
"emmetExtensionsPath": "含有 Emmet 配置文件和片段的文件夹路径。",
"emmetShowExpandedAbbreviation": "显示扩展的 Emmet 缩写作为建议。\n\"inMarkupAndStylesheetFilesOnly\" 选项适用于 html、haml、jade、slim、xml、xsl、css、scss、sass、less 和 stylus。\n\"always\" 选项适用于 markup/css 文件的所有部分。",
"emmetShowAbbreviationSuggestions": "显示可能的 Emmet 缩写作为建议。在风格表中或将 emmet.showExpandedAbbreviation 设置为 \"never\" 时不适用。",
"emmetIncludeLanguages": "启用使用默认不支持的语言的 Emmet 缩写。在此添加该语言与支持 Emmet 的语言之间的映射。示例: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
"emmetVariables": "要用于 Emmet 代码片段的变量",
"emmetTriggerExpansionOnTab": "启用后,按 TAB 键时,将展开 Emmet 缩写。",
"emmetPreferences": "用于修改 Emmet 某些操作和解析程序的行为的首选项。",
"emmetPreferencesIntUnit": "整数值的默认单位",
"emmetPreferencesFloatUnit": "浮点数值的默认单位",
"emmetPreferencesCssAfter": "展开 CSS 缩写时在 CSS 属性末尾放置的符号",
"emmetPreferencesSassAfter": "在 Sass 文件中展开 CSS 缩写时在 CSS 属性末尾放置的符号",
"emmetPreferencesStylusAfter": "在 Stylus 文件中展开 CSS 缩写时在 CSS 属性末尾放置的符号",
"emmetPreferencesCssBetween": "展开 CSS 缩写时在 CSS 属性之间放置的符号",
"emmetPreferencesSassBetween": "在 Sass 文件中展开 CSS 缩写时在 CSS 属性之间放置的符号",
"emmetPreferencesStylusBetween": "在 Stylus 文件中展开 CSS 缩写时在 CSS 属性之间放置的符号",
"emmetShowSuggestionsAsSnippets": "若为 \"true\"Emmet 建议将会显示为代码片段根据editor.snippetSuggestions 设置进行排列。"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"httpsRequired": "图像必须使用 HTTPS 协议。",
"svgsNotValid": "SVG 不是有效的图像源。",
"embeddedSvgsNotValid": "嵌入的 SVG 不是有效的图像源。",
"dataUrlsNotValid": "数据 URL 不是有效的图像源。",
"relativeUrlRequiresHttpsRepository": "相关 URL 要求在 package.json 中指定使用 HTTPS 协议的存储库。",
"relativeIconUrlRequiresHttpsRepository": "图标要求在此 package.json 中指定使用 HTTPS 协议的存储库。",
"relativeBadgeUrlRequiresHttpsRepository": "相对徽章 URL 要求在 package.json 中指定使用 HTTPS 协议的存储库。"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"languageSpecificEditorSettings": "特定语言编辑器设置",
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"missOrInvalid": "凭据丢失或无效。"
}

View File

@@ -0,0 +1,77 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"tag at": "{0} 处的 Tag",
"remote branch at": "{0} 处的远程分支",
"create branch": "$(plus) 创建新分支",
"repourl": "存储库 URL",
"parent": "父目录",
"cloning": "正在克隆 GIT 存储库...",
"openrepo": "打开存储库",
"proposeopen": "是否要打开已克隆存储库?",
"path to init": "文件夹路径",
"provide path": "请提供用于初始化 Git 存储库的文件夹路径",
"HEAD not available": "“{0}”的 HEAD 版本不可用。",
"confirm stage files with merge conflicts": "确定要暂存含有合并冲突的 {0} 个文件吗?",
"confirm stage file with merge conflicts": "确定要暂存含有合并冲突的 {0} 吗?",
"yes": "是",
"confirm revert": "是否确实要还原 {0} 中的已选更改?",
"revert": "还原更改",
"discard": "放弃更改",
"confirm delete": "是否确定要删除 {0}?",
"delete file": "删除文件",
"confirm discard": "确定要放弃 {0} 中更改吗?",
"confirm discard multiple": "是否确实要放弃 {0} 文件中的更改?",
"warn untracked": "这将删除 {0} 个未跟踪的文件!",
"confirm discard all single": "确定要放弃 {0} 中更改吗?",
"confirm discard all": "确定要放弃在 {0} 个文件中的所有更改吗?\n此操作不可撤销!\n你当前的工作集将会永远丢失。",
"discardAll multiple": "放弃 1 个文件",
"discardAll": "放弃所有 {0} 个文件",
"confirm delete multiple": "是否确定要删除 {0} 个文件?",
"delete files": "删除文件",
"there are untracked files single": "若放弃下面未跟踪的文件,其将被从硬盘上删除: {0}。",
"there are untracked files": "若放弃 {0} 个未跟踪的文件,其将被从硬盘上删除。",
"confirm discard all 2": "{0}\n\n此操作不可撤销你当前的工作集将会永远丢失。",
"yes discard tracked": "放弃 1 个已跟踪的文件",
"yes discard tracked multiple": "放弃 {0} 个已跟踪的文件",
"no staged changes": "现在没有暂存的更改以供提交\n\n是否要直接自动暂存所有更改并提交",
"always": "始终",
"no changes": "没有要提交的更改。",
"commit message": "提交消息",
"provide commit message": "请提供提交消息",
"select a ref to checkout": "选择要签出的 ref",
"branch name": "分支名称",
"provide branch name": "请提供分支名称",
"select branch to delete": "选择要删除的分支",
"confirm force delete branch": "“{0}”分支未被完全合并。是否仍要删除?",
"delete branch": "删除分支",
"select a branch to merge from": "选择要从其合并的分支",
"merge conflicts": "存在合并冲突。请在提交之前解决这些冲突。",
"tag name": "标签名称",
"provide tag name": "请提供标签名称",
"tag message": "消息",
"provide tag message": "请提供消息以对标签进行注释",
"no remotes to pull": "存储库未配置任何从其中进行拉取的远程存储库。",
"pick remote pull repo": "选择要从其拉取分支的远程位置",
"no remotes to push": "存储库未配置任何要推送到的远程存储库。",
"push with tags success": "已成功带标签进行推送。",
"nobranch": "请签出一个分支以推送到远程。",
"pick remote": "选取要将分支“{0}”发布到的远程:",
"sync is unpredictable": "此操作从“{0}”推送和拉取提交。",
"ok": "确定",
"never again": "好,永不再显示",
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
"no changes stash": "没有要存储的更改。",
"provide stash message": "提供存储消息(可选)",
"stash message": "存储消息",
"no stashes": "没有可以恢复的存储。",
"pick stash to pop": "选择要弹出的存储",
"clean repo": "在签出前,请清理存储库工作树。",
"cant push": "无法推送 refs 到远端。请先运行“拉取”功能以整合你的更改。",
"git error details": "Git:{0}",
"git error": "Git 错误",
"open git log": "打开 GIT 日志"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"using git": "使用 {1} 中的 GIT {0}",
"updateGit": "更新 GIT",
"neverShowAgain": "不再显示",
"git20": "你似乎已安装 Git {0}。Code 和 Git 版本 >=2 一起工作最佳"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"no repositories": "没有可用存储库",
"pick repo": "选择存储库"
}

View File

@@ -0,0 +1,31 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "打开",
"index modified": "已修改索引",
"modified": "已修改",
"index added": "已添加索引",
"index deleted": "已删除索引",
"deleted": "已删除",
"index renamed": "已重命名索引",
"index copied": "已复制索引",
"untracked": "未跟踪的",
"ignored": "已忽略",
"both deleted": "两者均已删除",
"added by us": "已由我们添加",
"deleted by them": "已被他们删除",
"added by them": "已由他们添加",
"deleted by us": "已被我们删除",
"both added": "两者均已添加",
"both modified": "二者均已修改",
"commit": "提交",
"merge changes": "合并更改",
"staged changes": "暂存的更改",
"changes": "更改",
"ok": "确定",
"neveragain": "不再显示",
"huge": "Git 存储库“{0}”中存在大量活动更改,将仅启用部分 Git 功能。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"commit": "提交"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"checkout": "签出...",
"sync changes": "同步更改",
"publish changes": "发布更改",
"syncing changes": "正在同步更改..."
}

View File

@@ -0,0 +1,63 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"command.clone": "克隆",
"command.init": "初始化存储库",
"command.close": "关闭存储库",
"command.refresh": "刷新",
"command.openChange": "打开更改",
"command.openFile": "打开文件",
"command.openHEADFile": "打开文件 (HEAD)",
"command.stage": "暂存更改",
"command.stageAll": "暂存所有更改",
"command.stageSelectedRanges": "暂存所选范围",
"command.revertSelectedRanges": "还原所选更改",
"command.unstage": "取消暂存更改",
"command.unstageAll": "取消暂存所有更改",
"command.unstageSelectedRanges": "取消暂存所选范围",
"command.clean": "放弃更改",
"command.cleanAll": "放弃所有更改",
"command.commit": "Commit",
"command.commitStaged": "提交已暂存文件",
"command.commitStagedSigned": "提交已暂存文件(已签名)",
"command.commitStagedAmend": "已暂存提交(修改)",
"command.commitAll": "全部提交",
"command.commitAllSigned": "全部提交(已签名)",
"command.commitAllAmend": "全部提交(修改)",
"command.undoCommit": "撤消上次提交",
"command.checkout": "签出到...",
"command.branch": "创建分支...",
"command.deleteBranch": "删除分支...",
"command.merge": "合并分支...",
"command.createTag": "创建标签",
"command.pull": "拉取",
"command.pullRebase": "拉取(变基)",
"command.pullFrom": "拉取自...",
"command.push": "推送",
"command.pushTo": "推送到...",
"command.pushWithTags": "带标签推送",
"command.sync": "同步",
"command.publish": "发布分支",
"command.showOutput": "显示 GIT 输出",
"command.ignore": "将文件添加到 .gitignore",
"command.stash": "存储",
"command.stashPop": "弹出存储...",
"command.stashPopLatest": "弹出最新存储",
"config.enabled": "是否已启用 GIT",
"config.path": "Git 可执行文件路径",
"config.autorefresh": "是否已启用自动刷新",
"config.autofetch": "是否启用了自动提取",
"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
"config.confirmSync": "同步 Git 存储库前进行确认",
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
"config.checkoutType": "控制运行“签出到...”时列出的分支的类型。“all”显示所有 refs“local”只显示本地分支“tags”只显示标签“remote”只显示远程分支。",
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告",
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置",
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
"config.enableCommitSigning": "启用使用 GPG 签名的提交",
"config.discardAllScope": "控制运行\"放弃所有更改\"命令时放弃的更改。\"all\" 放弃所有更改。 \"tracked\" 只放弃跟踪的文件。 \"prompt\" 每次运行此操作时显示提示对话框。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "自动检测 Grunt 失败,错误:{0}"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"config.grunt.autoDetect": "控制自动检测 Grunt 任务是否打开。默认开启。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "自动检测 gulp 失败,错误:{0}"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"config.gulp.autoDetect": "控制自动检测 Gulp 任务是否打开。默认开启。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"htmlserver.name": "HTML 语言服务器"
}

View File

@@ -0,0 +1,29 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"html.format.enable.desc": "启用/禁用默认 HTML 格式化程序",
"html.format.wrapLineLength.desc": "每行最大字符数(0 = 禁用)。",
"html.format.unformatted.desc": "以逗号分隔的标记列表不应重设格式。\"null\" 默认为所有列于 https://www.w3.org/TR/html5/dom.html#phrasing-content 的标记。",
"html.format.contentUnformatted.desc": "以逗号分隔的标记列表,不应在其中重新设置内容的格式。\"null\" 默认为 \"pre\" 标记。",
"html.format.indentInnerHtml.desc": "缩进 <head> 和 <body> 部分。",
"html.format.preserveNewLines.desc": "是否要保留元素前面的现有换行符。仅适用于元素前,不适用于标记内或文本。",
"html.format.maxPreserveNewLines.desc": "要保留在一个区块中的换行符的最大数量。对于无限制使用 \"null\"。",
"html.format.indentHandlebars.desc": "格式和缩进 {{#foo}} 和 {{/foo}}。",
"html.format.endWithNewline.desc": "以新行结束。",
"html.format.extraLiners.desc": "标记列表,以逗号分隔,其前应有额外新行。\"null\" 默认为“标头、正文、/html”。",
"html.format.wrapAttributes.desc": "对属性进行换行。",
"html.format.wrapAttributes.auto": "仅在超出行长度时才对属性进行换行。",
"html.format.wrapAttributes.force": "对除第一个属性外的其他每个属性进行换行。",
"html.format.wrapAttributes.forcealign": "对除第一个属性外的其他每个属性进行换行,并保持对齐。",
"html.format.wrapAttributes.forcemultiline": "对每个属性进行换行。",
"html.suggest.angular1.desc": "配置内置 HTML 语言支持是否建议 Angular V1 标记和属性。",
"html.suggest.ionic.desc": "配置内置 HTML 语言支持是否建议 Ionic 标记、属性和值。",
"html.suggest.html5.desc": "配置内置 HTML 语言支持是否建议 HTML5 标记、属性和值。",
"html.trace.server.desc": "跟踪 VS Code 与 HTML 语言服务器之间的通信。",
"html.validate.scripts": "配置内置的 HTML 语言支持是否对嵌入的脚本进行验证。",
"html.validate.styles": "配置内置的 HTML 语言支持是否对嵌入的样式进行验证。",
"html.autoClosingTags": "启用/禁用 HTML 标记的自动关闭。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "自动检测 Jake 失败,错误:{0}"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"config.jake.autoDetect": "控制自动检测 Jake 任务是否打开。默认开启。"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"json.bower.default": "默认 bower.json",
"json.bower.error.repoaccess": "对 Bower 存储库发出的请求失败: {0}",
"json.bower.latest.version": "最新"
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"json.package.default": "默认 package.json",
"json.npm.error.repoaccess": "对 NPM 存储库发出的请求失败: {0}",
"json.npm.latestversion": "当前最新版本的包",
"json.npm.majorversion": "与最新主要版本(1.x.x)匹配",
"json.npm.minorversion": "与最新次要版本(1.2.x)匹配",
"json.npm.version.hover": "最新版本: {0}"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"jsonserver.name": "JSON 语言服务器"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"json.schemas.desc": "将当前项目中的 JSON 文件与架构关联起来",
"json.schemas.url.desc": "当前目录中指向架构的 URL 或相对路径",
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时,用于匹配的一组文件模式。",
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时,用于匹配的可以包含 \"*\" 的文件模式。",
"json.schemas.schema.desc": "给定 URL 的架构定义。只需提供该架构以避免对架构 URL 的访问。",
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
"json.tracing.desc": "跟踪 VS Code 与 JSON 语言服务器之间的通信。",
"json.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"json.colorDecorators.enable.deprecationMessage": "已弃用设置 \"json.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "无法加载“markdown.styles”{0}"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"preview.securityMessage.text": "已禁用此文档中的部分内容",
"preview.securityMessage.title": "已禁用此 Markdown 预览中的可能不安全的内容。更改 Markdown 预览安全设置以允许不安全内容或启用脚本。",
"preview.securityMessage.label": "已禁用内容安全警告"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"strict.title": "严格",
"strict.description": "仅载入安全内容",
"insecureContent.title": "允许不安全内容",
"insecureContent.description": "允许通过 http 载入内容",
"disable.title": "禁用",
"disable.description": "允许所有内容,执行所有脚本。不推荐",
"moreInfo.title": "详细信息",
"preview.showPreviewSecuritySelector.title": "选择此工作区中 Markdown 预览的安全设置"
}

View File

@@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"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.scrollPreviewWithEditorSelection.desc": "滚动 Markdown 预览以显示编辑器中当前所选的行。",
"markdown.preview.title": "打开预览",
"markdown.previewFrontMatter.dec": "设置如何在 Markdown 预览中呈现 YAML 扉页。“隐藏”会删除扉页。否则,扉页则被视为 Markdown 内容。",
"markdown.previewSide.title": "打开侧边预览",
"markdown.showSource.title": "显示源",
"markdown.styles.dec": "要在 Markdown 预览中使用的 CSS 样式表的 URL 或本地路径列表。相对路径被解释为相对于资源管理器中打开的文件夹。如果没有任何打开的文件夹,则会被解释为相对于 Markdown 文件的位置。所有的 \"\\\" 需写为 \"\\\\\"。",
"markdown.showPreviewSecuritySelector.title": "更改预览安全设置",
"markdown.trace.desc": "对 Markdown 扩展启用调试日志记录。",
"markdown.refreshPreview.title": "刷新预览"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"acceptCurrentChange": "采用当前更改",
"acceptIncomingChange": "采用传入的更改",
"acceptBothChanges": "保留双方更改",
"compareChanges": "比较变更"
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cursorNotInConflict": "编辑器光标不在合并冲突内",
"compareChangesTitle": "{0}:当前更改 ⟷ 传入的更改",
"cursorOnCommonAncestorsRange": "编辑器光标在共同来源块上,请将其移动至“当前”或“传入”区域中",
"cursorOnSplitterRange": "编辑器光标在合并冲突分割线上,请将其移动至“当前”或“传入”区域中",
"noConflicts": "没有在此文件中找到合并冲突",
"noOtherConflictsInThisFile": "此文件中没有其他合并冲突了"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"currentChange": "(当前更改)",
"incomingChange": "(传入的更改)"
}

View File

@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"command.category": "合并冲突",
"command.accept.all-incoming": "全部采用传入版本",
"command.accept.all-both": "全部保留两者",
"command.accept.current": "采用当前内容",
"command.accept.incoming": "采用传入内容",
"command.accept.selection": "采用选中版本",
"command.accept.both": "保留两者",
"command.next": "下一个冲突",
"command.previous": "上一个冲突",
"command.compare": "比较当前冲突",
"config.title": "合并冲突",
"config.codeLensEnabled": "启用/禁用编辑器内合并冲突区域的 CodeLens",
"config.decoratorsEnabled": "启用/禁用编辑器内的合并冲突修饰器"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"config.npm.autoDetect": "控制自动检测 npm 脚本是否打开。默认开启。",
"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令"
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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": "允许",
"php.no": "不允许",
"wrongExecutable": "无法验证,因为 {0} 不是有效的 PHP 可执行文件。请使用设置 \"php.validate.executablePath\" 配置 PHP 可执行文件。",
"noExecutable": "无法验证,因为未设置任何 PHP 可执行文件。请使用设置 \"php.validate.executablePath\" 配置 PHP 可执行文件。",
"unknownReason": "使用路径运行 php 失败: {0}。原因未知。"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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 是在 save 还是在 type 上运行。",
"configuration.title": "PHP",
"commands.categroy.php": "PHP",
"command.untrustValidationExecutable": "禁止 PHP 验证程序(定义为工作区设置)"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"versionMismatch": "正在使用 TypeScript ({1}) 实现的编辑器功能。TypeScript ({0}) 已经全局安装在你的电脑上。VS Code 中发生的错误可能会与 TCS 中不同",
"moreInformation": "详细信息",
"doNotCheckAgain": "不再检查",
"close": "关闭",
"updateTscCheck": "已将用户设置 \"typescript.check.tscVersion\" 更新为 false"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"acquiringTypingsLabel": "正在获取 typings...",
"acquiringTypingsDetail": "获取 IntelliSense 的 typings 定义。"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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 错误提示。"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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": "无法确定实现"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"typescript.jsDocCompletionItem.documentation": "JSDoc 注释"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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": "无法确定引用"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "监视 - {0}",
"buildTscLabel": "构建 - {0}"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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 项目",
"typescript.noJavaScriptProjectConfig": "文件不属于 JavaScript 项目",
"typescript.configureTsconfigQuickPick": "配置 tsconfig.json",
"typescript.configureJsconfigQuickPick": "配置 jsconfig.json",
"typescript.projectConfigLearnMore": "了解详细信息"
}

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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 次。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"invalidVersion": "无效版本"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"channelName": "TypeScript"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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 语言功能,请排除包含不需要处理的源文件的大型文件夹。"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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”",
"typesInstallerInitializationFailed.moreInformation": "详细信息",
"typesInstallerInitializationFailed.doNotCheckAgain": "不要再次检查",
"typesInstallerInitializationFailed.close": "关闭"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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 版本"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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。"
}

View File

@@ -0,0 +1,50 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"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.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 版本",
"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 任务是否打开。",
"typescript.problemMatchers.tsc.label": "TypeScript 问题",
"typescript.problemMatchers.tscWatch.label": "TypeScript 问题(观看模式)"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"titleLabel": "{0} ({1})"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"repeated": "{0} (已再次发生)"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"defaultLabel": "输入"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"caseDescription": "区分大小写",
"wordsDescription": "全字匹配",
"regexDescription": "使用正则表达式"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"alertErrorMessage": "错误: {0}",
"alertWarningMessage": "警告: {0}",
"alertInfoMessage": "信息: {0}"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"imgMeta": "{0}x{1} {2}",
"largeImageError": "图像太大,无法在编辑器中显示。 ",
"resourceOpenExternalButton": "使用外部程序打开图片?",
"nativeBinaryError": "文件将不在编辑器中显示,因为它是二进制文件、非常大或使用不支持的文本编码。",
"sizeB": "{0} B",
"sizeKB": "{0} KB",
"sizeMB": "{0} MB",
"sizeGB": "{0} GB",
"sizeTB": "{0} TB"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"more": "更多"
}

View File

@@ -0,0 +1,18 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"message": "{0}。错误代码: {1}",
"error.permission.verbose": "权限被拒绝(HTTP {0})",
"error.permission": "权限被拒绝",
"error.http.verbose": "{0} (HTTP {1}: {2})",
"error.http": "{0} (HTTP {1})",
"error.connection.unknown.verbose": "未知连接错误 ({0})",
"error.connection.unknown": "出现未知连接错误。您的 Internet 连接已断开,或者您连接的服务器已脱机。",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "出现未知错误。有关详细信息,请参阅日志。",
"nodeExceptionMessage": "发生了系统错误 ({0})",
"error.moreErrors": "{0} 个(共 {1} 个错误)"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"error.invalidSymbol": "符号无效",
"error.invalidNumberFormat": "数字格式无效",
"error.propertyNameExpected": "需要属性名",
"error.valueExpected": "需要值",
"error.colonExpected": "需要冒号",
"error.commaExpected": "需要逗号",
"error.closeBraceExpected": "需要右大括号",
"error.closeBracketExpected": "需要右括号",
"error.endOfFileExpected": "预期的文件结尾"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"error.invalidSymbol": "符号无效",
"error.invalidNumberFormat": "数字格式无效",
"error.propertyNameExpected": "需要属性名",
"error.valueExpected": "需要值",
"error.colonExpected": "需要冒号",
"error.commaExpected": "需要逗号",
"error.closeBraceExpected": "需要右大括号",
"error.closeBracketExpected": "需要右括号",
"error.endOfFileExpected": "需要文件结尾(EOF)"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ctrlKey": "Ctrl",
"shiftKey": "Shift",
"altKey": "Alt",
"windowsKey": "Windows",
"ctrlKey.long": "Control",
"shiftKey.long": "Shift",
"altKey.long": "Alt",
"cmdKey.long": "Command",
"windowsKey.long": "Windows"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ExecutableParser.commandMissing": "错误: 可执行信息必须定义字符串类型的命令。",
"ExecutableParser.isShellCommand": "警告: isShellCommand 的类型必须为布尔型。正在忽略值 {0}。",
"ExecutableParser.args": "警告: args 的类型必须为 string[]。正在忽略值 {0}。",
"ExecutableParser.invalidCWD": "警告: options.cwd 的类型必须为字符串。正在忽略值 {0}。"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"sev.error": "错误",
"sev.warning": "警告",
"sev.info": "信息"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"TaskRunner.UNC": "无法对 UNC 驱动器执行 shell 命令。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"notFound": "在 Zip 中找不到 {0}。"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"quickOpenAriaLabelEntry": "{0},选取器",
"quickOpenAriaLabel": "选取器"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"quickOpenAriaLabel": "快速选取器。键入以缩小结果范围。",
"treeAriaLabel": "快速选取器"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"collapse": "折叠"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"authRequire": "需要验证代理",
"proxyauth": "{0} 代理需要验证。"
}

View File

@@ -0,0 +1,185 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"mFile": "文件(&&F)",
"mEdit": "编辑(&&E)",
"mSelection": "选择(&&S)",
"mView": "查看(&&V)",
"mGoto": "转到(&&G)",
"mDebug": "调试(&&D)",
"mWindow": "窗口",
"mHelp": "帮助(&&H)",
"mTask": "任务(&&T)",
"miNewWindow": "新建窗口(&&W)",
"mAbout": "关于 {0}",
"mServices": "服务",
"mHide": "隐藏 {0}",
"mHideOthers": "隐藏其他",
"mShowAll": "全部显示",
"miQuit": "退出 {0}",
"miNewFile": "新建文件(&&N)",
"miOpen": "打开(&&O)...",
"miOpenWorkspace": "打开工作区(&&O)...",
"miOpenFolder": "打开文件夹(&&F)...",
"miOpenFile": "打开文件(&&O)...",
"miOpenRecent": "打开最近的文件(&&R)",
"miSaveWorkspaceAs": "将工作区另存为(&&S)...",
"miAddFolderToWorkspace": "将文件夹添加到工作区(&&A)...",
"miSave": "保存(&&S)",
"miSaveAs": "另存为(&&A)...",
"miSaveAll": "全部保存(&&L)",
"miAutoSave": "自动保存",
"miRevert": "还原文件(&&V)",
"miCloseWindow": "关闭窗口(&&W)",
"miCloseWorkspace": "关闭工作区(&&W)",
"miCloseFolder": "关闭文件夹(&&F)",
"miCloseEditor": "关闭编辑器(&&C)",
"miExit": "退出(&&X)",
"miOpenSettings": "设置(&&S)",
"miOpenKeymap": "键盘快捷方式(&&K)",
"miOpenKeymapExtensions": "键映射扩展(&&K)",
"miOpenSnippets": "用户代码片段(&&S)",
"miSelectColorTheme": "颜色主题(&&C)",
"miSelectIconTheme": "文件图标主题(&&I)",
"miPreferences": "首选项(&&P)",
"miReopenClosedEditor": "重新打开已关闭的编辑器(&&R)",
"miMore": "更多(&&M)...",
"miClearRecentOpen": "清除最近打开记录",
"miUndo": "撤消(&&U)",
"miRedo": "恢复(&&R)",
"miCut": "剪切(&&T)",
"miCopy": "复制(&&C)",
"miPaste": "粘贴(&&P)",
"miFind": "查找(&&F)",
"miReplace": "替换(&&R)",
"miFindInFiles": "在文件中查找(&&I)",
"miReplaceInFiles": "在文件中替换(&&I)",
"miEmmetExpandAbbreviation": "Emmet: 展开缩写(&&X)",
"miShowEmmetCommands": "Emmet(&&M)...",
"miToggleLineComment": "切换行注释(&&T)",
"miToggleBlockComment": "切换块注释(&&B)",
"miMultiCursorAlt": "切换为“Alt+单击”进行多光标功能",
"miMultiCursorCmd": "切换为“Cmd+单击”进行多光标功能",
"miMultiCursorCtrl": "切换为“Ctrl+单击”进行多光标功能",
"miInsertCursorAbove": "在上面添加光标(&&A)",
"miInsertCursorBelow": "在下面添加光标(&&D)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾添加光标(&&U)",
"miAddSelectionToNextFindMatch": "添加下一个匹配项(&&N)",
"miAddSelectionToPreviousFindMatch": "添加上一个匹配项(&&R)",
"miSelectHighlights": "选择所有匹配项(&&O)",
"miCopyLinesUp": "向上复制一行(&&C)",
"miCopyLinesDown": "向下复制一行(&&P)",
"miMoveLinesUp": "向上移动一行(&&V)",
"miMoveLinesDown": "向下移动一行(&&L)",
"miSelectAll": "全选(&&S)",
"miSmartSelectGrow": "展开选定内容(&&E)",
"miSmartSelectShrink": "缩小选定范围(&&S)",
"miViewExplorer": "资源管理器(&&E)",
"miViewSearch": "搜索(&&S)",
"miViewSCM": "SCM(&&C)",
"miViewDebug": "调试(&&D)",
"miViewExtensions": "扩展(&&X)",
"miToggleOutput": "输出(&&O)",
"miToggleDebugConsole": "调试控制台(&&B)",
"miToggleIntegratedTerminal": "集成终端(&&I)",
"miMarker": "问题(&&P)",
"miAdditionalViews": "其他视图(&&V)",
"miCommandPalette": "命令面板(&&C)...",
"miToggleFullScreen": "切换全屏(&&F)",
"miToggleZenMode": "切换 Zen 模式",
"miToggleMenuBar": "切换菜单栏(&&B)",
"miSplitEditor": "拆分编辑器(&&E)",
"miToggleEditorLayout": "切换编辑器组布局(&&L)",
"miToggleSidebar": "切换侧边栏(&&T)",
"miMoveSidebarRight": "向右移动侧边栏(&&M)",
"miMoveSidebarLeft": "向左移动侧边栏(&&M)",
"miTogglePanel": "切换面板(&&P)",
"miHideStatusbar": "隐藏状态栏(&&H)",
"miShowStatusbar": "显示状态栏(&&S)",
"miHideActivityBar": "隐藏活动栏(&&A)",
"miShowActivityBar": "显示活动栏(&&A)",
"miToggleWordWrap": "切换自动换行(&&W)",
"miToggleMinimap": "切换小地图(&&M)",
"miToggleRenderWhitespace": "切换呈现空格(&&R)",
"miToggleRenderControlCharacters": "切换控制字符(&&C)",
"miZoomIn": "放大(&&Z)",
"miZoomOut": "缩小(&&U)",
"miZoomReset": "重置缩放(&&R)",
"miBack": "后退(&&B)",
"miForward": "前进(&&F)",
"miNextEditor": "下一个编辑器(&&N)",
"miPreviousEditor": "上一个编辑器(&&P)",
"miNextEditorInGroup": "组中下一个使用过的编辑器(&&N)",
"miPreviousEditorInGroup": "组中上一个使用过的编辑器(&&P)",
"miSwitchEditor": "切换编辑器(&&E)",
"miFocusFirstGroup": "第一组(&&F)",
"miFocusSecondGroup": "第二组(&&S)",
"miFocusThirdGroup": "第三组(&&T)",
"miNextGroup": "下一个组(&&N)",
"miPreviousGroup": "上一个组(&&P)",
"miSwitchGroup": "切换组(&&G)",
"miGotoFile": "转到文件(&&F)...",
"miGotoSymbolInFile": "转到文件中的符号(&&S)...",
"miGotoSymbolInWorkspace": "转到工作区中的符号(&&W)...",
"miGotoDefinition": "转到定义(&&D)...",
"miGotoTypeDefinition": "转到类型定义(&&T)",
"miGotoImplementation": "转到实现(&&I)",
"miGotoLine": "转到行(&&L)...",
"miStartDebugging": "启动调试(&&S)",
"miStartWithoutDebugging": "非调试启动(&&W)",
"miStopDebugging": "停止调试(&&S)",
"miRestart Debugging": "重启调试(&&R)",
"miOpenConfigurations": "打开配置(&&C)",
"miAddConfiguration": "添加配置...",
"miStepOver": "单步跳过(&&O)",
"miStepInto": "单步执行(&&I)",
"miStepOut": "单步跳出(&&U)",
"miContinue": "继续(&&C)",
"miToggleBreakpoint": "切换断点(&&B)",
"miConditionalBreakpoint": "条件断点(&&C)...",
"miColumnBreakpoint": "列断点(&&O)",
"miFunctionBreakpoint": "函数断点(&&F)...",
"miNewBreakpoint": "新建断点(&&N)",
"miEnableAllBreakpoints": "启用所有断点",
"miDisableAllBreakpoints": "禁用所有断点(&&L)",
"miRemoveAllBreakpoints": "删除所有断点(&&R)",
"miInstallAdditionalDebuggers": "安装其他调试器(&&I)...",
"mMinimize": "最小化",
"mZoom": "缩放",
"mBringToFront": "全部置于顶层",
"miSwitchWindow": "切换窗口(&&W)...",
"miToggleDevTools": "切换开发人员工具(&&T)",
"miAccessibilityOptions": "辅助功能选项(&&O)",
"miReportIssues": "报告问题(&&I)",
"miWelcome": "欢迎使用(&&W)",
"miInteractivePlayground": "交互式演练场(&&I)",
"miDocumentation": "文档(&&D)",
"miReleaseNotes": "发行说明(&&R)",
"miKeyboardShortcuts": "快捷键参考(&&K)",
"miIntroductoryVideos": "介绍性视频(&&V)",
"miTipsAndTricks": "提示与技巧(&&T)",
"miTwitter": "在 Twitter 上加入我们(&&J)",
"miUserVoice": "搜索功能请求(&&S)",
"miLicense": "查看许可证(&&L)",
"miPrivacyStatement": "隐私声明(&&P)",
"miAbout": "关于(&&A)",
"miRunTask": "运行任务(&&R)...",
"miBuildTask": "运行生成任务(&&B)...",
"miRunningTask": "显示正在运行的任务(&&G)...",
"miRestartTask": "重启正在运行的任务(&&E)...",
"miTerminateTask": "终止任务(&&T)...",
"miConfigureTask": "配置任务(&&C)",
"miConfigureBuildTask": "配置默认生成任务(&&F)",
"accessibilityOptionsWindowTitle": "辅助功能选项",
"miRestartToUpdate": "重启以更新...",
"miCheckingForUpdates": "正在检查更新...",
"miDownloadUpdate": "下载可用更新",
"miDownloadingUpdate": "正在下载更新...",
"miInstallingUpdate": "正在安装更新...",
"miCheckForUpdates": "检查更新...",
"aboutDetail": "\n版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n渲染器 {4}\nNode {5}\n架构 {6}",
"okButton": "确定"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hiddenMenuBar": "你仍可以通过按 **Alt** 键访问菜单栏。"
}

View File

@@ -0,0 +1,28 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ok": "确定",
"pathNotExistTitle": "路径不存在",
"pathNotExistDetail": "磁盘上似乎不再存在路径“{0}”。",
"openWorkspace": "打开(&&O)...",
"openWorkspaceTitle": "打开工作区",
"save": "保存(&&S)",
"doNotSave": "不保存(&&N)",
"cancel": "取消",
"saveWorkspaceMessage": "你是否要将你的工作区配置保存为文件?",
"saveWorkspaceDetail": "若要再次打开此工作区,请先保存。",
"saveWorkspace": "保存工作区",
"reopen": "重新打开",
"wait": "保持等待",
"close": "关闭",
"appStalled": "窗口不再响应",
"appStalledDetail": "你可以重新打开或关闭窗口,或者保持等待。",
"appCrashed": "窗口出现故障",
"appCrashedDetail": "我们对此引起的不便表示抱歉! 请重启该窗口从上次停止的位置继续。",
"open": "打开",
"openFolder": "打开文件夹",
"openFile": "打开文件"
}

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"notFound": "找不到扩展“{0}”。",
"notInstalled": "未安装扩展“{0}”。",
"useId": "确保使用完整扩展 ID包括发布服务器如: {0}",
"successVsixInstall": "已成功安装扩展“{0}”!",
"alreadyInstalled": "已安装扩展“{0}”。",
"foundExtension": "在应用商店中找到了“{0}”。",
"installing": "正在安装...",
"successInstall": "已成功安装扩展“{0}” v{1}!",
"uninstalling": "正在卸载 {0}...",
"successUninstall": "已成功卸载扩展“{0}”!"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"diff.tooLarge": "文件过大,无法比较。"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.close": "关闭",
"header": "第 {0} 个差异(共 {1} 个): 未修改 {2}, {3} 行,已修改 {4}, {5} 行",
"blankLine": "空白",
"equalLine": "未修改 {0},已修改 {1}: {2}",
"insertLine": "+ 已修改 {0}: {1}",
"deleteLine": "- 未修改 {0}: {1} ",
"editor.action.diffReview.next": "转至下一个差异",
"editor.action.diffReview.prev": "转至上一个差异"
}

View File

@@ -0,0 +1,95 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorConfigurationTitle": "编辑器",
"fontFamily": "控制字体系列。",
"fontWeight": "控制字体粗细。",
"fontSize": "以像素为单位控制字号。",
"lineHeight": "控制行高。使用 0 通过字号计算行高。",
"letterSpacing": "以像素为单位控制字符间距。",
"lineNumbers": "控制行号的显示。可能的值为“开”、“关”和“相对”。“相对”将显示从当前光标位置开始计数的行数。",
"rulers": "显示垂直标尺的列",
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
"tabSize": "一个制表符等于的空格数。该设置在 `editor.detectIndentation` 启用时根据文件内容进行重写。",
"tabSize.errorMessage": "应为“number”。注意值“auto”已由“editor.detectIndentation”设置替换。",
"insertSpaces": "按 \"Tab\" 时插入空格。该设置在 `editor.detectIndentation` 启用时根据文件内容进行重写。",
"insertSpaces.errorMessage": "应为 \"boolean\"。注意,值 \"auto\" 已由 \"editor.detectIndentation\" 设置替换。",
"detectIndentation": "当打开文件时,将基于文件内容检测 \"editor.tabSize\" 和 \"editor.insertSpaces\"。",
"roundedSelection": "控制选取范围是否有圆角",
"scrollBeyondLastLine": "控制编辑器是否可以滚动到最后一行之后",
"smoothScrolling": "控制编辑器是否在滚动时使用动画",
"minimap.enabled": "控制是否显示 minimap",
"minimap.showSlider": "控制是否自动隐藏小地图滑块。可选值为 \"always\" 和 \"mouseover\"",
"minimap.renderCharacters": "呈现某行上的实际字符(与颜色块相反)",
"minimap.maxColumn": "限制最小映射的宽度,尽量多地呈现特定数量的列",
"find.seedSearchStringFromSelection": "控制是否将编辑器的选中内容作为搜索词填入到查找组件",
"find.autoFindInSelection": "控制当编辑器中选中多个字符或多行文字时是否开启“在选定内容中查找”选项 ",
"wordWrap.off": "永不换行。",
"wordWrap.on": "将在视区宽度处换行。",
"wordWrap.wordWrapColumn": "将在 \"editor.wordWrapColumn\" 处换行。",
"wordWrap.bounded": "将在最小视区和 \"editor.wordWrapColumn\" 处换行。",
"wordWrap": "控制折行方式。可以选择: - “off” (禁用折行), - “on” (视区折行), - “wordWrapColumn”在“editor.wordWrapColumn”处折行或 - “bounded”在视区与“editor.wordWrapColumn”两者的较小者处折行。",
"wordWrapColumn": "在 \"editor.wordWrap\" 为 \"wordWrapColumn\" 或 \"bounded\" 时控制编辑器列的换行。",
"wrappingIndent": "控制折行的缩进。可以是“none”、“same”或“indent”。",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\" 和 \"deltaY\" 使用的乘数 ",
"multiCursorModifier.ctrlCmd": "映射到“Control”Windows 和 Linux或“Command”OSX。",
"multiCursorModifier.alt": "映射到“Alt”Windows 和 Linux或“Option”OSX。",
"multiCursorModifier": "用鼠标添加多个光标时使用的修改键。“ctrlCmd”映射为“Control”Windows 和 Linux或“Command”OSX。“转到定义”和“打开链接”功能的鼠标手势将会相应调整不与多光标修改键冲突。",
"quickSuggestions.strings": "在字符串内启用快速建议。",
"quickSuggestions.comments": "在注释内启用快速建议。",
"quickSuggestions.other": "在字符串和注释外启用快速建议。",
"quickSuggestions": "控制键入时是否应自动显示建议",
"quickSuggestionsDelay": "控制延迟多少毫秒后将显示快速建议",
"parameterHints": "启用在输入时显示含有参数文档和类型信息的小面板",
"autoClosingBrackets": "控制编辑器是否应该在左括号后自动插入右括号",
"formatOnType": "控制编辑器是否应在键入后自动设置行的格式",
"formatOnPaste": "控制编辑器是否应自动设置粘贴内容的格式。格式化程序必须可用并且能设置文档中某一范围的格式。",
"autoIndent": "控制编辑器是否应在用户键入、粘贴或移动行时自动调整缩进。语言的缩进规则必须可用。",
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
"acceptSuggestionOnEnter": "控制按“Enter”键是否像按“Tab”键一样接受建议。这能帮助避免“插入新行”和“接受建议”之间的歧义。值为“smart”时表示仅当文字改变时按“Enter”键才能接受建议",
"acceptSuggestionOnCommitCharacter": "控制是否应在遇到提交字符时接受建议。例如,在 JavaScript 中,分号(\";\")可以为提交字符,可接受建议并键入该字符。",
"snippetSuggestions.top": "在其他建议上方显示代码片段建议。",
"snippetSuggestions.bottom": "在其他建议下方显示代码片段建议。",
"snippetSuggestions.inline": "在其他建议中穿插显示代码片段建议。",
"snippetSuggestions.none": "不显示代码片段建议。",
"snippetSuggestions": "控制是否将代码段与其他建议一起显示以及它们的排序方式。",
"emptySelectionClipboard": "控制没有选择内容的复制是否复制当前行。",
"wordBasedSuggestions": "控制是否应根据文档中的字数计算完成。",
"suggestFontSize": "建议小组件的字号",
"suggestLineHeight": "建议小组件的行高",
"selectionHighlight": "控制编辑器是否应突出显示选项的近似匹配",
"occurrencesHighlight": "控制编辑器是否应该突出显示语义符号次数",
"overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量",
"overviewRulerBorder": "控制概述标尺周围是否要绘制边框。",
"cursorBlinking": "控制光标动画样式,可能的值为 \"blink\"、\"smooth\"、\"phase\"、\"expand\" 和 \"solid\"",
"mouseWheelZoom": "通过使用鼠标滚轮同时按住 Ctrl 可缩放编辑器的字体",
"cursorStyle": "控制光标样式,接受的值为 \"block\"、\"block-outline\"、\"line\"、\"line-thin\" 、\"underline\" 和 \"underline-thin\"",
"fontLigatures": "启用字体连字",
"hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。",
"renderWhitespace": "控制编辑器中呈现空白字符的方式,可能为“无”、“边界”和“全部”。“边界”选项不会在单词之间呈现单空格。",
"renderControlCharacters": "控制编辑器是否应呈现控制字符",
"renderIndentGuides": "控制编辑器是否应呈现缩进参考线",
"renderLineHighlight": "控制编辑器应如何呈现当前行突出显示,可能为“无”、“装订线”、“线”和“全部”。",
"codeLens": "控制编辑器是否显示代码滤镜",
"folding": "控制编辑器是否启用代码折叠功能",
"showFoldingControls": "控制是否自动隐藏导航线上的折叠控件。",
"matchBrackets": "当选择其中一项时,将突出显示匹配的括号。",
"glyphMargin": "控制编辑器是否应呈现垂直字形边距。字形边距最常用于调试。",
"useTabStops": "在制表位后插入和删除空格",
"trimAutoWhitespace": "删除尾随自动插入的空格",
"stablePeek": "即使在双击编辑器内容或按 Esc 键时,也要保持速览编辑器的打开状态。",
"dragAndDrop": "控制编辑器是否应该允许通过拖放移动所选项。",
"accessibilitySupport.auto": "编辑器将使用平台 API 以检测是否附加了屏幕阅读器。",
"accessibilitySupport.on": "编辑器将对屏幕阅读器的使用进行永久优化。",
"accessibilitySupport.off": "编辑器将不再对屏幕阅读器的使用进行优化。",
"accessibilitySupport": "控制编辑器是否应运行在对屏幕阅读器进行优化的模式。",
"links": "控制编辑器是否应检测链接并使它们可被点击",
"colorDecorators": "控制编辑器是否显示内联颜色修饰器和颜色选取器。",
"sideBySide": "控制 Diff 编辑器以并排或内联形式显示差异",
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
"renderIndicators": "控制差异编辑器是否为已添加/删除的更改显示 +/- 指示符号",
"selectionClipboard": "控制是否支持 Linux 主剪贴板。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorViewAccessibleLabel": "编辑器内容"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"accessibilityOffAriaLabel": "现在无法访问编辑器。按 Alt+F1 显示选项。",
"editorViewAccessibleLabel": "编辑器内容"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"corrupt.commands": "执行命令时出现意外异常。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"mode.tokenizationSupportFailed": "标记输入时模式失败。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"plainText.alias": "纯文本"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"conflict": "这些文件也已同时更改: {0}",
"summary.0": "未做编辑",
"summary.nm": "在 {1} 个文件中进行了 {0} 次编辑",
"summary.n0": "在 1 个文件中进行了 {0} 次编辑"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"vscode.extension.contributes.languages": "有助于语言声明。",
"vscode.extension.contributes.languages.id": "语言 ID。",
"vscode.extension.contributes.languages.aliases": "语言的别名。",
"vscode.extension.contributes.languages.extensions": "与语言关联的文件扩展名。",
"vscode.extension.contributes.languages.filenames": "与语言关联的文件名。",
"vscode.extension.contributes.languages.filenamePatterns": "与语言关联的文件名 glob 模式。",
"vscode.extension.contributes.languages.mimetypes": "与语言关联的 Mime 类型。",
"vscode.extension.contributes.languages.firstLine": "与语言文件的第一行匹配的正则表达式。",
"vscode.extension.contributes.languages.configuration": "包含语言配置选项的文件的相对路径。"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"diagAndSourceMultiline": "[{0}]\n{1}",
"diagAndSource": "[{0}] {1}"
}

View File

@@ -0,0 +1,29 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"lineHighlight": "光标所在行高亮内容的背景颜色。",
"lineHighlightBorderBox": "光标所在行四周边框的背景颜色。",
"rangeHighlight": "突出显示范围的背景颜色,例如 \"Quick Open\" 和“查找”功能。",
"caret": "编辑器光标颜色。",
"editorCursorBackground": "编辑器光标的背景色。可以自定义块型光标覆盖字符的颜色。",
"editorWhitespaces": "编辑器中空白字符颜色。",
"editorIndentGuides": "编辑器缩进参考线颜色。",
"editorLineNumbers": "编辑器行号颜色。",
"editorRuler": "编辑器标尺的颜色。",
"editorCodeLensForeground": "编辑器 CodeLens 的前景色",
"editorBracketMatchBackground": "匹配括号的背景色",
"editorBracketMatchBorder": "匹配括号外框颜色",
"editorOverviewRulerBorder": "概览标尺边框的颜色。",
"editorGutter": "编辑器导航线的背景色。导航线包括边缘符号和行号。",
"errorForeground": "编辑器中错误波浪线的前景色。",
"errorBorder": "编辑器中错误波浪线的边框颜色。",
"warningForeground": "编辑器中警告波浪线的前景色。",
"warningBorder": "编辑器中警告波浪线的边框颜色。",
"overviewRulerRangeHighlight": "概述范围突出显示的标尺标记颜色。",
"overviewRuleError": "概述错误的标尺标记颜色。",
"overviewRuleWarning": "概述警告的标尺标记颜色。",
"overviewRuleInfo": "概述信息的标尺标记颜色。"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"introMsg": "感谢试用 VS Code 的辅助功能选项。",
"status": "状态:",
"tabFocusModeOnMsg": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。按 {0} 来切换此行为。",
"tabFocusModeOnMsgNoKb": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。当前无法通过键绑定触发命令 {0}。",
"tabFocusModeOffMsg": "在当前编辑器中按 Tab 将插入制表符。按 {0} 来切换此行为。",
"tabFocusModeOffMsgNoKb": "在当前编辑器中按 Tab 会插入制表符。当前无法通过键绑定触发命令 {0}。",
"outroMsg": "你可以按 Esc 键来消除此提示并返回到编辑器。",
"ShowAccessibilityHelpAction": "显示辅助功能帮助"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"smartSelect.jumpBracket": "转到括号"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"caret.moveLeft": "将插入点左移",
"caret.moveRight": "将插入点右移"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"transposeLetters.label": "转置字母"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"actions.clipboard.cutLabel": "剪切",
"actions.clipboard.copyLabel": "复制",
"actions.clipboard.pasteLabel": "粘贴",
"actions.clipboard.copyWithSyntaxHighlightingLabel": "复制并突出显示语法"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"comment.line": "切换行注释",
"comment.line.add": "添加行注释",
"comment.line.remove": "删除行注释",
"comment.block": "切换块注释"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"action.showContextMenu.label": "显示编辑器上下文菜单"
}

View File

@@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.find": "查找",
"placeholder.find": "查找",
"label.previousMatchButton": "上一个匹配",
"label.nextMatchButton": "下一个匹配",
"label.toggleSelectionFind": "在选定内容中查找",
"label.closeButton": "关闭",
"label.replace": "替换",
"placeholder.replace": "替换",
"label.replaceButton": "替换",
"label.replaceAllButton": "全部替换",
"label.toggleReplaceButton": "切换替换模式",
"title.matchesCountLimit": "仅前 999 个结果突出显示,但所有查找操作均针对整个文本。",
"label.matchesLocation": "第 {0} 个(共 {1} 个)",
"label.noResults": "无结果"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.find": "查找",
"placeholder.find": "查找",
"label.previousMatchButton": "上一个匹配",
"label.nextMatchButton": "下一个匹配",
"label.closeButton": "关闭"
}

View File

@@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"startFindAction": "查找",
"findNextMatchAction": "查找下一个",
"findPreviousMatchAction": "查找上一个",
"nextSelectionMatchFindAction": "查找下一个选择",
"previousSelectionMatchFindAction": "查找上一个选择",
"startReplace": "替换",
"addSelectionToNextFindMatch": "将选择添加到下一个查找匹配项",
"addSelectionToPreviousFindMatch": "将选择内容添加到上一查找匹配项",
"moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",
"moveSelectionToPreviousFindMatch": "将上个选择内容移动到上一查找匹配项",
"selectAllOccurrencesOfFindMatch": "选择所有找到的查找匹配项",
"changeAll.label": "更改所有匹配项",
"showNextFindTermAction": "显示下一个搜索结果",
"showPreviousFindTermAction": "显示上一个搜索结果"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"unfoldAction.label": "展开",
"unFoldRecursivelyAction.label": "以递归方式展开",
"foldAction.label": "折叠",
"foldRecursivelyAction.label": "以递归方式折叠",
"foldAllAction.label": "全部折叠",
"unfoldAllAction.label": "全部展开",
"foldLevelAction.label": "折叠级别 {0}"
}

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