2018-05-31. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye 2018-05-31 13:22:07 -07:00
parent 3c11a065e7
commit 1698ea8b74
862 changed files with 3560 additions and 1684 deletions

View file

@ -6,5 +6,13 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"workspaceFolder": "在 VS Code 中打开的文件夹的路径",
"workspaceFolderBasename": "在 VS Code 中打开的文件夹的名称 (不包含任何斜杠 \"/\" )",
"relativeFile": "相对于 ${workspaceFolder},当前打开的文件路径",
"cwd": "启动时任务运行程序的当前工作目录",
"lineNumber": "活动文件中当前选定行的行号",
"fileDirname": "当前打开的文件的完整目录名",
"fileBasename": "当前打开的文件的文件名",
"fileBasenameNoExtension": "当前打开的文件的文件名 (不包含文件扩展名)",
"exampleExtension": "示例"
}

View file

@ -10,10 +10,12 @@
"remote branch at": "{0} 处的远程分支",
"create branch": "$(plus) 创建新分支",
"repourl": "存储库 URL",
"parent": "父目录",
"selectFolder": "选择存储库位置",
"cloning": "正在克隆 Git 存储库“{0}”...",
"openrepo": "打开存储库",
"proposeopen": "是否要打开已克隆存储库?",
"openrepo": "打开存储库",
"add": "添加到工作区",
"proposeopen2": "您是希望打开克隆的存储库,还是将其添加到当前工作区?",
"init": "选择用于初始化 Git 储存库的工作区文件夹",
"init repo": "初始化存储库",
"create repo": "初始化存储库",

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"npm.noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。",
"npm.scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。"
"noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。",
"learnMore": "了解详细信息",
"ok": "确定",
"scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。"
}

View file

@ -12,15 +12,13 @@
"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令。",
"config.npm.packageManager": "用于运行脚本的程序包管理器。",
"config.npm.exclude": "配置应从自动脚本检测中排除的文件夹的 glob 模式。",
"config.npm.enableScriptExplorer": "当工作区包含 \"package.json\" 文件时,启用 npm 脚本资源管理器视图。",
"config.npm.enableScriptExplorer": "在资源管理器中启用“npm 脚本”视图。",
"config.npm.scriptExplorerAction": "在脚本资源管理器中点击时进行的默认操作: \"open\" (打开) 或 \"run\" (运行)。默认值为 \"open\"。",
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}",
"taskdef.script": "要自定义的 npm 脚本。",
"taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。",
"view.name": "Npm 脚本",
"view.name": "npm 脚本",
"command.refresh": "刷新",
"command.run": "运行",
"command.debug": "调试",
"command.openScript": "开放",
"npm.scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。",
"npm.noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。"
"command.openScript": "开放"
}

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."
],
"displayName": "搜索 (ripgrep)"
}

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."
],
"prompt": "是否自动更新已移动文件 ({0}) 的 import 语句?",
"reject.title": "否",
"accept.title": "是",
"always.title": "是,始终更新 import 语句",
"never.title": "否,从不更新 import 语句"
}

View file

@ -8,8 +8,7 @@
],
"displayName": "JavaScript 和 TypeScript 的语言功能",
"description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
"typescript.reloadProjects.title": "重载项目",
"javascript.reloadProjects.title": "重载项目",
"reloadProjects.title": "重载项目",
"configuration.typescript": "TypeScript",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "完成函数的参数签名。",
"typescript.tsdk.desc": "指定包含要使用的 tsserver 和 lib*.d.ts 文件的文件夹路径。",
@ -37,8 +36,7 @@
"format.placeOpenBraceOnNewLineForFunctions": "定义函数的左大括号是否放置在新的一行。",
"format.placeOpenBraceOnNewLineForControlBlocks": "定义控制块的左括号是否放置在新的一行。",
"javascript.validate.enable": "启用/禁用 JavaScript 验证。",
"typescript.goToProjectConfig.title": "转到项目配置",
"javascript.goToProjectConfig.title": "转到项目配置",
"goToProjectConfig.title": "转到项目配置",
"javascript.referencesCodeLens.enabled": "启用/禁用在 JavaScript 文件中引用 CodeLens。",
"typescript.referencesCodeLens.enabled": "启用/禁用在 TypeScript 文件中引用 CodeLens。要求 TypeScript >= 2.0.6。",
"typescript.implementationsCodeLens.enabled": "启用/禁用实现 CodeLens。要求 TypeScript >= 2.2.0。",
@ -47,7 +45,6 @@
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
"typescript.reportStyleChecksAsWarnings": "将风格检查问题报告为警告",
"jsDocCompletion.enabled": "启用/禁用自动 JSDoc 注释",
"javascript.implicitProjectConfig.checkJs": "启用/禁用 JavaScript 文件的语义检查。现有的 jsconfig.json 或\n tsconfig.json 文件会覆盖此设置。要求 TypeScript >=2.3.1。",
"typescript.npm": "指定用于自动获取类型的 NPM 可执行文件的路径。要求 TypeScript >= 2.3.4。",
"typescript.check.npmIsInstalled": "检查是否安装了 NPM 以自动获取类型。",
"javascript.nameSuggestions": "启用/禁用在 JavaScript 建议列表中包含文件中的唯一名称。",
@ -55,11 +52,11 @@
"typescript.problemMatchers.tsc.label": "TypeScript 问题",
"typescript.problemMatchers.tscWatch.label": "TypeScript 问题(观看模式)",
"typescript.quickSuggestionsForPaths": "当输入导入路径时启用或禁用快速建议。",
"typescript.locale": "设置报告 TypeScript 错误时使用的区域设置。要求 TypeScript >= 2.6.0。默认 (\"null\") 将使用 VS Code 的区域设置。",
"javascript.implicitProjectConfig.experimentalDecorators": "对不属于任何工程的 JavaScript 文件启用或禁用 \"experimentalDecorators\" 设置。现有的 jsconfig.json 或\n tsconfig.json 文件会覆盖此设置。要求 TypeScript >=2.3.1。",
"typescript.autoImportSuggestions.enabled": "启用或禁用自动导入建议。要求 TypeScript >= 2.6.1",
"typescript.experimental.syntaxFolding": "启用或禁用语法折叠标记。",
"taskDefinition.tsconfig.description": "定义 TS 生成的 tsconfig 文件。",
"javascript.suggestionActions.enabled": "在 JavaScript 文件中启用或禁用编辑器的建议诊断。需要 TypeScript >= 2.8",
"typescript.suggestionActions.enabled": "在 TypeScript 文件中启用或禁用编辑器的建议诊断。需要 TypeScript >= 2.8"
"typescript.suggestionActions.enabled": "在 TypeScript 文件中启用或禁用编辑器的建议诊断。要求 TypeScript >= 2.8",
"typescript.showUnused": "启用或禁用突出显示代码中未使用的变量。要求 TypeScript >= 2.9",
"typescript.updateImportsOnFileMove.enabled": "在 VS Code 中重命名或移动文件时启用或禁用自动更新 import 语句的路径。可选值有: \"prompt\" (在每次重命名时提示)、\"always\" (始终自动更新路径) 和 \"never\" (从不重命名路径且不要提示)。要求 TypeScript >= 2.9"
}

View file

@ -14,5 +14,5 @@
"error.commaExpected": "需要逗号",
"error.closeBraceExpected": "需要右大括号",
"error.closeBracketExpected": "需要右括号",
"error.endOfFileExpected": "需要文件结尾标识(EOF)"
}
"error.endOfFileExpected": "需要文件结尾(EOF)"
}

View file

@ -6,6 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"incompleteExtract": "解压不完整。提取了 {0} / {1} 个项目",
"incompleteExtract": "解压不完整。找到了 {0} / {1} 个项目",
"notFound": "在 Zip 中找不到 {0}。"
}

View file

@ -17,13 +17,11 @@
"issueTitleLabel": "标题",
"issueTitleRequired": "请输入标题。",
"titleLengthValidation": "标题太长。",
"systemInfo": "我的系统信息",
"sendData": "发送我的数据",
"processes": "当前运行的进程",
"workspaceStats": "我的工作区数据",
"extensions": "我的扩展",
"searchedExtensions": "已搜索的扩展",
"settingsSearchDetails": "设置搜索的详细信息",
"details": "请输入详细信息。",
"loadingData": "正在加载数据..."
"sendSystemInfo": "包含系统信息 ({0})",
"sendProcessInfo": "包含当前运行中的进程 ({0})",
"sendWorkspaceInfo": "包含工作区元数据 ({0})",
"sendExtensions": "包含已启用的扩展 ({0})",
"sendSearchedExtensions": "发送已搜索的扩展 ({0})",
"sendSettingsSearchDetails": "发送设置搜索的详细信息 ({0})"
}

View file

@ -7,9 +7,10 @@
"Do not edit this file. It is machine generated."
],
"cpu": "CPU %",
"memory": "内存 (MB)",
"pid": "PID",
"name": "名称",
"killProcess": "结束进程",
"forceKillProcess": "强制结束进程"
"forceKillProcess": "强制结束进程",
"copy": "复制",
"copyAll": "全部复制"
}

