2018-02-23. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye 2018-02-23 15:55:06 -08:00
parent c1ee104fd4
commit 1e2281921d
1699 changed files with 12692 additions and 2015 deletions

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Windows Bat 语言功能",
"description": "在 Windows Batch 文件中提供语法高亮、折叠、括号匹配、代码片段和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Clojure 语言功能",
"description": "在 Clojure 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,9 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
]
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "配置编辑",
"description": "在配置文件 (如设置、启动和扩展推荐文件) 中提供高级 IntelliSense、自动修复等功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "C/C++ 语言功能",
"description": "在 C/C++ 文件中提供语法高亮、折叠、括号匹配、代码片段和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "C# 语言功能",
"description": "在 C# 文件中提供语法高亮、折叠、括号匹配、代码片段和其他语言功能"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"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": "使用边距或边框时,不要使用宽度或高度",

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Diff 文件语言功能",
"description": "在 Diff 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Docker 语言功能",
"description": "在 Docker 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -55,8 +55,8 @@
"emmetPreferencesFormatNoIndentTags": "表示不应向内缩进的标记名称数组",
"emmetPreferencesFormatForceIndentTags": "表示应始终向内缩进的标记名称数组",
"emmetPreferencesAllowCompactBoolean": "若为 \"true\",将生成紧凑型布尔属性",
"emmetPreferencesCssWebkitProperties": "Emmet 缩写中使用的由 \"-\" 打头有 webkit 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 webkit 前缀,请设为空字符串。",
"emmetPreferencesCssMozProperties": "Emmet 缩写中使用的由 \"-\" 打头有 moz 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 moz 前缀,请设为空字符串。",
"emmetPreferencesCssOProperties": "Emmet 缩写中使用的由 \"-\" 打头有 o 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 o 前缀,请设为空字符串。",
"emmetPreferencesCssMsProperties": "Emmet 缩写中使用的由 \"-\" 打头有 ms 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 ms 前缀,请设为空字符串。"
"emmetPreferencesCssWebkitProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"webkit\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"webkit\" 前缀,请设为空字符串。",
"emmetPreferencesCssMozProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"moz\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"moz\" 前缀,请设为空字符串。",
"emmetPreferencesCssOProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"o\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"o\" 前缀,请设为空字符串。",
"emmetPreferencesCssMsProperties": "Emmet 缩写中使用的由 \"-\" 打头有 \"ms\" 前缀的 CSS 属性,使用半角逗号 (\",\") 进行分隔。若要始终避免 \"ms\" 前缀,请设为空字符串。"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Package 文件编辑",
"description": "为 VS Code 扩展点提供 IntelliSense并为 Package json 文件提供 linting 功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "F# 语言功能",
"description": "在 F# 文件中提供语法高亮、折叠、括号匹配、代码片段和其他语言功能"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Git",
"description": "Git 源代码管理集成",
"command.clone": "克隆",
"command.init": "初始化存储库",
"command.close": "关闭存储库",
@ -73,7 +75,7 @@
"config.decorations.enabled": "控制 Git 是否向资源管理器和“打开的编辑器”视图添加颜色和小标。",
"config.promptToSaveFilesBeforeCommit": "控制 Git 是否在提交之前检查未保存的文件。",
"config.showInlineOpenFileAction": "控制是否在 Git 更改视图中显示内联“打开文件”操作。",
"config.inputValidation": "控制何时显示输入验证输入计数。",
"config.inputValidation": "控制何时显示提交消息输入验证。",
"config.detectSubmodules": "控制是否自动检测 Git 子模块。",
"colors.modified": "已修改资源的颜色。",
"colors.deleted": "已删除资源的颜色。",

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Groovy 语言功能",
"description": "在 Groovy 文件中提供语法高亮、括号匹配、代码片段和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Handlebars 语言功能",
"description": "在 Handlebars 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "HLSL 语言功能",
"description": "在 HLSL 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"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 的标记。",

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Ini 语言功能",
"description": "在 Ini 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Java 语言功能",
"description": "在 Java 文件中提供语法高亮、折叠、括号匹配、代码片段和其他语言功能"
}

View file

@ -0,0 +1,9 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
]
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"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 文件解析到架构时,用于匹配的一组文件模式。",

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Less 语言功能",
"description": "在 Less 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "日志",
"description": "为扩展名为 .log 的文件提供语法高亮"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Lua 语言功能",
"description": "在 Lua 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Make 语言功能",
"description": "在 Make 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

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

