mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -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": "示例"
|
||||
}
|
||||
@@ -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": "替代语言编辑器设置"
|
||||
}
|
||||
8
i18n/chs/extensions/css/client/out/cssMain.i18n.json
Normal file
8
i18n/chs/extensions/css/client/out/cssMain.i18n.json
Normal 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 语言服务器"
|
||||
}
|
||||
74
i18n/chs/extensions/css/package.i18n.json
Normal file
74
i18n/chs/extensions/css/package.i18n.json
Normal 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\"。"
|
||||
}
|
||||
48
i18n/chs/extensions/emmet/package.i18n.json
Normal file
48
i18n/chs/extensions/emmet/package.i18n.json
Normal 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 设置进行排列。"
|
||||
}
|
||||
@@ -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 协议的存储库。"
|
||||
}
|
||||
@@ -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": "替代语言编辑器设置"
|
||||
}
|
||||
8
i18n/chs/extensions/git/out/askpass-main.i18n.json
Normal file
8
i18n/chs/extensions/git/out/askpass-main.i18n.json
Normal 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": "凭据丢失或无效。"
|
||||
}
|
||||
77
i18n/chs/extensions/git/out/commands.i18n.json
Normal file
77
i18n/chs/extensions/git/out/commands.i18n.json
Normal 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 日志"
|
||||
}
|
||||
11
i18n/chs/extensions/git/out/main.i18n.json
Normal file
11
i18n/chs/extensions/git/out/main.i18n.json
Normal 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 一起工作最佳"
|
||||
}
|
||||
9
i18n/chs/extensions/git/out/model.i18n.json
Normal file
9
i18n/chs/extensions/git/out/model.i18n.json
Normal 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": "选择存储库"
|
||||
}
|
||||
31
i18n/chs/extensions/git/out/repository.i18n.json
Normal file
31
i18n/chs/extensions/git/out/repository.i18n.json
Normal 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 功能。"
|
||||
}
|
||||
8
i18n/chs/extensions/git/out/scmProvider.i18n.json
Normal file
8
i18n/chs/extensions/git/out/scmProvider.i18n.json
Normal 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": "提交"
|
||||
}
|
||||
11
i18n/chs/extensions/git/out/statusbar.i18n.json
Normal file
11
i18n/chs/extensions/git/out/statusbar.i18n.json
Normal 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": "正在同步更改..."
|
||||
}
|
||||
63
i18n/chs/extensions/git/package.i18n.json
Normal file
63
i18n/chs/extensions/git/package.i18n.json
Normal 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\" 每次运行此操作时显示提示对话框。"
|
||||
}
|
||||
8
i18n/chs/extensions/grunt/out/main.i18n.json
Normal file
8
i18n/chs/extensions/grunt/out/main.i18n.json
Normal 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}"
|
||||
}
|
||||
8
i18n/chs/extensions/grunt/package.i18n.json
Normal file
8
i18n/chs/extensions/grunt/package.i18n.json
Normal 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 任务是否打开。默认开启。"
|
||||
}
|
||||
8
i18n/chs/extensions/gulp/out/main.i18n.json
Normal file
8
i18n/chs/extensions/gulp/out/main.i18n.json
Normal 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}"
|
||||
}
|
||||
8
i18n/chs/extensions/gulp/package.i18n.json
Normal file
8
i18n/chs/extensions/gulp/package.i18n.json
Normal 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 任务是否打开。默认开启。"
|
||||
}
|
||||
8
i18n/chs/extensions/html/client/out/htmlMain.i18n.json
Normal file
8
i18n/chs/extensions/html/client/out/htmlMain.i18n.json
Normal 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 语言服务器"
|
||||
}
|
||||
29
i18n/chs/extensions/html/package.i18n.json
Normal file
29
i18n/chs/extensions/html/package.i18n.json
Normal 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 标记的自动关闭。"
|
||||
}
|
||||
8
i18n/chs/extensions/jake/out/main.i18n.json
Normal file
8
i18n/chs/extensions/jake/out/main.i18n.json
Normal 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}"
|
||||
}
|
||||
8
i18n/chs/extensions/jake/package.i18n.json
Normal file
8
i18n/chs/extensions/jake/package.i18n.json
Normal 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 任务是否打开。默认开启。"
|
||||
}
|
||||
@@ -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": "最新"
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
8
i18n/chs/extensions/json/client/out/jsonMain.i18n.json
Normal file
8
i18n/chs/extensions/json/client/out/jsonMain.i18n.json
Normal 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 语言服务器"
|
||||
}
|
||||
16
i18n/chs/extensions/json/package.i18n.json
Normal file
16
i18n/chs/extensions/json/package.i18n.json
Normal 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\"。"
|
||||
}
|
||||
8
i18n/chs/extensions/markdown/out/extension.i18n.json
Normal file
8
i18n/chs/extensions/markdown/out/extension.i18n.json
Normal 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}"
|
||||
}
|
||||
@@ -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": "已禁用内容安全警告"
|
||||
}
|
||||
15
i18n/chs/extensions/markdown/out/security.i18n.json
Normal file
15
i18n/chs/extensions/markdown/out/security.i18n.json
Normal 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 预览的安全设置"
|
||||
}
|
||||
24
i18n/chs/extensions/markdown/package.i18n.json
Normal file
24
i18n/chs/extensions/markdown/package.i18n.json
Normal 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": "刷新预览"
|
||||
}
|
||||
@@ -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": "比较变更"
|
||||
}
|
||||
@@ -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": "此文件中没有其他合并冲突了"
|
||||
}
|
||||
@@ -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": "(传入的更改)"
|
||||
}
|
||||
20
i18n/chs/extensions/merge-conflict/package.i18n.json
Normal file
20
i18n/chs/extensions/merge-conflict/package.i18n.json
Normal 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": "启用/禁用编辑器内的合并冲突修饰器"
|
||||
}
|
||||
9
i18n/chs/extensions/npm/package.i18n.json
Normal file
9
i18n/chs/extensions/npm/package.i18n.json
Normal 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 命令"
|
||||
}
|
||||
@@ -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}。原因未知。"
|
||||
}
|
||||
14
i18n/chs/extensions/php/package.i18n.json
Normal file
14
i18n/chs/extensions/php/package.i18n.json
Normal 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 验证程序(定义为工作区设置)"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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 定义。"
|
||||
}
|
||||
@@ -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 错误提示。"
|
||||
}
|
||||
@@ -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": "无法确定实现"
|
||||
}
|
||||
@@ -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 注释"
|
||||
}
|
||||
@@ -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": "无法确定引用"
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
15
i18n/chs/extensions/typescript/out/typescriptMain.i18n.json
Normal file
15
i18n/chs/extensions/typescript/out/typescriptMain.i18n.json
Normal 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": "了解详细信息"
|
||||
}
|
||||
@@ -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 次。"
|
||||
}
|
||||
8
i18n/chs/extensions/typescript/out/utils/api.i18n.json
Normal file
8
i18n/chs/extensions/typescript/out/utils/api.i18n.json
Normal 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": "无效版本"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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 语言功能,请排除包含不需要处理的源文件的大型文件夹。"
|
||||
}
|
||||
@@ -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": "关闭"
|
||||
}
|
||||
@@ -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 版本"
|
||||
}
|
||||
@@ -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。"
|
||||
}
|
||||
50
i18n/chs/extensions/typescript/package.i18n.json
Normal file
50
i18n/chs/extensions/typescript/package.i18n.json
Normal 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 问题(观看模式)"
|
||||
}
|
||||
Reference in New Issue
Block a user