View file

@ -88,7 +88,6 @@
"miToggleDebugConsole": "调试控制台(&&B)",
"miToggleIntegratedTerminal": "集成终端(&&I)",
"miMarker": "问题(&&P)",
"miAdditionalViews": "其他视图(&&V)",
"miCommandPalette": "命令面板(&&C)...",
"miOpenView": "打开视图(&&O)...",
"miToggleFullScreen": "切换全屏(&&F)",
@ -144,7 +143,7 @@
"miContinue": "继续(&&C)",
"miToggleBreakpoint": "切换断点(&&B)",
"miConditionalBreakpoint": "条件断点(&&C)...",
"miColumnBreakpoint": "列断点(&&O)",
"miInlineBreakpoint": "内联断点(&&O)",
"miFunctionBreakpoint": "函数断点(&&F)...",
"miLogPoint": "记录点(&&L)...",
"miNewBreakpoint": "新建断点(&&N)",

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."
],
"cursors.maximum": "光标数量被限制为 {0}。"
}

View file

@ -41,7 +41,7 @@
"wordWrap.bounded": "将在最小视区和 \"editor.wordWrapColumn\" 处换行。",
"wordWrap": "控制折行方式。可以选择:\n - \"off\" (禁用折行)\n - \"on\" (根据视区宽度折行)\n - \"wordWrapColumn\" (在 \"editor.wordWrapColumn\" 处换行)\n - \"bounded\" (在视区宽度和 \"editor.wordWrapColumn\" 两者的较小者处换行)。",
"wordWrapColumn": "在 \"editor.wordWrap\" 为 \"wordWrapColumn\" 或 \"bounded\" 时控制编辑器列的换行。",
"wrappingIndent": "控制折行的缩进。可以是“none”、“same”或“indent”。",
"wrappingIndent": "控制折行的缩进。可为 \"none\"、\"same\" 或 \"indent\" 或 \"deepIndent\"。",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\" 和 \"deltaY\" 使用的乘数 ",
"multiCursorModifier.ctrlCmd": "映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)",
"multiCursorModifier.alt": "映射为 \"Alt\" (Windows 和 Linux) 或 \"Option\" (macOS)",

View file

@ -14,7 +14,7 @@
"editorCursorBackground": "编辑器光标的背景色。可以自定义块型光标覆盖字符的颜色。",
"editorWhitespaces": "编辑器中空白字符的颜色。",
"editorIndentGuides": "编辑器缩进参考线的颜色。",
"editorActiveIndentGuide": "活动编辑器缩进参考线的颜色。",
"editorActiveIndentGuide": "编辑器活动缩进参考线的颜色。",
"editorLineNumbers": "编辑器行号的颜色。",
"editorActiveLineNumber": "编辑器活动行号的颜色",
"deprecatedEditorActiveLineNumber": "\"Id\" 已被弃用,请改用 \"editorLineNumber.activeForeground\"。",

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."
],
"EditorFontZoomIn.label": "放大编辑器字体",
"EditorFontZoomOut.label": "缩小编辑器字体",
"EditorFontZoomReset.label": "重置编辑器字体大小"
}

View file

@ -0,0 +1,25 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"noResultWord": "未找到“{0}”的任何定义",
"generic.noResults": "找不到定义",
"meta.title": " {0} 定义",
"actions.goToDecl.label": "转到定义",
"actions.goToDeclToSide.label": "打开侧边的定义",
"actions.previewDecl.label": "速览定义",
"goToImplementation.noResultWord": "未找到“{0}”的实现",
"goToImplementation.generic.noResults": "未找到实现",
"meta.implementations.title": " {0} 个实现",
"actions.goToImplementation.label": "转到实现",
"actions.peekImplementation.label": "速览实现",
"goToTypeDefinition.noResultWord": "未找到“{0}”的类型定义",
"goToTypeDefinition.generic.noResults": "未找到类型定义",
"meta.typeDefinitions.title": " {0} 个类型定义",
"actions.goToTypeDefinition.label": "转到类型定义",
"actions.peekTypeDefinition.label": "速览类型定义"
}

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."
],
"multipleResults": "单击显示 {0} 个定义。"
}

View file

@ -7,5 +7,7 @@
"Do not edit this file. It is machine generated."
],
"markerAction.next.label": "转到下一个问题 (错误、警告、信息)",
"markerAction.previous.label": "转到上一个问题 (错误、警告、信息)"
"markerAction.previous.label": "转到上一个问题 (错误、警告、信息)",
"markerAction.nextInFiles.label": "转到文件中的下一个问题 (错误、警告、信息)",
"markerAction.previousInFiles.label": "转到文件中的上一个问题 (错误、警告、信息)"
}

View file

@ -13,5 +13,6 @@
"indentUsingTabs": "使用“Tab”缩进",
"indentUsingSpaces": "使用空格缩进",
"detectIndentation": "检查内容中的缩进",
"editor.reindentlines": "重新缩进行"
"editor.reindentlines": "重新缩进行",
"editor.reindentselectedlines": "重新缩进所选行"
}

View file

@ -25,8 +25,6 @@
"uninstallDependeciesConfirmation": "是仅卸载“{0}”还是与其依赖项一起卸载?",
"uninstallOnly": "仅此扩展",
"uninstallAll": "全部卸载",
"uninstallConfirmation": "是否确定要卸载“{0}”?",
"ok": "确定",
"singleDependentError": "无法卸载扩展程序“{0}”。扩展程序“{1}”依赖于此。",
"twoDependentsError": "无法卸载扩展程序“{0}”。扩展程序“{1}”、“{2}”依赖于此。",
"multipleDependentsError": "无法卸载扩展程序“{0}”。扩展程序“{1}”、“{2}”以及其他扩展程序都依赖于此。",

View file

@ -9,7 +9,7 @@
"workbenchConfigurationTitle": "工作台",
"multiSelectModifier.ctrlCmd": "映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)",
"multiSelectModifier.alt": "映射为 \"Alt\" (Windows 和 Linux) 或 \"Option\" (macOS)",
"multiSelectModifier": "在通过鼠标多选树和列表条目时使用的修改键 (例如资源管理器、打开的编辑器和源代码管理视图)。\"ctrlCmd\" 会映射为 \"Ctrl\" (Windows 和 Linux) 或 \"Command\" (macOS)。“在侧边打开”功能所需的鼠标动作 (若可用) 将会相应调整,不与多选修改键冲突。",
"multiSelectModifier": "在通过鼠标多选树和列表条目时使用的修改键 (例如资源管理器、打开的编辑器和源代码管理视图)。\"ctrlCmd\" 在 Windows 和 Linux 上会映射为 \"Ctrl\" ,在 macOS 上会映射为 \"Command\" 。“在侧边打开”功能所需的鼠标动作 (若可用) 将会相应调整,不与多选修改键冲突。",
"openMode.singleClick": "在鼠标单击时打开项目。",
"openMode.doubleClick": "在鼠标双击时打开项目。",
"openModeModifier": "控制如何在受支持的树和列表中使用鼠标来打开项目。设置为 \"singleClick\" 可单击打开项目,\"doubleClick\" 仅可双击打开项目。对于树中含子节点的节点,此设置将控制使用单击还是双击来展开他们。注意,某些不适用此项的树或列表可能会忽略此设置。",

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."
],
"searchMarketplace": "搜索商店",
"installAndRestart": "安装并重启"
}

View file

@ -16,7 +16,7 @@
"selectionBackground": "工作台所选文本的背景颜色(例如输入字段或文本区域)。注意,本设置不适用于编辑器。",
"textSeparatorForeground": "文字分隔符的颜色。",
"textLinkForeground": "文本中链接的前景色。",
"textLinkActiveForeground": "文本中活动链接的前景色。",
"textLinkActiveForeground": "文本中链接在点击或鼠标悬停时的前景色 。",
"textPreformatForeground": "预格式化文本段的前景色。",
"textBlockQuoteBackground": "文本中块引用的背景颜色。",
"textBlockQuoteBorder": "文本中块引用的边框颜色。",
@ -58,7 +58,7 @@
"scrollbarShadow": "表示视图被滚动的滚动条阴影。",
"scrollbarSliderBackground": "滚动条滑块背景色",
"scrollbarSliderHoverBackground": "滚动条滑块在悬停时的背景色",
"scrollbarSliderActiveBackground": "滚动条滑块被激活时的背景色",
"scrollbarSliderActiveBackground": "滚动条滑块在被点击时的背景色。",
"progressBarBackground": "表示长时间操作的进度条的背景色。",
"editorBackground": "编辑器背景颜色。",
"editorForeground": "编辑器默认前景色。",
@ -75,6 +75,7 @@
"editorFindMatchBorder": "当前搜索匹配项的边框颜色。",
"findMatchHighlightBorder": "其他搜索匹配项的边框颜色。",
"findRangeHighlightBorder": "搜索限制范围的边框颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"findWidgetResizeBorder": "“查找”小部件中大小调整条的边框颜色。",
"hoverHighlight": "文本在悬停提示显示时的高亮颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"hoverBackground": "编辑器悬停提示的背景颜色。",
"hoverBorder": "光标悬停时编辑器的边框颜色。",