View file

@ -8,5 +8,6 @@
],
"preview.securityMessage.text": "已禁用此文档中的部分内容",
"preview.securityMessage.title": "已禁用此 Markdown 预览中的可能不安全的内容。更改 Markdown 预览安全设置以允许不安全内容或启用脚本。",
"preview.securityMessage.label": "已禁用内容安全警告"
"preview.securityMessage.label": "已禁用内容安全警告",
"previewTitle": "预览 {0}"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"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": "用于运行脚本的程序包管理器。",

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Objective-C 语言功能",
"description": "在 Objective-C 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

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

View file

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

View file

@ -0,0 +1,9 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
]
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Perl 语言功能",
"description": "在 Perl 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Powershell 语言功能",
"description": "在 Powershell 文件中提供语法高亮、折叠、括号匹配、代码片段和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Pug 语言功能",
"description": "在 Pug 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Python 语言功能",
"description": "在 Python 文件中提供语法高亮、折叠、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "R 语言功能",
"description": "在 R 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Razor 语言功能",
"description": "在 Razor 文件中提供语法高亮、折叠、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Ruby 语言功能",
"description": "在 Ruby 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Rust 语言功能",
"description": "在 Rust 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "SCSS 语言功能",
"description": "在 SCSS 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Shaderlab 语言功能",
"description": "在 Shaderlab 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Shell 脚本语言功能",
"description": "在 Shell 脚本文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "SQL 语言功能",
"description": "在 SQL 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Swift 语言功能",
"description": "在 Swift 文件中提供语法高亮、括号匹配、代码片段和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Abyss 主题",
"description": "适用于 Visual Studio Code 的 Abyss 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "默认主题",
"description": "默认浅色和深色主题 (包括 Visual Studio 和 + 版)"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Kimbie Dark 主题",
"description": "适用于 Visual Studio Code 的 Kimbie dark 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Monokai Dimmed 主题",
"description": "适用于 Visual Studio Code 的 Monokai dimmed 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Monokai 主题",
"description": "适用于 Visual Studio Code 的 Monokai 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Quiet Light 主题",
"description": "适用于 Visual Studio Code 的 Quiet light 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Red 主题",
"description": "适用于 Visual Studio Code 的 Red 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Seti 文件图标主题",
"description": "由 Seti UI 文件图标构成的文件图标主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Solarized Dark 主题",
"description": "适用于 Visual Studio Code 的 Solarized dark 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Solarized Light 主题",
"description": "适用于 Visual Studio Code 的 Solarized light 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Tomorrow Night Blue 主题",
"description": "适用于 Visual Studio Code 的 Tomorrow night blue 主题"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Visual Basic 语言功能",
"description": "在 Visual Basic 文件中提供语法高亮、折叠、括号匹配、代码片段和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "XML 语言功能",
"description": "在 XML 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "YAML 语言功能",
"description": "在 YAML 文件中提供语法高亮、括号匹配和其他语言功能"
}

View file

@ -7,12 +7,22 @@
"Do not edit this file. It is machine generated."
],
"previewOnGitHub": "在 GitHub 中预览",
"loadingData": "正在加载数据...",
"similarIssues": "类似的问题",
"open": "打开",
"closed": "已关闭",
"noResults": "未找到结果",
"rateLimited": "已超出 API 速率限制",
"settingsSearchIssue": "设置搜索的问题",
"bugReporter": "问题报告",
"performanceIssue": "性能问题",
"featureRequest": "功能请求",
"stepsToReproduce": "重现步骤",
"bugDescription": "您是怎么遇到这个问题的? 您需要执行哪些步骤来稳定重现此问题? 您期望发生什么,实际上发生了什么?",
"performanceIssueDesciption": "这个性能问题是在什么时候发生的? 比如,它在启动时还是在一系列特定的操作之后发生的? 您提供的任何细节都能帮助我们进行调查。",
"bugDescription": "请分享能稳定重现此问题的必要步骤,并包含实际和预期的结果。我们支持 GitHub 版的 Markdown。您将能在 GitHub 上预览时编辑这个问题并添加截图。",
"performanceIssueDesciption": "这个性能问题是在什么时候发生的? 是在启动时,还是在一系列特定的操作之后? 我们支持 GitHub 版的 Markdown。您将能在 GitHub 上预览时编辑这个问题并添加截图。",
"description": "描述",
"featureRequestDescription": "请描述您希望能够使用的功能。我们支持 GitHub 版的 Markdown。您将能在 GitHub 上预览时编辑问题并添加截图。",
"expectedResults": "预期结果",
"settingsSearchResultsDescription": "请列出您在搜索此项时希望看到的结果。我们支持 GitHub 版的 Markdown。您将能在 GitHub 上预览时编辑问题并添加截图。",
"urlLengthError": "数据超过了 {0} 个字符的长度限制。当前数据长度为 {1}。",
"disabledExtensions": "扩展已禁用"
}

