mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
11
i18n/chs/extensions/bat/package.i18n.json
Normal file
11
i18n/chs/extensions/bat/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Windows 批处理语言基础功能",
|
||||
"description": "在 Windows 批处理文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/clojure/package.i18n.json
Normal file
11
i18n/chs/extensions/clojure/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Clojure 语言基础功能",
|
||||
"description": "在 Clojure 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/coffeescript/package.i18n.json
Normal file
11
i18n/chs/extensions/coffeescript/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "CoffeeScript 语言基础功能",
|
||||
"description": "在 CoffeeScript 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"exampleExtension": "示例"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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)",
|
||||
|
||||
11
i18n/chs/extensions/configuration-editing/package.i18n.json
Normal file
11
i18n/chs/extensions/configuration-editing/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "配置编辑",
|
||||
"description": "在配置文件 (如设置、启动和扩展推荐文件) 中提供高级 IntelliSense、自动修复等功能"
|
||||
}
|
||||
11
i18n/chs/extensions/cpp/package.i18n.json
Normal file
11
i18n/chs/extensions/cpp/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "C/C++ 语言基础功能",
|
||||
"description": "在 C/C++ 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/csharp/package.i18n.json
Normal file
11
i18n/chs/extensions/csharp/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "C# 语言基础功能",
|
||||
"description": "在 C# 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"cssserver.name": "CSS 语言服务器",
|
||||
"folding.start": "折叠区域开始",
|
||||
"folding.end": "折叠区域结束"
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "CSS 语言功能",
|
||||
"description": "为 CSS、LESS 和 SCSS 文件提供丰富的语言支持。",
|
||||
"css.title": "CSS",
|
||||
"css.lint.argumentsInColorFunction.desc": "参数数量无效",
|
||||
"css.lint.boxModel.desc": "使用边距或边框时,不要使用宽度或高度",
|
||||
|
||||
11
i18n/chs/extensions/diff/package.i18n.json
Normal file
11
i18n/chs/extensions/diff/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Diff 文件语言功能",
|
||||
"description": "在 Diff 文件中提供语法高亮、括号匹配和其他语言功能"
|
||||
}
|
||||
11
i18n/chs/extensions/docker/package.i18n.json
Normal file
11
i18n/chs/extensions/docker/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Docker 语言基础功能",
|
||||
"description": "在 Docker 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -1,9 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"description": "适用于 VS Code 的 Emmet 支持",
|
||||
"command.wrapWithAbbreviation": "使用缩写包围",
|
||||
"command.wrapIndividualLinesWithAbbreviation": "输入缩写包围个别行",
|
||||
"command.removeTag": "移除标签",
|
||||
@@ -52,5 +55,9 @@
|
||||
"emmetPreferencesFilterCommentTrigger": "用半角逗号 (\",\") 隔开的属性名缩写的数组,将由注释筛选器应用",
|
||||
"emmetPreferencesFormatNoIndentTags": "表示不应向内缩进的标记名称数组",
|
||||
"emmetPreferencesFormatForceIndentTags": "表示应始终向内缩进的标记名称数组",
|
||||
"emmetPreferencesAllowCompactBoolean": "若为 \"true\",将生成紧凑型布尔属性"
|
||||
"emmetPreferencesAllowCompactBoolean": "若为 \"true\",将生成紧凑型布尔属性",
|
||||
"emmetPreferencesCssWebkitProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"webkit\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"webkit\" 前缀,请设为空字符串。",
|
||||
"emmetPreferencesCssMozProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"moz\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"moz\" 前缀,请设为空字符串。",
|
||||
"emmetPreferencesCssOProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"o\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"o\" 前缀,请设为空字符串。",
|
||||
"emmetPreferencesCssMsProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"ms\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"ms\" 前缀,请设为空字符串。"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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 不是有效的图像源。",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"languageSpecificEditorSettings": "特定语言编辑器设置",
|
||||
"languageSpecificEditorSettingsDescription": "替代语言编辑器设置"
|
||||
}
|
||||
11
i18n/chs/extensions/extension-editing/package.i18n.json
Normal file
11
i18n/chs/extensions/extension-editing/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Package 文件编辑",
|
||||
"description": "为 VS Code 扩展点提供 IntelliSense,并为 package.json 文件提供 linting 功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/fsharp/package.i18n.json
Normal file
11
i18n/chs/extensions/fsharp/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "F# 语言基础功能",
|
||||
"description": "在 F# 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"missOrInvalid": "凭据丢失或无效。"
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"not now": "不是现在",
|
||||
"suggest auto fetch": "是否启用自动抓取 Git 存储库?"
|
||||
"not now": "稍后询问",
|
||||
"suggest auto fetch": "您希望 Code [定期运行 \"git fetch\"]({0}) 吗?"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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) 创建新分支",
|
||||
@@ -41,6 +43,10 @@
|
||||
"confirm discard all 2": "{0}\n\n此操作不可撤销,你当前的工作集将会永远丢失。",
|
||||
"yes discard tracked": "放弃 1 个已跟踪的文件",
|
||||
"yes discard tracked multiple": "放弃 {0} 个已跟踪的文件",
|
||||
"unsaved files single": "以下文件尚未保存:{0}。\n\n您要在提交之前保存吗?",
|
||||
"unsaved files": "当前有 {0} 个文件尚未保存。\n\n您要在提交之前保存吗?",
|
||||
"save and commit": "全部保存并提交",
|
||||
"commit": "仍要提交",
|
||||
"no staged changes": "现在没有暂存的更改以供提交\n\n是否要直接自动暂存所有更改并提交?",
|
||||
"always": "始终",
|
||||
"no changes": "没有要提交的更改。",
|
||||
@@ -61,15 +67,16 @@
|
||||
"tag message": "消息",
|
||||
"provide tag message": "请提供消息以对标签进行注释",
|
||||
"no remotes to fetch": "此存储库未配置可以从中抓取的远程存储库。",
|
||||
"no remotes to pull": "存储库未配置任何从其中进行拉取的远程存储库。",
|
||||
"no remotes to pull": "存储库未配置任何可进行拉取的远程存储库。",
|
||||
"pick remote pull repo": "选择要从其拉取分支的远程位置",
|
||||
"no remotes to push": "存储库未配置任何要推送到的远程存储库。",
|
||||
"push with tags success": "已成功带标签进行推送。",
|
||||
"nobranch": "请签出一个分支以推送到远程。",
|
||||
"confirm publish branch": "分支“{0}”没有上游分支。您要发布此分支吗?",
|
||||
"ok": "确定",
|
||||
"push with tags success": "已成功带标签进行推送。",
|
||||
"pick remote": "选取要将分支“{0}”发布到的远程:",
|
||||
"sync is unpredictable": "此操作将推送提交至“{0}”,并从中拉取提交。",
|
||||
"ok": "确定",
|
||||
"never again": "好,永不再显示",
|
||||
"never again": "确定,且不再显示",
|
||||
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
|
||||
"no changes stash": "没有要储藏的更改。",
|
||||
"provide stash message": "提供储藏消息(可选)",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"looking": "在 {0} 查找 Git 中",
|
||||
"using git": "使用 {1} 中的 Git {0}",
|
||||
"downloadgit": "下载 Git",
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"too many submodules": "“{0}”存储库中的 {1} 个子模块将不会自动打开。您仍可以通过打开其中的文件来单独打开每个子模块。",
|
||||
"no repositories": "没有可用存储库",
|
||||
"pick repo": "选择存储库"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"open": "打开",
|
||||
"index modified": "已修改索引",
|
||||
"modified": "已修改",
|
||||
@@ -21,12 +23,13 @@
|
||||
"deleted by us": "已被我们删除",
|
||||
"both added": "两者均已添加",
|
||||
"both modified": "二者均已修改",
|
||||
"commitMessage": "消息(按 {0} 提交)",
|
||||
"commitMessage": "消息 (按 {0} 提交)",
|
||||
"commit": "提交",
|
||||
"merge changes": "合并更改",
|
||||
"staged changes": "暂存的更改",
|
||||
"changes": "更改",
|
||||
"ok": "确定",
|
||||
"commitMessageCountdown": "当前行剩余 {0} 个字符",
|
||||
"commitMessageWarning": "当前行比 {1} 超出 {0} 个字符",
|
||||
"neveragain": "不再显示",
|
||||
"huge": "Git 存储库“{0}”中存在大量活动更改,将仅启用部分 Git 功能。"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"checkout": "签出...",
|
||||
"sync changes": "同步更改",
|
||||
"publish changes": "发布更改",
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Git",
|
||||
"description": "Git 源代码管理集成",
|
||||
"command.clone": "克隆",
|
||||
"command.init": "初始化存储库",
|
||||
"command.close": "关闭存储库",
|
||||
@@ -54,12 +58,13 @@
|
||||
"command.stashPopLatest": "弹出最新储藏",
|
||||
"config.enabled": "是否启用 Git",
|
||||
"config.path": "Git 可执行文件路径",
|
||||
"config.autoRepositoryDetection": "是否自动检测存储库",
|
||||
"config.autorefresh": "是否启用自动刷新",
|
||||
"config.autofetch": "是否启用自动拉取",
|
||||
"config.enableLongCommitWarning": "是否针对长段提交消息进行警告",
|
||||
"config.confirmSync": "同步 GIT 存储库前请先进行确认",
|
||||
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
|
||||
"config.checkoutType": "控制运行“签出到...”命令时列出的分支的类型。\"all\" 显示所有 refs,\"local\" 只显示本地分支,\"tags\" 只显示标记,\"remote\" 只显示远程分支。",
|
||||
"config.checkoutType": "控制运行“签出到...”功能时列出的分支类型。\"all\" 显示所有 refs,\"local\" 只显示本地分支,\"tags\" 只显示标签,\"remote\" 只显示远程分支。",
|
||||
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
|
||||
"config.ignoreMissingGitWarning": "忽略“缺失 Git”警告",
|
||||
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告",
|
||||
@@ -68,9 +73,14 @@
|
||||
"config.enableCommitSigning": "启用使用 GPG 签名的提交",
|
||||
"config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。",
|
||||
"config.decorations.enabled": "控制 Git 是否向资源管理器和“打开的编辑器”视图添加颜色和小标。",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制 Git 是否在提交之前检查未保存的文件。",
|
||||
"config.showInlineOpenFileAction": "控制是否在 Git 更改视图中显示内联“打开文件”操作。",
|
||||
"config.inputValidation": "控制何时显示提交消息输入验证。",
|
||||
"config.detectSubmodules": "控制是否自动检测 Git 子模块。",
|
||||
"colors.modified": "已修改资源的颜色。",
|
||||
"colors.deleted": "已删除资源的颜色。",
|
||||
"colors.untracked": "未跟踪资源的颜色。",
|
||||
"colors.ignored": "已忽略资源的颜色。",
|
||||
"colors.conflict": "存在冲突的资源的颜色。"
|
||||
"colors.conflict": "存在冲突的资源的颜色。",
|
||||
"colors.submodule": "子模块资源的颜色。"
|
||||
}
|
||||
11
i18n/chs/extensions/go/package.i18n.json
Normal file
11
i18n/chs/extensions/go/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Go 语言基础功能",
|
||||
"description": "在 Go 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/groovy/package.i18n.json
Normal file
11
i18n/chs/extensions/groovy/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Groovy 语言基础功能",
|
||||
"description": "在 Groovy 文件中提供代码片段、语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"execFailed": "在文件夹 {0} 中自动检测 Grunt 失败,错误: {1}"
|
||||
}
|
||||
@@ -1,8 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"config.grunt.autoDetect": "控制自动检测 Grunt 任务是否打开。默认开启。"
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"description": "向 VSCode 提供 Grunt 功能的扩展。",
|
||||
"displayName": "适用于 VSCode 的 Grunt 支持",
|
||||
"config.grunt.autoDetect": "控制是否自动检测 Grunt 任务。默认开启。",
|
||||
"grunt.taskDefinition.type.description": "要自定义的 Grunt 任务。",
|
||||
"grunt.taskDefinition.file.description": "提供任务的 Grunt 文件。可以省略。"
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"execFailed": "在文件夹 {0} 中自动检测 gulp 失败,错误: {1}"
|
||||
}
|
||||
@@ -1,8 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"config.gulp.autoDetect": "控制自动检测 Gulp 任务是否打开。默认开启。"
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"description": "向 VSCode 提供 Gulp 功能的扩展。",
|
||||
"displayName": "适用于 VSCode 的 Gulp 支持",
|
||||
"config.gulp.autoDetect": "控制是否自动检测 Gulp 任务。默认开启。",
|
||||
"gulp.taskDefinition.type.description": "要自定义的 Gulp 任务。",
|
||||
"gulp.taskDefinition.file.description": "提供任务的 Gulp 文件。可以省略。"
|
||||
}
|
||||
11
i18n/chs/extensions/handlebars/package.i18n.json
Normal file
11
i18n/chs/extensions/handlebars/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Handlebars 语言基础功能",
|
||||
"description": "在 Handlebars 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/hlsl/package.i18n.json
Normal file
11
i18n/chs/extensions/hlsl/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "HLSL 语言基础功能",
|
||||
"description": "在 HLSL 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"htmlserver.name": "HTML 语言服务器",
|
||||
"folding.start": "折叠区域开始",
|
||||
"folding.end": "折叠区域结束"
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "HTML 语言功能",
|
||||
"description": "为 HTML、Razor 和 Handlebar 文件提供丰富的语言支持。",
|
||||
"html.format.enable.desc": "启用/禁用默认 HTML 格式化程序",
|
||||
"html.format.wrapLineLength.desc": "每行最大字符数(0 = 禁用)。",
|
||||
"html.format.unformatted.desc": "以逗号分隔的标记列表不应重设格式。\"null\" 默认为所有列于 https://www.w3.org/TR/html5/dom.html#phrasing-content 的标记。",
|
||||
@@ -25,5 +29,6 @@
|
||||
"html.trace.server.desc": "跟踪 VS Code 与 HTML 语言服务器之间的通信。",
|
||||
"html.validate.scripts": "配置内置的 HTML 语言支持是否对嵌入的脚本进行验证。",
|
||||
"html.validate.styles": "配置内置的 HTML 语言支持是否对嵌入的样式进行验证。",
|
||||
"html.experimental.syntaxFolding": "启用或禁用语法折叠标记。",
|
||||
"html.autoClosingTags": "启用/禁用 HTML 标记的自动关闭。"
|
||||
}
|
||||
11
i18n/chs/extensions/ini/package.i18n.json
Normal file
11
i18n/chs/extensions/ini/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Ini 语言基础功能",
|
||||
"description": "在 Ini 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"execFailed": "在文件夹 {0} 中自动检测 Jake 失败,错误: {1}"
|
||||
}
|
||||
@@ -1,8 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"config.jake.autoDetect": "控制自动检测 Jake 任务是否打开。默认开启。"
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"description": "向 VSCode 提供 Jake 功能的扩展。",
|
||||
"displayName": "适用于 VSCode 的 Jake 支持",
|
||||
"jake.taskDefinition.type.description": "要自定义的 Jake 任务。",
|
||||
"jake.taskDefinition.file.description": "提供任务的 Jake 文件。可以省略。",
|
||||
"config.jake.autoDetect": "控制是否自动检测 Jake 任务。默认开启。"
|
||||
}
|
||||
11
i18n/chs/extensions/java/package.i18n.json
Normal file
11
i18n/chs/extensions/java/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Java 语言基础功能",
|
||||
"description": "在 Java 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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": "最新"
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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": "当前最新版本的包",
|
||||
|
||||
11
i18n/chs/extensions/javascript/package.i18n.json
Normal file
11
i18n/chs/extensions/javascript/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "JavaScript 语言基础功能",
|
||||
"description": "在 JavaScript 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"jsonserver.name": "JSON 语言服务器"
|
||||
}
|
||||
@@ -1,9 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "JSON 语言功能",
|
||||
"description": "为 JSON 文件提供丰富的语言支持",
|
||||
"json.schemas.desc": "将当前项目中的 JSON 文件与架构关联起来",
|
||||
"json.schemas.url.desc": "当前目录中指向架构的 URL 或相对路径",
|
||||
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时,用于匹配的一组文件模式。",
|
||||
@@ -12,5 +16,6 @@
|
||||
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
|
||||
"json.tracing.desc": "跟踪 VS Code 与 JSON 语言服务器之间的通信。",
|
||||
"json.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
|
||||
"json.colorDecorators.enable.deprecationMessage": "已弃用设置 \"json.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。"
|
||||
"json.colorDecorators.enable.deprecationMessage": "已弃用设置 \"json.colorDecorators.enable\",请改用 \"editor.colorDecorators\"。",
|
||||
"json.experimental.syntaxFolding": "启用或禁用语法折叠标记。"
|
||||
}
|
||||
11
i18n/chs/extensions/less/package.i18n.json
Normal file
11
i18n/chs/extensions/less/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Less 语言基础功能",
|
||||
"description": "在 Less 文件中提供语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/log/package.i18n.json
Normal file
11
i18n/chs/extensions/log/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "日志",
|
||||
"description": "为扩展名为 .log 的文件提供语法高亮功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/lua/package.i18n.json
Normal file
11
i18n/chs/extensions/lua/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Lua 语言基础功能",
|
||||
"description": "在 Lua 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/make/package.i18n.json
Normal file
11
i18n/chs/extensions/make/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Make 语言基础功能",
|
||||
"description": "在 Make 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/markdown-basics/package.i18n.json
Normal file
11
i18n/chs/extensions/markdown-basics/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Markdown 语言基础功能",
|
||||
"description": "在 Markdown 文件中提供代码片段和语法高亮功能。"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"previewTitle": "预览 {0}",
|
||||
"onPreviewStyleLoadError": "无法加载“markdown.styles”:{0}"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"onPreviewStyleLoadError": "无法加载“markdown.styles”:{0}"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
11
i18n/chs/extensions/markdown/out/features/preview.i18n.json
Normal file
11
i18n/chs/extensions/markdown/out/features/preview.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"lockedPreviewTitle": "[预览] {0}",
|
||||
"previewTitle": "预览 {0}"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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": "已禁用内容安全警告"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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": "允许不安全内容",
|
||||
@@ -13,6 +15,6 @@
|
||||
"moreInfo.title": "详细信息",
|
||||
"enableSecurityWarning.title": "在此工作区中启用预览安全警告",
|
||||
"disableSecurityWarning.title": "在此工作区中取消预览安全警告",
|
||||
"toggleSecurityWarning.description": "不影响内容安全等级",
|
||||
"toggleSecurityWarning.description": "不影响内容安全级别",
|
||||
"preview.showPreviewSecuritySelector.title": "选择此工作区中 Markdown 预览的安全设置"
|
||||
}
|
||||
@@ -1,9 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Markdown 语言功能",
|
||||
"description": "为 Markdown 提供丰富的语言支持。",
|
||||
"markdown.preview.breaks.desc": "设置换行符如何在 markdown 预览中呈现。将其设置为 \"true\" 会为每一个新行创建一个 <br>。",
|
||||
"markdown.preview.linkify": "在 Markdown 预览中启用或禁用将类似 URL 的文本转换为链接。",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中双击切换到编辑器。",
|
||||
@@ -11,14 +15,18 @@
|
||||
"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.scrollEditorWithPreview.desc": "滚动 Markdown 预览时,更新其编辑器视图。",
|
||||
"markdown.preview.scrollPreviewWithEditor.desc": "滚动 Markdown 编辑器时,更新其预览视图。",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.desc": "[弃用] 滚动 Markdown 预览以显示编辑器当前所选行。",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "此设置已被 \"markdown.preview.scrollPreviewWithEditor\" 替换且不再有任何效果。",
|
||||
"markdown.preview.title": "打开预览",
|
||||
"markdown.previewFrontMatter.dec": "设置如何在 Markdown 预览中呈现 YAML 扉页。“隐藏”会删除扉页。否则,扉页则被视为 Markdown 内容。",
|
||||
"markdown.previewSide.title": "打开侧边预览",
|
||||
"markdown.showLockedPreviewToSide.title": "在侧边打开锁定的预览",
|
||||
"markdown.showSource.title": "显示源",
|
||||
"markdown.styles.dec": "要在 Markdown 预览中使用的 CSS 样式表的 URL 或本地路径列表。相对路径被解释为相对于资源管理器中打开的文件夹。如果没有任何打开的文件夹,则会被解释为相对于 Markdown 文件的位置。所有的 \"\\\" 需写为 \"\\\\\"。",
|
||||
"markdown.showPreviewSecuritySelector.title": "更改预览安全设置",
|
||||
"markdown.trace.desc": "对 Markdown 扩展启用调试日志记录。",
|
||||
"markdown.refreshPreview.title": "刷新预览"
|
||||
"markdown.preview.refresh.title": "刷新预览",
|
||||
"markdown.preview.toggleLock.title": "切换预览锁定"
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"acceptCurrentChange": "采用当前更改",
|
||||
"acceptIncomingChange": "采用传入的更改",
|
||||
"acceptBothChanges": "保留双方更改",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"cursorNotInConflict": "编辑器光标不在合并冲突内",
|
||||
"compareChangesTitle": "{0}:当前更改 ⟷ 传入的更改",
|
||||
"cursorOnCommonAncestorsRange": "编辑器光标在共同来源块上,请将其移动至“当前”或“传入”区域中",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"currentChange": "(当前更改)",
|
||||
"incomingChange": "(传入的更改)"
|
||||
}
|
||||
@@ -1,9 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "合并冲突",
|
||||
"description": "为内联合并冲突提供高亮和命令。",
|
||||
"command.category": "合并冲突",
|
||||
"command.accept.all-current": "全部采用当前内容",
|
||||
"command.accept.all-incoming": "全部采用传入版本",
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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}"
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}"
|
||||
}
|
||||
@@ -1,11 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"config.npm.autoDetect": "控制自动检测 npm 脚本是否打开。默认开启。",
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"description": "为 npm 脚本提供任务支持的扩展。",
|
||||
"displayName": "适用于 VSCode 的 npm 支持",
|
||||
"config.npm.autoDetect": "控制是否自动检测 npm 脚本。默认开启",
|
||||
"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令。",
|
||||
"config.npm.packageManager": "用于运行脚本的程序包管理器。",
|
||||
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}"
|
||||
"config.npm.exclude": "配置应从自动脚本检测中排除的文件夹的 glob 模式。",
|
||||
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}",
|
||||
"taskdef.script": "要自定义的 npm 脚本。",
|
||||
"taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。"
|
||||
}
|
||||
11
i18n/chs/extensions/objective-c/package.i18n.json
Normal file
11
i18n/chs/extensions/objective-c/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Objective-C 语言基础功能",
|
||||
"description": "在 Objective-C 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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}"
|
||||
}
|
||||
9
i18n/chs/extensions/package-json/package.i18n.json
Normal file
9
i18n/chs/extensions/package-json/package.i18n.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
}
|
||||
11
i18n/chs/extensions/perl/package.i18n.json
Normal file
11
i18n/chs/extensions/perl/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Perl 语言基础功能",
|
||||
"description": "在 Perl 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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.yes": "Allow",
|
||||
"php.no": "不允许",
|
||||
"wrongExecutable": "无法验证,因为 {0} 不是有效的 PHP 可执行文件。请使用设置 \"php.validate.executablePath\" 配置 PHP 可执行文件。",
|
||||
"noExecutable": "无法验证,因为未设置任何 PHP 可执行文件。请使用设置 \"php.validate.executablePath\" 配置 PHP 可执行文件。",
|
||||
|
||||
@@ -1,14 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"configuration.suggest.basic": "如果已启用内置 PHP 语言建议,则进行配置。此支持建议 PHP 全局变量和变量。",
|
||||
"configuration.validate.enable": "启用/禁用内置的 PHP 验证。",
|
||||
"configuration.validate.executablePath": "指向 PHP 可执行文件。",
|
||||
"configuration.validate.run": "决定 linter 是在保存时还是输入时运行。",
|
||||
"configuration.title": "PHP",
|
||||
"commands.categroy.php": "PHP",
|
||||
"command.untrustValidationExecutable": "禁止 PHP 验证程序(定义为工作区设置)"
|
||||
"command.untrustValidationExecutable": "禁止 PHP 验证程序(定义为工作区设置)",
|
||||
"displayName": "PHP 语言功能",
|
||||
"description": "为 PHP 文件提供 IntelliSense、lint 和语言基础功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/powershell/package.i18n.json
Normal file
11
i18n/chs/extensions/powershell/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Powershell 语言基础功能",
|
||||
"description": "在 Powershell 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/pug/package.i18n.json
Normal file
11
i18n/chs/extensions/pug/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Pug 语言基础功能",
|
||||
"description": "在 Pug 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/python/package.i18n.json
Normal file
11
i18n/chs/extensions/python/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Python 语言基础功能",
|
||||
"description": "在 Python 文件中提供语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/r/package.i18n.json
Normal file
11
i18n/chs/extensions/r/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "R 语言基础功能",
|
||||
"description": "在 R 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/razor/package.i18n.json
Normal file
11
i18n/chs/extensions/razor/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Razor 语言基础功能",
|
||||
"description": "在 Razor 文件中提供语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/ruby/package.i18n.json
Normal file
11
i18n/chs/extensions/ruby/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Ruby 语言基础功能",
|
||||
"description": "在 Ruby 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/rust/package.i18n.json
Normal file
11
i18n/chs/extensions/rust/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Rust 语言基础功能",
|
||||
"description": "在 Rust 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/scss/package.i18n.json
Normal file
11
i18n/chs/extensions/scss/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "SCSS 语言基础功能",
|
||||
"description": "在 SCSS 文件中提供语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/shaderlab/package.i18n.json
Normal file
11
i18n/chs/extensions/shaderlab/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Shaderlab 语言基础功能",
|
||||
"description": "在 Shaderlab 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/shellscript/package.i18n.json
Normal file
11
i18n/chs/extensions/shellscript/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Shell 脚本语言基础功能",
|
||||
"description": "在 Shell 脚本文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/sql/package.i18n.json
Normal file
11
i18n/chs/extensions/sql/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "SQL 语言基础功能",
|
||||
"description": "在 SQL 文件中提供语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/swift/package.i18n.json
Normal file
11
i18n/chs/extensions/swift/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Swift 语言基础功能",
|
||||
"description": "在 Swift 文件中提供代码片段、语法高亮和括号匹配功能。"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-abyss/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-abyss/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Abyss 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Abyss 主题"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-defaults/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-defaults/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "默认主题",
|
||||
"description": "默认浅色和深色主题 (包括 Visual Studio 和 + 版)"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-kimbie-dark/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-kimbie-dark/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Kimbie Dark 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Kimbie dark 主题"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-monokai-dimmed/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-monokai-dimmed/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Monokai Dimmed 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Monokai dimmed 主题"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-monokai/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-monokai/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Monokai 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Monokai 主题"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-quietlight/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-quietlight/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Quiet Light 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Quiet light 主题"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-red/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-red/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Red 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Red 主题"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-seti/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-seti/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Seti 文件图标主题",
|
||||
"description": "由 Seti UI 文件图标构成的文件图标主题"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-solarized-dark/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-solarized-dark/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Solarized Dark 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Solarized dark 主题"
|
||||
}
|
||||
11
i18n/chs/extensions/theme-solarized-light/package.i18n.json
Normal file
11
i18n/chs/extensions/theme-solarized-light/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Solarized Light 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Solarized light 主题"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Tomorrow Night Blue 主题",
|
||||
"description": "适用于 Visual Studio Code 的 Tomorrow night blue 主题"
|
||||
}
|
||||
11
i18n/chs/extensions/typescript-basics/package.i18n.json
Normal file
11
i18n/chs/extensions/typescript-basics/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "TypeScript 语言基础功能",
|
||||
"description": "在 TypeScript 文件中提供代码片段、语法高亮、括号匹配和折叠功能。"
|
||||
}
|
||||
16
i18n/chs/extensions/typescript/out/commands.i18n.json
Normal file
16
i18n/chs/extensions/typescript/out/commands.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"typescript.projectConfigNoWorkspace": "请在 VS Code 中打开一个文件夹,以使用 TypeScript 或 JavaScript 项目",
|
||||
"typescript.projectConfigUnsupportedFile": "无法确定 TypeScript 或 JavaScript 项目。不受支持的文件类型",
|
||||
"typescript.projectConfigCouldNotGetInfo": "无法确定 TypeScript 或 JavaScript 项目",
|
||||
"typescript.noTypeScriptProjectConfig": "文件不属于 TypeScript 项目。点击[这里]({0})了解更多。",
|
||||
"typescript.noJavaScriptProjectConfig": "文件不属于 JavaScript 项目。点击[这里]({0})了解更多。",
|
||||
"typescript.configureTsconfigQuickPick": "配置 tsconfig.json",
|
||||
"typescript.configureJsconfigQuickPick": "配置 jsconfig.json"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user