2017-12-1. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye 2017-12-01 15:33:45 -08:00
parent f07f5d3873
commit ca86711ef4
577 changed files with 4946 additions and 500 deletions

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"yes": "是",
"no": "否",
"not now": "不是现在",
"suggest auto fetch": "是否启用自动抓取 Git 存储库?"
}

View file

@ -59,6 +59,7 @@
"provide tag name": "请提供标签名称",
"tag message": "消息",
"provide tag message": "请提供消息以对标签进行注释",
"no remotes to fetch": "此存储库未配置可以从中抓取的远程存储库。",
"no remotes to pull": "存储库未配置任何从其中进行拉取的远程存储库。",
"pick remote pull repo": "选择要从其拉取分支的远程位置",
"no remotes to push": "存储库未配置任何要推送到的远程存储库。",
@ -75,7 +76,7 @@
"no stashes": "没有可以恢复的储藏。",
"pick stash to pop": "选择要弹出的储藏",
"clean repo": "在签出前,请清理存储库工作树。",
"cant push": "无法推送 refs 到远端。请先运行“拉取”功能以整合你的更改。",
"cant push": "无法推送 refs 到远端。您可以试着运行“拉取”功能,整合您的更改。",
"git error details": "Git:{0}",
"git error": "Git 错误",
"open git log": "打开 GIT 日志"

View file

@ -6,8 +6,9 @@
{
"looking": "在 {0} 查找 Git 中",
"using git": "使用 {1} 中的 GIT {0}",
"notfound": "未找到 Git。你可以在 \"git.path\" 设置中配置其位置。",
"updateGit": "更新 GIT",
"downloadgit": "下载 Git",
"neverShowAgain": "不再显示",
"notfound": "未找到 Git。请安装 Git或在 \"git.path\" 设置中配置。",
"updateGit": "更新 GIT",
"git20": "你似乎已安装 Git {0}。Code 和 Git 版本 >=2 一起工作最佳"
}

View file

@ -36,6 +36,7 @@
"command.renameBranch": "重命名分支...",
"command.merge": "合并分支...",
"command.createTag": "创建标签",
"command.fetch": "抓取",
"command.pull": "拉取",
"command.pullRebase": "拉取(变基)",
"command.pullFrom": "拉取自...",
@ -60,6 +61,7 @@
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
"config.checkoutType": "控制运行“签出到...”命令时列出的分支的类型。\"all\" 显示所有 refs\"local\" 只显示本地分支,\"tags\" 只显示标记,\"remote\" 只显示远程分支。",
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
"config.ignoreMissingGitWarning": "忽略“缺失 Git”警告",
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告",
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置",
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",

View file

@ -11,5 +11,8 @@
"disable.title": "禁用",
"disable.description": "允许所有内容,执行所有脚本。不推荐",
"moreInfo.title": "详细信息",
"enableSecurityWarning.title": "在此工作区中启用预览安全警告",
"disableSecurityWarning.title": "在此工作区中取消预览安全警告",
"toggleSecurityWarning.description": "不影响内容安全等级",
"preview.showPreviewSecuritySelector.title": "选择此工作区中 Markdown 预览的安全设置"
}

View file

@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"command.category": "合并冲突",
"command.accept.all-current": "全部采用当前内容",
"command.accept.all-incoming": "全部采用传入版本",
"command.accept.all-both": "全部保留两者",
"command.accept.current": "采用当前内容",

View file

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"selectCodeAction": "选择要应用的代码操作",
"acquiringTypingsLabel": "正在获取 typings...",
"acquiringTypingsDetail": "获取 IntelliSense 的 typings 定义。",
"autoImportLabel": "从 {0} 自动导入"

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.
{
"secondInstanceNoResponse": "{0} 的另一实例正在运行但没有响应",
"secondInstanceNoResponseDetail": "请先关闭其他所有实例,然后重试。",
"secondInstanceAdmin": "{0} 的第二个实例已经以管理员身份运行。",
"secondInstanceAdminDetail": "请先关闭另一个实例,然后重试。",
"close": "关闭(&&C)"
}

View file

@ -22,11 +22,11 @@
"miQuit": "退出 {0}",
"miNewFile": "新建文件(&&N)",
"miOpen": "打开(&&O)...",
"miOpenWorkspace": "打开工作区(&&K)",
"miOpenWorkspace": "打开工作区(&&K)...",
"miOpenFolder": "打开文件夹(&&F)...",
"miOpenFile": "打开文件(&&O)...",
"miOpenRecent": "打开最近的文件(&&R)",
"miSaveWorkspaceAs": "将工作区另存为(&&V)...",
"miSaveWorkspaceAs": "将工作区另存为...",
"miAddFolderToWorkspace": "将文件夹添加到工作区(&&D)...",
"miSave": "保存(&&S)",
"miSaveAs": "另存为(&&A)...",
@ -184,6 +184,7 @@
"miDownloadingUpdate": "正在下载更新...",
"miInstallingUpdate": "正在安装更新...",
"miCheckForUpdates": "检查更新...",
"aboutDetail": "\n版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n渲染器 {4}\nNode {5}\n架构 {6}",
"okButton": "确定"
"aboutDetail": "版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n渲染器 {4}\nNode {5}\n架构 {6}",
"okButton": "确定",
"copy": "复制(&&C)"
}

View file

@ -17,9 +17,9 @@
"lineNumbers": "控制行号的显示。可选值为 \"on\"、\"off\" 和 \"relative\"。",
"rulers": "在一定数量的等宽字符后显示垂直标尺。输入多个值,显示多个标尺。若数组为空,则不绘制标尺。",
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
"tabSize": "一个制表符等于的空格数。该设置在 `editor.detectIndentation` 启用时根据文件内容进行重写。",
"tabSize": "一个制表符等于的空格数。该设置在 \"editor.detectIndentation\" 启用时根据文件内容可能会被覆盖。",
"tabSize.errorMessage": "应为“number”。注意值“auto”已由“editor.detectIndentation”设置替换。",
"insertSpaces": "按 \"Tab\" 时插入空格。该设置在 `editor.detectIndentation` 启用时根据文件内容进行重写。",
"insertSpaces": "按 Tab 键时插入空格。该设置在 \"editor.detectIndentation\" 启用时根据文件内容可能会被覆盖。",
"insertSpaces.errorMessage": "应为 \"boolean\"。注意,值 \"auto\" 已由 \"editor.detectIndentation\" 设置替换。",
"detectIndentation": "当打开文件时,将基于文件内容检测 \"editor.tabSize\" 和 \"editor.insertSpaces\"。",
"roundedSelection": "控制选取范围是否有圆角",

View file

@ -8,6 +8,7 @@
"unFoldRecursivelyAction.label": "以递归方式展开",
"foldAction.label": "折叠",
"foldRecursivelyAction.label": "以递归方式折叠",
"foldAllBlockComments.label": "折叠所有块注释",
"foldAllAction.label": "全部折叠",
"unfoldAllAction.label": "全部展开",
"foldLevelAction.label": "折叠级别 {0}"

View file

@ -12,6 +12,8 @@
"newWindow": "强制创建一个新的 Code 实例。",
"performance": "通过启用 \"Developer: Startup Performance\" 命令开始。",
"prof-startup": "启动期间运行 CPU 探查器",
"inspect-extensions": "允许进行扩展的调试与分析。检查开发人员工具可获取连接 URI。",
"inspect-brk-extensions": "允许在扩展主机在启动后暂停时进行扩展的调试与分析。检查开发人员工具可获取连接 URI。",
"reuseWindow": "在上一活动窗口中强制打开文件或文件夹。",
"userDataDir": "指定存放用户数据的目录。此目录在以 root 身份运行时十分有用。",
"verbose": "打印详细输出(隐含 --wait 参数)。",
@ -24,6 +26,7 @@
"experimentalApis": "启用扩展程序实验性 api 功能。",
"disableExtensions": "禁用所有已安装的扩展。",
"disableGPU": "禁用 GPU 硬件加速。",
"ps": "打印进程使用情况和诊断信息。",
"version": "打印版本。",
"help": "打印使用情况。",
"usage": "使用情况",

View file

@ -4,6 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"notFound": "找不到扩展",
"noCompatible": "找不到与此版本 Code 兼容的 {0} 版本。"
"notCompatibleDownload": "无法下载。找不到与 VS Code 当前版本 ({0}) 兼容的扩展。"
}

View file