View file

@ -7,23 +7,22 @@
"Do not edit this file. It is machine generated."
],
"completeInEnglish": "请使用英文填写表单。",
"issueTypeLabel": "我想提交",
"bugReporter": "问题报告",
"performanceIssue": "性能问题",
"featureRequest": "功能请求",
"issueTypeLabel": "这是一个",
"issueTitleLabel": "标题",
"issueTitleRequired": "请输入标题。",
"vscodeVersion": "VS Code 版本",
"osVersion": "操作系统版本",
"systemInfo": "我的系统信息",
"sendData": "发送我的数据",
"processes": "当前运行的进程",
"workspaceStats": "我的工作区数据",
"extensions": "我的扩展",
"tryDisablingExtensions": "此问题可在禁用扩展后重现",
"searchedExtensions": "已搜索的扩展",
"settingsSearchDetails": "设置搜索的详细信息",
"tryDisablingExtensions": "能否在禁用扩展后重现此问题?",
"yes": "是",
"no": "否",
"disableExtensions": "禁用所有扩展并重新加载窗口",
"showRunningExtensionsLabel": "如果您怀疑这是扩展的问题,",
"showRunningExtensions": "查看所有运行中的扩展",
"githubMarkdown": "我们支持 GitHub 版 Markdown。您将能在 GitHub 上预览时编辑问题并添加截图。",
"issueDescriptionRequired": "请输入说明。",
"details": "请输入详细信息。",
"loadingData": "正在加载数据..."
}

View file

@ -9,11 +9,10 @@
"invalidEndpoint": "日志上传端点无效",
"beginUploading": "正在上传...",
"didUploadLogs": "上传成功! 日志文件 ID: {0}",
"userDeniedUpload": "已取消上传",
"logUploadPromptHeader": "是否将会话日志上传到安全端点?",
"logUploadPromptBody": "请在此处审阅您的日志文件:“{0}”",
"logUploadPromptBodyDetails": "日志可能包含个人信息,例如完整路径和文件内容。",
"logUploadPromptKey": "我已经审阅了日志 (输入 \"y\" 确认上传)",
"logUploadPromptHeader": "即将上传您的会话日志到安全的 Microsoft 端点,其仅能被 Microsoft 的 VS Code 团队成员访问。",
"logUploadPromptBody": "会话日志可能包含个人信息,如完整路径或者文件内容。请检查并编辑您的会话日志文件: “{0}”",
"logUploadPromptBodyDetails": "如果继续,表示您确认您已经检查与编辑了会话日志文件并同意 Microsoft 使用这些文件来调试 VS Code。",
"logUploadPromptAcceptInstructions": "为继续上传,请使用 \"--upload-logs={0}\" 运行 code",
"postError": "上传日志时出错: {0}",
"responseError": "上传日志时出错。收到 {0} — {1}",
"parseError": "分析响应时出错",

View file

@ -93,6 +93,7 @@
"miOpenView": "打开视图(&&O)...",
"miToggleFullScreen": "切换全屏(&&F)",
"miToggleZenMode": "切换 Zen 模式",
"miToggleCenteredLayout": "切换居中布局",
"miToggleMenuBar": "切换菜单栏(&&B)",
"miSplitEditor": "拆分编辑器(&&E)",
"miToggleEditorLayout": "切换编辑器组布局(&&L)",
@ -187,8 +188,5 @@
"miDownloadingUpdate": "正在下载更新...",
"miInstallUpdate": "安装更新...",
"miInstallingUpdate": "正在安装更新...",
"miRestartToUpdate": "重启以更新...",
"aboutDetail": "版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n渲染器 {4}\nNode {5}\n架构 {6}",
"okButton": "确定",
"copy": "复制(&&C)"
"miRestartToUpdate": "重启以更新..."
}

View file

@ -6,5 +6,5 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"hiddenMenuBar": "你仍可以通过 **Alt** 键访问菜单栏。"
"hiddenMenuBar": "你仍可以通过 Alt 键访问菜单栏。"
}

