2017-06-16. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye 2017-06-16 18:42:44 -07:00
parent b5d511e85d
commit e72fcb6089
1622 changed files with 15568 additions and 796 deletions

View file

@ -0,0 +1,8 @@
[CustomMessages]
AddContextMenuFiles="Megnyitás a következővel: %1" parancs hozzáadása a fájlok helyi menüjéhez a Windows Intézőben
AddContextMenuFolders="Megnyitás a következővel: %1" parancs hozzáadása a mappák helyi menüjéhez a Windows Intézőben
AssociateWithFiles=%1 regisztrálása szerkesztőként a támogatott fájltípusokhoz
AddToPath=Hozzáadás a PATH-hoz (újraindítás után lesz elérhető)
RunAfter=%1 indítása a telepítés után
Other=Egyéb:
SourceFile=%1 forrásfájl

View file

@ -0,0 +1,8 @@
[CustomMessages]
AddContextMenuFiles=Windows Gezgini bağlam menüsüne "%1 İle Aç" eylemini ekle
AddContextMenuFolders=Windows Gezgini dizin bağlam menüsüne "%1 İle Aç" eylemini ekle
AssociateWithFiles=%1 uygulamasını desteklenen dosya türleri için bir düzenleyici olarak kayıt et
AddToPath=PATH'e ekle (yeniden başlattıktan sonra kullanılabilir)
RunAfter=Kurulumdan sonra %1 uygulamasını çalıştır.
Other=Diğer:
SourceFile=%1 Kaynak Dosyası

View file

@ -32,7 +32,7 @@
"command.push": "推送",
"command.pushTo": "推送到...",
"command.sync": "同步",
"command.publish": "发布",
"command.publish": "发布分支",
"command.showOutput": "显示 GIT 输出",
"config.enabled": "是否已启用 GIT",
"config.path": "Git 可执行文件路径",

View file

@ -3,4 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"acceptCurrentChange": "采用当前更改",
"acceptIncomingChange": "采用传入的更改",
"acceptBothChanges": "保留双方更改",
"compareChanges": "比较变更"
}

View file

@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"cursorNotInConflict": "编辑器光标不在合并冲突内",
"compareChangesTitle": "{0}:当前更改 ⟷ 传入的更改",
"cursorOnCommonAncestorsRange": "编辑器光标在共同来源块上,请将其移动至“当前”或“传入”区域中",
"cursorOnSplitterRange": "编辑器光标在合并冲突分割线上,请将其移动至“当前”或“传入”区域中",
"noConflicts": "没有在此文件中找到合并冲突",
"noOtherConflictsInThisFile": "此文件中没有其他合并冲突了"

View file

@ -5,7 +5,15 @@
// Do not edit this file. It is machine generated.
{
"command.category": "合并冲突",
"command.accept.all-incoming": "全部采用传入版本",
"command.accept.all-both": "全部保留两者",
"command.accept.current": "采用当前内容",
"command.accept.incoming": "采用传入内容",
"command.accept.selection": "采用选中版本",
"command.accept.both": "保留两者",
"command.next": "下一个冲突",
"command.previous": "上一个冲突",
"command.compare": "比较当前冲突",
"config.title": "合并冲突",
"config.codeLensEnabled": "启用/禁用编辑器内合并冲突区域的 CodeLens",
"config.decoratorsEnabled": "启用/禁用编辑器内的合并冲突修饰器"

View file

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"versionMismatch": "版本不匹配! 全局 tsc ({0}) != VS Code 的语言服务({1})。可能出现不一致的编译错误",
"versionMismatch": "正在使用 TypeScript ({1}) 实现的编辑器功能。TypeScript ({0}) 已经全局安装在你的电脑上。VS Code 中发生的错误可能会与 TCS 中不同",
"moreInformation": "详细信息",
"doNotCheckAgain": "不再检查",
"close": "关闭",

View file

@ -6,7 +6,6 @@
{
"hintExclude": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含多个文件的文件夹,例如: {0}",
"hintExclude.generic": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含不需要处理的源文件的大型文件夹。",
"open": "配置排除",
"large.label": "配置排除",
"hintExclude.tooltip": "若要启用项目范围内的 JavaScript/TypeScript 语言功能,请排除包含不需要处理的源文件的大型文件夹。"
}

View file

@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"installingPackages": "提取数据以实现更好的 TypeScript IntelliSense",
"typesInstallerInitializationFailed.title": "无法为 JavaScript 语言功能安装 typings 文件。请确认 NPM 已经安装或者在你的用户设置中配置“typescript.npm”",
"typesInstallerInitializationFailed.moreInformation": "详细信息",
"typesInstallerInitializationFailed.doNotCheckAgain": "不要再次检查",
"typesInstallerInitializationFailed.close": "关闭"

View file

@ -13,11 +13,11 @@
"typescript.check.tscVersion": "检查全局安装的 TypeScript 编译器(例如 tsc )是否不同于使用的 TypeScript 语言服务。",
"typescript.tsserver.log": "将 TS 服务器的日志保存到一个文件。此日志可用于诊断 TS 服务器问题。日志可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
"typescript.tsserver.trace": "对发送到 TS 服务器的消息启用跟踪。此跟踪信息可用于诊断 TS 服务器问题。 跟踪信息可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
"typescript.tsserver.experimentalAutoBuild": "启用实验性自动生成。要求安装 1.9 dev 或 2.x tsserver 版本并在更改后重启 VS Code。",
"typescript.validate.enable": "启用/禁用 TypeScript 验证。",
"typescript.format.enable": "启用/禁用默认 TypeScript 格式化程序。",
"javascript.format.enable": "启用/禁用 JavaScript 格式化程序。",
"format.insertSpaceAfterCommaDelimiter": "定义逗号分隔符后面的空格处理。",
"format.insertSpaceAfterConstructor": "定义构造器关键字后的空格处理。要求 TypeScript >= 2.3.0。",
"format.insertSpaceAfterSemicolonInForStatements": "在 For 语句中,定义分号后面的空格处理。",
"format.insertSpaceBeforeAndAfterBinaryOperators": "定义二进制运算符后面的空格处理",
"format.insertSpaceAfterKeywordsInControlFlowStatements": "定义控制流语句中关键字后面的空格处理。",
@ -41,6 +41,8 @@
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
"jsDocCompletion.enabled": "启用/禁用自动 JSDoc 注释",
"javascript.implicitProjectConfig.checkJs": "启用/禁用 JavaScript 文件的语义检查。现有的 jsconfig.json 或\n tsconfig.json 文件会覆盖此设置。要求 TypeScript >=2.3.1。",
"typescript.npm": "指定用于自动获取类型的 NPM 可执行文件的路径。要求 TypeScript >= 2.3.4。",
"typescript.check.npmIsInstalled": "检查是否安装了 NPM 以自动获取类型。",
"javascript.nameSuggestions": "启用/禁用在 JavaScript 建议列表中包含文件中的唯一名称。",
"typescript.tsc.autoDetect": "控制自动检测 tsc 任务是否打开。"
}

View file

@ -13,6 +13,5 @@
"error.connection.unknown": "出现未知连接错误。您的 Internet 连接已断开,或者您连接的服务器已脱机。",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "出现未知错误。有关详细信息,请参阅日志。",
"nodeExceptionMessage": "发生了系统错误({0})",
"error.moreErrors": "{0} 个(共 {1} 个错误)"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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