@ -6,11 +6,16 @@
{
"invalidManifest": "扩展无效: package.json 不是 JSON 文件。",
"restartCodeLocal": "请先重启 Code 再重新安装 {0}。",
"restartCodeGallery": "请先重启 Code 再重新安装。",
"installingOutdatedExtension": "您已安装此扩展的新版程序。是否要使用旧版覆盖?",
"override": "覆盖",
"cancel": "取消",
"notFoundCopatible": "无法安装。找不到与 VS Code 当前版本 ({1}) 兼容的扩展“{0}”。",
"quitCode": "无法安装,因为此扩展的一个过时实例仍在运行。请先完全重启 VS Code再重新安装。",
"exitCode": "无法安装,因为此扩展的一个过时实例仍在运行。请先完全重启 VS Code再重新安装。",
"notFoundCompatibleDependency": "无法安装。找不到与 VS Code 当前版本 ({1}) 兼容的依赖扩展“{0}”。",
"uninstallDependeciesConfirmation": "要仅卸载“{0}”或者其依赖项也一起卸载?",
"uninstallOnly": "仅",
"uninstallAll": "全部",
"cancel": "取消",
"uninstallConfirmation": "是否确定要卸载“{0}”?",
"ok": "确定",
"singleDependentError": "无法卸载扩展程序“{0}”。扩展程序“{1}”依赖于此。",

View file

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"largeNumberBadge": "1万+",
"badgeTitle": "{0} - {1}",
"additionalViews": "其他视图",
"numberBadge": "{0} ({1})",

View file

@ -33,6 +33,7 @@
"openPreviousEditor": "打开上一个编辑器",
"nextEditorInGroup": "打开组中的下一个编辑器",
"openPreviousEditorInGroup": "打开组中上一个编辑器",
"lastEditorInGroup": "打开组中上一个编辑器",
"navigateNext": "前进",
"navigatePrevious": "后退",
"navigateLast": "转到最后",

View file

@ -16,6 +16,7 @@
"workbench.editor.labelFormat.long": "在文件的绝对路径之后显示文件名。",
"tabDescription": "控制编辑器标签的格式。修改这项设置会让文件的路径更容易理解:\n- short: \"parent\"\n- medium: \"workspace/src/parent\"\n- long: \"/home/user/workspace/src/parent\"\n- default: 当与另一选项卡标题相同时为 \".../parent\"。选项卡被禁用时则为相对工作区路径",
"editorTabCloseButton": "控制编辑器的选项卡关闭按钮的位置,或当设置为 \"off\" 时禁用关闭它们。",
"tabSizing": "控制编辑器选项卡的大小。若设置为 \"fit\",选项卡将总是足够大,能够完全显示编辑器标签。若设置为 \"shrink\",将在不能一次全部显示所有选项卡时,允许选项卡缩小。",
"showIcons": "控制打开的编辑器是否随图标一起显示。这还需启用图标主题。",
"enablePreview": "控制是否将打开的编辑器显示为预览。预览编辑器将会重用至其被保留(例如,通过双击或编辑),且其字体样式将为斜体。",
"enablePreviewFromQuickOpen": "控制 Quick Open 中打开的编辑器是否显示为预览。预览编辑器可以重新使用,直到将其保留(例如,通过双击或编辑)。",
@ -26,12 +27,10 @@
"closeOnFocusLost": "控制 Quick Open 是否应在失去焦点时自动关闭。",
"openDefaultSettings": "控制打开设置时是否打开显示所有默认设置的编辑器。",
"sideBarLocation": "控制边栏的位置。它可显示在工作台的左侧或右侧。",
"panelLocation": "控制面板的位置。它可显示在工作台的底部或右侧。",
"statusBarVisibility": "控制工作台底部状态栏的可见性。",
"activityBarVisibility": "控制工作台中活动栏的可见性。",
"closeOnFileDelete": "控制文件被其他某些进程删除或重命名时是否应该自动关闭显示文件的编辑器。禁用此项会保持编辑器作为此类事件的脏文件打开。请注意,从应用程序内部进行删除操作会始终关闭编辑器,并且脏文件始终不会关闭以保存数据。",
"experimentalFuzzySearchEndpoint": "表示用于实验性设置搜索的端点。",
"experimentalFuzzySearchKey": "表示用于实验性设置搜索的密钥。",
"enableNaturalLanguageSettingsSearch": "控制是否在设置中启用自然语言搜索模式。",
"fontAliasing": "控制工作台中字体的渲染方式\n- default: 次像素平滑字体。将在大多数非 retina 显示器上显示最清晰的文字\n- antialiased: 进行像素而不是次像素级别的字体平滑。可能会导致字体整体显示得更细\n- none: 禁用字体平滑。将显示边缘粗糙、有锯齿的文字",
"workbench.fontAliasing.default": "次像素平滑字体。将在大多数非 retina 显示器上显示最清晰的文字。",
"workbench.fontAliasing.antialiased": "进行像素而不是次像素级别的字体平滑。可能会导致字体整体显示得更细。",

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.
{
"functionBreakpointsNotSupported": "此调试类型不支持函数断点",
"functionBreakpointPlaceholder": "要断开的函数",
"functionBreakPointInputAriaLabel": "键入函数断点"
}

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.
{
"callstackSection": "调用堆栈部分",
"debugStopped": "因 {0} 已暂停",
"callStackAriaLabel": "调试调用堆栈",
"process": "进程",
"paused": "已暂停",
"running": "正在运行",
"thread": "线程",
"pausedOn": "因 {0} 已暂停",
"loadMoreStackFrames": "加载多个堆栈帧",
"threadAriaLabel": "线程 {0},调用堆栈,调试",
"stackFrameAriaLabel": "堆栈帧 {0} 行 {1} {2},调用堆栈,调试"
}

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.
{
"variablesSection": "变量部分",
"variablesAriaTreeLabel": "调试变量",
"variableValueAriaLabel": "键入新的变量值",
"variableScopeAriaLabel": "范围 {0},变量,调试",
"variableAriaLabel": "{0} 值 {1},变量,调试"
}

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.
{
"expressionsSection": "表达式部分",
"watchAriaTreeLabel": "调试监视表达式",
"watchExpressionPlaceholder": "要监视的表达式",
"watchExpressionInputAriaLabel": "键入监视表达式",
"watchExpressionAriaLabel": "{0} 值 {1},监视,调试",
"watchVariableAriaLabel": "{0} 值 {1},监视,调试"
}

View file

@ -10,16 +10,12 @@
"Uninstalling": "正在卸载",
"updateAction": "更新",
"updateTo": "更新到 {0}",
"enableForWorkspaceAction.label": "启用(工作区)",
"enableAlwaysAction.label": "启用(始终)",
"disableForWorkspaceAction.label": "禁用(工作区)",
"disableAlwaysAction.label": "禁用(始终)",
"ManageExtensionAction.uninstallingTooltip": "正在卸载",
"enableForWorkspaceAction": "工作区",
"enableGloballyAction": "始终",
"enableForWorkspaceAction": "启用(工作区)",
"enableGloballyAction": "启用",
"enableAction": "启用",
"disableForWorkspaceAction": "工作区",
"disableGloballyAction": "始终",
"disableForWorkspaceAction": "禁用(工作区)",
"disableGloballyAction": "禁用",
"disableAction": "禁用",
"checkForUpdates": "检查更新",
"enableAutoUpdate": "启用自动更新扩展",
@ -47,11 +43,8 @@
"allExtensionsInstalled": "已安装根据工作区推荐的所有扩展",
"installRecommendedExtension": "安装推荐的扩展",
"extensionInstalled": "您已经安装过此推荐扩展",
"showRecommendedKeymapExtensions": "显示推荐键映射",
"showRecommendedKeymapExtensionsShort": "键映射",
"showLanguageExtensions": "显示语言扩展",
"showLanguageExtensionsShort": "语言扩展",
"showAzureExtensions": "显示 Azure 扩展",
"showAzureExtensionsShort": "Azure 扩展",
"OpenExtensionsFile.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"extensions.json\" 文件。",
"configureWorkspaceRecommendedExtensions": "配置建议的扩展(工作区)",

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.
{
"folders": "文件夹"
}

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.
{
"filesCategory": "文件",
"revealInSideBar": "在侧边栏中显示",
"acceptLocalChanges": "使用你的更改并覆盖磁盘上的内容。",
"revertLocalChanges": "放弃你的更改并还原为磁盘上的内容"
}

View file

@ -0,0 +1,75 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"retry": "重试",
"rename": "重命名",
"newFile": "新建文件",
"newFolder": "新建文件夹",
"openFolderFirst": "先打开一个文件夹,以在其中创建文件或文件夹。",
"newUntitledFile": "新的无标题文件",
"createNewFile": "新建文件",
"createNewFolder": "新建文件夹",
"deleteButtonLabelRecycleBin": "移动到回收站(&&M)",
"deleteButtonLabelTrash": "移动到回收站(&&M)",
"deleteButtonLabel": "删除(&&D)",
"dirtyMessageFolderOneDelete": "你正在删除的文件夹有 1 个文件具有未保存的更改。是否继续?",
"dirtyMessageFolderDelete": "你正在删除的文件夹有 {0} 个文件具有未保存的更改。是否继续?",
"dirtyMessageFileDelete": "你正在删除的文件具有未保存的更改。是否继续?",
"dirtyWarning": "如果不保存,更改将丢失。",
"confirmMoveTrashMessageFolder": "是否确实要删除“{0}”及其内容?",
"confirmMoveTrashMessageFile": "是否确实要删除“{0}”?",
"undoBin": "可以从回收站还原。",
"undoTrash": "可以从回收站还原。",
"doNotAskAgain": "不再询问",
"confirmDeleteMessageFolder": "是否确定要永久删除“{0}”及其内容?",
"confirmDeleteMessageFile": "是否确定要永久删除“{0}”?",
"irreversible": "此操作不可逆!",
"permDelete": "永久删除",
"delete": "删除",
"importFiles": "导入文件",
"confirmOverwrite": "目标文件夹中已存在具有相同名称的文件或文件夹。是否要替换它?",
"replaceButtonLabel": "替换(&&R)",
"copyFile": "复制",
"pasteFile": "粘贴",
"duplicateFile": "重复",
"openToSide": "打开到侧边",
"compareSource": "选择以进行比较",
"globalCompareFile": "比较活动文件与...",
"openFileToCompare": "首先打开文件以将其与另外一个文件比较。",
"compareWith": "将“{0}”与“{1}”比较",
"compareFiles": "比较文件",
"refresh": "刷新",
"save": "保存",
"saveAs": "另存为...",
"saveAll": "全部保存",
"saveAllInGroup": "保存组中的全部内容",
"saveFiles": "保存所有文件",
"revert": "还原文件",
"focusOpenEditors": "专注于“打开的编辑器”视图",
"focusFilesExplorer": "关注文件资源浏览器",
"showInExplorer": "在侧边栏中显示活动文件",
"openFileToShow": "请先打开要在浏览器中显示的文件",
"collapseExplorerFolders": "在资源管理器中折叠文件夹",
"refreshExplorer": "刷新资源管理器",
"openFileInNewWindow": "在新窗口中打开活动文件",
"openFileToShowInNewWindow": "请先打开要在新窗口中打开的文件",
"revealInWindows": "在资源管理器中显示",
"revealInMac": "在 Finder 中显示",
"openContainer": "打开所在的文件夹",
"revealActiveFileInWindows": "Windows 资源管理器中显示活动文件",
"revealActiveFileInMac": "在 Finder 中显示活动文件",
"openActiveFileContainer": "打开活动文件所在的文件夹",
"copyPath": "复制路径",
"copyPathOfActive": "复制活动文件的路径",
"emptyFileNameError": "必须提供文件或文件夹名。",
"fileNameExistsError": "此位置已存在文件或文件夹 **{0}**。请选择其他名称。",
"invalidFileNameError": "名称 **{0}** 作为文件或文件夹名无效。请选择其他名称。",
"filePathTooLongError": "名称 **{0}** 导致路径太长。请选择更短的名称。",
"compareWithSaved": "比较活动与已保存的文件",
"modifiedLabel": "{0} (磁盘上) ↔ {1}",
"compareWithClipboard": "比较活动文件与剪贴板",
"clipboardComparisonLabel": "剪贴板 ↔ {0}"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openFileToCopy": "首先打开文件以复制其路径",
"openFileToReveal": "首先打开文件以展现"
}