View file

@ -8,7 +8,8 @@
],
"lineHighlight": "光标所在行高亮内容的背景颜色。",
"lineHighlightBorderBox": "光标所在行四周边框的背景颜色。",
"rangeHighlight": "高亮范围的背景色,例如由 \"Quick Open\" 和“查找”功能高亮的范围。颜色必须透明,这样不会挡住其下的其他元素。",
"rangeHighlight": "高亮范围的背景色,像是由 \"Quick Open\" 和“查找”功能高亮的范围。颜色必须透明,使其不会挡住下方的其他元素。",
"rangeHighlightBorder": "高亮区域边框的背景颜色。",
"caret": "编辑器光标颜色。",
"editorCursorBackground": "编辑器光标的背景色。可以自定义块型光标覆盖字符的颜色。",
"editorWhitespaces": "编辑器中空白字符的颜色。",

View file

@ -10,7 +10,7 @@
"hintn1": "在第 {1} 行进行了 {0} 次格式编辑",
"hint1n": "第 {0} 行到第 {1} 行间进行了 1 次格式编辑",
"hintnn": "第 {1} 行到第 {2} 行间进行了 {0} 次格式编辑",
"no.provider": "抱歉,当前没有安装“{0}”文件的格式化程序。",
"no.provider": "当前没有安装“{0}”文件的格式化程序。",
"formatDocument.label": "格式化文件",
"formatSelection.label": "格式化选定代码"
}

View file

@ -12,7 +12,7 @@
"links.command": "Ctrl + 单击以执行命令",
"links.navigate.al": "按住 Alt 并单击可访问链接",
"links.command.al": "Alt + 单击以执行命令",
"invalid.url": "抱歉,无法打开此链接,因为其格式不正确: {0}",
"missing.url": "抱歉,无法打开此链接,因为其目标丢失。",
"invalid.url": "此链接格式不正确,无法打开: {0}",
"missing.url": "此链接目标丢失,无法打开。",
"label": "打开链接"
}

View file

@ -8,6 +8,6 @@
],
"no result": "无结果。",
"aria": "成功将“{0}”重命名为“{1}”。摘要:{2}",
"rename.failed": "抱歉,重命名无法执行。",
"rename.failed": "无法进行重命名。",
"rename.label": "重命名符号"
}

View file

@ -6,8 +6,10 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"wordHighlight": "进行读取访问操作时符号的背景颜色,例如读取变量时。颜色必须透明,这样不会挡住其下的其他元素。",
"wordHighlightStrong": "进行写入访问操作时符号的背景颜色,例如写入变量时。颜色必须透明,这样不会挡住其下的其他元素。",
"wordHighlight": "符号在进行读取访问操作时的背景颜色,例如读取变量时。颜色必须透明,使其不会挡住下方的其他元素。",
"wordHighlightStrong": "符号在进行写入访问操作时的背景颜色,例如写入变量时。颜色必须透明,使其不会挡住下方的其他元素。",
"wordHighlightBorder": "符号在进行读取访问操作时的边框颜色,例如读取变量。",
"wordHighlightStrongBorder": "符号在进行写入访问操作时的边框颜色,例如写入变量。",
"overviewRulerWordHighlightForeground": "概述符号突出显示的标尺标记颜色。",
"overviewRulerWordHighlightStrongForeground": "概述写访问符号突出显示的标尺标记颜色。",
"wordHighlight.next.label": "转到下一个突出显示的符号",

View file

@ -33,6 +33,7 @@
"inspect-brk-extensions": "允许在扩展主机在启动后暂停时进行扩展的调试与分析。检查开发人员工具可获取连接 URI。",
"disableGPU": "禁用 GPU 硬件加速。",
"uploadLogs": "将当前会话的日志上传到安全端点。",
"maxMemory": "单个窗口最大内存大小 (单位为 MB)。",
"usage": "使用情况",
"options": "选项",
"paths": "路径",

View file