View file

@ -6,5 +6,5 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"confirmUrl": "是否让 {0} 扩展打开以下 URL?"
"confirmUrl": "是否允许扩展打开此 URL?"
}

View file

@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"codeWorkspace": "代码工作区",
"codeWorkspace": "Code 工作区",
"untitledWorkspace": "无标题 (工作区)",
"workspaceNameVerbose": "{0} (工作区)",
"workspaceName": "{0} (工作区)"

View file

@ -8,14 +8,12 @@
],
"vscode.extension.contributes.views.containers.id": "用于标识容器的唯一 ID视图能在容器内通过 \"view\" 参与点提供。",
"vscode.extension.contributes.views.containers.title": "人类可读的用于表示此容器的字符串",
"vscode.extension.contributes.views.containers.icon": "容器图标的路径。图标大小为 24x24居中放置在 50x40 的方格内,其填充颜色为 \"rgb(215, 218, 224)\" 或 \"#d7dae0\"。所有图片格式均可用,推荐使用 SVG 格式。",
"vscode.extension.contributes.views.containers.icon": "容器图标的路径。图标大小为 24x24并居中放置在 50x40 的区域内,其填充颜色为 \"rgb(215, 218, 224)\" 或 \"#d7dae0\"。所有图片格式均可用,推荐使用 SVG 格式。",
"vscode.extension.contributes.viewsContainers": "向编辑器提供视图容器",
"views.container.activitybar": "向活动栏提供视图容器",
"test": "测试",
"proposed": "\"viewsContainers\" 参与点仅在以开发模式运行时或附加命令行开关: --enable-proposed-api {1} 时可用",
"requirearray": "视图容器必须为数组",
"requireidstring": "属性“{0}”是必要属性,其类型必须是 \"string\"。仅支持字母、数字、\"_\" 和 \"-\"。",
"requirestring": "属性“{0}”是必要属性,其类型必须是 \"string\"",
"requirestring": "“{0}”是必要属性,其类型必须是 \"string\" ",
"showViewlet": "显示 {0}",
"view": "查看"
}

View file

@ -15,5 +15,5 @@
"saveWorkspace": "保存工作区",
"openWorkspaceAction": "打开工作区...",
"openWorkspaceConfigFile": "打开工作区配置文件",
"openFolderAsWorkspaceInNewWindow": "在新窗口中将文件夹作为工作区打开"
"duplicateWorkspaceInNewWindow": "复制此工作区并在新窗口打开"
}

View file

@ -1,8 +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.
{
"panelSwitcherBarAriaLabel": "活动面板切换器"
"": [
"--------------------------------------------------------------------------------------------",
"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,8 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"inputModeEntryDescription": "{0} (按 \"Enter\" 以确认或按 \"Esc\" 以取消)",
"inputModeEntry": "按 \"Enter\" 以确认或按 \"Esc\" 以取消",
"emptyPicks": "无条目可供选取",
"quickOpenInput": "键入 \"?\" 从此处获取有关可进行的操作的帮助",
"historyMatches": "最近打开",

View file

@ -6,5 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"cannot toggle": "无法切换视图 {0} 的可见性",
"cannot show": "无法显示视图 {0},已依据其 \"when\" 条件隐藏",
"hideView": "隐藏"
}

View file

@ -11,8 +11,10 @@
"tabHoverBackground": "选项卡被悬停时的背景色。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabUnfocusedHoverBackground": "非焦点组选项卡被悬停时的背景色。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabBorder": "用于将选项卡彼此分隔开的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveBorder": "用于高亮活动的选项卡的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveUnfocusedBorder": "用于高亮一个失去焦点的编辑器组中的活动选项卡的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveBorder": "活动选项卡底部的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveBorderTop": "活动选项卡顶部的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveUnfocusedBorder": "在失去焦点的编辑器组中的活动选项卡底部的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveUnfocusedBorderTop": "在失去焦点的编辑器组中的活动选项卡顶部的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabHoverBorder": "选项卡被悬停时用于突出显示的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabUnfocusedHoverBorder": "非焦点组选项卡被悬停时用于突出显示的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabActiveForeground": "活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",

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."
],
"largeFile": "{0}: 为减少内存使用并避免卡顿或崩溃,我们已关闭对此大型文件内容的标记、折行和折叠。",
"neverShowAgain": "确定,且不再显示",
"removeOptimizations": "强制启用功能"
}

View file

@ -9,7 +9,6 @@
"logPoint": "记录点",
"breakpoint": "断点",
"editBreakpoint": "编辑 {0}...",
"removeBreakpoint": "删除 {0}",
"functionBreakpointsNotSupported": "此调试类型不支持函数断点",
"functionBreakpointPlaceholder": "要断开的函数",
"functionBreakPointInputAriaLabel": "键入函数断点",

View file

@ -21,7 +21,6 @@
"disconnectDebug": "断开连接",
"continueDebug": "继续",
"pauseDebug": "暂停",
"terminateThread": "终止线程",
"restartFrame": "重新启动框架",
"removeBreakpoint": "删除断点",
"removeAllBreakpoints": "删除所有断点",
@ -41,7 +40,7 @@
"debugConsoleAction": "调试控制台",
"unreadOutput": "调试控制台中的新输出",
"debugFocusConsole": "焦点调试控制台",
"focusProcess": "焦点过程",
"focusSession": "聚焦于“会话”视图",
"stepBackDebug": "后退",
"reverseContinue": "反向"
}

View file

@ -7,7 +7,5 @@
"Do not edit this file. It is machine generated."
],
"noFolderDebugConfig": "请先打开一个文件夹以进行高级调试配置。",
"columnBreakpoint": "列断点",
"debug": "调试",
"addColumnBreakpoint": "添加列断点"
"debug": "调试"
}

View file

@ -0,0 +1,38 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.contributes.debuggers": "用于调试适配器。",
"vscode.extension.contributes.debuggers.type": "此调试适配器的唯一标识符。",
"vscode.extension.contributes.debuggers.label": "显示此调试适配器的名称。",
"vscode.extension.contributes.debuggers.program": "调试适配器程序的路径。该路径是绝对路径或相对于扩展文件夹的相对路径。",
"vscode.extension.contributes.debuggers.args": "要传递给适配器的可选参数。",
"vscode.extension.contributes.debuggers.runtime": "可选运行时,以防程序属性不可执行,但需要运行时。",
"vscode.extension.contributes.debuggers.runtimeArgs": "可选运行时参数。",
"vscode.extension.contributes.debuggers.variables": "将 \"launch.json\" 中的交互式变量(例如 ${action.pickProcess})映射到命令中。",
"vscode.extension.contributes.debuggers.initialConfigurations": "用于生成初始 \"launch.json\" 的配置。",
"vscode.extension.contributes.debuggers.languages": "可能被视为“默认调试程序”的调试扩展的语言列表。",
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "如果指定的 VS Code 将调用此命令以确定调试适配器的可执行路径和要传递的参数。",
"vscode.extension.contributes.debuggers.configurationSnippets": "用于在 \"launch.json\" 中添加新配置的代码段。",
"vscode.extension.contributes.debuggers.configurationAttributes": "用于验证 \"launch.json\" 的 JSON 架构配置。",
"vscode.extension.contributes.debuggers.windows": "Windows 特定的设置。",
"vscode.extension.contributes.debuggers.windows.runtime": "用于 Windows 的运行时。",
"vscode.extension.contributes.debuggers.osx": "macOS 特定的设置。",
"vscode.extension.contributes.debuggers.osx.runtime": "用于 macOS 的运行时。",
"vscode.extension.contributes.debuggers.linux": "Linux 特定的设置。",
"vscode.extension.contributes.debuggers.linux.runtime": "用于 Linux 的运行时。",
"vscode.extension.contributes.breakpoints": "添加断点。",
"vscode.extension.contributes.breakpoints.language": "对此语言允许断点。",
"app.launch.json.title": "启动",
"app.launch.json.version": "此文件格式的版本。",
"app.launch.json.configurations": "配置列表。使用 IntelliSense 添加新配置或编辑现有配置。",
"app.launch.json.compounds": "复合列表。每个复合可引用多个配置,这些配置将一起启动。",
"app.launch.json.compound.name": "复合的名称。在启动配置下拉菜单中显示。",
"useUniqueNames": "配置名称必须唯一。",
"app.launch.json.compound.folder": "复合项所在的文件夹的名称。",
"app.launch.json.compounds.configurations": "将作为此复合的一部分启动的配置名称。"
}

View file

@ -7,8 +7,8 @@
"Do not edit this file. It is machine generated."
],
"breakpointWidgetLogMessagePlaceholder": "断点命中时记录的消息。{} 内的表达式将被替换。按 \"Enter\" 键确认,\"Esc\" 键取消。",
"breakpointWidgetHitCountPlaceholder": "在满足命中次数条件时中断。按 \"Enter\" 表示接受,\"Esc\" 表示取消。",
"breakpointWidgetExpressionPlaceholder": "在表达式计算结果为 true 时中断。按 \"Enter\" 表示接受,\"Esc\" 表示取消。",
"breakpointWidgetHitCountPlaceholder": "在命中次数条件满足时中断。按 \"Enter\" 键确认,\"Esc\" 键取消。",
"breakpointWidgetExpressionPlaceholder": "在表达式结果为真时中断。按 \"Enter\" 键确认,\"Esc\" 键取消。",
"expression": "表达式",
"hitCount": "命中次数",
"logMessage": "记录消息"