@ -12,6 +12,7 @@
"mDebug": "调试(&&D)",
"mWindow": "窗口",
"mHelp": "帮助(&&H)",
"mTask": "任务(&&T)",
"miNewWindow": "新建窗口(&&W)",
"mAbout": "关于 {0}",
"mServices": "服务",
@ -41,6 +42,7 @@
"miSelectIconTheme": "文件图标主题(&&I)",
"miPreferences": "首选项(&&P)",
"miReopenClosedEditor": "重新打开已关闭的编辑器(&&R)",
"miMore": "更多(&&M)...",
"miClearRecentOpen": "清除最近使用的文件(&&C)",
"miUndo": "撤消(&&U)",
"miRedo": "恢复(&&R)",
@ -55,6 +57,9 @@
"miShowEmmetCommands": "Emmet(&&M)...",
"miToggleLineComment": "切换行注释(&&T)",
"miToggleBlockComment": "切换块注释(&&B)",
"miMultiCursorAlt": "使用Alt+单击进行多光标功能",
"miMultiCursorCmd": "使用Cmd+单击进行多光标功能",
"miMultiCursorCtrl": "使用Ctrl+单击进行多光标功能",
"miInsertCursorAbove": "在上面添加光标(&&A)",
"miInsertCursorBelow": "在下面添加光标(&&D)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾添加光标(&&U)",
@ -102,7 +107,7 @@
"miForward": "前进(&&F)",
"miNextEditor": "下一个编辑器(&&N)",
"miPreviousEditor": "上一个编辑器(&&P)",
"miNextEditorInGroup": "组中上一个使用过的编辑器(&&P)",
"miNextEditorInGroup": "组中下一个使用过的编辑器(&&N)",
"miPreviousEditorInGroup": "组中上一个使用过的编辑器(&&P)",
"miSwitchEditor": "切换编辑器(&&E)",
"miFocusFirstGroup": "第一组(&&F)",
@ -133,12 +138,14 @@
"miColumnBreakpoint": "列断点(&&O)",
"miFunctionBreakpoint": "函数断点(&&F)...",
"miNewBreakpoint": "新建断点(&&N)",
"miEnableAllBreakpoints": "启用所有断点",
"miDisableAllBreakpoints": "禁用所有断点(&&L)",
"miRemoveAllBreakpoints": "删除所有断点(&&R)",
"miInstallAdditionalDebuggers": "安装其他调试器(&&I)...",
"mMinimize": "最小化",
"mClose": "关闭",
"mZoom": "缩放",
"mBringToFront": "全部置于顶层",
"miSwitchWindow": "切换窗口(&&W)...",
"miToggleDevTools": "切换开发人员工具(&&T)",
"miAccessibilityOptions": "辅助功能选项(&&O)",
"miReportIssues": "报告问题(&&I)",
@ -153,12 +160,19 @@
"miLicense": "查看许可证(&&L)",
"miPrivacyStatement": "隐私声明(&&P)",
"miAbout": "关于(&&A)",
"miRunTask": "运行任务(&&R)...",
"miRestartTask": "重启任务(&&E)",
"miTerminateTask": "终止任务(&&T)",
"miBuildTask": "生成任务(&&B)",
"miTestTask": "测试任务(&&A)",
"miShowTaskLog": "显示任务日志(&&S)",
"accessibilityOptionsWindowTitle": "辅助功能选项",
"miRestartToUpdate": "重启以更新...",
"miCheckingForUpdates": "正在检查更新...",
"miDownloadUpdate": "下载可用更新",
"miDownloadingUpdate": "正在下载更新...",
"miInstallingUpdate": "正在安装更新...",
"miCheckForUpdates": "检查更新...",
"aboutDetail": "\n版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n渲染器 {4}\nNode {5}",
"okButton": "确定"
}

View file

@ -13,9 +13,5 @@
"appStalled": "窗口不再响应",
"appStalledDetail": "可以重新打开或关闭窗,或者保持等待。",
"appCrashed": "窗口出现故障",
"appCrashedDetail": "我们对此引起的不便表示抱歉! 请重启该窗口从上次停止的位置继续。",
"newWindow": "新建窗口",
"newWindowDesc": "打开一个新窗口",
"recentFolders": "最近的文件夹",
"folderDesc": "{0} {1}"
"appCrashedDetail": "我们对此引起的不便表示抱歉! 请重启该窗口从上次停止的位置继续。"
}

View file

@ -33,12 +33,15 @@
"wordWrapColumn": "在 \"editor.wordWrap\" 为 \"wordWrapColumn\" 或 \"bounded\" 时控制编辑器列的换行。",
"wrappingIndent": "控制折行的缩进。可以是“none”、“same”或“indent”。",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\" 和 \"deltaY\" 使用的乘数 ",
"multiCursorModifier.ctrlCmd": "映射到“Control”Windows 和 Linux或“Command”OSX。",
"multiCursorModifier.alt": "映射到“Alt”Windows 和 Linux或“Option”OSX。",
"multiCursorModifier": "用鼠标添加多个光标时使用的修改键。“ctrlCmd”映射为“Control”Windows 和 Linux或“Command”OSX。“转到定义”和“打开链接”功能的鼠标手势将会相应调整不与多光标修改键冲突。",
"quickSuggestions.strings": "在字符串内启用快速建议。",
"quickSuggestions.comments": "在注释内启用快速建议。",
"quickSuggestions.other": "在字符串和注释外启用快速建议。",
"quickSuggestions": "控制键入时是否应自动显示建议",
"quickSuggestionsDelay": "控制延迟多少毫秒后将显示快速建议",
"parameterHints": "启用参数提示",
"parameterHints": "启用在输入时显示含有参数文档和类型信息的小面板",
"autoClosingBrackets": "控制编辑器是否应该在左括号后自动插入右括号",
"formatOnType": "控制编辑器是否应在键入后自动设置行的格式",
"formatOnPaste": "控制编辑器是否应自动设置粘贴内容的格式。格式化程序必须可用并且能设置文档中某一范围的格式。",
@ -72,6 +75,10 @@
"trimAutoWhitespace": "删除尾随自动插入的空格",
"stablePeek": "即使在双击编辑器内容或按 Esc 键时,也要保持速览编辑器的打开状态。",
"dragAndDrop": "控制编辑器是否应该允许通过拖放移动所选项。",
"accessibilitySupport.auto": "编辑器将使用平台 API 以检测是否附加了屏幕阅读器。",
"accessibilitySupport.on": "编辑器将对屏幕阅读器的使用进行永久优化。",
"accessibilitySupport.off": "编辑器将不再对屏幕阅读器的使用进行优化。",
"accessibilitySupport": "控制编辑器是否应运行在对屏幕阅读器进行优化的模式。",
"sideBySide": "控制 Diff 编辑器以并排或内联形式显示差异",
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
"renderIndicators": "控制差异编辑器是否为已添加/删除的更改显示 +/- 指示符号",

View file

@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"accessibilityOffAriaLabel": "现在无法访问编辑器。按 Alt+F1 显示选项。",
"editorViewAccessibleLabel": "编辑器内容"
}

View file

@ -14,6 +14,5 @@
"addSelectionToPreviousFindMatch": "将选择内容添加到上一查找匹配项",
"moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",
"moveSelectionToPreviousFindMatch": "将上个选择内容移动到上一查找匹配项",
"selectAllOccurencesOfFindMatch": "选择所有找到的查找匹配项",
"changeAll.label": "更改所有匹配项"
}

View file

@ -4,10 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hint11": "在第 {0} 行作出1 次格式编辑",
"hint11": "在第 {0} 行进行了 1 次格式编辑",
"hintn1": "在第 {1} 行进行了 {0} 次格式编辑",
"hint1n": "第 {0} 行到第 {1} 行间进行了 1 次格式编辑",
"hintnn": "Made {0} formatting edits between lines {1} and {2}",
"formatDocument.label": "Format Document",
"hintnn": "第 {1} 行到第 {2} 行间进行了 {0} 次格式编辑",
"formatDocument.label": "格式化文件",
"formatSelection.label": "格式化选定代码"
}

View file