@ -9,18 +9,5 @@
"versionSyntax": "无法分析 \"engines.vscode\" 值 {0}。例如请使用: ^0.10.0、^1.2.3、^0.11.0、^0.10.x 等。",
"versionSpecificity1": "\"engines.vscode\" ({0}) 中指定的版本不够具体。对于 1.0.0 之前的 vscode 版本,请至少定义主要和次要想要的版本。例如: ^0.10.0、0.10.x、0.11.0 等。",
"versionSpecificity2": "\"engines.vscode\" ({0}) 中指定的版本不够具体。对于 1.0.0 之后的 vscode 版本,请至少定义主要想要的版本。例如: ^1.10.0、1.10.x、1.x.x、2.x.x 等。",
"versionMismatch": "扩展与 Code {0} 不兼容。扩展需要: {1}。",
"extensionDescription.empty": "已获得空扩展说明",
"extensionDescription.publisher": "属性“{0}”是必要属性,其类型必须是 \"string\"",
"extensionDescription.name": "属性“{0}”是必要属性,其类型必须是 \"string\"",
"extensionDescription.version": "属性“{0}”是必要属性,其类型必须是 \"string\"",
"extensionDescription.engines": "属性“{0}”是必要属性,其类型必须是 \"object\"",
"extensionDescription.engines.vscode": "属性“{0}”是必要属性,其类型必须是 \"string\"",
"extensionDescription.extensionDependencies": "属性“{0}”可以省略,否则其类型必须是 \"string[]\"",
"extensionDescription.activationEvents1": "属性“{0}”可以省略,否则其类型必须是 \"string[]\"",
"extensionDescription.activationEvents2": "必须同时指定或同时省略属性”{0}“和”{1}“",
"extensionDescription.main1": "属性“{0}”可以省略,否则其类型必须是 \"string\"",
"extensionDescription.main2": "应在扩展文件夹({1})中包含 \"main\" ({0})。这可能会使扩展不可移植。",
"extensionDescription.main3": "必须同时指定或同时省略属性”{0}“和”{1}“",
"notSemver": "扩展版本与 semver 不兼容。"
"versionMismatch": "扩展与 Code {0} 不兼容。扩展需要: {1}。"
}

View file

@ -6,8 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"integrity.ok": "确定",
"integrity.moreInformation": "详细信息",
"integrity.dontShowAgain": "不再显示",
"integrity.moreInfo": "详细信息",
"integrity.prompt": "{0} 安装似乎损坏。请重新安装。"
}

View file

@ -34,6 +34,7 @@
"inputValidationErrorBackground": "输入验证结果为错误级别时的背景色。",
"inputValidationErrorBorder": "严重性为错误时输入验证的边框颜色。",
"dropdownBackground": "下拉列表背景色。",
"dropdownListBackground": "下拉列表背景色。",
"dropdownForeground": "下拉列表前景色。",
"dropdownBorder": "下拉列表边框。",
"listFocusBackground": "焦点项在列表或树活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
@ -65,25 +66,29 @@
"editorWidgetBorder": "编辑器小部件的边框颜色。此颜色仅在小部件有边框且不被小部件重写时适用。",
"editorSelectionBackground": "编辑器所选内容的颜色。",
"editorSelectionForeground": "用以彰显高对比度的所选文本的颜色。",
"editorInactiveSelection": "非活动编辑器选择内容的颜色。颜色必须透明,这样不会挡住其下的其他元素。",
"editorSelectionHighlight": "与已选项内容相同区域的颜色。颜色必须透明,这样不会挡住其下的其他元素。",
"editorInactiveSelection": "非活动编辑器内已选内容的颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"editorSelectionHighlight": "与所选项内容相同的区域的颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"editorSelectionHighlightBorder": "与所选项内容相同的区域的边框颜色。",
"editorFindMatch": "当前搜索匹配项的颜色。",
"findMatchHighlight": "其他搜索匹配项的颜色。颜色必须透明,这样不会挡住其下的其他元素。",
"findRangeHighlight": "搜索限制范围的颜色。颜色必须透明,这样不会挡住其下的其他元素。",
"hoverHighlight": "悬停提示显示时文本的高亮颜色。颜色必须透明,这样不会挡住其下的其他元素。",
"findMatchHighlight": "其他搜索匹配项的颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"findRangeHighlight": "搜索限制范围的颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"editorFindMatchBorder": "当前搜索匹配项的边框颜色。",
"findMatchHighlightBorder": "其他搜索匹配项的边框颜色。",
"findRangeHighlightBorder": "搜索限制范围的边框颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"hoverHighlight": "文本在悬停提示显示时的高亮颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"hoverBackground": "编辑器悬停提示的背景颜色。",
"hoverBorder": "光标悬停时编辑器的边框颜色。",
"activeLinkForeground": "活动链接颜色。",
"diffEditorInserted": "插入文本的背景颜色。",
"diffEditorRemoved": "被删除文本的背景颜色。",
"diffEditorInserted": "插入文本的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"diffEditorRemoved": "移除文本的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"diffEditorInsertedOutline": "插入的文本的轮廓颜色。",
"diffEditorRemovedOutline": "被删除文本的轮廓颜色。",
"mergeCurrentHeaderBackground": "内联合并冲突中当前版本区域头部的背景色。颜色必须透明,这样不会挡住其下的其他元素。",
"mergeCurrentContentBackground": "内联合并冲突中当前版本区域内容的背景色。颜色必须透明,这样不会挡住其下的其他元素。",
"mergeIncomingHeaderBackground": "内联合并冲突中传入版本区域头部的背景色。颜色必须透明,这样不会挡住其下的其他元素。",
"mergeIncomingContentBackground": "内联合并冲突中传入版本区域内容的背景色。颜色必须透明,这样不会挡住其下的其他元素。",
"mergeCommonHeaderBackground": "内联合并冲突中共同上级区域头部的背景色。颜色必须透明,这样不会挡住其下的其他元素。",
"mergeCommonContentBackground": "内联合并冲突中共同上级区域内容的背景色。颜色必须透明,这样不会挡住其下的其他元素。",
"mergeCurrentHeaderBackground": "内嵌的合并冲突处理器中当前版本区域头部的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeCurrentContentBackground": "内嵌的合并冲突处理器中当前版本区域内容的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeIncomingHeaderBackground": "内嵌的合并冲突处理器中传入版本区域头部的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeIncomingContentBackground": "内嵌的合并冲突处理器中传入版本区域内容的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeCommonHeaderBackground": "内嵌的合并冲突处理器中共同上级区域头部的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeCommonContentBackground": "内嵌的合并冲突处理器中共同上级区域内容的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeBorder": "内联合并冲突中标头和分割线的边框颜色。",
"overviewRulerCurrentContentForeground": "内联合并冲突中当前版本区域的概览标尺前景色。",
"overviewRulerIncomingContentForeground": "内联合并冲突中传入的版本区域的概览标尺前景色。",

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"updateConfigurationTitle": "更新",
"updateChannel": "配置是否从更新通道接收自动更新。更改后需要重启。",
"enableWindowsBackgroundUpdates": "启用 Windows 后台更新。"
}

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"aboutDetail": "版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n渲染器 {4}\nNode {5}\n架构 {6}",
"okButton": "确定",
"copy": "复制(&&C)"
}