View file

@ -9,7 +9,6 @@
"callstackSection": "调用堆栈部分",
"debugStopped": "因 {0} 已暂停",
"callStackAriaLabel": "调试调用堆栈",
"process": "进程",
"paused": "已暂停",
"running": "正在运行",
"thread": "线程",

View file

@ -21,11 +21,11 @@
"allowBreakpointsEverywhere": "允许在任何文件中设置断点",
"openExplorerOnEnd": "调试会话结束时自动打开资源管理器视图",
"inlineValues": "调试时,在编辑器中显示变量值内联",
"hideActionBar": "控制是否应该隐藏浮点调试操作栏",
"never": "在状态栏中不再显示调试",
"always": "始终在状态栏中显示调试",
"onFirstSessionStart": "仅于第一次启动调试后在状态栏中显示调试",
"showInStatusBar": "控制何时显示调试状态栏",
"openDebug": "控制是否在调试会话开始时打开调试视图。",
"enableAllHovers": "控制调试过程中是否启用非调试悬停提示。若为 \"true\",将调用悬停提供程序提供悬停提示。即使此项设置为 \"true\",普通悬停提示也不会显示。",
"launch": "全局的调试启动配置。应用作跨工作区共享的 \"launch.json\" 的替代。"
}

View file

@ -6,35 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.contributes.debuggers": "用于调试适配器。",
"vscode.extension.contributes.debuggers.type": "此调试适配器的唯一标识符。",
"vscode.extension.contributes.debuggers.label": "显示此调试适配器的名称。",
"vscode.extension.contributes.debuggers.program": "调试适配器程序的路径。该路径是绝对路径或相对于扩展文件夹的相对路径。",
"vscode.extension.contributes.debuggers.args": "要传递给适配器的可选参数。",
"vscode.extension.contributes.debuggers.runtime": "可选运行时,以防程序属性不可执行,但需要运行时。",
"vscode.extension.contributes.debuggers.runtimeArgs": "可选运行时参数。",
"vscode.extension.contributes.debuggers.variables": "将 \"launch.json\" 中的交互式变量(例如 ${action.pickProcess})映射到命令中。",
"vscode.extension.contributes.debuggers.initialConfigurations": "用于生成初始 \"launch.json\" 的配置。",
"vscode.extension.contributes.debuggers.languages": "可能被视为“默认调试程序”的调试扩展的语言列表。",
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "如果指定的 VS Code 将调用此命令以确定调试适配器的可执行路径和要传递的参数。",
"vscode.extension.contributes.debuggers.configurationSnippets": "用于在 \"launch.json\" 中添加新配置的代码段。",
"vscode.extension.contributes.debuggers.configurationAttributes": "用于验证 \"launch.json\" 的 JSON 架构配置。",
"vscode.extension.contributes.debuggers.windows": "Windows 特定的设置。",
"vscode.extension.contributes.debuggers.windows.runtime": "用于 Windows 的运行时。",
"vscode.extension.contributes.debuggers.osx": "macOS 特定的设置。",
"vscode.extension.contributes.debuggers.osx.runtime": "用于 macOS 的运行时。",
"vscode.extension.contributes.debuggers.linux": "Linux 特定的设置。",
"vscode.extension.contributes.debuggers.linux.runtime": "用于 Linux 的运行时。",
"vscode.extension.contributes.breakpoints": "添加断点。",
"vscode.extension.contributes.breakpoints.language": "对此语言允许断点。",
"app.launch.json.title": "启动",
"app.launch.json.version": "此文件格式的版本。",
"app.launch.json.configurations": "配置列表。使用 IntelliSense 添加新配置或编辑现有配置。",
"app.launch.json.compounds": "复合列表。每个复合可引用多个配置,这些配置将一起启动。",
"app.launch.json.compound.name": "复合的名称。在启动配置下拉菜单中显示。",
"useUniqueNames": "配置名称必须唯一。",
"app.launch.json.compound.folder": "复合项所在的文件夹的名称。",
"app.launch.json.compounds.configurations": "将作为此复合的一部分启动的配置名称。",
"debugNoType": "不可省略调试器的 \"type\" 属性,且其类型必须是 \"string\" 。",
"selectDebug": "选择环境",
"DebugConfig.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"launch.json\" 文件。",

View file

@ -8,29 +8,22 @@
],
"logPoint": "记录点",
"breakpoint": "断点",
"removeBreakpoint": "删除 {0}",
"editBreakpoint": "编辑 {0}...",
"disableBreakpoint": "禁用 {0}",
"enableBreakpoint": "启用 {0}",
"removeBreakpoints": "删除断点",
"removeBreakpointOnColumn": "在列 {0} 上删除断点",
"removeInlineBreakpointOnColumn": "删除第 {0} 列的内联断点",
"removeLineBreakpoint": "删除行断点",
"editBreakpoints": "编辑断点",
"editBreakpointOnColumn": "在列 {0} 上编辑断点",
"editInlineBreakpointOnColumn": "编辑第 {0} 列的内联断点",
"editLineBrekapoint": "编辑行断点",
"enableDisableBreakpoints": "启用/禁用断点",
"disableColumnBreakpoint": "在列 {0} 上禁用断点",
"disableInlineColumnBreakpoint": "禁用第 {0} 列的内联断点",
"disableBreakpointOnLine": "禁用行断点",
"enableBreakpoints": "在列 {0} 上启用断点",
"enableBreakpoints": "启用第 {0} 列的内联断点",
"enableBreakpointOnLine": "启用行断点",
"addBreakpoint": "添加断点",
"addConditionalBreakpoint": "添加条件断点...",
"addLogPoint": "添加记录点...",
"breakpointHasCondition": "此{0}的{1}将在删除后丢失。请考虑仅禁用此{0}。",
"message": "消息",
"condition": "条件",
"removeLogPoint": "删除 {0}",
"disableLogPoint": "禁用 {0}",
"cancel": "取消",
"addConfiguration": "添加配置..."
}

View file

@ -10,14 +10,16 @@
"extension id": "扩展标识符",
"preview": "预览版",
"builtin": "内置",
"publisher": "发布服务器名称",
"publisher": "发布名称",
"install count": "安装计数",
"rating": "评级",
"repository": "存储库",
"license": "许可证",
"details": "详细信息",
"detailstooltip": "扩展详细信息,显示扩展的 \"README.md\" 文件。",
"contributions": "发布内容",
"changelog": "更改日志",
"changelogtooltip": "扩展的更新历史,显示扩展的 \"CHANGELOG.md\" 文件。",
"dependencies": "依赖项",
"noReadme": "无可用自述文件。",
"noChangelog": "无可用的更改日志。",
@ -30,13 +32,15 @@
"debuggers": "调试程序({0})",
"debugger name": "名称",
"debugger type": "类型",
"viewContainers": "视图容器 ({0})",
"view container id": "ID",
"view container location": "位置",
"views": "视图 ({0})",
"view id": "ID",
"view name": "名称",
"view location": "位置",
"localizations": "本地化 ({0})",
"localizations language id": "语言 ID",
"localizations language name": "语言名称",
"localizations localized language name": "语言本地名称",
"colorThemes": "颜色主题 ({0})",
"iconThemes": "图标主题 ({0})",

View file

@ -8,7 +8,6 @@
],
"neverShowAgain": "不再显示",
"searchMarketplace": "搜索商店",
"showLanguagePackExtensions": "商店中有可以将 VS Code 本地化为“{0}”语言的扩展。",
"dynamicWorkspaceRecommendation": "您可能会对这个扩展感兴趣,它在 {0} 存储库的用户间流行。",
"exeBasedRecommendation": "根据你安装的 {0},向你推荐此扩展。",
"fileBasedRecommendation": "根据您最近打开的文件推荐此扩展。",

View file

@ -14,7 +14,6 @@
"workspaceRecommendedExtensions": "工作区推荐",
"builtInExtensions": "功能",
"builtInThemesExtensions": "主题",
"builtInBasicsExtensions": "编程语言",
"searchExtensions": "在商店中搜索扩展",
"sort by installs": "排序依据: 安装计数",
"sort by rating": "排序依据: 分级",

View file

@ -10,12 +10,12 @@
"malicious": "此扩展被报告存在问题。",
"installingMarketPlaceExtension": "正在从商店安装扩展...",
"uninstallingExtension": "正在卸载扩展...",
"enableDependeciesConfirmation": "启用“{0}”也会启用其依赖项。是否要继续?",
"enableDependeciesConfirmation": "启用扩展也会启用其依赖项。是否要继续?",
"enable": "是",
"doNotEnable": "否",
"disableDependeciesConfirmation": "是想仅禁用“{0}”还是想同时禁用其依赖项?",
"disableOnly": "仅",
"disableAll": "全部",
"disableDependeciesConfirmation": "是否同时禁用扩展的依赖项?",
"yes": "是",
"no": "否",
"cancel": "取消",
"singleDependentError": "无法禁用扩展“{0}”。扩展“{1}”取决于此。",
"twoDependentsError": "无法禁用扩展“{0}”。扩展“{1}”和扩展“{2}”取决于此。",