@ -5,8 +5,8 @@
// Do not edit this file. It is machine generated.
{
"aria.oneReference": "在文件 {0} 的 {1} 行 {2} 列的符号",
"aria.fileReferences.1": "{0} 中有 1 个符号",
"aria.fileReferences.N": "{1} 中有 {0} 个符号",
"aria.fileReferences.1": "{0} 中有 1 个符号,完整路径:{1}",
"aria.fileReferences.N": "{1} 中有 {0} 个符号,完整路径:{2}",
"aria.result.0": "未找到结果",
"aria.result.1": "在 {0} 中找到 1 个符号",
"aria.result.n1": "在 {1} 中找到 {0} 个符号",

View file

@ -21,6 +21,8 @@
"menus.scmTitle": "源代码管理标题菜单",
"menus.resourceGroupContext": "源代码管理资源组上下文菜单",
"menus.resourceStateContext": "源代码管理资源状态上下文菜单",
"view.viewTitle": "提供的视图的标题菜单",
"view.itemContext": "提供的视图中的项目的上下文菜单",
"nonempty": "应为非空值。",
"opticon": "可以省略属性“图标”或者它必须是一个字符串或类似“{dark, light}”的文本",
"requireStringOrObject": "属性“{0}”为必需且其类型必须为“字符串”或“对象”",

View file

@ -14,6 +14,12 @@
"vscode.extension.contributes": "由此包表示的 VS Code 扩展的所有贡献。",
"vscode.extension.preview": "在 Marketplace 中设置扩展,将其标记为“预览”。",
"vscode.extension.activationEvents": "VS Code 扩展的激活事件。",
"vscode.extension.activationEvents.onLanguage": "在打开被解析为指定语言的文件时发出的激活事件。",
"vscode.extension.activationEvents.onCommand": "在调用指定命令时发出的激活事件。",
"vscode.extension.activationEvents.onDebug": "在指定类型的调试会话开始时发出的激活事件。",
"vscode.extension.activationEvents.workspaceContains": "在打开至少包含一个匹配指定 glob 模式的文件的文件夹时发出的激活事件。",
"vscode.extension.activationEvents.onView": "在指定视图被展开时发出的激活事件。",
"vscode.extension.activationEvents.star": "在 VS Code 启动时发出的激活事件。为确保良好的最终用户体验,请仅在其他激活事件组合不适用于你的情况时,才在扩展中使用此事件。",
"vscode.extension.badges": "在 Marketplace 的扩展页边栏中显示的徽章数组。",
"vscode.extension.badges.url": "徽章图像 URL。",
"vscode.extension.badges.href": "徽章链接。",

View file

@ -9,15 +9,15 @@
"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}”是必需的,其类型必须是“字符串”",
"extensionDescription.name": "属性“{0}”是必需的,其类型必须是“字符串”",
"extensionDescription.version": "属性“{0}”是必需的,其类型必须是“字符串”",
"extensionDescription.engines": "属性“{0}”为必需且其类型必须为 \"object\"",
"extensionDescription.engines.vscode": "属性“{0}”是必需的,其类型必须是“字符串”",
"extensionDescription.extensionDependencies": "属性“{0}”可以省略其类型必须是 \"string[]\"",
"extensionDescription.activationEvents1": "属性“{0}”可以省略其类型必须是 \"string[]\"",
"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}”可以省略,或者其类型必须是“字符串”",
"extensionDescription.main1": "属性“{0}”可以省略,否则其类型必须是 \"string\"",
"extensionDescription.main2": "应在扩展文件夹({1})中包含 \"main\" ({0})。这可能会使扩展不可移植。",
"extensionDescription.main3": "必须同时指定或同时省略属性”{0}“和”{1}“",
"notSemver": "扩展版本与 semver 不兼容。"

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.
{
"newWindow": "新建窗口",
"newWindowDesc": "打开一个新窗口",
"recentFolders": "最近的文件夹",
"folderDesc": "{0} {1}"
}

View file

@ -29,7 +29,7 @@
"ProblemMatcherParser.noOwner": "错误: 描述未定义所有者:\n{0}\n",
"ProblemMatcherParser.noFileLocation": "错误: 描述未定义文件位置:\n{0}\n",
"ProblemMatcherParser.unknownSeverity": "信息:未知严重性 {0}。有效值为“error”、“warning”和“info”。\n",
"ProblemMatcherParser.noDefinedPatter": "错误: 标识符 {0} 的模式不存在。",
"ProblemMatcherParser.noDefinedPatter": "错误: 标识符 {0} 的模式不存在。",
"ProblemMatcherParser.noIdentifier": "错误: 模式属性引用空标识符。",
"ProblemMatcherParser.noValidIdentifier": "错误: 模式属性 {0} 是无效的模式变量名。",
"ProblemMatcherParser.problemPattern.watchingMatcher": "问题匹配程序必须定义监视的开始模式和结束模式。",

View file

@ -12,7 +12,7 @@
"focusBorder": "焦点元素的整体边框颜色。此颜色仅在不被其他组件覆盖时适用。",
"contrastBorder": "在元素周围额外的一层边框,用来提高对比度从而区别其他元素。",
"activeContrastBorder": "在活动元素周围额外的一层边框,用来提高对比度从而区别其他元素。",
"selectionBackground": "工作台所选文本的背景颜色(例如输入字段或文本区域)。注意,本设置不适用于编辑器和终端。",
"selectionBackground": "工作台所选文本的背景颜色(例如输入字段或文本区域)。注意,本设置不适用于编辑器。",
"textSeparatorForeground": "文字分隔符的颜色。",
"textLinkForeground": "文本中链接的前景色。",
"textLinkActiveForeground": "文本中活动链接的前景色。",
@ -60,6 +60,7 @@
"editorBackground": "编辑器背景颜色。",
"editorForeground": "编辑器默认前景色。",
"editorWidgetBackground": "编辑器组件(如查找/替换)背景颜色。",
"editorWidgetBorder": "编辑器小部件的边框颜色。此颜色仅在小部件有边框且不被小部件重写时适用。",
"editorSelection": "编辑器所选内容的颜色。",
"editorInactiveSelection": "非活动编辑器中所选内容的颜色。",
"editorSelectionHighlight": "与所选内容具有相同内容的区域颜色。",
@ -68,7 +69,7 @@
"findRangeHighlight": "限制搜索的范围的颜色。",
"hoverHighlight": "悬停提示显示时文本底下的高亮颜色。",
"hoverBackground": "编辑器悬停提示的背景颜色。",
"hoverBorder": "编辑器软键盘边框颜色。",
"hoverBorder": "光标悬停时编辑器的边框颜色。",
"activeLinkForeground": "活动链接颜色。",
"diffEditorInserted": "已插入文本的背景颜色。",
"diffEditorRemoved": "被删除文本的背景颜色。",
@ -78,6 +79,10 @@
"mergeCurrentContentBackground": "内联合并冲突中当前版本区域的内容背景色。",
"mergeIncomingHeaderBackground": "内联合并冲突中传入的版本区域的标头背景色。",
"mergeIncomingContentBackground": "内联合并冲突中传入的版本区域的内容背景色。",
"mergeCommonHeaderBackground": "内联合并冲突中共同祖先区域的标头背景色。",
"mergeCommonContentBackground": "内联合并冲突中共同祖先区域的内容背景色。",
"mergeBorder": "内联合并冲突中标头和分割线的边框颜色。",
"overviewRulerCurrentContentForeground": "内联合并冲突中当前版本区域的概览标尺前景色。",
"overviewRulerIncomingContentForeground": "内联合并冲突中传入的版本区域的概览标尺前景色。"
"overviewRulerIncomingContentForeground": "内联合并冲突中传入的版本区域的概览标尺前景色。",
"overviewRulerCommonContentForeground": "内联合并冲突中共同祖先区域的概览标尺前景色。"
}

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"task.label": "{0}: {1}"
}

View file

@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"hideActivitBar": "隐藏活动栏",
"activityBarAriaLabel": "活动视图切换器"
"activityBarAriaLabel": "活动视图切换器",
"globalActions": "全局动作"
}

View file

@ -19,6 +19,7 @@
"closeEditorsToTheLeft": "关闭左侧编辑器",
"closeEditorsToTheRight": "关闭右侧编辑器",
"closeAllEditors": "关闭所有编辑器",
"closeUnmodifiedEditors": "关闭组中未作更改的编辑器",
"closeEditorsInOtherGroups": "关闭其他组中的编辑器",
"closeOtherEditorsInGroup": "关闭其他编辑器",
"closeEditorsInGroup": "关闭组中的所有编辑器",

View file

@ -12,6 +12,7 @@
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "按 Tab 移动焦点",
"screenReaderDetected": "检测到屏幕阅读器",
"screenReaderDetectedExtra": "如果你没有使用屏幕阅读器请将设置中的“editor.accessibilitySupport”改为“off”。",
"disableTabMode": "禁用辅助功能模式",
"gotoLine": "转到行",
"indentation": "缩进",

View file

@ -8,6 +8,7 @@
"closeOthers": "关闭其他",
"closeRight": "关闭到右侧",
"closeAll": "全部关闭",
"closeAllUnmodified": "关闭未更改的",
"keepOpen": "保持打开状态",
"showOpenedEditors": "显示打开的编辑器",
"araLabelEditorActions": "编辑器操作"

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.
{
"quickOpen": "转到文件...",
"quickNavigateNext": "在 Quick Open 中导航到下一个",
"quickNavigatePrevious": "在 Quick Open 中导航到上一个",
"quickSelectNext": "在 Quick Open 中选择“下一步”",
"quickSelectPrevious": "在 Quick Open 中选择“上一步”"
}

View file

@ -6,6 +6,5 @@
{
"noResultsMatching": "没有匹配的结果",
"noResultsFound2": "未找到结果",
"entryAriaLabel": "{0},命令",
"noCommands": "没有匹配的命令"
"entryAriaLabel": "{0},命令"
}

View file

@ -4,6 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"collapse": "全部折叠",
"viewToolbarAriaLabel": "{0} 操作"
"collapse": "全部折叠"
}

View file

@ -7,12 +7,17 @@
"tabActiveBackground": "活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabInactiveBackground": "非活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabBorder": "用于将选项卡彼此分隔开的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveForeground": "活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabInactiveForeground": "活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabUnfocusedActiveForeground": "非活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabUnfocusedInactiveForeground": "非活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"editorGroupBackground": "编辑器组的背景颜色。编辑器组是编辑器的容器。此颜色在拖动编辑器组时显示。",
"tabsContainerBackground": "启用选项卡时编辑器组标题的背景颜色。编辑器组是编辑器的容器。",
"tabsContainerBorder": "选项卡启用时编辑器组标题的边框颜色。编辑器组是编辑器的容器。",
"editorGroupHeaderBackground": "禁用选项卡时编辑器组标题的背景颜色。编辑器组是编辑器的容器。",
"editorGroupBorder": "将多个编辑器组彼此分隔开的颜色。编辑器组是编辑器的容器。",
"editorDragAndDropBackground": "拖动编辑器时的背景颜色。此颜色应有透明度,以便编辑器内容能透过背景。",
"panelBackground": "面板的背景色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelBorder": "分隔到编辑器的顶部面板边框色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelActiveTitleForeground": "活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
"panelInactiveTitleForeground": "非活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
@ -43,5 +48,9 @@
"titleBarActiveBackground": "窗口处于活动状态时的标题栏背景色。请注意,该颜色当前仅在 macOS 上受支持。",
"titleBarInactiveBackground": "窗口处于非活动状态时的标题栏背景色。请注意,该颜色当前仅在 macOS 上受支持。",
"notificationsForeground": "通知前景色。通知从窗口顶部滑入。",
"notificationsBackground": "通知背颜色。通知从窗口顶部滑入。"
"notificationsBackground": "通知背颜色。通知从窗口顶部滑入。",
"notificationsButtonForeground": "通知按钮前景色。通知从窗口顶部滑入。",
"notificationsInfoForeground": "消息通知前景色。通知从窗口顶部滑入。",
"notificationsWarningForeground": "警告通知前景色。通知从窗口顶部滑入。",
"notificationsErrorForeground": "错误通知前景色。通知从窗口顶部滑入。"
}