View file

@ -0,0 +1,53 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"showExplorerViewlet": "显示资源管理器",
"explore": "资源管理器",
"view": "查看",
"textFileEditor": "文本文件编辑器",
"binaryFileEditor": "二进制文件编辑器",
"filesConfigurationTitle": "文件",
"exclude": "配置 glob 模式以在搜索中排除文件和文件夹。例如,文件资源管理器根据此设置决定文件或文件夹的显示和隐藏。",
"files.exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
"files.exclude.when": "对匹配文件的同级文件的其他检查。使用 $(basename) 作为匹配文件名的变量。",
"associations": "配置语言的文件关联(如: \"*.extension\": \"html\")。这些关联的优先级高于已安装语言的默认关联。",
"encoding": "读取和编写文件时使用的默认字符集编码。也可以根据语言配置此设置。",
"autoGuessEncoding": "如果启用,会在打开文件时尝试猜测字符集编码。也可以根据语言配置此设置。",
"eol": "默认行尾字符。使用 \\n 表示 LF\\r\\n 表示 CRLF。",
"trimTrailingWhitespace": "启用后,将在保存文件时剪裁尾随空格。",
"insertFinalNewline": "启用后,保存文件时在文件末尾插入一个最终新行。",
"trimFinalNewlines": "启用后,保存文件时将删除在最终新行后的所有新行。",
"files.autoSave.off": "永不自动保存更新后的文件。",
"files.autoSave.afterDelay": "配置 \"files.autoSaveDelay\" 后自动保存更新后的文件。",
"files.autoSave.onFocusChange": "编辑器失去焦点时自动保存更新后的文件。",
"files.autoSave.onWindowChange": "窗口失去焦点时自动保存更新后的文件。",
"autoSave": "控制已更新文件的自动保存。接受的值:“{0}”、\"{1}”、“{2}”(编辑器失去焦点)、“{3}”(窗口失去焦点)。如果设置为“{4}”,则可在 \"files.autoSaveDelay\" 中配置延迟。",
"autoSaveDelay": "控制在多少毫秒后自动保存更改过的文件。仅在“files.autoSave”设置为“{0}”时适用。",
"watcherExclude": "配置文件路径的 glob 模式以从文件监视排除。模式必须在绝对路径上匹配(例如 ** 前缀或完整路径需正确匹配)。更改此设置需要重启。如果在启动时遇到 Code 消耗大量 CPU 时间,则可以排除大型文件夹以减少初始加载。",
"hotExit.off": "禁用热退出。",
"hotExit.onExit": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口或触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口、触发 workbench.action.quit 命令命令托盘、键绑定、菜单会引起应用程序关闭。对于任何有文件夹打开的窗口则不论该窗口是否是最后一个窗口。下次启动时将还原所有未打开文件夹的窗口。若要还原打开有文件夹的窗口请将“window.restoreWindows”设置为“all”。",
"hotExit": "控制是否在会话间记住未保存的文件,以允许在退出编辑器时跳过保存提示。",
"useExperimentalFileWatcher": "使用新的试验文件观察程序。",
"defaultLanguage": "分配给新文件的默认语言模式。",
"editorConfigurationTitle": "编辑器",
"formatOnSave": "保存时设置文件的格式。格式化程序必须可用,不能自动保存文件,并且不能关闭编辑器。",
"explorerConfigurationTitle": "文件资源管理器",
"openEditorsVisible": "在“打开的编辑器”窗格中显示的编辑器数量。将其设置为 0 可隐藏窗格。",
"dynamicHeight": "控制打开的编辑器部分的高度是否应动态适应元素数量。",
"autoReveal": "控制资源管理器是否应在打开文件时自动显示并选择它们。",
"enableDragAndDrop": "控制资源管理器是否应该允许通过拖放移动文件和文件夹。",
"confirmDragAndDrop": "控制在资源管理器内拖放移动文件或文件夹时是否进行确认。",
"confirmDelete": "控制资源管理器是否应在删除文件到回收站时进行确认。",
"sortOrder.default": "按名称的字母顺序排列文件和文件夹。文件夹显示在文件前。",
"sortOrder.mixed": "按名称的字母顺序排列文件和文件夹。两者穿插显示。",
"sortOrder.filesFirst": "按名称的字母顺序排列文件和文件夹。文件显示在文件夹前。",
"sortOrder.type": "按扩展名的字母顺序排列文件和文件夹。文件夹显示在文件前。",
"sortOrder.modified": "按最后修改日期降序排列文件和文件夹。文件夹显示在文件前。",
"sortOrder": "控制资源管理器文件和文件夹的排列顺序。除了默认排列顺序,你也可以设置为 \"mixed\" (文件和文件夹一起排序)、\"type\" (按文件类型排)、\"modified\" (按最后修改日期排)或是 \"filesFirst\" (将文件排在文件夹前)。",
"explorer.decorations.colors": "控制文件修饰是否用颜色。",
"explorer.decorations.badges": "控制文件修饰是否用徽章。"
}

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.
{
"userGuide": "使用右侧编辑器工具栏的操作来**撤消**你的更改或用你的更改来**覆盖**磁盘上的内容",
"discard": "放弃",
"overwrite": "覆盖",
"retry": "重试",
"readonlySaveError": "无法保存“{0}”: 文件写保护。选择“覆盖”以删除保护。 ",
"genericSaveError": "未能保存“{0}”: {1}",
"staleSaveError": "无法保存“{0}”: 磁盘上的内容较新。单击 **比较** 以比较你的版本和磁盘上的版本。",
"compareChanges": "比较",
"saveConflictDiffLabel": "{0} (on disk) ↔ {1} (in {2}) - 解决保存的冲突"
}

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.
{
"noWorkspace": "无打开的文件夹",
"explorerSection": "文件资源管理器部分",
"noWorkspaceHelp": "你还没有在工作区中添加文件夹。",
"addFolder": "添加文件夹",
"noFolderHelp": "尚未打开文件夹。",
"openFolder": "打开文件夹"
}

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.
{
"label": "资源管理器",
"canNotResolve": "无法解析工作区文件夹"
}

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.
{
"explorerSection": "文件资源管理器部分",
"treeAriaLabel": "文件资源管理器"
}

View file