View file

@ -9,7 +9,6 @@
"textFileEditor": "文本文件编辑器",
"createFile": "创建文件",
"relaunchWithIncreasedMemoryLimit": "以 {0}MB 重启",
"configureMemoryLimit": "配置内存限制",
"fileEditorWithInputAriaLabel": "{0}。文本文件编辑器。",
"fileEditorAriaLabel": "文本文件编辑器。"
}

View file

@ -43,7 +43,6 @@
"confirmDeleteMessageMultiple": "是否确定要永久删除以下 {0} 个文件?",
"confirmDeleteMessageFolder": "是否确定要永久删除“{0}”及其内容?",
"confirmDeleteMessageFile": "是否确定要永久删除“{0}”?",
"addFiles": "添加文件",
"confirmOverwrite": "目标文件夹中已存在具有相同名称的文件或文件夹。是否要替换它?",
"replaceButtonLabel": "替换(&&R)",
"fileIsAncestor": "粘贴的项目是目标文件夹的上级",
@ -63,9 +62,7 @@
"openFileToShowInNewWindow": "请先打开要在新窗口中打开的文件",
"copyPath": "复制路径",
"emptyFileNameError": "必须提供文件或文件夹名。",
"fileNameStartsWithSlashError": "文件或文件夹名称不能以斜线开头。",
"fileNameExistsError": "此位置已存在文件或文件夹 **{0}**。请选择其他名称。",
"fileUsedAsFolderError": "**{0}** 是一个文件,不能含有子项。",
"invalidFileNameError": "名称 **{0}** 作为文件或文件夹名无效。请选择其他名称。",
"filePathTooLongError": "名称 **{0}** 导致路径太长。请选择更短的名称。",
"compareWithClipboard": "比较活动文件与剪贴板",

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"updateLocale": "是否将 VS Code 的界面语言更换为 {0} 并重新启动?",
"activateLanguagePack": "是否重启 VS Code 并激活刚刚安装的语言包?",
"yes": "是",
"no": "否",
"neverAgain": "不再显示",

View file

@ -6,7 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"configureLocale": "配置语言",
"displayLanguage": "定义 VSCode 的显示语言。",
"doc": "请参阅 {0},了解支持的语言列表。",
"restart": "更改此值需要重启 VSCode。",

View file

@ -6,6 +6,5 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"disableFilesExclude": "禁用文件排除筛选器。",
"clearFilter": "清除筛选。"
}

View file

@ -16,8 +16,6 @@
"markers.panel.no.problems.build": "目前尚未在工作区检测到问题。",
"markers.panel.no.problems.filters": "在给定的筛选条件下,没有找到结果。",
"markers.panel.no.problems.file.exclusions": "由于启用了文件排除筛选器,所有问题均已隐藏。",
"markers.panel.action.useFilesExclude": "使用文件排除设置进行筛选",
"markers.panel.action.donotUseFilesExclude": "不使用文件排除设置",
"markers.panel.action.filter": "筛选器问题",
"markers.panel.filter.ariaLabel": "筛选器问题",
"markers.panel.filter.placeholder": "筛选。例: text, **/*.ts, !**/node_modules/**",

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."
],
"name": "大纲",
"category.focus": "文件"
}

View file

@ -0,0 +1,16 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"filter": "过滤器",
"collapse": "全部折叠",
"sortByPosition": "排序依据:位置",
"sortByName": "排序依据: 名称",
"sortByKind": "排序方式: 类型",
"live": "跟随光标",
"no-editor": "当前打开的编辑器无法提供大纲信息。"
}

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."
],
"outline.title": "{1} 中的第 {0} 行 "
}

View file

@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"output": "输出",
"outputPanelWithInputAriaLabel": "{0},输出面板",
"outputPanelAriaLabel": "输出面板"
}

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"openRawDefaultSettings": "打开默认设置原始文档",
"openSettings2": "打开设置 (预览版)",
"openSettings": "打开设置",
"openGlobalSettings": "打开用户设置",
"openGlobalKeybindings": "打开键盘快捷方式",

View file

@ -15,8 +15,6 @@
"nlpResult": "自然语言结果",
"filterResult": "筛选结果",
"defaultSettings": "默认设置",
"defaultUserSettings": "默认用户设置",
"defaultWorkspaceSettings": "默认工作区设置",
"defaultFolderSettings": "默认文件夹设置",
"defaultEditorReadonly": "在右侧编辑器中编辑以覆盖默认值。",
"preferencesAriaLabel": "默认首选项。只读文本编辑器。"

View file

@ -0,0 +1,17 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"previewWarning": "预览版",
"previewLabel": "当前显示的是新版设置编辑器的预览版界面。",
"SearchSettings.AriaLabel": "搜索设置",
"SearchSettings.Placeholder": "搜索设置",
"advancedCustomizationLabel": "高级自定义请打开和编辑",
"openSettingsLabel": "settings.json",
"showOverriddenOnly": "仅显示已修改项",
"treeAriaLabel": "设置"
}

View file

@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"modifiedItemForeground": "已修改的设置项的前景色。",
"workspace": "工作区",
"user": "用户",
"resetButtonTitle": "重置",
"configured": "已修改",
"alsoConfiguredIn": "同时修改于",
"editInSettingsJson": "在 settings.json 中编辑",
"settingRowAriaLabel": "{0} {1},设置",
"groupRowAriaLabel": "{0},组"
}

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"defaultPreferencesEditor": "默认首选项编辑器",
"settingsEditor2": "设置编辑器 2",
"keybindingsEditor": "按键绑定编辑器",
"preferences": "首选项"
}

View file

@ -12,6 +12,8 @@
"previousSearchExcludePattern": "显示上一个搜索排除模式",
"nextSearchTerm": "显示下一个搜索词",
"previousSearchTerm": "显示上一个搜索词",
"nextReplaceTerm": "显示下一个搜索替换词",
"previousReplaceTerm": "显示上一个搜索替换词",
"findInFiles": "在文件中查找",
"replaceInFiles": "在文件中替换",
"RefreshAction.label": "刷新",

View file

@ -42,10 +42,10 @@
"openSettings.message": "打开设置",
"openSettings.learnMore": "了解详细信息",
"ariaSearchResultsStatus": "搜索 {1} 文件中返回的 {0} 个结果",
"search.file.result": "{1} 文件中有 {0} 个结果",
"search.files.result": "{1} 文件中有 {0} 个结果",
"search.file.results": "{1} 文件中有 {0} 个结果",
"search.files.results": "{1} 文件中有 {0} 个结果",
"search.file.result": "{0} 个结果,包含于 {1} 个文件中",
"search.files.result": "{0} 个结果,包含于 {1} 个文件中",
"search.file.results": "{0} 个结果,包含于 {1} 个文件中",
"search.files.results": "{0} 个结果,包含于 {1} 个文件中",
"searchWithoutFolder": "尚未打开文件夹。当前仅可搜索打开的文件夹 - ",
"openFolder": "打开文件夹"
}

View file

@ -10,7 +10,6 @@
"copyMatchLabel": "复制",
"copyPathLabel": "复制路径",
"copyAllLabel": "全部复制",
"clearSearchHistoryLabel": "清除搜索历史记录",
"toggleSearchViewPositionLabel": "切换搜索视图位置",
"findInFolder": "在文件夹中查找...",
"findInWorkspace": "在工作区中查找...",
@ -30,6 +29,5 @@
"search.quickOpen.includeSymbols": "配置为在 Quick Open 文件结果中包括全局符号搜索的结果。",
"search.followSymlinks": "控制是否在搜索中跟踪符号链接。",
"search.smartCase": "若搜索词全为小写,则不区分大小写进行搜索,否则区分大小写进行搜索",
"search.globalFindClipboard": "控制“搜索”视图是否读取或修改 macOS 的共享查找剪贴板",
"search.location": "控制搜索功能显示在侧边栏还是水平空间更大的面板区域。我们将在下个版本中优化面板搜索的水平布局,此后,这将不再是一个预览功能。"
"search.globalFindClipboard": "控制“搜索”视图是否读取或修改 macOS 的共享查找剪贴板"
}

View file

@ -28,6 +28,7 @@
"JsonSchema.tasks.group.none": "将任务分配为没有组",
"JsonSchema.tasks.group": "定义此任务属于的执行组。它支持 \"build\" 以将其添加到生成组,也支持 \"test\" 以将其添加到测试组。",
"JsonSchema.tasks.type": "定义任务是被作为进程运行还是在 shell 中作为命令运行。",
"JsonSchema.commandArray": "执行的 Shell 命令。数组项将使用空格连接",
"JsonSchema.command.quotedString.value": "实际命令值",
"JsonSchema.tasks.quoting.escape": "使用 Shell 的转义字符来转义文本 (如PowerShell 下的 ` 和 bash 下的 \\ )",
"JsonSchema.tasks.quoting.strong": "使用 Shell 的强引用字符来引用参数 (如,在 PowerShell 和 bash 下的 \" )。",