View file

@ -6,9 +6,6 @@
{
"closeActiveEditor": "关闭编辑器",
"closeWindow": "关闭窗口",
"switchWindow": "切换窗口",
"switchWindowPlaceHolder": "选择窗口",
"current": "当前窗口",
"closeFolder": "关闭文件夹",
"noFolderOpened": "此实例中没有要关闭的已打开文件夹。",
"newWindow": "新建窗口",
@ -20,11 +17,16 @@
"zoomReset": "重置缩放",
"appPerf": "启动性能",
"reloadWindow": "重新加载窗口",
"openRecent": "打开最近的文件",
"switchWindowPlaceHolder": "选择切换的窗口",
"current": "当前窗口",
"switchWindow": "切换窗口...",
"quickSwitchWindow": "快速切换窗口...",
"folders": "文件夹",
"files": "文件",
"openRecentPlaceHolderMac": "选择路径(在新窗口中按住 Cmd 键打开)",
"openRecentPlaceHolder": "选择要打开的路径(在新窗口中按住 Ctrl 键打开)",
"openRecent": "打开最近的文件…",
"quickOpenRecent": "快速打开最近的文件…",
"closeMessages": "关闭通知消息",
"reportIssues": "报告问题",
"reportPerformanceIssue": "报告性能问题",
@ -32,10 +34,10 @@
"openDocumentationUrl": "文档",
"openIntroductoryVideosUrl": "入门视频",
"toggleSharedProcess": "切换共享进程",
"navigateLeft": "移动到左侧的视图部分",
"navigateRight": "移动到右侧的视图部分",
"navigateUp": "移动到上方的视图部分",
"navigateDown": "移动到下方的视图部分",
"navigateLeft": "导航到左侧视图",
"navigateRight": "导航到右侧视图",
"navigateUp": "导航到上方视图",
"navigateDown": "导航到下方视图",
"increaseViewSize": "增加当前视图大小",
"decreaseViewSize": "减小当前视图大小"
}

View file

@ -31,10 +31,11 @@
"window.openFoldersInNewWindow.off": "文件夹将替换上一个活动窗口",
"window.openFoldersInNewWindow.default": "文件夹在新窗口中打开,除非从应用程序内选取一个文件夹(例如,通过“文件”菜单)",
"openFoldersInNewWindow": "控制文件夹应在新窗口中打开还是替换上一活动窗口。\n- default: 文件夹将在新窗口中打开,除非文件是从应用程序内选取的(例如通过“文件”菜单)\n- on: 文件夹将在新窗口中打开\n- off: 文件夹将替换上一活动窗口\n注意可能仍会存在忽略此设置的情况(例如当使用 -new-window 或 -reuse-window 命令行选项时)。",
"window.reopenFolders.none": "永不重新打开文件夹。",
"window.reopenFolders.one": "重新打开上一个活动文件夹。",
"window.reopenFolders.all": "重新打开上一个会话的所有文件夹。",
"reopenFolders": "控制重启后重新打开文件夹的方式。选择“none”表示永不重新打开文件夹选择“one”表示重新打开最后使用的一个文件夹或选择“all”表示打开上次会话的所有文件夹。",
"window.reopenFolders.all": "重新打开所有窗口。",
"window.reopenFolders.folders": "重新打开所有文件夹。空窗口将不会被恢复。",
"window.reopenFolders.one": "重新打开上一个活动窗口。",
"window.reopenFolders.none": "永远不重新打开窗口。总是以一个空窗口启动。",
"restoreWindows": "控制重启后重新打开窗口的方式。选择“none”则永远在启动时打开一个空窗口选择“one”则重新打开最后使用的窗口选择“folders”则重新打开所有你曾打开的文件夹或选择“all”则重新打开上次会话的所有窗口。",
"restoreFullscreen": "如果窗口已退出全屏模式,控制其是否应还原为全屏模式。",
"zoomLevel": "调整窗口的缩放级别。原始大小是 0每次递增(例如 1)或递减(例如 -1)表示放大或缩小 20%。也可以输入小数以便以更精细的粒度调整缩放级别。",
"title": "基于活动编辑器控制窗口标题。基于上下文替换变量:\n${activeEditorShort}: 例如 myFile.txt\n${activeEditorMedium}:例如 myFolder/myFile.txt\n${activeEditorLong}: 例如 /Users/Development/myProject/myFolder/myFile.txt\n${rootName}: 例如 myProject\n${rootPath}: 例如 /Users/Development/myProject\n${appName}: 例如 VS Code\n${dirty}: 一个更新指示器,指示活动编辑器是否更新\n${separator}: 一个条件分隔符(\"-\"),仅在左右是具有值的变量时才显示",
@ -58,5 +59,8 @@
"zenMode.hideTabs": "控制打开 Zen 模式是否也会隐藏工作台选项卡。",
"zenMode.hideStatusBar": "控制打开 Zen 模式是否也会隐藏工作台底部的状态栏。",
"zenMode.hideActivityBar": "控制打开 Zen 模式是否也会隐藏工作台左侧的活动栏。",
"zenMode.restore": "控制如果某窗口已退出 zen 模式,是否应还原到 zen 模式。"
"zenMode.restore": "控制如果某窗口已退出 zen 模式,是否应还原到 zen 模式。",
"workspaceConfigurationTitle": "工作区",
"files.exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
"workspaces.additionalFolders": "工作区中的文件夹"
}

View file

@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"emergencyConfOn": "正在更改“editor.accessibilitySupport”设置为“on”。",
"openingDocs": "正在打开 VS Code 辅助功能文档页面。",
"introMsg": "感谢试用 VS Code 的辅助功能选项。",
"status": "状态:",
"changeConfigToOnMac": "要配置编辑器对屏幕阅读器进行永久优化,请按 Command+E。",
"changeConfigToOnWinLinux": "要配置编辑器对屏幕阅读器进行永久优化,请按 Ctrl+E。",
"auto_unknown": "编辑器被配置为使用平台 API 以检测是否附加了屏幕阅读器,但当前运行时不支持此功能。",
"auto_on": "编辑器自动检测到已附加屏幕阅读器。",
"auto_off": "编辑器被配置为自动检测是否附加了屏幕阅读器,当前未检测到。",
"configuredOn": "编辑器被配置为对屏幕阅读器的使用进行永久优化 — 你可以编辑设置中的“editor.accessibilitySupport”以改变此行为。",
"configuredOff": "编辑器被配置为不对屏幕阅读器的使用进行优化。",
"tabFocusModeOnMsg": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。按 {0} 来切换此行为。",
"tabFocusModeOnMsgNoKb": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。当前无法通过键绑定触发命令 {0}。",
"tabFocusModeOffMsg": "在当前编辑器中按 Tab 将插入制表符。按 {0} 来切换此行为。",
"tabFocusModeOffMsgNoKb": "在当前编辑器中按 Tab 会插入制表符。当前无法通过键绑定触发命令 {0}。",
"openDocMac": "按 Command+H 以打开浏览器窗口,其中包含更多有关 VS Code 辅助功能的信息。",
"openDocWinLinux": "按 Ctrl+H 以打开浏览器窗口,其中包含更多有关 VS Code 辅助功能的信息。",
"outroMsg": "你可以按 Esc 或 Shift+Esc 消除此工具提示并返回到编辑器。",
"ShowAccessibilityHelpAction": "显示辅助功能帮助"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"toggleLocation": "切换多行修改键"
}

View file

@ -5,16 +5,12 @@
// Do not edit this file. It is machine generated.
{
"variablesSection": "变量部分",
"variables": "变量",
"variablesAriaTreeLabel": "调试变量",
"expressionsSection": "表达式部分",
"watch": "监视",
"watchAriaTreeLabel": "调试监视表达式",
"callstackSection": "调用堆栈部分",
"debugStopped": "因 {0} 已暂停",
"callStack": "调用堆栈",
"callStackAriaLabel": "调试调用堆栈",
"breakpointsSection": "断点部分",
"breakpoints": "断点",
"breakpointsAriaTreeLabel": "调试断点"
}

View file

@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"previousEditPoint": "Emmet: 上一编辑点",
"nextEditPoint": "Emmet: 下一编辑点"
"previousEditPoint": "Emmet: 转到上一编辑点",
"nextEditPoint": "Emmet: 转到下一编辑点"
}

View file