@ -0,0 +1,19 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fileInputAriaLabel": "键入文件名。按 Enter 以确认或按 Esc 以取消。",
"filesExplorerViewerAriaLabel": "{0},文件资源管理器",
"dropFolders": "你是否要将文件夹添加到工作区?",
"dropFolder": "你是否要将文件夹添加到工作区?",
"addFolders": "添加文件夹(&&A)",
"addFolder": "添加文件夹(&&A)",
"confirmMove": "是否确实要移动“{0}”?",
"doNotAskAgain": "不再询问",
"moveButtonLabel": "移动(&&M)",
"confirmOverwriteMessage": "目标文件夹中已存在“{0}”。是否要将其替换?",
"irreversible": "此操作不可逆!",
"replaceButtonLabel": "替换(&&R)"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openEditors": "打开的编辑器",
"openEditosrSection": "打开的编辑器部分",
"treeAriaLabel": "打开的编辑器: 活动文件列表",
"dirtyCounter": "{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.
{
"editorGroupAriaLabel": "{0}, 编辑器组",
"openEditorAriaLabel": "{0}, 打开编辑器",
"saveAll": "全部保存",
"closeAllUnmodified": "关闭未更改",
"closeAll": "全部关闭",
"compareWithSaved": "与已保存文件比较",
"close": "关闭",
"closeOthers": "关闭其他"
}

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.
{
"totalProblems": "总计 {0} 个问题",
"filteredProblems": "显示 {0} 个 (共 {1} 个) 问题"
}

View file

@ -7,7 +7,6 @@
"viewCategory": "查看",
"problems.view.toggle.label": "切换显示问题视图",
"problems.view.focus.label": "聚焦于问题视图",
"problems.view.hide.label": "隐藏问题视图",
"problems.panel.configuration.title": "问题预览",
"problems.panel.configuration.autoreveal": "控制问题预览是否应在打开文件时自动显示它们。",
"markers.panel.title.problems": "问题",

View file

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

View file

@ -26,6 +26,7 @@
"editKeybindingLabel": "更改键绑定",
"addKeybindingLabelWithKey": "添加键绑定",
"addKeybindingLabel": "添加键绑定",
"title": "{0} ({1})",
"commandAriaLabel": "命令为 {0}。",
"keybindingAriaLabel": "键绑定为 {0}。",
"noKeybinding": "未分配键绑定。",

View file

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openRawDefaultSettings": "打开默认设置原始文档",
"openGlobalSettings": "打开用户设置",
"openGlobalKeybindings": "打开键盘快捷方式",
"openGlobalKeybindingsFile": "打开键盘快捷方式文件",

View file

@ -11,6 +11,8 @@
"oneSettingFound": "1 个设置匹配",
"settingsFound": "{0} 个设置匹配",
"totalSettingsMessage": "总计 {0} 个设置",
"defaultSettings": "默认设置",
"defaultFolderSettings": "默认文件夹设置",
"defaultEditorReadonly": "在右侧编辑器中编辑以覆盖默认值。",
"preferencesAriaLabel": "默认首选项。只读文本编辑器。"
}

View file

@ -7,8 +7,6 @@
"emptyUserSettingsHeader": "将设置放入此处以覆盖\"默认设置\"。",
"emptyWorkspaceSettingsHeader": "将设置放入此处以覆盖\"用户设置\"。",
"emptyFolderSettingsHeader": "将文件夹设置放入此处以覆盖\"工作区设置\"。",
"defaultFolderSettingsTitle": "默认文件夹设置",
"defaultSettingsTitle": "默认设置",
"editTtile": "编辑",
"replaceDefaultValue": "在设置中替换",
"copyDefaultValue": "复制到设置",

View file

@ -4,9 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"defaultSettingsFuzzyPrompt": "试试模糊搜索!",
"defaultSettingsFuzzyPrompt": "试试自然语言搜索!",
"defaultSettings": "将您的设置放入右侧编辑器以覆盖。",
"noSettingsFound": "未找到设置。",
"folderSettingsDetails": "文件夹设置",
"enableFuzzySearch": "启用实验性的模糊搜索"
"settingsSwitcherBarAriaLabel": "设置转换器",
"userSettings": "用户设置",
"workspaceSettings": "工作区设置",
"folderSettings": "文件夹设置",
"enableFuzzySearch": "启用自然语言搜索"
}

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.
{
"defaultPreferencesEditor": "默认首选项编辑器",
"keybindingsEditor": "键绑定编辑器",
"preferences": "首选项"
}

View file

@ -10,15 +10,11 @@
"previousSearchExcludePattern": "显示上一个搜索排除模式",
"nextSearchTerm": "显示下一个搜索词",
"previousSearchTerm": "显示上一个搜索词",
"focusNextInputBox": "聚焦下一个输入框",
"focusPreviousInputBox": "聚焦上一个输入框",
"showSearchViewlet": "显示搜索",
"findInFiles": "在文件中查找",
"findInFilesWithSelectedText": "在文件中查找所选文本",
"replaceInFiles": "在文件中替换",
"replaceInFilesWithSelectedText": "在文件中替换所选文本",
"findInWorkspace": "在工作区中查找...",
"findInFolder": "在文件夹中查找...",
"RefreshAction.label": "刷新",
"collapse": "折叠",
"ClearSearchResultsAction.label": "清除搜索结果",

View file

@ -0,0 +1,22 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"showTriggerActions": "转到工作区中的符号...",
"name": "搜索",
"search": "搜索",
"view": "查看",
"openAnythingHandlerDescription": "转到文件",
"openSymbolDescriptionNormal": "转到工作区中的符号",
"searchOutputChannelTitle": "搜索",
"searchConfigurationTitle": "搜索",
"exclude": "配置 glob 模式以在搜索中排除文件和文件夹。从 files.exclude 设置中继承所有 glob 模式。",
"exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
"exclude.when": "对匹配文件的同级文件的其他检查。使用 $(basename) 作为匹配文件名的变量。",
"useRipgrep": "控制是否在文本和文件搜索中使用 ripgrep",
"useIgnoreFiles": "控制搜索文件时是否使用 .gitignore 和 .ignore 文件。",
"search.quickOpen.includeSymbols": "配置为在 Quick Open 文件结果中包括全局符号搜索的结果。",
"search.followSymlinks": "控制是否在搜索中跟踪符号链接。"
}

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.
{
"findInFolder": "在文件夹中查找...",
"findInWorkspace": "在工作区中查找..."
}

View file

@ -30,7 +30,7 @@
"TaskSystem.activeSame.noBackground": "任务 \"{0}\" 已处于活动状态。若要终止任务,请选择“任务”菜单中的“终止任务...”。",
"TaskSystem.active": "当前已有任务正在运行。请先终止它,然后再执行另一项任务。",
"TaskSystem.restartFailed": "未能终止并重启任务 {0}",
"TaskService.noConfiguration": "错误: {0} 任务检测没有提供拥有下列配置的任务:\n{1}\n将忽略此任务。",
"TaskService.noConfiguration": "错误: {0} 任务检测没有提供拥有下列配置的任务:\n{1}\n将忽略此任务。\n",
"TaskSystem.configurationErrors": "错误: 提供的任务配置具有验证错误,无法使用。请首先改正错误。",
"taskService.ignoreingFolder": "将忽略工作区文件夹 {0} 的任务配置。多文件夹工作区任务支持要求所有文件夹使用任务版本 2.0.0\n",
"TaskSystem.invalidTaskJson": "错误: tasks.json 文件的内容具有语法错误。请先更正错误然后再执行任务。\n",

View file

@ -14,7 +14,7 @@
"ConfigurationParser.noTypeDefinition": "错误: 没有注册任务类型“{0}”。你是不是忘记安装含有相应任务提供器的扩展?",
"ConfigurationParser.missingRequiredProperty": "错误: 任务配置“{0}”缺失必要属性“{1}”。将忽略该任务。",
"ConfigurationParser.notCustom": "错误: 任务未声明为自定义任务。将忽略配置。\n{0}\n",
"ConfigurationParser.noTaskName": "错误: 任务必须提供 taskName 属性。将忽略该任务。\n{0}\n",
"ConfigurationParser.noTaskName": "错误: 任务必须提供 label 属性。将忽略该任务。\n{0}\n",
"taskConfiguration.shellArgs": "警告: 任务“{0}”是 shell 命令,而且其中一个参数可能含有未转义的空格。若要确保命令行引用正确,请将参数合并到该命令。",
"taskConfiguration.noCommandOrDependsOn": "错误:任务“{0}”既不指定命令,也不指定 dependsOn 属性。将忽略该任务。其定义为:\n{1}",
"taskConfiguration.noCommand": "错误: 任务“{0}”未定义命令。将忽略该任务。其定义为:\n{1}",

View file