View file

@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"close": "关闭",
"manageExtension": "管理扩展",
"cancel": "取消",
"ok": "确定"
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"webview.editor.label": "webview 编辑器"
}

View file

@ -6,8 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"unknownDep": "无法激活扩展”{1}“。原因: 未知依赖关系“{0}”。",
"failedDep1": "无法激活扩展”{1}“。原因: 无法激活依赖关系”{0}“。",
"failedDep2": "无法激活扩展”{0}“。原因: 依赖关系多于 10 级(最可能是依赖关系循环)。",
"unknownDep": "无法激活扩展“{1}”。原因: 未知的依赖项“{0}”。",
"failedDep1": "无法激活扩展“{1}”。原因: 无法激活依赖项“{0}”。",
"failedDep2": "无法激活扩展”{0}“。原因: 依赖关系超过 10 级(很可能存在循环依赖)。",
"activationError": "激活扩展“{0}”失败: {1}。"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"toggleCenteredLayout": "切换居中布局",
"view": "查看"
}

View file

@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"clearNotifications": "清除所有通知",
"hideNotificationsCenter": "隐藏通知",
"expandNotification": "展开通知",
"collapseNotification": "折叠通知",
"configureNotification": "配置通知"
}

View file

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

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"notifications": "通知",
"notificationsList": "通知列表"
}

View file

@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"notifications": "通知",
"showNotifications": "显示通知",
"hideNotifications": "隐藏通知",
"clearAllNotifications": "清除所有通知"
}

View file

@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"hideNotifications": "隐藏通知",
"zeroNotifications": "没有通知",
"noNotifications": "没有新通知",
"oneNotification": "1 条新通知",
"notifications": "{0} 条新通知"
}

View file

@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"notificationsToast": "通知横幅"
}

View file

@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"notificationActions": "通知操作",
"notificationSource": "来源: {0}"
}

View file

@ -6,7 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"compositePart.hideSideBarLabel": "隐藏侧边栏",
"focusSideBar": "聚焦信息侧边栏",
"viewCategory": "查看"
}

View file