@ -9,5 +9,6 @@
"emmetPreferences": "用于修改 Emmet 某些操作和解析程序的行为的首选项。",
"emmetSyntaxProfiles": "为指定的语法定义配置文件或使用带有特定规则的配置文件。",
"emmetExclude": "不应展开 Emmet 缩写的语言数组。",
"emmetExtensionsPath": "包含 Emmet 配置文件、代码段和首选项的文件夹路径"
"emmetExtensionsPath": "包含 Emmet 配置文件、代码段和首选项的文件夹路径",
"useNewEmmet": "试用新版 Emmet 模块(最终会替换旧版单一 Emmet 库)体验所有 Emmet 功能。"
}

View file

@ -24,6 +24,10 @@
"default": "默认",
"debuggers": "调试程序({0})",
"debugger name": "名称",
"views": "视图 ({0})",
"view id": "ID",
"view name": "名称",
"view location": "位置",
"themes": "主题({0})",
"JSON Validation": "JSON 验证({0})",
"commands": "命令({0})",

View file

@ -28,7 +28,6 @@
"watcherExclude": "配置文件路径的 glob 模式以从文件监视排除。更改此设置要求重启。如果在启动时遇到 Code 消耗大量 CPU 时间,则可以排除大型文件夹以减少初始加载。",
"hotExit.off": "禁用热退出。",
"hotExit.onExit": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口或触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口、触发 workbench.action.quit 命令命令托盘、键绑定、菜单会引起应用程序关闭。对于任何有文件夹打开的窗口则不论该窗口是否是最后一个窗口。下次启动时将还原所有未打开文件夹的窗口。若要还原打开有文件夹的窗口请将“window.reopenFolders”设置为“all”。",
"hotExit": "控制是否在会话间记住未保存的文件,以允许在退出编辑器时跳过保存提示。",
"defaultLanguage": "分配给新文件的默认语言模式。",
"editorConfigurationTitle": "编辑器",

View file

@ -5,7 +5,5 @@
// Do not edit this file. It is machine generated.
{
"explorerSection": "文件资源管理器部分",
"noWorkspace": "无打开的文件夹",
"noWorkspaceHelp": "尚未打开文件夹。",
"openFolder": "打开文件夹"
}

View file

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openEditosrSection": "打开的编辑器部分",
"openEditors": "打开的编辑器",
"openEditosrSection": "打开的编辑器部分",
"treeAriaLabel": "打开的编辑器: 活动文件列表",
"dirtyCounter": "{0} 个未保存"
}

View file

@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"defineKeybinding.initial": "按所需的键组合,然后按 Enter。按 Esc 可取消。",
"defineKeybinding.chordsTo": "弦形"
"defineKeybinding.chordsTo": "加上"
}

View file

@ -5,5 +5,7 @@
// Do not edit this file. It is machine generated.
{
"defineKeybinding.start": "定义键绑定",
"defineKeybinding.kbLayoutErrorMessage": "在当前键盘布局下无法生成此组合键。"
"defineKeybinding.kbLayoutErrorMessage": "在当前键盘布局下无法生成此组合键。",
"defineKeybinding.kbLayoutLocalAndUSMessage": "在你的键盘布局上为 **{0}**(美国标准布局上为 **{1}**)。",
"defineKeybinding.kbLayoutLocalMessage": "在你的键盘布局上为 **{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.
{
"relaunchMessage": "设置已更改,需要重启才能生效。",
"relaunchDetail": "按下“重启”按钮以重新启动 {0} 并启用该设置。",
"restart": "重启"
}

View file

@ -11,6 +11,6 @@
"snippetSchema.json.default": "空代码片段",
"snippetSchema.json": "用户代码片段配置",
"snippetSchema.json.prefix": "在 Intellisense 中选择代码片段时将使用的前缀",
"snippetSchema.json.body": "代码片段内容。使用“${id}”、“${id:label}”、“${1:label}”作为变量,使用 \"$0\" 和 \"$1\" 作为光标位置",
"snippetSchema.json.body": "代码片段的内容。使用“$1”和“${1:defaultText}”定义光标位置,使用“$0”定义最终光标位置。使用“${varName}”和“${varName:defaultText}”插入变量值,例如“这是文件:$TM_FILENAME”。",
"snippetSchema.json.description": "代码片段描述。"
}

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.
{
"helpUs": "帮助我们改善对 {0} 的支持",
"takeShortSurvey": "参与小调查",
"remindLater": "稍后提醒",
"neverAgain": "不再显示"
}

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.
{
"surveyQuestion": "您愿意参与一次简短的反馈调查吗?",
"takeSurvey": "参与调查",
"remindLater": "稍后提醒",
"neverAgain": "不再显示"
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noTasksMatching": "没有匹配的任务"
}

View file

@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"entryAriaLabel": "{0},任务"
"entryAriaLabel": "{0},任务",
"customizeTask": "自定义任务"
}

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.
{
"noTasksMatching": "没有匹配的任务",
"noTasksFound": "没有找到测试任务"
}

View file

@ -12,5 +12,6 @@
"ConfigurationParser.invalidVaraibleReference": "错误: 无效的 problemMatcher 引用: {0}\n",
"ConfigurationParser.noTaskName": "错误: 任务必须提供 taskName 属性。将忽略该任务。\n{0}\n",
"taskConfiguration.shellArgs": "警告: 任务“{0}”是 shell 命令,该命令的名称或其中一个参数具有非转义空格。若要确保命令行引用正确,请将参数合并到该命令。",
"taskConfiguration.noCommandOrDependsOn": "错误:任务“{0}”既不指定命令,也不指定 dependsOn 属性。将忽略该任务。其定义为:\n{1}",
"taskConfiguration.noCommand": "错误: 任务“{0}”未定义命令。将忽略该任务。其定义为:\n{1}"
}

View file

@ -7,6 +7,7 @@
"JsonSchema.options": "其他命令选项",
"JsonSchema.options.cwd": "已执行程序或脚本的当前工作目录。如果省略,则使用代码的当前工作区根。",
"JsonSchema.options.env": "已执行程序或 shell 的环境。如果省略,则使用父进程的环境。",
"JsonSchema.shellConfiguration": "配置使用的 shell。",
"JsonSchema.shell.executable": "待使用的 shell。",
"JsonSchema.shell.args": "shell 参数。",
"JsonSchema.command": "要执行的命令。可以是外部程序或 shell 命令。",

View file

@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"JsonSchema.version": "配置的版本号",
"JsonSchema._runner": "此 runner 已完成使命。请使用官方 runner 属性",
"JsonSchema.runner": "定义任务是否作为进程执行,输出显示在输出窗口还是在终端内。",
"JsonSchema.windows": "Windows 特定的命令配置",
"JsonSchema.mac": "Mac 特定的命令配置",
"JsonSchema.linux": "Linux 特定的命令配置",

View file

@ -7,6 +7,10 @@
"JsonSchema.shell": "指定命令是 shell 命令还是外部程序。如果省略,默认值是 false。",
"JsonSchema.tasks.dependsOn.string": "此任务依赖的另一任务。",
"JsonSchema.tasks.dependsOn.array": "此任务依赖的其他任务。",
"JsonSchema.tasks.group": "定义此任务属于的执行组。如被省略,则此任务不属于任何组。",
"JsonSchema.tasks.type": "定义任务是被作为进程运行还是在 shell 中作为命令运行。默认作为进程运行。",
"JsonSchema.version": "配置的版本号。",
"JsonSchema.tasks.customize": "要自定义的提供的视图。",
"JsonSchema.windows": "Windows 特定的命令配置",
"JsonSchema.mac": "Mac 特定的命令配置",
"JsonSchema.linux": "Linux 特定的命令配置"

View file

@ -22,7 +22,8 @@
"TaskService.noBuildTask": "未定义任何生成任务。使用 \"isBuildCommand\" 在 tasks.json 文件中标记任务。",
"TaskService.noTestTask": "未定义任何测试任务。使用 \"isTestCommand\" 在 tasks.json 文件中标记任务。",
"TaskServer.noTask": "未找到要执行的请求任务 {0}。",
"TaskSystem.activeSame": "任务已处于活动状态并处于监视模式。若要终止任务,请使用 \"F1\" >“终止任务”",
"customizeParseErrors": "当前任务配置存在错误。请先更正错误,再自定义任务。",
"moreThanOneBuildTask": "当前 tasks.json 中定义了多个生成任务。正在执行第一个。\n",
"TaskSystem.active": "当前已有任务正在运行。请先终止它,然后再执行另一项任务。",
"TaskSystem.restartFailed": "未能终止并重启任务 {0}",
"TaskSystem.configurationErrors": "错误: 提供的任务配置具有验证错误,无法使用。请首先改正错误。",
@ -43,5 +44,7 @@
"TestAction.label": "运行测试任务",
"quickOpen.task": "运行任务",
"quickOpen.terminateTask": "终止任务(&&T)",
"quickOpen.restartTask": "重启任务"
"quickOpen.restartTask": "重启任务",
"quickOpen.buildTask": "生成任务",
"quickOpen.testTask": "测试任务"
}

View file

@ -6,6 +6,7 @@
{
"TerminalTaskSystem.unknownError": "在执行任务时发生未知错误。请参见任务输出日志了解详细信息。",
"TerminalTaskSystem.terminalName": "任务 - {0}",
"reuseTerminal": "终端将被任务重用,按任意键关闭。",
"TerminalTaskSystem": "无法对 UNC 驱动器执行 shell 命令。",
"unkownProblemMatcher": "无法解析问题匹配程序 {0}。此匹配程序将被忽略"
}