@ -16,7 +16,7 @@
"terminal.integrated.rightClickCopyPaste": "设置后,在终端内右键单击时,这将阻止显示上下文菜单,相反,它将在有选项时进行复制,并且在没有选项时进行粘贴。",
"terminal.integrated.fontFamily": "控制终端的字体系列这在编辑器中是默认的。fontFamily 的值。",
"terminal.integrated.fontSize": "控制终端的字号(以像素为单位)。",
"terminal.integrated.lineHeight": "控制终端的行高,此数字乘以终端字号得到实际行高(以像素表示)。",
"terminal.integrated.lineHeight": "控制终端的行高,此数字乘上终端字号得到实际行高(以像素为单位)。",
"terminal.integrated.enableBold": "是否在终端内启用粗体文本,注意这需要终端命令行的支持。",
"terminal.integrated.cursorBlinking": "控制终端光标是否闪烁。",
"terminal.integrated.cursorStyle": "控制终端游标的样式。",

View file

@ -4,9 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"migration.completed": "已向用户设置添加了新的主题设置。{0} 中可备份。",
"error.cannotloadtheme": "无法加载 {0}: {1}",
"error.cannotloadicontheme": "Unable to load {0}",
"colorTheme": "指定工作台中使用的颜色主题。",
"colorThemeError": "主题未知或未安装。",
"iconTheme": "指定在工作台中使用的图标主题,或指定 \"null\" 以不显示任何文件图标。",

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.
{
"yes": "是",
"no": "否"
}

View file

@ -74,7 +74,6 @@
"no stashes": "沒有要隱藏可供還原。",
"pick stash to pop": "請挑選要快顯的隱藏",
"clean repo": "請先清除您的本地儲存庫工作區再簽出。",
"cant push": "無法將參考推送到遠端。請先執行 [提取] 以整合您的變更。",
"git error details": "Git: {0}",
"git error": "Git 錯誤",
"open git log": "開啟 Git 記錄"

View file

@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"using git": "正在使用來自 {1} 的 git {0}",
"updateGit": "更新 Git",
"neverShowAgain": "不要再顯示",
"updateGit": "更新 Git",
"git20": "您似乎已安裝 Git {0}。Code 搭配 Git >= 2 的執行效果最佳"
}

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.
{
"secondInstanceNoResponse": "另一個 {0} 執行個體正在執行,但沒有回應",
"secondInstanceNoResponseDetail": "請關閉其他所有執行個體,然後再試一次。",
"secondInstanceAdminDetail": "請關閉其他執行個體,然後再試一次。",
"close": "關閉(&&C)"
}

View file

@ -25,6 +25,7 @@
"miOpenFolder": "開啟資料夾(&&F)...",
"miOpenFile": "開啟檔案(&&O)...",
"miOpenRecent": "開啟最近的檔案(&&R)",
"miSaveWorkspaceAs": "另存工作區為...",
"miSave": "儲存(&&S)",
"miSaveAs": "另存新檔(&&A)...",
"miSaveAll": "全部儲存(&&L)",
@ -181,6 +182,6 @@
"miDownloadingUpdate": "正在下載更新...",
"miInstallingUpdate": "正在安裝更新...",
"miCheckForUpdates": "查看是否有更新",
"aboutDetail": "\n版本 {0}\n認可 {1}\n日期 {2}\nShell {3}\n轉譯器 {4}\n節點 {5}\n架構 {6}",
"okButton": "確定"
"okButton": "確定",
"copy": "複製(&&C)"
}

View file

@ -19,7 +19,7 @@
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
"tabSize.errorMessage": "必須是 'number'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。",
"insertSpaces": "在按 Tab 時插入空格。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
"insertSpaces": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
"insertSpaces.errorMessage": "必須是 'boolean'。請注意,值 \"auto\" 已由 `editor.detect Indentation` 設定取代。",
"detectIndentation": "開啟檔案時,會依據檔案內容來偵測 `editor.tabSize` 及 `editor.insertSpaces`。",
"roundedSelection": "控制選取範圍是否有圓角",

View file

@ -8,6 +8,7 @@
"unFoldRecursivelyAction.label": "以遞迴方式展開",
"foldAction.label": "摺疊",
"foldRecursivelyAction.label": "以遞迴方式摺疊",
"foldAllBlockComments.label": "摺疊全部區塊註解",
"foldAllAction.label": "全部摺疊",
"unfoldAllAction.label": "全部展開",
"foldLevelAction.label": "摺疊層級 {0}"

View file

@ -3,7 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"notFound": "找不到擴充功能",
"noCompatible": "找不到與此 Code 版本相容的 {0} 版本。"
}
{}

View file