View file

@ -19,6 +19,7 @@
"terminal.integrated.copyOnSelection": "设置后,终端中选中的文字将被复制到剪贴板。",
"terminal.integrated.fontFamily": "控制终端的字体系列这在编辑器中是默认的。fontFamily 的值。",
"terminal.integrated.fontSize": "控制终端的字号(以像素为单位)。",
"terminal.integrated.letterSpacing": "控制终端字符的间距。此项的值为整数,表示在字符间添加的额外像素数。",
"terminal.integrated.lineHeight": "控制终端的行高,此数字乘上终端字号得到实际行高(以像素为单位)。",
"terminal.integrated.fontWeight": "终端中非粗体字使用的字重。",
"terminal.integrated.fontWeightBold": "终端中粗体字使用的字重。",
@ -26,6 +27,7 @@
"terminal.integrated.cursorStyle": "控制终端游标的样式。",
"terminal.integrated.scrollback": "控制终端保持在缓冲区的最大行数。",
"terminal.integrated.setLocaleVariables": "控制是否在终端启动时设置区域设置变量,在 OS X 上默认设置为 true在其他平台上为 false。",
"terminal.integrated.rendererType": "控制终端的渲染方式。如果选择 \"canvas\" ,则使用标准 (快速的) canvas 渲染器;若为 \"dom\",则回退到基于 DOM 的渲染器;若为 \"auto\",则让 VS Code 选择最佳方式。此设定要在重载 VS Code 后才能生效。",
"terminal.integrated.rightClickBehavior": "控制终端在点击右键时进行的操作,可选值为 \"default\"、 \"copyPaste\" 和 \"selectWord\"。选择 \"default\" 将显示上下文菜单;选择 \"copyPaste\" 将在有选择内容时进行复制,其他时候进行粘贴;选择 \"selectWord\" 终端将选择光标下的字并显示上下文菜单。",
"terminal.integrated.cwd": "将在其中启动终端的一个显式起始路径,它用作 shell 进程的当前工作目录(cwd)。当根目录为不方便的 cwd 时,此路径在工作区设置中可能十分有用。",
"terminal.integrated.confirmOnExit": "在存在活动终端会话的情况下,退出时是否要确认。",

View file

@ -44,7 +44,6 @@
"workbench.action.terminal.scrollUpPage": "向上滚动(页)",
"workbench.action.terminal.scrollToTop": "滚动到顶部",
"workbench.action.terminal.clear": "清除",
"workbench.action.terminal.clearSelection": "清除选定内容",
"workbench.action.terminal.allowWorkspaceShell": "允许配置工作区 Shell",
"workbench.action.terminal.disallowWorkspaceShell": "禁止配置工作区 Shell",
"workbench.action.terminal.rename": "重命名",
@ -57,5 +56,7 @@
"workbench.action.terminal.scrollToPreviousCommand": "滚动到上一条命令",
"workbench.action.terminal.scrollToNextCommand": "滚动到下一条命令",
"workbench.action.terminal.selectToPreviousCommand": "选择上一条命令所有内容",
"workbench.action.terminal.selectToNextCommand": "选择下一条命令所有内容"
"workbench.action.terminal.selectToNextCommand": "选择下一条命令所有内容",
"workbench.action.terminal.selectToPreviousLine": "选择上一行的所有内容",
"workbench.action.terminal.selectToNextLine": "选择下一行的所有内容"
}

View file

@ -9,9 +9,12 @@
"terminal.integrated.a11yBlankLine": "空行",
"terminal.integrated.a11yPromptLabel": "终端输入",
"terminal.integrated.a11yTooMuchOutput": "输出太多,无法朗读。请手动转到行内进行阅读",
"yes": "是",
"no": "否",
"dontShowAgain": "不再显示",
"terminal.slowRendering": "集成终端的标准渲染器似乎在您的计算机上运行得很慢。使用基于 DOM 的渲染器也许能提高性能,是否切换? [阅读有关终端设置的更多信息](https://code.visualstudio.com/docs/editor/integrated-terminal#_changing-how-the-terminal-is-rendered)。",
"terminal.integrated.copySelection.noSelection": "没有在终端中选择要复制的内容",
"terminal.integrated.exitedWithCode": "通过退出代码 {0} 终止的终端进程",
"terminal.integrated.waitOnExit": "按任意键以关闭终端",
"terminal.integrated.launchFailed": "终端进程命令“{0} {1}”无法启动 (退出代码: {2})",
"terminal.integrated.launchFailedExtHost": "无法启动终端进程 (退出代码: {0})"
"terminal.integrated.launchFailed": "终端进程命令“{0} {1}”无法启动 (退出代码: {2})"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"terminal.useMonospace": "使用 \"monospace\"",
"terminal.monospaceOnly": "终端只支持等宽字体。",
"copy": "复制",
"split": "拆分",
"paste": "粘贴",

View file

@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"unsupportedWorkspaceSettings": "此工作区包含仅可在“用户设置”中配置的设置 ({0})。单击[这里]({1})了解更多信息。",
"openWorkspaceSettings": "打开工作区设置",
"dontShowAgain": "不再显示"
"dontShowAgain": "不再显示",
"unsupportedWorkspaceSettings": "此工作区包含仅可在“用户设置”中配置的设置 ({0})。单击[这里]({1})了解更多信息。"
}

View file

@ -20,7 +20,7 @@
"later": "稍后",
"updateAvailable": "现有更新可用: {0} {1}",
"installUpdate": "安装更新",
"updateInstalling": "{0} {1} 正在后台安装,我们会在完成后通知您。",
"updateInstalling": "正在后台安装 {0} {1},我们将在完成后通知您。 ",
"updateAvailableAfterRestart": "重新启动 {0} 即可应用最新更新。",
"updateNow": "立即更新",
"commandPalette": "命令面板...",

View file

@ -13,7 +13,6 @@
"welcomeOverlay.extensions": "管理扩展",
"welcomeOverlay.problems": "查看错误和警告",
"welcomeOverlay.commandPalette": "查找并运行所有命令",
"welcomeOverlay.notifications": "显示通知",
"welcomeOverlay": "用户界面概览",
"hideWelcomeOverlay": "隐藏界面概览",
"help": "帮助"

View file

@ -7,6 +7,5 @@
"Do not edit this file. It is machine generated."
],
"walkThrough.editor.label": "交互式演练场",
"help": "帮助",
"interactivePlayground": "交互式演练场"
"help": "帮助"
}

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."
],
"summary.0": "未做编辑",
"summary.nm": "在 {1} 个文件中进行了 {0} 次编辑",
"summary.n0": "在 1 个文件中进行了 {0} 次编辑",
"conflict": "这些文件也已同时更改: {0}"
}

View file

@ -16,6 +16,7 @@
"vscode.extension.contributes.configuration": "用于配置字符串。",
"invalid.title": "configuration.title 必须是字符串",
"invalid.properties": "configuration.properties 必须是对象",
"invalid.property": "\"configuration.property\" 必须是对象",
"invalid.allOf": "\"configuration.allOf\" 已被弃用且不应被使用。你可以将多个配置单元作为数组传递给 \"configuration\" 参与点。",
"workspaceConfig.folders.description": "将载入到工作区的文件夹列表。",
"workspaceConfig.path.description": "文件路径。例如 \"/root/folderA\" 或 \"./folderA\"。后者表示根据工作区文件位置进行解析的相对路径。",

View file

@ -6,16 +6,5 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"canNotResolveWorkspaceFolderMultiRoot": "无法在多文件夹工作区中解析 \"${workspaceFolder}\"。使用 \":\" 和工作区文件夹名称来限定此变量的作用域。",
"canNotResolveWorkspaceFolder": "无法解析 \"${workspaceFolder}\"。请打开一个文件夹。",
"canNotResolveFolderBasenameMultiRoot": "无法在多文件夹工作区中解析 \"${workspaceFolderBasename}\"。使用 \":\" 和工作区文件夹名称来限定此变量的作用域。",
"canNotResolveFolderBasename": "无法解析 \"${workspaceFolderBasename}\"。请打开一个文件夹。",
"canNotResolveLineNumber": "无法解析 \"${lineNumber}\"。请打开一个编辑器。",
"canNotResolveSelectedText": "无法解析 \"${selectedText}\"。请打开一个编辑器。",
"canNotResolveFile": "无法解析 \"${file}\"。请打开一个编辑器。",
"canNotResolveRelativeFile": "无法解析 \"${relativeFile}\"。请打开一个编辑器。",
"canNotResolveFileDirname": "无法解析 \"${fileDirname}\"。请打开一个编辑器。",
"canNotResolveFileExtname": "无法解析 \"${fileExtname}\"。请打开一个编辑器。",
"canNotResolveFileBasename": "无法解析 \"${fileBasename}\"。请打开一个编辑器。",
"canNotResolveFileBasenameNoExtension": "无法解析 \"${fileBasenameNoExtension}\"。请打开一个编辑器。"
"stringsOnlySupported": "命令 {0} 未返回字符串结果。若命令用于替换变量,其结果仅支持字符串。"
}