View file

@ -8,6 +8,7 @@
"workbench.action.terminal.kill": "终止活动终端实例",
"workbench.action.terminal.kill.short": "终止终端",
"workbench.action.terminal.copySelection": "复制所选内容",
"workbench.action.terminal.selectAll": "全选",
"workbench.action.terminal.new": "新建集成终端",
"workbench.action.terminal.new.short": "新的终端",
"workbench.action.terminal.focus": "聚焦于终端",
@ -28,5 +29,9 @@
"workbench.action.terminal.scrollToTop": "滚动到顶部",
"workbench.action.terminal.clear": "清除",
"workbench.action.terminal.allowWorkspaceShell": "允许配置工作区 Shell",
"workbench.action.terminal.disallowWorkspaceShell": "禁止配置工作区 Shell"
"workbench.action.terminal.disallowWorkspaceShell": "禁止配置工作区 Shell",
"workbench.action.terminal.rename": "重命名",
"workbench.action.terminal.rename.prompt": "输入终端名称",
"workbench.action.terminal.focusFindWidget": "聚焦于查找小组件",
"workbench.action.terminal.hideFindWidget": "隐藏查找小组件"
}

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.
{
"label.find": "查找",
"placeholder.find": "查找",
"label.previousMatchButton": "上一个匹配",
"label.nextMatchButton": "下一个匹配",
"label.closeButton": "关闭"
}

View file

@ -4,7 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"terminal.integrated.copySelection.noSelection": "当终端没有位于焦点时无法复制终端选定内容",
"terminal.integrated.exitedWithCode": "通过退出代码 {0} 终止的终端进程",
"terminal.integrated.waitOnExit": "按任意键以关闭终端",
"terminal.integrated.launchFailed": "终端进程命令“{0} {1}”无法启动(退出代码: {2})"

View file

@ -15,5 +15,18 @@
"license": "读取许可证",
"updateAvailable": "{0} 将在重启后更新。",
"thereIsUpdateAvailable": "存在可用更新。",
"noUpdatesAvailable": "当前没有可用的更新。"
"noUpdatesAvailable": "当前没有可用的更新。",
"updateIsReady": "有新更新可用。",
"commandPalette": "命令面板...",
"settings": "设置",
"keyboardShortcuts": "键盘快捷方式",
"selectTheme.label": "颜色主题",
"themes.selectIconTheme.label": "文件图标主题",
"not available": "更新不可用",
"checkingForUpdates": "正在检查更新...",
"DownloadUpdate": "下载可用更新",
"DownloadingUpdate": "正在下载更新...",
"InstallingUpdate": "正在安装更新...",
"restartToUpdate": "重启以更新...",
"checkForUpdates": "检查更新..."
}

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"viewToolbarAriaLabel": "{0} 操作"
}

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.
{
"requirearray": "视图必须为数组",
"requirestring": "属性“{0}”是必需的其类型必须是“string”",
"optstring": "属性“{0}”可以省略,否则其类型必须是 \"string\"",
"vscode.extension.contributes.view.id": "视图的标识符。使用标识符通过“vscode.window.registerTreeDataProviderForView” API 注册数据提供程序。同时将“onView:${id}”事件注册到“activationEvents”以激活你的扩展。",
"vscode.extension.contributes.view.name": "人类可读的视图名称。将会被显示",
"vscode.extension.contributes.views": "向编辑器提供视图",
"views.explorer": "资源管理器视图",
"locationId.invalid": "“{0}”为无效视图位置"
}

View file

@ -31,7 +31,6 @@
"welcomePage.colorThemeDescription": "使编辑器和代码呈现你喜欢的外观",
"welcomePage.learn": "学习",
"welcomePage.showCommands": "查找并运行所有命令",
"welcomePage.showCommandsDescription": "从控制面板快速访问并搜索命令({0})",
"welcomePage.interfaceOverview": "界面概述",
"welcomePage.interfaceOverviewDescription": "查看突出显示主要 UI 组件的叠加图",
"welcomePage.interactivePlayground": "交互式演练场",

View file

@ -4,7 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "工作台",
"welcomePage.enabled": "启用后,将在启动时显示欢迎页。",
"help": "帮助"
}

View file

@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "工作台",
"welcomePage.enabled": "启用后,将在启动时显示欢迎页。",
"welcomePage": "欢迎使用",
"welcomePage.javaScript": "JavaScript",
"welcomePage.typeScript": "TypeScript",
@ -14,16 +16,23 @@
"welcomePage.sublime": "Sublime",
"welcomePage.atom": "Atom",
"welcomePage.extensionPackAlreadyInstalled": "已安装对 {0} 的支持。",
"welcomePage.willReloadAfterInstallingExtensionPack": "安装对 {0} 的支持后,将重载窗口。",
"welcomePage.installingExtensionPack": "正在安装对 {0} 的支持...",
"welcomePage.willReloadAfterInstallingExtensionPack": "安装对 {0} 的额外支持后,将重载窗口。",
"welcomePage.installingExtensionPack": "正在安装对 {0} 的额外支持...",
"welcomePage.extensionPackNotFound": "找不到对 {0} (ID: {1}) 的支持。",
"welcomePage.keymapAlreadyInstalled": "已安装 {0} 键盘快捷方式。",
"welcomePage.willReloadAfterInstallingKeymap": "安装 {0} 键盘快捷方式后,将重载窗口。",
"welcomePage.installingKeymap": "正在安装 {0} 键盘快捷方式...",
"welcomePage.keymapNotFound": "找不到 ID 为 {1} 的 {0} 键盘快捷方式。",
"welcome.title": "欢迎使用",
"welcomePage.openFolderWithPath": "打开路径为 {1} 的文件夹 {0}",
"welcomePage.extensionListSeparator": "、",
"welcomePage.installedExtension": "{0}(已安装)",
"welcomePage.installKeymap": "安装 {0} 键映射",
"welcomePage.installExtensionPack": "安装对 {0} 的额外支持",
"welcomePage.installedKeymap": "已安装 {0} 键映射",
"welcomePage.installedExtensionPack": "已安装 {0} 支持",
"ok": "确定",
"cancel": "取消"
"details": "详细信息",
"cancel": "取消",
"welcomePage.buttonBackground": "欢迎页按钮的背景色。",
"welcomePage.buttonHoverBackground": "欢迎页按钮被悬停时的背景色。"
}

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.
{
"telemetryConfigurationTitle": "遥测",
"telemetry.enableCrashReporting": "启用要发送给 Microsoft 的故障报表。\n此选项需重启才可生效。"
}

View file

@ -22,5 +22,5 @@
"keybindings.json.when": "键处于活动状态时的条件。",
"keybindings.json.args": "要传递给命令以执行的参数。",
"keyboardConfigurationTitle": "键盘",
"dispatch": "控制按键的分派逻辑以使用 \"keydown.code\" (推荐)或 \"eydown.keyCode\"。"
"dispatch": "控制按键的调度逻辑以使用“keydown.code”(推荐) 或“keydown.keyCode”。"
}

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.
{
"progress.text": "{0} - {1}",
"progress.title": "{0}: {1}"
}

View file

@ -26,6 +26,9 @@
"provide commit message": "請提供認可訊息",
"branch name": "分支名稱",
"provide branch name": "請提供分支名稱",
"select branch to delete": "選擇分支進行刪除",
"confirm force delete branch": "分支 '{0}' 尚未完整合併. 確定刪除嗎?",
"delete branch": "刪除分支",
"no remotes to pull": "您的存放庫未設定要提取的來源遠端。",
"no remotes to push": "您的存放庫未設定要推送的目標遠端。",
"nobranch": "請簽出分支以推送到遠端。",

View file

@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"commit": "Commit"
"commit": "認可"
}

View file

@ -26,12 +26,13 @@
"command.undoCommit": "復原上次認可",
"command.checkout": "簽出至...",
"command.branch": "建立分支...",
"command.deleteBranch": "刪除分支...",
"command.pull": "提取",
"command.pullRebase": "提取 (重訂基底)",
"command.push": "推送",
"command.pushTo": "推送至...",
"command.sync": "同步處理",
"command.publish": "發行",
"command.publish": "發行分支",
"command.showOutput": "顯示 Git 輸出",
"config.enabled": "是否啟用 GIT",
"config.path": "Git 可執行檔的路徑",

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"execFailed": "Jake 的自動偵測失敗。錯誤: {0}"
}

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"config.jake.autoDetect": "控制 Jake 工作的自動偵測為開啟或關閉。預設為開。"
}

View file

@ -3,4 +3,6 @@
* 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.style' 樣式:{0}"
}

View file

@ -3,4 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"acceptCurrentChange": "接受當前變更",
"acceptIncomingChange": "接受來源變更",
"acceptBothChanges": "接受兩者變更",
"compareChanges": "比較變更"
}

View file