@ -6,11 +6,10 @@
{
"invalidManifest": "擴充功能無效: package.json 不是 JSON 檔案。",
"restartCodeLocal": "請先重新啟動 Code再重新安裝 {0}。",
"restartCodeGallery": "重新安裝之前,請先重新啟動 Code。",
"cancel": "取消",
"uninstallDependeciesConfirmation": "只要將 '{0}' 解除安裝,或要包含其相依性?",
"uninstallOnly": "只有",
"uninstallAll": "全部",
"cancel": "取消",
"uninstallConfirmation": "確定要將 '{0}' 解除安裝嗎?",
"ok": "確定",
"singleDependentError": "無法將延伸模組 '{0}' 解除安裝。其為延伸模組 '{1}' 的相依對象。",

View file

@ -33,6 +33,7 @@
"openPreviousEditor": "開啟上一個編輯器",
"nextEditorInGroup": "開啟群組中下一個編輯器",
"openPreviousEditorInGroup": "開啟群組中上一個編輯器",
"lastEditorInGroup": "開啟群組中最後一個編輯器",
"navigateNext": "向前",
"navigatePrevious": "向後",
"navigateLast": "移至最後",

View file

@ -26,12 +26,9 @@
"closeOnFocusLost": "控制是否在 Quick Open 失去焦點時自動關閉。",
"openDefaultSettings": "控制開啟設定時是否也會開啟顯示所有預設設定的編輯器。",
"sideBarLocation": "控制項資訊看板的位置。可顯示於 Workbench 的左方或右方。",
"panelLocation": "控制面板的位置。其可顯示於工作台底部或工作台右方。",
"statusBarVisibility": "控制 Workbench 底端狀態列的可視性。",
"activityBarVisibility": "控制活動列在 workbench 中的可見度。",
"closeOnFileDelete": "控制顯示檔案的編輯器是否應在其他處理序刪除或重新命名該檔案時自動關閉。若停用此選項,當發生前述狀況時,編輯器會保持開啟,並呈現已變更的狀態。請注意,從應用程式內刪除一律會關閉編輯器,但已變更的檔案在資料未儲存前一律不會關閉。",
"experimentalFuzzySearchEndpoint": "表示要用於實驗性設定搜尋的端點。",
"experimentalFuzzySearchKey": "表示要用於實驗性設定搜尋的索引碼。",
"fontAliasing": "在 Workbench 中控制字型鋸齒化的方法。- 預設: 子像素字型平滑處理。在大部分非 Retina 顯示器上會顯示出最銳利的文字- 已消除鋸齒: 相對於子像素,根據像素層級平滑字型。可讓字型整體顯得較細- 無: 停用字型平滑處理。文字會以鋸齒狀的銳邊顯示 ",
"workbench.fontAliasing.default": "子像素字型平滑處理。在大部分非 Retina 顯示器上會顯示出最銳利的文字。",
"workbench.fontAliasing.antialiased": "相對於子像素,根據像素層級平滑字型。可以讓字型整體顯得較細。",

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.
{
"functionBreakpointsNotSupported": "此偵錯類型不支援函式中斷點",
"functionBreakpointPlaceholder": "要中斷的函式",
"functionBreakPointInputAriaLabel": "輸入函式中斷點"
}

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.
{
"callstackSection": "呼叫堆疊區段",
"debugStopped": "於 {0} 暫停",
"callStackAriaLabel": "偵錯呼叫堆疊",
"process": "處理序",
"paused": "已暫停",
"running": "正在執行",
"thread": "執行緒",
"pausedOn": "於 {0} 暫停",
"loadMoreStackFrames": "載入更多堆疊框架",
"threadAriaLabel": "執行緒 {0},呼叫堆疊,偵錯",
"stackFrameAriaLabel": "堆疊框架 {0} 第 {1} {2} 行,呼叫堆疊,偵錯"
}

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.
{
"variablesSection": "變數區段",
"variablesAriaTreeLabel": "偵錯變數",
"variableValueAriaLabel": "輸入新的變數值",
"variableScopeAriaLabel": "範圍 {0},變數,偵錯",
"variableAriaLabel": "{0} 值 {1},變數,偵錯"
}

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.
{
"expressionsSection": "運算式區段",
"watchAriaTreeLabel": "對監看運算式執行偵錯",
"watchExpressionPlaceholder": "要監看的運算式",
"watchExpressionInputAriaLabel": "輸入監看運算式",
"watchExpressionAriaLabel": "{0} 值 {1},監看式,偵錯",
"watchVariableAriaLabel": "{0} 值 {1},監看式,偵錯"
}

View file

@ -10,16 +10,12 @@
"Uninstalling": "正在解除安裝",
"updateAction": "更新",
"updateTo": "更新至 {0}",
"enableForWorkspaceAction.label": "啟用 (工作區)",
"enableAlwaysAction.label": "啟用 (永遠)",
"disableForWorkspaceAction.label": "停用 (工作區)",
"disableAlwaysAction.label": "停用 (永遠)",
"ManageExtensionAction.uninstallingTooltip": "正在解除安裝",
"enableForWorkspaceAction": "工作區",
"enableGloballyAction": "永遠",
"enableForWorkspaceAction": "啟用 (工作區)",
"enableGloballyAction": "啟用",
"enableAction": "啟用",
"disableForWorkspaceAction": "工作區",
"disableGloballyAction": "永遠",
"disableForWorkspaceAction": "停用 (工作區)",
"disableGloballyAction": "停用",
"disableAction": "停用",
"checkForUpdates": "查看是否有更新",
"enableAutoUpdate": "啟用自動更新延伸模組",
@ -47,11 +43,8 @@
"allExtensionsInstalled": "所有建議此工作區使用的延伸模組皆已安裝",
"installRecommendedExtension": "安裝建議的擴充功能",
"extensionInstalled": "建議的延伸模組已安裝",
"showRecommendedKeymapExtensions": "顯示建議的按鍵對應",
"showRecommendedKeymapExtensionsShort": "按鍵對應",
"showLanguageExtensions": "顯示語言擴充功能",
"showLanguageExtensionsShort": "語言擴充功能",
"showAzureExtensions": "顯示 Azure 延伸模組",
"showAzureExtensionsShort": "Azure 延伸模組",
"OpenExtensionsFile.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'extensions.json' 檔案。",
"configureWorkspaceRecommendedExtensions": "設定建議的延伸模組 (工作區)",

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.
{
"folders": "資料夾"
}

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.
{
"filesCategory": "檔案",
"revealInSideBar": "在提要欄位中顯示",
"acceptLocalChanges": "使用您的變更並覆寫磁碟內容 ",
"revertLocalChanges": "捨棄您的變更並還原成磁碟上的內容"
}

View file

@ -0,0 +1,75 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"retry": "重試",
"rename": "重新命名",
"newFile": "新增檔案",
"newFolder": "新增資料夾",
"openFolderFirst": "先開啟資料夾,以在其中建立檔案或資料夾。",
"newUntitledFile": "新增未命名檔案",
"createNewFile": "新增檔案",
"createNewFolder": "新增資料夾",
"deleteButtonLabelRecycleBin": "移至資源回收筒(&&M)",
"deleteButtonLabelTrash": "移至垃圾筒(&&M)",
"deleteButtonLabel": "刪除(&&D)",
"dirtyMessageFolderOneDelete": "您要刪除的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderDelete": "您要刪除的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFileDelete": "您要刪除的檔案有未儲存的變更。要繼續嗎?",
"dirtyWarning": "如果您不儲存變更,這些變更將會遺失。",
"confirmMoveTrashMessageFolder": "您確定要刪除 '{0}' 及其內容嗎?",
"confirmMoveTrashMessageFile": "您確定要刪除 '{0}' 嗎?",
"undoBin": "您可以從資源回收筒還原。",
"undoTrash": "您可以從垃圾筒還原。",
"doNotAskAgain": "不要再詢問我",
"confirmDeleteMessageFolder": "您確定要永久刪除 '{0}' 和其中的內容嗎?",
"confirmDeleteMessageFile": "您確定要永久刪除 '{0}' 嗎?",
"irreversible": "此動作無法回復!",
"permDelete": "永久刪除",
"delete": "刪除",
"importFiles": "匯入檔案",
"confirmOverwrite": "目的資料夾中已有同名的檔案或資料夾。要取代它嗎?",
"replaceButtonLabel": "取代(&&R)",
"copyFile": "複製",
"pasteFile": "貼上",
"duplicateFile": "複製",
"openToSide": "開至側邊",
"compareSource": "選取用以比較",
"globalCompareFile": "使用中檔案的比較對象...",
"openFileToCompare": "先開啟檔案以與其他檔案進行比較",
"compareWith": "比較 '{0}' 與 '{1}'",
"compareFiles": "比較檔案",
"refresh": "重新整理",
"save": "儲存",
"saveAs": "另存新檔...",
"saveAll": "全部儲存",
"saveAllInGroup": "全部儲存在群組中",
"saveFiles": "儲存所有檔案",
"revert": "還原檔案",
"focusOpenEditors": "聚焦在 [開放式編輯器] 檢視",
"focusFilesExplorer": "將焦點設在檔案總管上",
"showInExplorer": "在提要欄位中顯示使用中的檔案",
"openFileToShow": "先開啟檔案,以在總管中加以顯示",
"collapseExplorerFolders": "摺疊 Explorer 中的資料夾",
"refreshExplorer": "重新整理 Explorer",
"openFileInNewWindow": "在新視窗中開啟使用中的檔案",
"openFileToShowInNewWindow": "先開啟檔案以在新視窗中開啟",
"revealInWindows": "在檔案總管中顯示",
"revealInMac": "在 Finder 中顯示",
"openContainer": "開啟收納資料夾",
"revealActiveFileInWindows": "在 Windows 檔案總管中顯示使用中的檔案",
"revealActiveFileInMac": "在 Finder 中顯示使用中的檔案",
"openActiveFileContainer": "開啟使用中檔案的收納資料夾",
"copyPath": "複製路徑",
"copyPathOfActive": "複製使用中檔案的路徑",
"emptyFileNameError": "必須提供檔案或資料夾名稱。",
"fileNameExistsError": "這個位置已存在檔案或資料夾 **{0}**。請選擇不同的名稱。",
"invalidFileNameError": "名稱 **{0}** 不能作為檔案或資料夾名稱。請選擇不同的名稱。",
"filePathTooLongError": "名稱 **{0}** 導致路徑太長。請選擇較短的名稱。",
"compareWithSaved": "比較使用中的檔案和已儲存的檔案",
"modifiedLabel": "{0} (在磁碟上) ↔ {1}",
"compareWithClipboard": "比較使用中的檔案和剪貼簿的檔案",
"clipboardComparisonLabel": "剪貼簿 ↔ {0}"
}

View file

@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openFileToCopy": "先開啟檔案以複製其路徑",
"openFileToReveal": "先開啟檔案以顯示"
}

View file