View file

@ -6,7 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.engines": "引擎兼容性。",
"vscode.extension.engines.vscode": "对于 VS Code 扩展,指定与其兼容的 VS Code 版本。不能为 *。 例如: ^0.10.5 表示最低兼容 VS Code 版本 0.10.5。",
"vscode.extension.publisher": "VS Code 扩展的发布者。",
"vscode.extension.displayName": "VS Code 库中使用的扩展的显示名称。",

View file

@ -9,7 +9,6 @@
"extensionsDisabled": "已禁用所有扩展。",
"extensionHostProcess.crash": "扩展宿主意外终止。",
"extensionHostProcess.unresponsiveCrash": "扩展宿主因没有响应而被终止。",
"devTools": "打开开发人员工具",
"restart": "重启扩展宿主",
"overwritingExtension": "使用扩展程序 {1} 覆盖扩展程序 {0}。",
"extensionUnderDevelopment": "正在 {0} 处加载开发扩展程序",

View file

@ -6,10 +6,10 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"invalidPath": "资源“{0}”的路径必须是绝对路径",
"fileNotFoundError": "找不到文件({0})",
"fileIsDirectoryError": "文件是目录",
"fileNotModifiedError": "自以下时间未修改的文件:",
"fileBinaryError": "文件似乎是二进制文件,无法作为文档打开",
"err.create": "未能创建文件 {0}",
"fileMoveConflict": "无法移动/复制。文件已存在于目标位置。"
}

View file

@ -21,7 +21,6 @@
"schema.languageId": "关联的图标定义的 ID。",
"schema.fonts": "图标定义中使用的字体。",
"schema.id": "字体的 ID。",
"schema.src": "字体的位置。",
"schema.font-path": "相对于当前图标主题文件的字体路径。",
"schema.font-format": "字体的格式。",
"schema.font-weight": "字体的粗细。",

View file

@ -6,5 +6,16 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"workspaceFolder": "在 VS Code 中已開啟的資料夾路徑",
"workspaceFolderBasename": "在 VS Code 內已開啟的資料夾名稱,不包含任何斜線 (/)",
"relativeFile": "目前已開啟與 ${workspaceFolder} 相關的檔案",
"file": "目前已開啟的檔案",
"cwd": "啟用時工作執行器目前工作目錄",
"lineNumber": "在使用中的檔案內目前已選取的行數",
"selectedText": "在使用中的檔案內目前已選取的文字",
"fileDirname": "目前已開啟檔案的 dirname",
"fileExtname": "目前已開啟檔案的副檔名",
"fileBasename": "目前已開啟檔案的 basename",
"fileBasenameNoExtension": "目前已開啟檔案的 basename不包含副檔名",
"exampleExtension": "範例"
}

View file

@ -10,10 +10,12 @@
"remote branch at": "位於 {0} 的遠端分支",
"create branch": "$(plus) 建立新的分支",
"repourl": "儲存庫 URL",
"parent": "父目錄",
"selectFolder": "選擇儲存庫位置",
"cloning": "正在複製 git 存放庫 '{0}'...",
"openrepo": "開啟儲存庫",
"proposeopen": "要開啟複製的儲存庫嗎?",
"openrepo": "開啟儲存庫",
"add": "新增到工作區",
"proposeopen2": "要開啟以複製的儲存庫, 或將其新增到目前工作區?",
"init": "選擇工作區資料夾以初始化 git 儲存庫",
"init repo": "初始化儲存庫",
"create repo": "初始化儲存庫",

View file

@ -6,6 +6,9 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"npm.noDebugOptions": "因為指令碼缺少節點偵錯選項 (例如 '--inspect-brk'),所以無法啟動 \"{0}\" 以進行偵錯。",
"npm.scriptInvalid": "找不到指令碼 \"{0}\"。請嘗試重新整理檢視。"
"noScripts": "找不到指令碼",
"noDebugOptions": "因為指令碼缺少節點偵錯選項 (例如 '--inspect-brk'),所以無法啟動 \"{0}\" 以進行偵錯。",
"learnMore": "深入了解",
"ok": "確定",
"scriptInvalid": "找不到指令碼 \"{0}\"。請嘗試重新整理檢視。"
}

View file

@ -12,15 +12,13 @@
"config.npm.runSilent": "以 `--silent` 選項執行 npm 命令。 ",
"config.npm.packageManager": "用來執行指令碼的套件管理員。",
"config.npm.exclude": "為應從自動指令碼偵測排除的資料夾設定 Glob 模式。",
"config.npm.enableScriptExplorer": "當工作區包含 'package.json' 檔案時,啟用 npm 指令碼的總管檢視。",
"config.npm.enableScriptExplorer": "啟用 npm 指令碼的總管檢視。",
"npm.parseError": "Npm 工作刪除: 解析檔案 {0} 失敗",
"taskdef.script": "要自訂的 npm 指令碼。",
"taskdef.path": "提供指令碼 package.json 檔案的資料夾路徑。可以省略。",
"taskdef.path": "提供指令碼 package.json 檔案的資料夾路徑。可以省略。",
"view.name": "Npm 指令碼",
"command.refresh": "重新整理",
"command.run": "執行",
"command.debug": "偵錯",
"command.openScript": "開啟",
"npm.scriptInvalid": "找不到指令碼 '{0}'。請嘗試重新整理檢視。",
"npm.noDebugOptions": "因為指令碼缺少節點偵錯選項 (例如 '--inspect-brk'),所以無法啟動 '{0}' 以進行偵錯。"
"command.openScript": "開啟"
}

View file

@ -6,6 +6,5 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "PHP 語言基礎知識",
"description": "為 PHP 檔案提供語法醒目提示與括弧對應功能。"
}

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."
],
"reject.title": "否",
"accept.title": "是"
}

View file

@ -8,8 +8,7 @@
],
"displayName": "TypeScript 和 JavaScript 語言功能",
"description": "為 JavaScript 和 TypeScript 提供豐富的語言支援。",
"typescript.reloadProjects.title": "重新載入專案",
"javascript.reloadProjects.title": "重新載入專案",
"reloadProjects.title": "重新載入專案",
"configuration.typescript": "TypeScript",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "使用其參數簽章完成函式。",
"typescript.tsdk.desc": "指定資料夾路徑,其中包含要使用的 tsserver 和 lib*.d.ts 檔案。",
@ -37,8 +36,7 @@
"format.placeOpenBraceOnNewLineForFunctions": "定義是否將左大括弧放入函式的新行。",
"format.placeOpenBraceOnNewLineForControlBlocks": "定義是否將左大括弧放入控制區塊的新行。",
"javascript.validate.enable": "啟用/停用 JavaScript 驗證。",
"typescript.goToProjectConfig.title": "移至專案組態",
"javascript.goToProjectConfig.title": "移至專案組態",
"goToProjectConfig.title": "移至專案組態",
"javascript.referencesCodeLens.enabled": "在JavaScript檔案啟用/停用 參考CodeLens ",
"typescript.referencesCodeLens.enabled": "在TypeScript檔案啟用/停用CodeLens參考。需要TypeScript>=2.0.6。",
"typescript.implementationsCodeLens.enabled": "啟用/停用實作 CodeLens。需要 TypeScript >= 2.2.0。",
@ -47,7 +45,6 @@
"typescript.selectTypeScriptVersion.title": "選取 TypeScript 版本",
"typescript.reportStyleChecksAsWarnings": "使用警告顯示樣式檢查",
"jsDocCompletion.enabled": "啟用/停用自動 JSDoc 註解",
"javascript.implicitProjectConfig.checkJs": "啟用/停用 JavaScript 檔案的語意檢查。現有的 jsconfig.json 或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >=2.3.1。",
"typescript.npm": "指定用於自動類型取得的 NPM 可執行檔路徑。TypeScript 必須 >= 2.3.4.",
"typescript.check.npmIsInstalled": "檢查是否已安裝NPM用以取得自動類型擷取.",
"javascript.nameSuggestions": "從JavaScript推薦表檔案中啟用/停用包含唯一檔名",
@ -55,11 +52,11 @@
"typescript.problemMatchers.tsc.label": "TypeScript 問題",
"typescript.problemMatchers.tscWatch.label": " TypeScript 問題 (監看模式)",
"typescript.quickSuggestionsForPaths": "啟用/停用在輸入匯入路徑顯示即時建議。",
"typescript.locale": "設定報告 TypeScript 錯誤的語系。需要 TypeScript >= 2.6.0。預設值 'null' 則使用 VS Code 的語系來顯示 TypeScript 錯誤。",
"javascript.implicitProjectConfig.experimentalDecorators": "啟用/停用 JavaScript 檔案中非專案部分的 'experimentalDecorators'。現有的 jsconfig.json 或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >=2.3.1。",
"typescript.autoImportSuggestions.enabled": "啟用/停用 自動匯入建議。需要 TypeScript >=2.6.1",
"typescript.experimental.syntaxFolding": "啟用/停用語法感知摺疊標記。",
"taskDefinition.tsconfig.description": "定義 TS 組建的 tsconfig 檔案。",
"javascript.suggestionActions.enabled": "編輯器內啟用/停用 JavaScript 檔案建議診斷。需要 TypeScript >= 2.8",
"typescript.suggestionActions.enabled": "編輯器內啟用/停用 TypeScript 檔案建議診斷。需要 TypeScript >= 2.8"
"typescript.suggestionActions.enabled": "啟用/停用 編輯器內的 TypeScript 檔案建議診斷。需要 TypeScript >= 2.8",
"typescript.showUnused": "啟用/停用 高亮顯示在程式碼中未使用的變數。需要 TypeScript >= 2.9",
"typescript.updateImportsOnFileMove.enabled": "當您在 VS Code 中重新命名或移動檔案時,啟用/停用自動更新匯入路徑。可使用的值為: 'prompt' 每次重新命名時, 'always' 自動更新路徑, 'never' 重新命名路徑且不再提示我。需要TypeScript >= 2.9"
}