@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"cursorNotInConflict": "編輯器游標不在衝突合併範圍之內",
"compareChangesTitle": "{0}: 當前變更⟷來源變更",
"cursorOnSplitterRange": "編輯器游標在衝突合併工具範圍內,請移動至\"當前項目\"或來源項目\"區塊",
"noConflicts": "檔案內找不到需要合併衝突項目",
"noOtherConflictsInThisFile": "此檔案內沒有其他的衝突合併項目"

View file

@ -5,7 +5,15 @@
// Do not edit this file. It is machine generated.
{
"command.category": "合併衝突",
"command.accept.all-incoming": "接受所有來源",
"command.accept.all-both": "接受兩者所有項目",
"command.accept.current": "接受當前項目",
"command.accept.incoming": "接受來源項目",
"command.accept.selection": "接受選取項目",
"command.accept.both": "接受兩者",
"command.next": "下一個衝突",
"command.previous": "前一個衝突",
"command.compare": "比較目前衝突",
"config.title": "合併衝突",
"config.codeLensEnabled": "啟用/停用 編輯器CodeLens衝突合併 ",
"config.decoratorsEnabled": "啟用/停用 編輯器衝突合併色彩裝飾"

View file

@ -4,7 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"versionMismatch": "版本不符! 全域 TSC ({0}) != VS Code 的語言服務 ({1})。可能會發生編譯不一致的錯誤",
"moreInformation": "詳細資訊",
"doNotCheckAgain": "不要再檢查",
"close": "關閉",

View file

@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"ts-check": "啟用 JavaScript 檔案的語意檢查。必須在檔案的最上面。",
"ts-nocheck": "停用 JavaScript 檔案的語意檢查。必須在檔案的最上面。",
"ts-ignore": "隱藏下一行@ts-check 的錯誤警告。"
}

View file

@ -6,7 +6,6 @@
{
"hintExclude": "若要讓整個專案都能使用 JavaScript/TypeScript 語言功能,請排除內含許多檔案的資料夾,例如: {0}",
"hintExclude.generic": "若要讓整個專案都能使用 JavaScript/TypeScript 語言功能,請排除內含您未使用之來源檔案的大型資料夾。",
"open": "設定排除項目",
"large.label": "設定排除項目",
"hintExclude.tooltip": "若要讓整個專案都能使用 JavaScript/TypeScript 語言功能,請排除內含您未使用之來源檔案的大型資料夾。"
}

View file

@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"installingPackages": "正在擷取資料以改善 TypeScript IntelliSense",
"typesInstallerInitializationFailed.title": "無法安裝typings檔案Javascript語言功能,請確認NPM是否已安裝且配置'typescript.npm'",
"typesInstallerInitializationFailed.moreInformation": "詳細資訊",
"typesInstallerInitializationFailed.doNotCheckAgain": "不要再檢查",
"typesInstallerInitializationFailed.close": "關閉"

View file

@ -13,7 +13,6 @@
"typescript.check.tscVersion": "請檢查全域安裝 TypeScript 編譯器 (例如 tsc) 是否不同於使用的 TypeScript 語言服務。",
"typescript.tsserver.log": "允許 TS 伺服器記錄到檔案。此記錄可用來診斷 TS 伺服器問題。記錄可能包含檔案路徑、原始程式碼及您專案中可能具有敏感性的其他資訊。",
"typescript.tsserver.trace": "允許將訊息追蹤傳送到 TS 伺服器。此追蹤可用來診斷 TS 伺服器問題。追蹤可能包含檔案路徑、原始程式碼及您專案中可能具有敏感性的其他資訊。",
"typescript.tsserver.experimentalAutoBuild": "啟用實驗性自動建置。需要 1.9 dev 或 2.x tsserver 版本,且在變更後必須重新啟動 VS Code。",
"typescript.validate.enable": "啟用/停用 TypeScript 驗證。",
"typescript.format.enable": "啟用/停用預設 TypeScript 格式器。",
"javascript.format.enable": "啟用/停用預設 JavaScript 格式器。",
@ -41,5 +40,8 @@
"typescript.selectTypeScriptVersion.title": "選取 TypeScript 版本",
"jsDocCompletion.enabled": "啟用/停用自動 JSDoc 註解",
"javascript.implicitProjectConfig.checkJs": "啟用/停用 JavaScript 檔案的語意檢查。現有的 jsconfig.json 或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >=2.3.1。",
"javascript.nameSuggestions": "從JavaScript推薦表檔案中啟用/停用包含唯一檔名"
"typescript.npm": "指定用於自動類型取得的 NPM 可執行檔路徑。TypeScript 必須 >= 2.3.4.",
"typescript.check.npmIsInstalled": "檢查是否已安裝NPM用以取得自動類型擷取.",
"javascript.nameSuggestions": "從JavaScript推薦表檔案中啟用/停用包含唯一檔名",
"typescript.tsc.autoDetect": "控制 tsc 工作的自動偵測為開啟或關閉。"
}

View file

@ -13,6 +13,5 @@
"error.connection.unknown": "發生未知的連接錯誤。可能是您已經沒有連線到網際網路,或是您連接的伺服器已離線。",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "發生未知的錯誤。如需詳細資訊,請參閱記錄檔。",
"nodeExceptionMessage": "發生系統錯誤 ({0})",
"error.moreErrors": "{0} (總計 {1} 個錯誤)"
}

View file

@ -4,13 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"error.invalidSymbol": "符號無效",
"error.invalidNumberFormat": "數字格式無效",
"error.propertyNameExpected": "須有屬性名稱",
"error.invalidSymbol": "無效符號",
"error.invalidNumberFormat": "無效的數字格式",
"error.propertyNameExpected": "須有屬性名稱",
"error.valueExpected": "必須有值",
"error.colonExpected": "必須冒號",
"error.commaExpected": "必須逗號",
"error.colonExpected": "必須冒號",
"error.commaExpected": "必須逗號",
"error.closeBraceExpected": "必須為右大括號",
"error.closeBracketExpected": "必須為右中括號",
"error.endOfFileExpected": "必須檔案結尾"
"error.endOfFileExpected": "必須檔案結尾"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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

@ -55,6 +55,9 @@
"miShowEmmetCommands": "Emmet(&&M)...",
"miToggleLineComment": "切換行註解(&&T)",
"miToggleBlockComment": "切換區塊註解(&&B)",
"miMultiCursorAlt": "透過 Alt+ 按一下啟用多重游標",
"miMultiCursorCmd": "透過 Cmdt+ 按一下啟用多重游標",
"miMultiCursorCtrl": "透過 Ctrl+ 按一下啟用多重游標",
"miInsertCursorAbove": "在上方新增游標(&&A)",
"miInsertCursorBelow": "在下方新增游標(&&D)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾新增游標(&&U)",
@ -70,6 +73,7 @@
"miSmartSelectShrink": "壓縮選取範圍(&&S)",
"miViewExplorer": "檔案總管(&&E)",
"miViewSearch": "搜尋(&&S)",
"miViewSCM": "SCM",
"miViewDebug": "偵錯 (&&D)",
"miViewExtensions": "擴充功能(&&X)",
"miToggleOutput": "輸出(&&O)",
@ -114,6 +118,8 @@
"miGotoSymbolInFile": "前往檔案中的符號(&&S)...",
"miGotoSymbolInWorkspace": "前往工作區中的符號(&&W)...",
"miGotoDefinition": "移至定義(&&D)",
"miGotoTypeDefinition": "移至類型定義(&&T)",
"miGotoImplementation": "前往實作(&&I)",
"miGotoLine": "移至行(&&L)...",
"miStartDebugging": "啟動偵錯(&&S)",
"miStartWithoutDebugging": "只啟動但不偵錯(&&W)",
@ -130,16 +136,17 @@
"miColumnBreakpoint": "資料行中斷點(&&O)",
"miFunctionBreakpoint": "函式中斷點(&&F}...",
"miNewBreakpoint": "新增中斷點(&&N)",
"miEnableAllBreakpoints": "啟用所有中斷點",
"miDisableAllBreakpoints": "停用所有中斷點(&&L)",
"miRemoveAllBreakpoints": "移除所有中斷點(&&R)",
"miInstallAdditionalDebuggers": "安裝其他偵錯工具(&&I)...",
"mMinimize": "最小化",
"mClose": "關閉",
"mBringToFront": "全部提到最上層",
"miToggleDevTools": "切換開發人員工具(&&T)",
"miAccessibilityOptions": "協助工具選項(&&O)",
"miReportIssues": "回報問題(&&I)",
"miWelcome": "歡迎使用(&&W)",
"miInteractivePlayground": "Interactive Playground(&&I)",
"miDocumentation": "文件(&&D)",
"miReleaseNotes": "版本資訊(&&R)",
"miKeyboardShortcuts": "鍵盤快速鍵參考(&&K)",
@ -149,12 +156,14 @@
"miLicense": "檢視授權(&&L)",
"miPrivacyStatement": "隱私權聲明(&&P)",
"miAbout": "關於(&&A)",
"miTerminateTask": "終止工作(&&T)",
"accessibilityOptionsWindowTitle": "協助工具選項",
"miRestartToUpdate": "重新啟動以更新...",
"miCheckingForUpdates": "正在查看是否有更新...",
"miDownloadUpdate": "下載可用更新",
"miDownloadingUpdate": "正在下載更新...",
"miInstallingUpdate": "正在安裝更新...",
"miCheckForUpdates": "查看是否有更新",
"aboutDetail": "\n版本 {0}\n認可 {1}\n日期 {2}\nShell {3}\n轉譯器 {4}\nNode {5}",
"okButton": "確定"
}