@ -0,0 +1,53 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"showExplorerViewlet": "顯示檔案總管",
"explore": "檔案總管",
"view": "檢視",
"textFileEditor": "文字檔編輯器",
"binaryFileEditor": "二進位檔案編輯器",
"filesConfigurationTitle": "檔案",
"exclude": "設定 Glob 模式,以排除檔案及資料夾。例如,檔案總管會根據此項設定,判斷何種檔案和資料夾該顯示或隱藏。",
"files.exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
"files.exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
"associations": "將檔案關聯設定為語言 (例如 \"*.extension\": \"html\")。這些語言優先於已安裝語言的預設關聯。",
"encoding": "在讀取和寫入檔案時要使用的預設字元集編碼。此項設定也可根據每個語言加以設定。",
"autoGuessEncoding": "當啟用此功能時,會嘗試在開啟檔案時推測字元集編碼。此項設定也可根據每個語言加以設定。",
"eol": "預設結尾斷行字元.LF使用 \\n , CRLF使用\\r\\n ",
"trimTrailingWhitespace": "若啟用,將在儲存檔案時修剪尾端空白。",
"insertFinalNewline": "啟用時,請在儲存檔案時在其結尾插入最後一個新行。",
"trimFinalNewlines": "若啟用,則會在儲存檔案時,修剪檔案末新行尾的所有新行。",
"files.autoSave.off": "已變更的檔案一律不會自動儲存。",
"files.autoSave.afterDelay": "已變更的檔案會在設定的 'files.autoSaveDelay' 之後自動儲存。",
"files.autoSave.onFocusChange": "已變更的檔案會在編輯器失去焦點時自動儲存。",
"files.autoSave.onWindowChange": "已變更的檔案會在視窗失去焦點時自動儲存。",
"autoSave": "控制已變更之檔案的自動儲存。接受的值: '{0}'、'{1}、'{2}' (編輯器失去焦點)、'{3}' (視窗失去焦點)。若設為 '{4}',可以在 \"files.autoSaveDelay\" 中設定延遲。",
"autoSaveDelay": "控制要自動儲存已變更之檔案前必須經過的延遲時間 (毫秒)。僅當 'files.autoSave' 設為 \"{0}\" 時才適用。",
"watcherExclude": "設定檔案路徑的 Glob 模式已將其自檔案監看排除。模式必須符合絕對路徑 (例如使用 ** 或完整路徑前置詞以正確相符)。必須先重新開機才能變更這項設定。若是發生 Code 在啟動時取用大量 CPU 時間的情況,可以排除較大的資料夾以降低起始負載。",
"hotExit.off": "停用 Hot Exit。",
"hotExit.onExit": "Hot Exit 將會在關閉應用程式時觸發,也就是在 Windows/Linux 上關閉上一個視窗,或是觸發 workbench.action.quit 命令 (命令選擇區、按鍵繫結關係、功能表) 時觸發。具有備份的所有視窗都會在下次啟動時還原。",
"hotExit.onExitAndWindowClose": "當應用程式關閉時會觸發 Hot Exit也就是說當在 Windows/Linux 上關閉最後一個視窗,或是觸發 workbench.action.quit 命令 (命令選擇區、按鍵繫結關係及功能表) 時會觸發,同時也針對所有開啟資料夾的視窗,不論其是否為最後一個視窗也會觸發。下次啟動時會還原所有未開啟資料夾的視窗。若要將資料夾視窗還原到關機前的狀態,請將 \"window.restoreWindows\" 設定為 \"all\"。",
"hotExit": "控制是否讓不同工作階段記住未儲存的檔案,並允許在結束編輯器時跳過儲存提示。",
"useExperimentalFileWatcher": "使用新的實驗性檔案監看員。",
"defaultLanguage": "指派給新檔案的預設語言模式。",
"editorConfigurationTitle": "編輯器",
"formatOnSave": "在儲存時設定檔案格式。格式器必須處於可用狀態、檔案不得自動儲存,且編輯器不得關機。",
"explorerConfigurationTitle": "檔案總管",
"openEditorsVisible": "[開放式編輯器] 窗格中顯示的編輯器數目。將其設定為 0 以隱藏窗格。",
"dynamicHeight": "控制 [開放式編輯器] 區段的高度是否應依元素數目動態調整。",
"autoReveal": "控制總管是否在開啟檔案時自動加以顯示及選取。",
"enableDragAndDrop": "控制總管是否應該允許透過拖放功能移動檔案和資料夾。",
"confirmDragAndDrop": "控制總管是否須要求確認,以透過拖放來移動檔案和資料夾。",
"confirmDelete": "控制總管是否須在透過垃圾桶刪除檔案時要求確認。",
"sortOrder.default": "檔案與資料夾會依照名稱以字母順序排序。資料夾會顯示在檔案前。",
"sortOrder.mixed": "檔案與資料夾會依照名稱以字母順序排序。檔案與資料夾會交錯排列。",
"sortOrder.filesFirst": "檔案與資料夾會依照名稱以字母順序排序。檔案會顯示在資料夾前。",
"sortOrder.type": "檔案與資料夾會依照延伸模組以字母順序排序。資料夾會顯示在檔案前。",
"sortOrder.modified": "檔案與資料夾會依照最後修改日期以字母順序排序。資料夾會顯示在檔案前。",
"sortOrder": "控制檔案與資料夾在總管中的排列順序。除了預設排序外,您也可以將順序設定為 'mixed' (檔案與資料夾)、'type' (依檔案類型)、'modified' (依最後修改日期) 或 'filesFirst' (將檔案排序在資料夾前)。",
"explorer.decorations.colors": "控制檔案裝飾是否須使用色彩。",
"explorer.decorations.badges": "控制檔案裝飾是否須使用徽章。"
}

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.
{
"userGuide": "在右方使用編輯器工具列中的動作來 **復原** 您的變更,或以您的變更 **覆寫** 磁碟上的內容",
"discard": "捨棄",
"overwrite": "覆寫",
"retry": "重試",
"readonlySaveError": "無法儲存 '{0}': 檔案有防寫保護。請選取 [覆寫] 以移除保護。",
"genericSaveError": "無法儲存 '{0}': {1}",
"staleSaveError": "無法儲存 '{0}': 磁碟上的內容較新。請按一下 [比較],比較您的版本與磁碟上的版本。",
"compareChanges": "比較",
"saveConflictDiffLabel": "{0} (位於磁碟) ↔ {1} (在 {2} 中) - 解決儲存衝突"
}

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.
{
"noWorkspace": "沒有開啟的資料夾",
"explorerSection": "檔案總管區段",
"noWorkspaceHelp": "您尚未將資料夾新增至工作區。",
"addFolder": "新增資料夾",
"noFolderHelp": "您尚未開啟資料夾。",
"openFolder": "開啟資料夾"
}

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.
{
"label": "檔案總管",
"canNotResolve": "無法解析工作區資料夾"
}

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.
{
"explorerSection": "檔案總管區段",
"treeAriaLabel": "檔案總管"
}

View file

@ -0,0 +1,19 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"fileInputAriaLabel": "輸入檔案名稱。請按 Enter 鍵確認或按 Esc 鍵取消。",
"filesExplorerViewerAriaLabel": "{0},檔案總管",
"dropFolders": "要在工作區新增資料夾嗎?",
"dropFolder": "要在工作區新增資料夾嗎?",
"addFolders": "新增資料夾(&A)",
"addFolder": "新增資料夾(&A)",
"confirmMove": "確定要移動 '{0}' 嗎?",
"doNotAskAgain": "不要再詢問我",
"moveButtonLabel": "移動(&&M)",
"confirmOverwriteMessage": "目的資料夾中已存在 '{0}'。要取代它嗎?",
"irreversible": "此動作無法回復!",
"replaceButtonLabel": "取代(&&R)"
}

View file

@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openEditors": "已開啟的編輯器",
"openEditosrSection": "開放式編輯器區段",
"treeAriaLabel": "開啟的編輯器: 使用中檔案的清單",
"dirtyCounter": "{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.
{
"editorGroupAriaLabel": "{0},編輯器群組",
"openEditorAriaLabel": "{0},開啟編輯器",
"saveAll": "全部儲存",
"closeAllUnmodified": "關閉未變更的檔案",
"closeAll": "全部關閉",
"compareWithSaved": "與已儲存的檔案比較",
"close": "關閉",
"closeOthers": "關閉其他"
}

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

@ -6,7 +6,6 @@
{
"viewCategory": "檢視",
"problems.view.toggle.label": "切換問題",
"problems.view.hide.label": "隱藏問題",
"problems.panel.configuration.title": "[問題] 檢視",
"problems.panel.configuration.autoreveal": "控制 [問題] 檢視是否應自動在開啟檔案時加以顯示",
"markers.panel.title.problems": "問題",

View file

@ -4,6 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"defineKeybinding.initial": "按下所需按鍵組合及 ENTER。ESCAPE 可取消。",
"defineKeybinding.chordsTo": "同步到"
}

View file

@ -26,6 +26,7 @@
"editKeybindingLabel": "變更按鍵繫結關係",
"addKeybindingLabelWithKey": "新增按鍵繫結關係 {0}",
"addKeybindingLabel": "新增按鍵繫結關係",
"title": "{0} ({1})",
"commandAriaLabel": "命令為 {0}。",
"keybindingAriaLabel": "按鍵繫結關係為 {0}。",
"noKeybinding": "未指派任何按鍵繫結關係。",

View file

@ -11,6 +11,8 @@
"oneSettingFound": "1 項相符設定",
"settingsFound": "{0} 項相符設定",
"totalSettingsMessage": "共 {0} 項設定",
"defaultSettings": "預設設定",
"defaultFolderSettings": "預設資料夾設定",
"defaultEditorReadonly": "在右方編輯器中編輯以覆寫預設。",
"preferencesAriaLabel": "預設喜好設定。唯讀文字編輯器。"
}

View file

@ -7,8 +7,6 @@
"emptyUserSettingsHeader": "將您的設定放置在此以覆寫預設設定。",
"emptyWorkspaceSettingsHeader": "將您的設定放置在此以覆寫使用者設定。",
"emptyFolderSettingsHeader": "將您的資料夾設定放置在此以覆寫工作區設定的資料夾設定。",
"defaultFolderSettingsTitle": "預設資料夾設定",
"defaultSettingsTitle": "預設設定",
"editTtile": "編輯",
"replaceDefaultValue": "在設定中取代",
"copyDefaultValue": "複製到設定",

View file

@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"defaultSettingsFuzzyPrompt": "嘗試模糊搜尋!",
"defaultSettings": "將您的設定放置於右方編輯器中以覆寫。",
"noSettingsFound": "找不到任何設定。",
"folderSettingsDetails": "資料夾設定",
"enableFuzzySearch": "啟用實驗性模糊搜尋"
"settingsSwitcherBarAriaLabel": "設定切換器",
"userSettings": "使用者設定",
"workspaceSettings": "工作區設定",
"folderSettings": "資料夾設定"
}

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.
{
"defaultPreferencesEditor": "預設喜好設定編輯器",
"keybindingsEditor": "按鍵繫結關係編輯器",
"preferences": "喜好設定"
}

View file

@ -10,15 +10,11 @@
"previousSearchExcludePattern": "顯示上一個搜尋排除模式",
"nextSearchTerm": "顯示下一個搜尋字詞",
"previousSearchTerm": "顯示上一個搜尋字詞",
"focusNextInputBox": "聚焦於下一個輸入方塊",
"focusPreviousInputBox": "聚焦於上一個輸入方塊",
"showSearchViewlet": "顯示搜尋",
"findInFiles": "在檔案中尋找",
"findInFilesWithSelectedText": "在檔案中尋找選取的文字 ",
"replaceInFiles": "檔案中取代",
"replaceInFilesWithSelectedText": "在檔案中取代為選取的文字",
"findInWorkspace": "在工作區中尋找...",
"findInFolder": "在資料夾中尋找...",
"RefreshAction.label": "重新整理",
"collapse": "摺疊",
"ClearSearchResultsAction.label": "清除搜尋結果",