View file

@ -5,6 +5,5 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"TaskRunner.UNC": "無法在 UNC 磁碟機上執行 shell 命令。"
]
}

View file

@ -6,6 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"incompleteExtract": "未完成。已擷取 {0} 個項目 (共 {1} 個)",
"incompleteExtract": "未完成。已找到 {0} 個項目 (共 {1} 個)",
"notFound": "在 ZIP 中找不到 {0}。"
}

View file

@ -17,13 +17,11 @@
"issueTitleLabel": "標題",
"issueTitleRequired": "請輸入標題。",
"titleLengthValidation": "標題太長。",
"systemInfo": "我的系統資訊",
"sendData": "傳送我的資料",
"processes": "目前執行的程序",
"workspaceStats": "我的工作區統計資料",
"extensions": "我的擴充功能",
"searchedExtensions": "搜尋過的擴充功能",
"settingsSearchDetails": "設定值搜尋詳細資料",
"details": "請輸入詳細資料。",
"loadingData": "正在載入資料..."
"sendSystemInfo": "包含我的系統資訊 ({0})",
"sendProcessInfo": "包含我目前正在執行的程序 ({0})",
"sendWorkspaceInfo": "包含我的工作區詮釋資料 ({0})",
"sendExtensions": "包含我已啟用擴充功能 ({0})",
"sendSearchedExtensions": "傳送已搜尋的擴充功能 ({0})",
"sendSettingsSearchDetails": "傳送設置搜尋詳細資料 ({0})"
}

View file

@ -7,9 +7,10 @@
"Do not edit this file. It is machine generated."
],
"cpu": "CPU %",
"memory": "記憶體 (MB)",
"pid": "pid",
"name": "名稱",
"killProcess": "關閉處理序",
"forceKillProcess": "強制關閉處理序"
"forceKillProcess": "強制關閉處理序",
"copy": "複製",
"copyAll": "全部複製"
}

View file

@ -88,7 +88,6 @@
"miToggleDebugConsole": "偵錯主控台(&&B)",
"miToggleIntegratedTerminal": "整合式終端機(&&I)",
"miMarker": "問題(&&P)",
"miAdditionalViews": "其他檢視(&&V)",
"miCommandPalette": "命令選擇區(&&C)...",
"miOpenView": "開啟檢視(&&O)...",
"miToggleFullScreen": "切換全螢幕(&&F)",
@ -144,7 +143,7 @@
"miContinue": "繼續(&&C)",
"miToggleBreakpoint": "切換中斷點(&&B)",
"miConditionalBreakpoint": "條件式中斷點(&&C)...",
"miColumnBreakpoint": "資料行中斷點(&&O)",
"miInlineBreakpoint": "內嵌中斷點",
"miFunctionBreakpoint": "函式中斷點(&&F}...",
"miLogPoint": "&&記錄點...",
"miNewBreakpoint": "新增中斷點(&&N)",

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."
],
"cursors.maximum": "游標數已限制為 {0} 個。"
}

View file

@ -16,7 +16,6 @@
"lineNumbers.on": "行號以絕對值顯示。",
"lineNumbers.relative": "行號以目前游標的相對值顯示。",
"lineNumbers.interval": "每 10 行顯示行號。",
"lineNumbers": "控制行號的顯示。",
"rulers": "在特定的等寬字元數之後轉譯垂直尺規。有多個尺規就使用多個值。若陣列為空,則不繪製任何尺規。",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
@ -41,12 +40,10 @@
"wordWrap.bounded": "當檢視區縮至最小並設定 'editor.wordWrapColumn' 時換行。",
"wordWrap": "控制是否自動換行。可以是:\n - 'off' (停用換行),\n - 'on' (檢視區換行),\n - 'wordWrapColumn' (於 'editor.wordWrapColumn' 換行`) 或\n - 'bounded' (當檢視區縮至最小並設定 'editor.wordWrapColumn' 時換行).",
"wordWrapColumn": "當 `editor.wordWrap` 為 [wordWrapColumn] 或 [bounded] 時,控制編輯器中的資料行換行。",
"wrappingIndent": "控制換行的縮排。可以是 [無]、[相同] 或 [縮排]。",
"mouseWheelScrollSensitivity": "滑鼠滾輪捲動事件的 'deltaX' 與 'deltaY' 所使用的乘數",
"multiCursorModifier.ctrlCmd": "對應 Windows 和 Linux 的 `Control` 與對應 macOS 的 `Command`",
"multiCursorModifier.alt": "對應 Windows 和 Linux 的 `Alt` 與對應 macOS 的 `Option`",
"multiCursorModifier": "用於新增多個滑鼠游標的修改。 `ctrlCmd` 會對應到 Windows 和 Linux 上的 `Control` 以及 macOS 上的 `Command`。 [移至定義] 及 [開啟連結] 滑鼠手勢將會適應以避免和 multicursor 修改衝突。",
"multiCursorMergeOverlapping": "在重疊時合併多個游標。",
"quickSuggestions.strings": "允許在字串內顯示即時建議。",
"quickSuggestions.comments": "允許在註解中顯示即時建議。",
"quickSuggestions.other": "允許在字串與註解以外之處顯示即時建議。",
@ -77,7 +74,6 @@
"occurrencesHighlight": "控制編輯器是否應反白顯示出現的語意符號",
"overviewRulerLanes": "控制可在概觀尺規中相同位置顯示的裝飾項目數",
"overviewRulerBorder": "控制是否應在概觀尺規周圍繪製邊框。",
"cursorBlinking": "控制游標動畫樣式。",
"mouseWheelZoom": "使用滑鼠滾輪並按住 Ctrl 時,縮放編輯器的字型",
"cursorStyle": "控制游標樣式。接受的值為 'block'、'block-outline'、'line'、'line-thin'、'underline' 及 'underline-thin'",
"cursorWidth": "控制游標寬度,當 editor.cursorStyle 設定為 'line' 時。",

View file

@ -32,6 +32,7 @@
"infoBorder": "編輯器內資訊提示線的邊框色彩",
"hintForeground": "編輯器內提示訊息的提示線前景色彩",
"hintBorder": "編輯器內提示訊息的提示線邊框色彩",
"unnecessaryForeground": "編輯器中不必要程式碼的前景色彩。",
"overviewRulerRangeHighlight": "概述反白範圍的尺規標記顏色。不能使用非透明的顏色來隱藏底層的樣式。",
"overviewRuleError": "錯誤的概觀尺規標記色彩。",
"overviewRuleWarning": "警示的概觀尺規標記色彩。",

View file

@ -11,7 +11,6 @@
"quickfix.trigger.label": "快速修復...",
"editor.action.quickFix.noneMessage": "沒有可用的程式碼操作",
"refactor.label": "重構...",
"editor.action.refactor.noneMessage": "沒有可用的重構",
"source.label": "來源動作...",
"editor.action.source.noneMessage": "沒有可用的來源動作",
"organizeImports.label": "組織匯入",

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."
],
"EditorFontZoomIn.label": "編輯器字體放大",
"EditorFontZoomReset.label": "編輯器字體重設縮放"
}

View file

@ -0,0 +1,25 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"noResultWord": "找不到 '{0}' 的定義",
"generic.noResults": "找不到任何定義",
"meta.title": " - {0} 個定義",
"actions.goToDecl.label": "移至定義",
"actions.goToDeclToSide.label": "在一側開啟定義",
"actions.previewDecl.label": "預覽定義",
"goToImplementation.noResultWord": "找不到 '{0}' 的任何實作",
"goToImplementation.generic.noResults": "找不到任何實作",
"meta.implementations.title": " {0} 個實作",
"actions.goToImplementation.label": "前往實作",
"actions.peekImplementation.label": "預覽實作",
"goToTypeDefinition.noResultWord": "找不到 '{0}' 的任何類型定義",
"goToTypeDefinition.generic.noResults": "找不到任何類型定義",
"meta.typeDefinitions.title": " {0} 個定義",
"actions.goToTypeDefinition.label": "移至類型定義",
"actions.peekTypeDefinition.label": "預覽類型定義"
}

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."
],
"multipleResults": "按一下以顯示 {0} 項定義。"
}

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