View file

@ -13,9 +13,5 @@
"appStalled": "視窗已沒有回應",
"appStalledDetail": "您可以重新開啟或關閉視窗,或是繼續等候。",
"appCrashed": "視窗已損毀",
"appCrashedDetail": "很抱歉造成您的不便! 您可以重新開啟視窗,從您離開的地方繼續進行。",
"newWindow": "開新視窗",
"newWindowDesc": "開啟新視窗",
"recentFolders": "最近使用的資料夾",
"folderDesc": "{0} {1}"
"appCrashedDetail": "很抱歉造成您的不便! 您可以重新開啟視窗,從您離開的地方繼續進行。"
}

View file

@ -23,6 +23,8 @@
"minimap.enabled": "控制是否會顯示迷你地圖",
"minimap.renderCharacters": "呈現行內的實際字元 (而不是彩色區塊)",
"minimap.maxColumn": "限制迷你地圖的寬度,以呈現最多的資料行",
"find.seedSearchStringFromSelection": "控制編譯器選取範圍是否預設為尋找工具的搜尋字串",
"find.autoFindInSelection": "控制編譯器內選取多字元或多行內文是否開啟選取範圍尋找功能",
"wordWrap.off": "一律不換行。",
"wordWrap.on": "依檢視區寬度換行。",
"wordWrap.wordWrapColumn": "於 'editor.wordWrapColumn' 換行。",
@ -31,16 +33,19 @@
"wordWrapColumn": "當 `editor.wordWrap` 為 [wordWrapColumn] 或 [bounded] 時,控制編輯器中的資料行換行。",
"wrappingIndent": "控制換行的縮排。可以是 [無]、[相同] 或 [縮排]。",
"mouseWheelScrollSensitivity": "滑鼠滾輪捲動事件的 'deltaX' 與 'deltaY' 所使用的乘數",
"multiCursorModifier.ctrlCmd": "對應Windows和Linux的'Control'與對應OSX的'Command'",
"multiCursorModifier.alt": "對應Windows和Linux的'Alt'與對應OSX的'Option'",
"multiCursorModifier": "用於新增多個滑鼠游標的修改程式。`ctrlCmd` 會對應到 Windows 及 Linux 上的 `Control` 以及 OSX 上的 `Command`。[移至定義] 及 [開啟連結] 滑鼠手勢將會適應以避免和 multicursor 修改程式衝突。",
"quickSuggestions.strings": "允許在字串內顯示即時建議。",
"quickSuggestions.comments": "允許在註解中顯示即時建議。",
"quickSuggestions.other": "允許在字串與註解以外之處顯示即時建議。",
"quickSuggestions": "控制是否應在輸入時自動顯示建議",
"quickSuggestionsDelay": "控制延遲顯示快速建議的毫秒數",
"parameterHints": "啟用參數提示",
"autoClosingBrackets": "控制編輯器是否應在左括號後自動插入右括號",
"formatOnType": "控制編輯器是否應在輸入一行後自動格式化",
"formatOnPaste": "控制編輯器是否應自動設定貼上的內容格式。格式器必須可供使用,而且格式器應該能夠設定文件中一個範圍的格式。",
"suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議",
"acceptSuggestionOnEnter": "控制除了 'Tab' 外,是否也藉由按下 'Enter' 接受建議。如此可避免混淆要插入新行或接受建議。設定值'smart'表示在文字變更同時只透過Enter接受建議。",
"acceptSuggestionOnCommitCharacter": "控制認可字元是否應接受建議。例如在 JavaScript 中,分號 (';') 可以是接受建議並鍵入該字元的認可字元。",
"snippetSuggestions": "控制程式碼片段是否隨其他建議顯示,以及其排序方式。",
"emptySelectionClipboard": "控制複製時不選取任何項目是否會複製目前程式行。",
@ -62,12 +67,17 @@
"renderLineHighlight": "控制編輯器應如何轉譯目前反白的行,可能的值有 'none'、'gutter'、'line' 和 'all'。",
"codeLens": "控制編輯器是否顯示程式碼濾鏡",
"folding": "控制編輯器是否已啟用程式碼摺疊功能",
"showFoldingControls": "自動隱藏摺疊控制向",
"matchBrackets": "當選取某側的括號時,強調顯示另一側的配對括號。",
"glyphMargin": "控制編輯器是否應轉譯垂直字符邊界。字符邊界最常用來進行偵錯。",
"useTabStops": "插入和刪除接在定位停駐點後的空白字元",
"trimAutoWhitespace": "移除尾端自動插入的空白字元",
"stablePeek": "讓預覽編輯器在使用者按兩下其內容或點擊 Escape 時保持開啟。",
"dragAndDrop": "控制編輯器是否允許透過拖放動作移動選取範圍。",
"accessibilitySupport.auto": "編輯器將使用平台 API 以偵測螢幕助讀程式附加。",
"accessibilitySupport.on": "編輯器將會為螢幕助讀程式的使用方式永久地最佳化。",
"accessibilitySupport.off": "編輯器不會為螢幕助讀程式的使用方式進行最佳化。",
"accessibilitySupport": "控制編輯器是否應於已為螢幕助讀程式最佳化的模式中執行。",
"sideBySide": "控制 Diff 編輯器要並排或內嵌顯示差異",
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
"renderIndicators": "控制 Diff 編輯器是否要為新增的/移除的變更顯示 +/- 標記",

View file

@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"accessibilityOffAriaLabel": "編輯器現在無法存取。按Alt+F1尋求選項",
"editorViewAccessibleLabel": "編輯器內容"
}

View file

@ -14,6 +14,5 @@
"addSelectionToPreviousFindMatch": "將選取項目加入前一個找到的相符項中",
"moveSelectionToNextFindMatch": "將最後一個選擇項目移至下一個找到的相符項",
"moveSelectionToPreviousFindMatch": "將最後一個選擇項目移至前一個找到的相符項",
"selectAllOccurencesOfFindMatch": "選取所有找到的相符項目",
"changeAll.label": "變更所有發生次數"
}

View file

@ -6,6 +6,7 @@
{
"links.navigate.mac": "按住 Cmd 並按一下按鍵以追蹤連結",
"links.navigate": "按住 Ctrl 並按一下滑鼠按鈕可連入連結",
"links.navigate.al": "按住Alt並點擊以追蹤連結",
"invalid.url": "抱歉,因為此連結的語式不正確,所以無法加以開啟: {0}",
"missing.url": "抱歉,因為此連結遺失目標,所以無法加以開啟。",
"label": "開啟連結"

View file

@ -5,8 +5,6 @@
// Do not edit this file. It is machine generated.
{
"aria.oneReference": "個符號位於 {0} 中的第 {1} 行第 {2} 欄",
"aria.fileReferences.1": "1 個符號位於 {0}",
"aria.fileReferences.N": "{0} 個符號位於 {1}",
"aria.result.0": "找不到結果",
"aria.result.1": "在 {0} 中找到 1 個符號",
"aria.result.n1": "在 {1} 中找到 {0} 個符號",

View file

@ -12,6 +12,7 @@
"readMore": "進一步了解...{0}",
"suggestionWithDetailsAriaLabel": "{0},建議,有詳細資料",
"suggestionAriaLabel": "{0},建議",
"readLess": "簡易說明...{0}",
"suggestWidget.loading": "正在載入...",
"suggestWidget.noSuggestions": "無建議。",
"suggestionAriaAccepted": "{0},接受",

View file

@ -16,6 +16,7 @@
"schema.autoClosingPairs": "定義成對括弧。輸入左括弧時,即自動插入右括弧。",
"schema.autoClosingPairs.notIn": "定義停用自動配對的範圍清單。",
"schema.surroundingPairs": "定義可用以括住所選字串的成對括弧。",
"schema.wordPattern": "定義語言的文字",
"schema.wordPattern.pattern": "使用正規表示式進行文字比對",
"schema.wordPattern.flags": "使用正規表示式標記進行文字比對",
"schema.wordPattern.flags.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`"

View file

@ -21,6 +21,8 @@
"menus.scmTitle": "原始檔控制標題功能表",
"menus.resourceGroupContext": "原始檔控制資源群組操作功能表",
"menus.resourceStateContext": "原始檔控制資源群組狀態操作功能表",
"view.viewTitle": "這有助於查看標題功能表",
"view.itemContext": "這有助於查看項目內容功能表",
"nonempty": "必須是非空白值。",
"opticon": "屬性 `icon` 可以省略,否則必須為字串或類似 `{dark, light}` 的常值",
"requireStringOrObject": "'{0}' 為必要屬性,且其類型必須是 'string' 或 'object'",

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