View file

@ -0,0 +1,22 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"showTriggerActions": "前往工作區中的符號...",
"name": "搜尋",
"search": "搜尋",
"view": "檢視",
"openAnythingHandlerDescription": "前往檔案",
"openSymbolDescriptionNormal": "前往工作區中的符號",
"searchOutputChannelTitle": "搜尋",
"searchConfigurationTitle": "搜尋",
"exclude": "設定 Glob 模式,以排除不要搜尋的檔案及資料夾。請從 file.exclude 設定繼承所有的 Glob 模式。",
"exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
"exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
"useRipgrep": "控制是否要在文字和檔案搜尋中使用 ripgrep",
"useIgnoreFiles": "控制在搜尋檔案時,是否要使用 .gitignore 及 .ignore 檔案。 ",
"search.quickOpen.includeSymbols": "設定以將全域符號搜尋的結果納入 Quick Open 的檔案結果中。",
"search.followSymlinks": "控制是否要在搜尋時遵循 symlink。"
}

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.
{
"findInFolder": "在資料夾中尋找...",
"findInWorkspace": "在工作區中尋找..."
}

View file

@ -14,7 +14,6 @@
"ConfigurationParser.noTypeDefinition": "錯誤: 沒有已註冊工作類型 '{0}'。您是否忘記安裝提供相應工作提供者的延伸模組?",
"ConfigurationParser.missingRequiredProperty": "錯誤: 工作組態 '{0}' 缺少要求的屬性 '{1}'。會略過工作組態。",
"ConfigurationParser.notCustom": "錯誤: 未將工作宣告為自訂工作。將會忽略該組態。\n{0}\n",
"ConfigurationParser.noTaskName": "錯誤: 工作必須提供 taskName 屬性。即將忽略此工作。\n{0}\n",
"taskConfiguration.noCommandOrDependsOn": "錯誤: 工作 '{0}' 未指定命令與 dependsOn 屬性。將會略過該工作。其定義為: \n{1}",
"taskConfiguration.noCommand": "錯誤: 工作 '{0}' 未定義命令。即將略過該工作。其定義為:\n{1}",
"TaskParse.noOsSpecificGlobalTasks": "工作版本 2.0.0 不支援全域 OS 特定工作。請使用 OS 特定命令來轉換這些工作。受影響的工作為:\n{0}"

View file

@ -16,7 +16,6 @@
"terminal.integrated.rightClickCopyPaste": "如有設定,這會防止在終端機內按滑鼠右鍵時顯示操作功能表,而是在有選取項目時複製、沒有選取項目時貼上。",
"terminal.integrated.fontFamily": "控制終端機的字型家族,預設為 editor.fontFamily 的值。",
"terminal.integrated.fontSize": "控制終端機的字型大小 (以像素為單位)。",
"terminal.integrated.lineHeight": "控制終端機的行高,此數字會乘上終端機字型大小,以取得以像素為單位的實際行高。",
"terminal.integrated.enableBold": "是否要在終端機中啟用粗體文字,請注意,此動作須有終端機殼層的支援。",
"terminal.integrated.cursorBlinking": "控制終端機資料指標是否閃爍。",
"terminal.integrated.cursorStyle": "控制終端機資料指標的樣式。",

View file

@ -4,9 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"migration.completed": "已將新的佈景主題設定新增到使用者設定。備份位於 {0}。",
"error.cannotloadtheme": "Unable to load {0}: {1}",
"error.cannotloadicontheme": "Unable to load {0}",
"colorTheme": "Specifies the color theme used in the workbench.",
"colorThemeError": "Theme is unknown or not installed.",
"iconTheme": "指定在工作台中使用的圖示主題,或設定為 'null' 不顯示任何檔案圖示。",

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.
{
"yes": "Ja",
"no": "Nein"
}

View file

@ -75,7 +75,6 @@
"no stashes": "Es ist kein Stash zum Wiederherstellen vorhanden.",
"pick stash to pop": "Wählen Sie einen Stash aus, für den ein Pop ausgeführt werden soll.",
"clean repo": "Bereinigen Sie Ihre Repository-Arbeitsstruktur vor Auftragsabschluss.",
"cant push": "Verweise können nicht per Push an einen Remotespeicherort übertragen werden. Führen Sie zuerst \"Pull\" aus, um Ihre Änderungen zu integrieren.",
"git error details": "Git: {0}",
"git error": "Git-Fehler",
"open git log": "Git-Protokoll öffnen"

View file

@ -6,7 +6,7 @@
{
"looking": "Suchen nach Git in: {0}",
"using git": "Verwenden von Git {0} von {1}",
"updateGit": "Git aktualisieren",
"neverShowAgain": "Nicht mehr anzeigen",
"updateGit": "Git aktualisieren",
"git20": "Sie haben anscheinend Git {0} installiert. Code funktioniert am besten mit Git 2 oder neuer"
}

View file

@ -47,7 +47,7 @@
"command.publish": "Branch veröffentlichen",
"command.showOutput": "Git-Ausgabe anzeigen",
"command.ignore": "Datei zu .gitignore hinzufügen",
"command.stash": "Stash ausführen",
"command.stash": " Stash ausführen",
"command.stashPop": "Pop für Stash ausführen...",
"command.stashPopLatest": "Pop für letzten Stash ausführen",
"config.enabled": "Gibt an, ob Git aktiviert ist.",
@ -70,4 +70,4 @@
"colors.untracked": "Farbe für nicht verfolgte Ressourcen.",
"colors.ignored": "Farbe für ignorierte Ressourcen.",
"colors.conflict": "Farbe für Ressourcen mit Konflikten."
}
}

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.
{
"close": "&&Schließen"
}

View file

@ -25,6 +25,7 @@
"miOpenFolder": "&&Ordner öffnen...",
"miOpenFile": "Datei &&öffnen...",
"miOpenRecent": "&&Zuletzt verwendete öffnen",
"miSaveWorkspaceAs": "Arbeitsbereich speichern unter...",
"miSave": "&&Speichern",
"miSaveAs": "Speichern &&unter...",
"miSaveAll": "A&&lles speichern",
@ -106,7 +107,7 @@
"miZoomOut": "Ver&&kleinern",
"miZoomReset": "&&Zoom zurücksetzen",
"miBack": "&&Zurück",
"miForward": "&&Weiterleiten",
"miForward": "&&Vorwärts",
"miNextEditor": "&&Nächster Editor",
"miPreviousEditor": "&&Vorheriger Editor",
"miNextEditorInGroup": "&&Nächster verwendeter Editor in der Gruppe",
@ -181,6 +182,6 @@
"miDownloadingUpdate": "Das Update wird heruntergeladen...",
"miInstallingUpdate": "Update wird installiert...",
"miCheckForUpdates": "Nach Aktualisierungen suchen...",
"aboutDetail": "\nVersion {0}\nCommit {1}\nDatum {2}\nShell {3}\nRenderer {4}\nNode {5}\nArchitektur {6}",
"okButton": "OK"
"okButton": "OK",
"copy": "&&Kopieren"
}

View file

@ -17,9 +17,7 @@
"lineNumbers": "Steuert die Anzeige von Zeilennummern. Mögliche Werte sind \"Ein\", \"Aus\" und \"Relativ\".",
"rulers": "Vertikale Linien nach einer bestimmten Anzahl von Monospace Zeichen zeichnen. Verwenden Sie mehrere Werte für mehrere Linien. Keine Linie wird gezeichnet, wenn das Array leer ist.",
"wordSeparators": "Zeichen, die als Worttrennzeichen verwendet werden, wenn wortbezogene Navigationen oder Vorgänge ausgeführt werden.",
"tabSize": "Die Anzahl der Leerzeichen, denen ein Tabstopp entspricht. Diese Einstellung wird basierend auf dem Inhalt der Datei überschrieben, wenn \"editor.detectIndentation\" aktiviert ist.",
"tabSize.errorMessage": "\"number\" wurde erwartet. Beachten Sie, dass der Wert \"auto\" durch die Einstellung \"editor.detectIndentation\" ersetzt wurde.",
"insertSpaces": "Fügt beim Drücken der TAB-TASTE Leerzeichen ein. Diese Einstellung wird basierend auf dem Inhalt der Datei überschrieben, wenn \"editor.detectIndentation\" aktiviert ist.",
"insertSpaces.errorMessage": "\"boolean\" wurde erwartet. Beachten Sie, dass der Wert \"auto\" durch die Einstellung \"editor.detectIndentation\" ersetzt wurde.",
"detectIndentation": "Beim Öffnen einer Datei werden \"editor.tabSize\" und \"editor.insertSpaces\" basierend auf den Dateiinhalten erkannt.",
"roundedSelection": "Steuert, ob die Auswahl runde Ecken aufweist.",

View file

@ -3,7 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"notFound": "Die Extension wurde nicht gefunden.",
"noCompatible": "Eine kompatible Version von {0} mit dieser Version des Codes wurde nicht gefunden."
}
{}

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