@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"compositePart.hideSideBarLabel": "隐藏侧边栏",
"collapse": "全部折叠"
}

View file

@ -59,15 +59,7 @@
"titleBarActiveBackground": "窗口处于活动状态时的标题栏背景色。请注意,该颜色当前仅在 macOS 上受支持。",
"titleBarInactiveBackground": "窗口处于非活动状态时的标题栏背景色。请注意,该颜色当前仅在 macOS 上受支持。",
"titleBarBorder": "标题栏边框颜色。请注意,该颜色当前仅在 macOS 上受支持。",
"notificationsForeground": "通知前景色。通知从窗口顶部滑入。",
"notificationsBackground": "通知背颜色。通知从窗口顶部滑入。",
"notificationsButtonBackground": "通知按钮背景色。通知从窗口顶部滑入。",
"notificationsButtonHoverBackground": "悬停时的通知按钮背景色。通知从窗口顶部滑入。",
"notificationsButtonForeground": "通知按钮前景色。通知从窗口顶部滑入。",
"notificationsInfoBackground": "消息通知背景色。通知从窗口顶部滑入。",
"notificationsInfoForeground": "消息通知前景色。通知从窗口顶部滑入。",
"notificationsWarningBackground": "警告通知背颜色。通知从窗口顶部滑入。",
"notificationsWarningForeground": "警告通知前景色。通知从窗口顶部滑入。",
"notificationsErrorBackground": "错误通知背景色。通知从窗口顶部滑入。",
"notificationsErrorForeground": "错误通知前景色。通知从窗口顶部滑入。"
"notificationsForeground": "通知的前景色。通知从窗口右下角滑入。",
"notificationsBackground": "通知的背景色。通知从窗口右下角滑入。",
"notificationsLink": "通知链接的前景色。通知从窗口右下角滑入。"
}

View file

@ -6,5 +6,5 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"duplicateId": "ID 为“{0}”的视图在位置“{1}”已被注册"
"duplicateId": "ID 为 {0} 的视图在位置“{1}”已被注册"
}

View file

@ -18,6 +18,7 @@
"zoomReset": "重置缩放",
"appPerf": "启动性能",
"reloadWindow": "重新加载窗口",
"reloadWindowWithExntesionsDisabled": "禁用扩展后重新加载窗口",
"switchWindowPlaceHolder": "选择切换的窗口",
"current": "当前窗口",
"close": "关闭窗口",
@ -30,7 +31,6 @@
"remove": "从最近打开中删除",
"openRecent": "打开最近的文件…",
"quickOpenRecent": "快速打开最近的文件…",
"closeMessages": "关闭通知消息",
"reportIssueInEnglish": "使用英文报告问题",
"reportPerformanceIssue": "报告性能问题",
"keybindingsReference": "键盘快捷方式参考",
@ -49,9 +49,6 @@
"moveWindowTabToNewWindow": "将窗口选项卡移动到新窗口",
"mergeAllWindowTabs": "合并所有窗口",
"toggleWindowTabsBar": "切换窗口选项卡栏",
"configureLocale": "配置语言",
"displayLanguage": "定义 VSCode 的显示语言。",
"doc": "请参阅 {0},了解支持的语言列表。",
"restart": "更改此值需要重启 VSCode。",
"fail.createSettings": "无法创建“{0}”({1})。"
"about": "关于 {0}",
"inspect context keys": "检查上下文键值"
}

View file

@ -35,6 +35,7 @@
"panelDefaultLocation": "控制此面板的默认位置。可显示在工作台的底部或右侧。",
"statusBarVisibility": "控制工作台底部状态栏的可见性。",
"activityBarVisibility": "控制工作台中活动栏的可见性。",
"viewVisibility": "控制是否显示视图头部的操作项。视图头部操作项可以一直,或是仅当聚焦到和悬停在视图上时显示。",
"fontAliasing": "控制工作台中字体的渲染方式\n- default: 次像素平滑字体。将在大多数非 retina 显示器上显示最清晰的文字\n- antialiased: 进行像素而不是次像素级别的字体平滑。可能会导致字体整体显示得更细\n- none: 禁用字体平滑。将显示边缘粗糙、有锯齿的文字\n- auto: 根据显示器 DPI 自动应用 \"default\" 或 \"antialiased\" 选项。",
"workbench.fontAliasing.default": "次像素平滑字体。将在大多数非 retina 显示器上显示最清晰的文字。",
"workbench.fontAliasing.antialiased": "进行像素而不是次像素级别的字体平滑。可能会导致字体整体显示得更细。",
@ -75,9 +76,9 @@
"window.nativeTabs": "\n启用macOS Sierra窗口选项卡。请注意更改需要完全重新启动程序才能生效。如果配置此选项本机选项卡将禁用自定义标题栏样式。",
"zenModeConfigurationTitle": "Zen 模式",
"zenMode.fullScreen": "控制打开 Zen Mode 是否也会将工作台置于全屏模式。",
"zenMode.centerLayout": "控制是否在 Zen 模式中启用居中布局",
"zenMode.hideTabs": "控制打开 Zen 模式是否也会隐藏工作台选项卡。",
"zenMode.hideStatusBar": "控制打开 Zen 模式是否也会隐藏工作台底部的状态栏。",
"zenMode.hideActivityBar": "控制打开 Zen 模式是否也会隐藏工作台左侧的活动栏。",
"zenMode.restore": "控制如果某窗口已退出 zen 模式,是否应还原到 zen 模式。",
"JsonSchema.locale": "要使用的 UI 语言。"
"zenMode.restore": "控制如果某窗口已退出 zen 模式,是否应还原到 zen 模式。"
}

View file

@ -9,10 +9,10 @@
"install": "在 PATH 中安装“{0}”命令",
"not available": "此命令不可用",
"successIn": "已成功在 PATH 中安装了 Shell 命令“{0}”。",
"warnEscalation": "Code 将使用 \"osascript\" 来提示获取管理员权限,进一步安装 shell 命令。",
"ok": "确定",
"cantCreateBinFolder": "无法创建 \"/usr/local/bin\"。",
"cancel2": "取消",
"warnEscalation": "Code 将使用 \"osascript\" 来提示获取管理员权限,进一步安装 shell 命令。",
"cantCreateBinFolder": "无法创建 \"/usr/local/bin\"。",
"aborted": "已中止",
"uninstall": "从 PATH 中卸载“{0}”命令",
"successFrom": "已成功从 PATH 卸载 Shell 命令“{0}”。",

View file

@ -0,0 +1,19 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"editConditionalBreakpoint": "编辑断点...",
"functionBreakpointsNotSupported": "此调试类型不支持函数断点",
"functionBreakpointPlaceholder": "要断开的函数",
"functionBreakPointInputAriaLabel": "键入函数断点",
"breakpointDisabledHover": "已禁用断点",
"breakpointUnverifieddHover": "未验证的断点",
"functionBreakpointUnsupported": "不受此调试类型支持的函数断点",
"breakpointDirtydHover": "未验证的断点。对文件进行了修改,请重启调试会话。",
"conditionalBreakpointUnsupported": "不受此调试类型支持的条件断点",
"hitBreakpointUnsupported": "命中不受此调试类型支持的条件断点"
}

View file

@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"noFolderDebugConfig": "请先打开一个文件夹以进行高级调试配置。",
"columnBreakpoint": "列断点",
"debug": "调试",
"addColumnBreakpoint": "添加列断点"
}

View file

@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"unable": "无法解析无调试会话的资源"
"unable": "无法解析无调试会话的资源",
"canNotResolveSource": "无法解析资源 {0},没有来自调试扩展的响应。"
}

View file

@ -7,8 +7,6 @@
"Do not edit this file. It is machine generated."
],
"toggleBreakpointAction": "调试: 切换断点",
"columnBreakpointAction": "调试: 列断点",
"columnBreakpoint": "添加列断点",
"conditionalBreakpointEditorAction": "调试: 添加条件断点...",
"runToCursor": "运行到光标处",
"debugEvaluate": "调试: 求值",

View file

@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"statusBarDebuggingBackground": "调试程序时状态栏的背景色。状态栏显示在窗口底部",
"statusBarDebuggingForeground": "调试程序时状态栏的前景色。状态栏显示在窗口底部",
"statusBarDebuggingBorder": "调试程序时区别于侧边栏和编辑器的状态栏边框颜色。状态栏显示在窗口底部。"
}

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"copyValue": "复制值",
"copyPath": "复制路径",
"copy": "复制",
"copyAll": "全部复制",
"copyStackTrace": "复制调用堆栈"

View file

@ -9,6 +9,7 @@
"name": "扩展名",
"extension id": "扩展标识符",
"preview": "预览版",
"builtin": "内置",
"publisher": "发布服务器名称",
"install count": "安装计数",
"rating": "评级",

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