提交 13650824 编写于 作者: D Daniel Ye 提交者: Christof Marti

2018-04-30. Merged in translations from Transifex.

上级 b703cdba
......@@ -11,9 +11,7 @@
"create branch": "$(plus) 创建新分支",
"repourl": "存储库 URL",
"parent": "父目录",
"cancel": "$(sync~spin) 正在克隆存储库... 点击取消",
"cancel tooltip": "取消克隆",
"cloning": "正在克隆 Git 存储库...",
"cloning": "正在克隆 Git 存储库“{0}”...",
"openrepo": "打开存储库",
"proposeopen": "是否要打开已克隆存储库?",
"init": "选择用于初始化 Git 储存库的工作区文件夹",
......
......@@ -26,7 +26,7 @@
"command.unstageSelectedRanges": "取消暂存所选范围",
"command.clean": "放弃更改",
"command.cleanAll": "放弃所有更改",
"command.commit": "Commit",
"command.commit": "提交",
"command.commitStaged": "提交已暂存文件",
"command.commitStagedSigned": "提交已暂存文件(已签名)",
"command.commitStagedAmend": "已暂存提交(修改)",
......
......@@ -6,6 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"npm.noDebugOptions": "无法启动“{0}”并进行调试。此脚本需要包含 node 调试选项: \"--nolazy --inspect-brk=端口号\",[了解更多](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_launch-configuration-support-for-npm-and-other-tools)。",
"npm.noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。",
"npm.scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。"
}
\ No newline at end of file
......@@ -22,5 +22,5 @@
"command.debug": "调试",
"command.openScript": "开放",
"npm.scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。",
"npm.noDebugOptions": "无法启动“{0}”并进行调试。此脚本需要包含 node 调试选项: \"--nolazy --inspect-brk=端口号\",[了解更多](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_launch-configuration-support-for-npm-and-other-tools)。"
"npm.noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。"
}
\ No newline at end of file
......@@ -122,8 +122,8 @@
"miFocusFirstGroup": "第一组(&&F)",
"miFocusSecondGroup": "第二组(&&S)",
"miFocusThirdGroup": "第三组(&&T)",
"miNextGroup": "下一组(&&N)",
"miPreviousGroup": "上一组(&&P)",
"miNextGroup": "下一组(&&N)",
"miPreviousGroup": "上一组(&&P)",
"miSwitchGroup": "切换组(&&G)",
"miGotoFile": "转到文件(&&F)...",
"miGotoSymbolInFile": "转到文件中的符号(&&S)...",
......
......@@ -29,7 +29,7 @@
"smoothScrolling": "控制编辑器是否在滚动时使用动画",
"minimap.enabled": "控制是否显示 minimap",
"minimap.side": "控制在哪一侧显示小地图。",
"minimap.showSlider": "控制是否自动隐藏迷你地图滑块。 ",
"minimap.showSlider": "控制是否自动隐藏小地图滑块。",
"minimap.renderCharacters": "呈现某行上的实际字符(与颜色块相反)",
"minimap.maxColumn": "限制最小映射的宽度,尽量多地呈现特定数量的列",
"find.seedSearchStringFromSelection": "控制是否将编辑器的选中内容作为搜索词填入到查找组件",
......@@ -78,7 +78,7 @@
"overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量",
"overviewRulerBorder": "控制概述标尺周围是否要绘制边框。",
"cursorBlinking": "控制光标的动画样式。",
"mouseWheelZoom": "通过使用鼠标滚轮同时按住 Ctrl 可缩放编辑器的字体",
"mouseWheelZoom": "按住 Ctrl 键并滚动鼠标滚轮可缩放编辑器字体大小",
"cursorStyle": "控制光标样式,接受的值为 \"block\"\"block-outline\"\"line\"\"line-thin\"\"underline\"\"underline-thin\"",
"cursorWidth": "当 editor.cursorStyle 设置为 \"line\" 时控制光标的宽度。",
"fontLigatures": "启用字体连字",
......@@ -112,7 +112,6 @@
"selectionClipboard": "控制是否支持 Linux 主剪贴板。",
"sideBySide": "控制 Diff 编辑器以并排或内联形式显示差异",
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
"largeFileSize": "控制以字节为单位的文件大小阈值,大于此值时将应用特殊的优化规则",
"largeFileLineCount": "控制文件行数的阈值,大于此值时将应用特殊的优化规则",
"largeFileOptimizations": "对大型文件进行特殊处理,禁用某些内存密集型功能。",
"renderIndicators": "控制差异编辑器是否为已添加/删除的更改显示 +/- 指示符号"
}
\ No newline at end of file
......@@ -29,8 +29,8 @@
"performance": "通过启用 \"Developer: Startup Performance\" 命令开始。",
"prof-startup": "启动期间运行 CPU 探查器",
"disableExtensions": "禁用所有已安装的扩展。",
"inspect-extensions": "允许调试和分析扩展。您可以在开发人员工具中找到连接 URI 。",
"inspect-brk-extensions": "允许扩展宿主在启动后暂停时进行扩展的调试和分析。您可以在开发人员工具中找到连接 URI 。",
"inspect-extensions": "允许调试和分析扩展。您可以在开发人员工具中找到连接 URI。",
"inspect-brk-extensions": "允许扩展宿主在启动后暂停时进行扩展的调试和分析。您可以在开发人员工具中找到连接 URI。",
"disableGPU": "禁用 GPU 硬件加速。",
"uploadLogs": "将当前会话的日志上传到安全端点。",
"maxMemory": "单个窗口最大内存大小 (单位为 MB)。",
......
......@@ -22,7 +22,7 @@
"quitCode": "无法安装扩展。请在重启 VS Code 后重新安装。",
"exitCode": "无法安装扩展。请在重启 VS Code 后重新安装。",
"renameError": "将 {0} 重命名为 {1} 时发生未知错误",
"uninstallDependeciesConfirmation": "要仅卸载“{0}”或者其依赖项也一起卸载?",
"uninstallDependeciesConfirmation": "仅卸载“{0}”还是与其依赖项一起卸载?",
"uninstallOnly": "仅此扩展",
"uninstallAll": "全部卸载",
"uninstallConfirmation": "是否确定要卸载“{0}”?",
......
......@@ -71,8 +71,10 @@
"editorSelectionHighlightBorder": "与所选项内容相同的区域的边框颜色。",
"editorFindMatch": "当前搜索匹配项的颜色。",
"findMatchHighlight": "其他搜索匹配项的颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"findRangeHighlight": "搜索限制范围的颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"editorFindMatchBorder": "当前搜索匹配项的边框颜色。",
"findMatchHighlightBorder": "其他搜索匹配项的边框颜色。",
"findRangeHighlightBorder": "搜索限制范围的边框颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"hoverHighlight": "文本在悬停提示显示时的高亮颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"hoverBackground": "编辑器悬停提示的背景颜色。",
"hoverBorder": "光标悬停时编辑器的边框颜色。",
......@@ -86,6 +88,7 @@
"mergeIncomingHeaderBackground": "内嵌的合并冲突处理器中传入版本区域头部的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeIncomingContentBackground": "内嵌的合并冲突处理器中传入版本区域内容的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeCommonHeaderBackground": "内嵌的合并冲突处理器中共同上级区域头部的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeCommonContentBackground": "内嵌的合并冲突处理器中共同上级区域内容的背景色。颜色必须透明,使其不会挡住下方的其他元素。",
"mergeBorder": "内联合并冲突中标头和分割线的边框颜色。",
"overviewRulerCurrentContentForeground": "内联合并冲突中当前版本区域的概览标尺前景色。",
"overviewRulerIncomingContentForeground": "内联合并冲突中传入的版本区域的概览标尺前景色。",
......
......@@ -5,5 +5,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."
]
],
"confirmUrl": "是否让 {0} 扩展打开以下 URL?"
}
\ No newline at end of file
......@@ -8,11 +8,13 @@
],
"vscode.extension.contributes.views.containers.id": "用于标识容器的唯一 ID,视图能在容器内通过 \"view\" 参与点提供。",
"vscode.extension.contributes.views.containers.title": "人类可读的用于表示此容器的字符串",
"vscode.extension.contributes.views.containers.icon": "容器图标的路径",
"vscode.extension.contributes.viewsContainer": "向编辑器提供视图容器",
"vscode.extension.contributes.views.containers.icon": "容器图标的路径。图标大小为 24x24,居中放置在 50x40 的方格内,其填充颜色为 \"rgb(215, 218, 224)\"\"#d7dae0\"。所有图片格式均可用,推荐使用 SVG 格式。",
"vscode.extension.contributes.viewsContainers": "向编辑器提供视图容器",
"views.container.activitybar": "向活动栏提供视图容器",
"proposed": "\"viewsContainer\" 参与点仅在以开发模式运行时或附加命令行开关: --enable-proposed-api {1} 时可用",
"test": "测试",
"proposed": "\"viewsContainers\" 参与点仅在以开发模式运行时或附加命令行开关: --enable-proposed-api {1} 时可用",
"requirearray": "视图容器必须为数组",
"requireidstring": "属性“{0}”是必要属性,其类型必须是 \"string\"。仅支持字母、数字、\"_\"\"-\"。",
"requirestring": "属性“{0}”是必要属性,其类型必须是 \"string\"",
"showViewlet": "显示 {0}",
"view": "查看"
......
......@@ -16,7 +16,9 @@
"views.explorer": "向活动栏中的“资源管理器”容器提供视图",
"views.debug": "向活动栏中的“调试”容器提供视图",
"views.scm": "向活动栏中的“源代码管理”容器提供视图",
"views.test": "向活动栏中的“测试”容器提供视图",
"views.contributed": "在扩展提供的视图容器中提供视图。",
"ViewContainerDoesnotExist": "视图容器“{0}”不存在。所有注册到其中的视图将被添加到“资源管理器”中。",
"duplicateView1": "无法在位置“{1}”注册多个 ID 同为“{0}”的视图。",
"duplicateView2": "ID 为“{0}”的视图在位置“{1}”已被注册"
}
\ No newline at end of file
......@@ -6,8 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"inputModeEntryDescription": "{0} (按 \"Enter\" 以确认或按 \"Esc\"取消)",
"inputModeEntry": "按 \"Enter\" 以确认或按 \"Esc\"取消",
"inputModeEntryDescription": "{0} (按 \"Enter\" 键确认或按 \"Esc\"取消)",
"inputModeEntry": "按 \"Enter\" 键确认或按 \"Esc\"取消",
"quickInput.countSelected": "已选 {0} 项",
"ok": "确定"
}
\ No newline at end of file
......@@ -75,7 +75,7 @@
"window.menuBarVisibility.toggle": "菜单隐藏,但可以通过 Alt 键显示。",
"window.menuBarVisibility.hidden": "菜单始终隐藏。",
"menuBarVisibility": "控制菜单栏的可见性。“切换”设置表示隐藏菜单栏,按一次 Alt 键则将显示此菜单栏。默认情况下,除非窗口为全屏,否则菜单栏可见。",
"enableMenuBarMnemonics": "如果启用,则可使用 Alt 快捷键打开主菜单。禁用助记键允许将这些 Alt 快捷键绑定到编辑器命令。",
"enableMenuBarMnemonics": "启用后,即可使用 Alt 快捷键打开主菜单。若禁用助记键,这些 Alt 快捷键将能绑定到编辑器命令。",
"autoDetectHighContrast": "如果已启用,将自动更改为高对比度主题;如果 Windows 正在使用高对比度主题,则当离开 Windows 高对比度主题时会更改为深色主题。",
"titleBarStyle": "调整窗口标题栏的外观。更改需要在完全重启后才能应用。",
"window.nativeTabs": "\n启用macOS Sierra窗口选项卡。请注意,更改需要完全重新启动程序才能生效。如果配置此选项,本机选项卡将禁用自定义标题栏样式。",
......
......@@ -15,7 +15,7 @@
"auto_unknown": "编辑器被配置为使用平台 API 以检测是否附加了屏幕阅读器,但当前运行时不支持此功能。",
"auto_on": "编辑器自动检测到已附加屏幕阅读器。",
"auto_off": "编辑器被配置为自动检测是否附加了屏幕阅读器,当前未检测到。",
"configuredOn": "编辑器被配置为对屏幕阅读器的使用进行永久优化 — 你可以编辑设置中的“editor.accessibilitySupport”以改变此行为。",
"configuredOn": "已配置编辑器对屏幕阅读器进行永久优化 — 你更改 \"editor.accessibilitySupport\" 设置进行调整。",
"configuredOff": "编辑器被配置为不对屏幕阅读器的使用进行优化。",
"tabFocusModeOnMsg": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。按 {0} 来切换此行为。",
"tabFocusModeOnMsgNoKb": "若在当前编辑器中按 Tab 键,将移动焦点到下一个可聚焦的元素。当前无法通过按键绑定触发命令 {0}。",
......
......@@ -8,6 +8,6 @@
],
"toggle.wordwrap": "查看: 切换自动换行",
"wordWrap.notInDiffEditor": "不能在差异编辑器中切换自动换行。",
"unwrapMinified": "此文件禁用折行",
"wrapMinified": "为此文件启用换行"
"unwrapMinified": "此文件禁用折行",
"wrapMinified": "在此文件启用折行"
}
\ No newline at end of file
......@@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"disableOtherKeymapsConfirmation": "是否禁用其他按键映射扩展 ({0}),从而避免按键绑定之间的冲突",
"disableOtherKeymapsConfirmation": "是否禁用其他按键映射扩展 ({0}),从而避免按键绑定之间的冲突?",
"yes": "是",
"no": "否"
}
\ No newline at end of file
......@@ -31,7 +31,7 @@
"watcherExclude": "配置文件路径的 glob 模式以从文件监视排除。模式必须在绝对路径上匹配(例如 ** 前缀或完整路径需正确匹配)。更改此设置需要重启。如果在启动时遇到 Code 消耗大量 CPU 时间,则可以排除大型文件夹以减少初始加载。",
"hotExit.off": "禁用热退出。",
"hotExit.onExit": "应用程序关闭时将自动保留未保存内容 (热退出)。关闭的定义为,在 Windows/Linux 上关闭最后一个窗口或者在全平台触发 workbench.action.quit 命令 (命令托盘、键绑定、菜单)。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时将自动保留未保存内容 (热退出)。关闭的定义为,在 Windows/Linux 上关闭最后一个窗口,在全平台触发 workbench.action.quit 命令 (命令托盘、键绑定、菜单),对于任何打开有文件夹的窗口,则不论该窗口是否是最后一个窗口。下次启动时将还原所有未打开文件夹的窗口。若要还原打开有文件夹的窗口,请将“window.restoreWindows”设置为“all”。",
"hotExit.onExitAndWindowClose": "应用程序关闭时将自动保留未保存内容 (热退出)。关闭的定义为,在 Windows/Linux 上关闭最后一个窗口,在全平台触发 workbench.action.quit 命令 (命令托盘、按键绑定、菜单),对于任何打开有文件夹的窗口,则不论该窗口是否是最后一个窗口。下次启动时将还原所有未打开文件夹的窗口。若要还原打开有文件夹的窗口,请将 \"window.restoreWindows\" 设置为 \"all\"。",
"hotExit": "控制是否在会话间记住未保存的文件,以允许在退出编辑器时跳过保存提示。",
"useExperimentalFileWatcher": "使用新的试验文件观察程序。",
"defaultLanguage": "分配给新文件的默认语言模式。",
......
......@@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"fileInputAriaLabel": "键入文件名。按 Enter 以确认或按 Esc 以取消。",
"fileInputAriaLabel": "输入文件名。按 \"Enter\" 键确认或按 \"Esc\"取消。",
"createFileFromExplorerInfoMessage": "在 **{1}** 中创建文件 **{0}**",
"renameFileFromExplorerInfoMessage": "移动并重命名为 **{0}**",
"createFolderFromExplorerInfoMessage": "在 **{1}** 中创建文件夹 **{0}**",
......
......@@ -10,7 +10,9 @@
"yes": "是",
"no": "否",
"neverAgain": "不再显示",
"install language pack": "不久后,VS Code 将仅支持商店扩展形式的界面语言包。请安装“{0}”扩展以继续使用当前的界面语言。",
"install": "安装",
"more information": "更多信息...",
"JsonSchema.locale": "使用的界面语言。",
"vscode.extension.contributes.localizations": "向编辑器提供本地化内容",
"vscode.extension.contributes.localizations.languageId": "显示字符串翻译的目标语言 ID。",
......
......@@ -6,6 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"disableFilesExclude": "禁用文件排除。",
"disableFilesExclude": "禁用文件排除筛选器。",
"clearFilter": "清除筛选。"
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
"problems.view.toggle.label": "切换问题 (错误、警告、信息) 视图",
"problems.view.focus.label": "聚焦于问题 (错误、警告、信息) 视图",
"problems.panel.configuration.title": "问题预览",
"problems.panel.configuration.autoreveal": "控制问题预览是否应在打开文件时自动显示它们。",
"problems.panel.configuration.autoreveal": "控制在打开文件时是否在问题视图中对其进行定位。",
"markers.panel.title.problems": "问题",
"markers.panel.aria.label.problems.tree": "按文件分组的问题",
"markers.panel.no.problems.build": "目前尚未在工作区检测到问题。",
......
......@@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"prof.message": "已成功创建描述文件。",
"prof.message": "已成功创建分析文件。",
"prof.detail": "请创建问题并手动附加以下文件:\n{0}",
"prof.restartAndFileIssue": "创建问题并重启",
"prof.restart": "重启",
......
......@@ -9,8 +9,8 @@
"gotoLine": "转到行...",
"gotoLineLabelEmptyWithLimit": "键入要导航到的介于 1 和 {0} 之间的行号",
"gotoLineLabelEmpty": "键入要导航到的行号",
"gotoLineColumnLabel": "转到行 {0} 和字符 {1}",
"gotoLineLabel": "转第 {0} 行",
"gotoLineColumnLabel": "转到第 {0} 行,第 {1} 列",
"gotoLineLabel": "转第 {0} 行",
"gotoLineHandlerAriaLabel": "键入要导航到的行号。",
"cannotRunGotoLine": "首先打开文本文件以转到行"
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
"copyMatchLabel": "复制",
"copyPathLabel": "复制路径",
"copyAllLabel": "全部复制",
"clearSearchHistoryLabel": "清除搜索历史记录",
"toggleSearchViewPositionLabel": "切换搜索视图位置",
"findInFolder": "在文件夹中查找...",
"findInWorkspace": "在工作区中查找...",
......
......@@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"TaskDefinition.description": "实际任务类型",
"TaskDefinition.description": "实际任务类型。请注意,以 \"$\" 开头的类型保留为仅内部使用。",
"TaskDefinition.properties": "任务类型的其他属性",
"TaskTypeConfiguration.noType": "任务类型配置缺少必需的 \"taskType\" 属性",
"TaskDefinitionExtPoint": "配置任务种类"
......
......@@ -11,6 +11,6 @@
"TerminalTaskSystem.terminalName": "任务 - {0}",
"closeTerminal": "按任意键关闭终端。",
"reuseTerminal": "终端将被任务重用,按任意键关闭。",
"TerminalTaskSystem": "无法对 UNC 驱动器执行 shell 命令。",
"TerminalTaskSystem": "无法使用 cmd.exe 在 UNC 驱动器上执行 Shell 命令。",
"unkownProblemMatcher": "无法解析问题匹配程序 {0}。此匹配程序将被忽略"
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"themes.category.dark": "深色主题",
"themes.category.hc": "高对比度主题",
"installColorThemes": "安装其他颜色主题...",
"themes.selectTheme": "选择颜色主题(按上下箭头键预览)",
"themes.selectTheme": "选择颜色主题 (按上下箭头键预览)",
"selectIconTheme.label": "文件图标主题",
"noIconThemeLabel": "无",
"noIconThemeDesc": "禁用文件图标",
......
......@@ -7,7 +7,7 @@
"Do not edit this file. It is machine generated."
],
"requirearray": "菜单项必须为一个数组",
"requirestring": "属性“{0}”是必要属性,其类型必须是 \"string\"",
"requirestring": "“{0}”是必要属性,其类型必须是 \"string\"",
"optstring": "属性“{0}”可以省略,否则其类型必须是 \"string\"",
"vscode.extension.contributes.menuItem.command": "要执行的命令的标识符。该命令必须在 \"commands\" 部分中声明",
"vscode.extension.contributes.menuItem.alt": "要执行的替代命令的标识符。该命令必须在 ”commands\" 部分中声明",
......
......@@ -6,12 +6,12 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.contributes.configuration.title": "设置摘要。此标签将在设置文件中用作分隔注释。",
"vscode.extension.contributes.configuration.title": "设置项的介绍。这段文本将在设置文件中作为另外的注释。",
"vscode.extension.contributes.configuration.properties": "配置属性的描述。",
"scope.application.description": "特定于应用的配置,仅可在“用户”设置中配置。",
"scope.window.description": "特定于窗口的配置,可在“用户”或“工作区”设置中配置。",
"scope.resource.description": "特定于资源的配置,可在“用户”、“工作区”或“文件夹”设置中配置。",
"scope.description": "配置适用的范围。可用范围有“窗口”和“资源”。",
"scope.description": "配置适用的范围。可用范围有 \"window\" (窗口) 和 \"resource\" (资源)。",
"vscode.extension.contributes.defaultConfiguration": "按语言提供默认编辑器配置设置。",
"vscode.extension.contributes.configuration": "用于配置字符串。",
"invalid.title": "configuration.title 必须是字符串",
......
......@@ -25,6 +25,7 @@
"vscode.extension.activationEvents.onDebugResolve": "在将要启动具有特定类型的调试会话 (且需要调用相应的 resolveDebugConfiguration 方法) 时发出的激活事件。",
"vscode.extension.activationEvents.workspaceContains": "在打开至少包含一个匹配指定 glob 模式的文件的文件夹时发出的激活事件。",
"vscode.extension.activationEvents.onView": "在指定视图被展开时发出的激活事件。",
"vscode.extension.activationEvents.onUri": "在打开系统范围内并指向此扩展的 URI 时发出的激活事件。",
"vscode.extension.activationEvents.star": "在 VS Code 启动时发出的激活事件。为确保良好的最终用户体验,请仅在其他激活事件组合不适用于你的情况时,才在扩展中使用此事件。",
"vscode.extension.badges": "显示在商店扩展页面侧边栏的徽章的数组",
"vscode.extension.badges.url": "徽章图像 URL。",
......
......@@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"netVersionError": "需要 Microsoft .NET Framework 4.5。请访问链接安装它。",
"netVersionError": "缺少 Microsoft .NET Framework 4.5。请访问链接进行安装。",
"installNet": "下载 .NET Framework 4.5",
"neverShowAgain": "不再显示",
"enospcError": "{0} 无法监视这个大型工作区的文件变化。请访问说明链接解决此问题。",
......
......@@ -10,5 +10,6 @@
"fileIsDirectoryError": "文件是目录",
"fileNotModifiedError": "自以下时间未修改的文件:",
"fileBinaryError": "文件似乎是二进制文件,无法作为文档打开",
"err.create": "未能创建文件 {0}"
"err.create": "未能创建文件 {0}",
"fileMoveConflict": "无法移动/复制。文件已存在于目标位置。"
}
\ No newline at end of file
......@@ -9,5 +9,5 @@
"errorKeybindingsFileDirty": "按键绑定配置文件已变更,现在无法写入。请先保存此文件,然后重试。",
"parseErrors": "无法写入按键绑定配置文件。请打开文件并更正错误或警告,然后重试。",
"errorInvalidConfiguration": "无法写入按键绑定配置文件。文件内含有非数组类型对象。请打开文件进行清理,然后重试。",
"emptyKeybindingsHeader": "将键绑定放入此文件中以覆盖默认值"
"emptyKeybindingsHeader": "将按键绑定配置放入此文件中即可覆盖默认值"
}
\ No newline at end of file
......@@ -7,8 +7,8 @@
"Do not edit this file. It is machine generated."
],
"nonempty": "应为非空值。",
"requirestring": "属性“{0}”是必需的,其类型必须是“字符串”",
"optstring": "属性“{0}”可以省略,或者其类型必须是“字符串”",
"requirestring": "“{0}”是必要属性,其类型必须是 \"string\" ",
"optstring": "属性“{0}”可以省略,否则其类型必须是 \"string\"",
"vscode.extension.contributes.keybindings.command": "触发按键绑定时运行的命令的标识符。",
"vscode.extension.contributes.keybindings.key": "按键或按键序列。用加号分隔按键,用空格分隔序列。例如,Ctrl+O 和 Ctrl+L L(连续按键)。",
"vscode.extension.contributes.keybindings.mac": "Mac 特定的键或键序列。",
......
......@@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.contributes.languages": "有助于语言声明。",
"vscode.extension.contributes.languages": "提供语言声明。",
"vscode.extension.contributes.languages.id": "语言 ID。",
"vscode.extension.contributes.languages.aliases": "语言的别名。",
"vscode.extension.contributes.languages.extensions": "与语言关联的文件扩展名。",
......
......@@ -7,7 +7,7 @@
"Do not edit this file. It is machine generated."
],
"vscode.extension.contributes.grammars": "贡献 textmate tokenizer。",
"vscode.extension.contributes.grammars.language": "此语法为其贡献了内容的语言标识符。",
"vscode.extension.contributes.grammars.language": "此语法对应语言的标识符。",
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 文件所用的 textmate 范围名称。",
"vscode.extension.contributes.grammars.path": "tmLanguage 文件的路径。该路径是相对于扩展文件夹,通常以 \"./syntaxes/\" 开头。",
"vscode.extension.contributes.grammars.embeddedLanguages": "如果此语法包含嵌入式语言,则为作用域名称到语言 ID 的映射。",
......
......@@ -6,12 +6,12 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"invalid.language": "“contributes.{0}.language”中存在未知的语言。提供的值: {1}",
"invalid.scopeName": "“contributes.{0}.scopeName”中应为字符串。提供的值: {1}",
"invalid.language": "\"contributes.{0}.language\" 中包含未知语言。提供的值: {1}",
"invalid.scopeName": "\"contributes.{0}.scopeName\" 应为字符串。提供的值: {1}",
"invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
"invalid.injectTo": "\"contributes.{0}.injectTo\" 中的值无效。必须为语言范围名称数组。提供的值: {1}",
"invalid.embeddedLanguages": "\"contributes.{0}.embeddedLanguages\" 中的值无效。必须为从作用域名称到语言的对象映射。提供的值: {1}",
"invalid.tokenTypes": "“contributes.{0}.tokenTypes”的值无效。其必须为从作用域名到标记类型的对象映射。当前值: {1}",
"invalid.tokenTypes": "\"contributes.{0}.tokenTypes\" 的值无效。必须为从作用域名称到标记类型的对象映射。当前值: {1}",
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
"no-tm-grammar": "没有注册这种语言的 TM 语法。"
}
\ No newline at end of file
......@@ -11,9 +11,7 @@
"create branch": "$(plus) 建立新的分支",
"repourl": "儲存庫 URL",
"parent": "父目錄",
"cancel": "$ (同步 ~ 旋轉) 複製儲存庫.. 按一下以取消",
"cancel tooltip": "取消複製",
"cloning": "正在複製 Git 儲存庫...",
"cloning": "正在複製 git 存放庫 '{0}'...",
"openrepo": "開啟儲存庫",
"proposeopen": "要開啟複製的儲存庫嗎?",
"init": "選擇工作區資料夾以初始化 git 儲存庫",
......
......@@ -5,5 +5,7 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"npm.noDebugOptions": "因為指令碼缺少節點偵錯選項 (例如 '--inspect-brk'),所以無法啟動 \"{0}\" 以進行偵錯。",
"npm.scriptInvalid": "找不到指令碼 \"{0}\"。請嘗試重新整理檢視。"
}
\ No newline at end of file
......@@ -12,10 +12,15 @@
"config.npm.runSilent": "以 `--silent` 選項執行 npm 命令。 ",
"config.npm.packageManager": "用來執行指令碼的套件管理員。",
"config.npm.exclude": "為應從自動指令碼偵測排除的資料夾設定 Glob 模式。",
"config.npm.enableScriptExplorer": "當工作區包含 'package.json' 檔案時,啟用 npm 指令碼的總管檢視。",
"npm.parseError": "Npm 工作刪除: 解析檔案 {0} 失敗",
"taskdef.script": "要自訂的 npm 指令碼。",
"taskdef.path": "提供指令碼之 package.json 檔案的資料夾路徑。可以省略。",
"view.name": "Npm 指令碼",
"command.refresh": "重新整理",
"command.run": "執行",
"command.debug": "偵錯",
"command.openScript": "開啟"
"command.openScript": "開啟",
"npm.scriptInvalid": "找不到指令碼 '{0}'。請嘗試重新整理檢視。",
"npm.noDebugOptions": "因為指令碼缺少節點偵錯選項 (例如 '--inspect-brk'),所以無法啟動 '{0}' 以進行偵錯。"
}
\ No newline at end of file
......@@ -28,6 +28,9 @@
"format.insertSpaceAfterKeywordsInControlFlowStatements": "定義控制流程陳述式內關鍵字後的空格處理方式。",
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "定義匿名函式之函式關鍵字後的空格處理。",
"format.insertSpaceBeforeFunctionParenthesis": "定義如何處理函式引數括號之前的空格。TypeScript 必須 >= 2.1.5。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "定義左右非空白括弧間的空格處理。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "定義左右非空白括弧間的空格處理。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": "定義左右非空白括弧間的空格處理。需要 TypeScript >= 2.3.0。",
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "定義範本字串左右大括弧間的空格處理。需要 TypeScript >= 2.0.6。",
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "定義 JSX 運算式左右大括弧間的空格處理。需要 TypeScript >= 2.0.6。",
"format.insertSpaceAfterTypeAssertion": "定義在 TypeScript 內類型宣告後空格處理。需要 TypeScript >= 2.4。",
......
......@@ -5,5 +5,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."
]
],
"TaskRunner.UNC": "無法在 UNC 磁碟機上執行 shell 命令。"
}
\ No newline at end of file
......@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"incompleteExtract": "未完成。已擷取 {0} 個項目 (共 {1} 個)",
"notFound": "在 ZIP 中找不到 {0}。"
}
\ No newline at end of file
......@@ -8,6 +8,7 @@
],
"completeInEnglish": "請用英語填寫這張表格。",
"issueTypeLabel": "這是一個",
"issueSourceLabel": "檔案,位於",
"vscode": "Visual Studio Code",
"extension": "擴充功能",
"disableExtensionsLabelText": "嘗試在 {0} 之後重現問題。如果問題僅在使用中的擴充功能時重現,則可能是擴充功能的問題。",
......
......@@ -146,6 +146,7 @@
"miConditionalBreakpoint": "條件式中斷點(&&C)...",
"miColumnBreakpoint": "資料行中斷點(&&O)",
"miFunctionBreakpoint": "函式中斷點(&&F}...",
"miLogPoint": "&&記錄點...",
"miNewBreakpoint": "新增中斷點(&&N)",
"miEnableAllBreakpoints": "啟用所有中斷點",
"miDisableAllBreakpoints": "停用所有中斷點(&&L)",
......
......@@ -7,6 +7,10 @@
"Do not edit this file. It is machine generated."
],
"label.close": "關閉",
"no_lines": "沒有任何行",
"one_line": "1 個行",
"more_lines": "{0} 個行",
"header": "{1} 的 {0} 不同: 原始為 {2},{3},修改後為 {4},{5}",
"blankLine": "空白",
"equalLine": "原始 {0},修改後{1}: {2",
"insertLine": "+ 修改後 {0}: {1}",
......
......@@ -5,5 +5,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."
]
],
"cursors.maximum": "游標數已限制為 {0} 個。"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"lineNumbers.on": "行號以絕對值顯示。",
"lineNumbers.relative": "行號以目前游標的相對值顯示。",
"lineNumbers.interval": "每 10 行顯示行號。",
"lineNumbers": "控制行號的顯示。",
"rulers": "在特定的等寬字元數之後轉譯垂直尺規。有多個尺規就使用多個值。若陣列為空,則不繪製任何尺規。",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
......@@ -27,6 +28,7 @@
"scrollBeyondLastLine": "控制編輯器是否會捲動到最後一行之後",
"smoothScrolling": "控制編輯器是否會使用動畫捲動",
"minimap.enabled": "控制是否會顯示迷你地圖",
"minimap.side": "控制要在哪端呈現迷你地圖。",
"minimap.showSlider": "自動隱藏迷你地圖滑桿",
"minimap.renderCharacters": "呈現行內的實際字元 (而不是彩色區塊)",
"minimap.maxColumn": "限制迷你地圖的寬度,以呈現最多的資料行",
......@@ -75,6 +77,7 @@
"occurrencesHighlight": "控制編輯器是否應反白顯示出現的語意符號",
"overviewRulerLanes": "控制可在概觀尺規中相同位置顯示的裝飾項目數",
"overviewRulerBorder": "控制是否應在概觀尺規周圍繪製邊框。",
"cursorBlinking": "控制游標動畫樣式。",
"mouseWheelZoom": "使用滑鼠滾輪並按住 Ctrl 時,縮放編輯器的字型",
"cursorStyle": "控制游標樣式。接受的值為 'block'、'block-outline'、'line'、'line-thin'、'underline' 及 'underline-thin'",
"cursorWidth": "控制游標寬度,當 editor.cursorStyle 設定為 'line' 時。",
......@@ -84,7 +87,11 @@
"renderControlCharacters": "控制編輯器是否應顯示控制字元",
"renderIndentGuides": "控制編輯器是否應顯示縮排輔助線",
"renderLineHighlight": "控制編輯器應如何轉譯目前反白的行,可能的值有 'none'、'gutter'、'line' 和 'all'。",
"codeLens": "控制編輯器是否顯示 CodeLens",
"folding": "控制編輯器是否已啟用程式碼摺疊功能",
"foldingStrategyAuto": "如果可行,請使用語言特定摺疊策略,否則請退回至縮排式策略。",
"foldingStrategyIndentation": "一律使用縮排式摺疊策略",
"foldingStrategy": "控制折疊範圍的計算方式。'auto' 會在可行的情況下挑選使用語言特定摺疊策略。'indentation' 則會強制使用縮排式摺疊策略。",
"showFoldingControls": "自動隱藏摺疊控制向",
"matchBrackets": "當選取某側的括號時,強調顯示另一側的配對括號。",
"glyphMargin": "控制編輯器是否應轉譯垂直字符邊界。字符邊界最常用來進行偵錯。",
......@@ -99,8 +106,12 @@
"links": "控制編輯器是否應偵測連結且讓它可點擊",
"colorDecorators": "控制編輯器是否應轉譯內嵌色彩裝飾項目與色彩選擇器。",
"codeActions": "啟用程式動作燈泡提示",
"codeActionsOnSave.organizeImports": "要在儲存時執行組織匯入嗎?",
"codeActionsOnSave": "要在儲存時執行的程式碼動作種類。",
"codeActionsOnSaveTimeout": "儲存時執行的程式碼動作逾時。",
"selectionClipboard": "控制是否應支援 Linux 主要剪貼簿。",
"sideBySide": "控制 Diff 編輯器要並排或內嵌顯示差異",
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
"largeFileOptimizations": "針對大型檔案停用部分高記憶體需求功能的特殊處理方式。",
"renderIndicators": "控制 Diff 編輯器是否要為新增的/移除的變更顯示 +/- 標記"
}
\ No newline at end of file
......@@ -14,6 +14,7 @@
"editorCursorBackground": "編輯器游標的背景色彩。允許自訂區塊游標重疊的字元色彩。",
"editorWhitespaces": "編輯器中空白字元的色彩。",
"editorIndentGuides": "編輯器縮排輔助線的色彩。",
"editorActiveIndentGuide": "使用中編輯器縮排輔助線的色彩。",
"editorLineNumbers": "編輯器行號的色彩。",
"editorActiveLineNumber": "編輯器使用中行號的色彩 ",
"deprecatedEditorActiveLineNumber": "Id 已取代。請改用 'editorLineNumber.activeForeground' 。",
......
......@@ -14,5 +14,6 @@
"editor.action.refactor.noneMessage": "沒有可用的重構",
"source.label": "來源動作...",
"editor.action.source.noneMessage": "沒有可用的來源動作",
"organizeImports.label": "組織匯入"
"organizeImports.label": "組織匯入",
"editor.action.organize.noneMessage": "沒有任何可用的組織匯入動作"
}
\ No newline at end of file
......@@ -25,5 +25,6 @@
"peekViewEditorBackground": "預覽檢視編輯器的背景色彩。",
"peekViewEditorGutterBackground": "預覽檢視編輯器邊框(含行號或字形圖示)的背景色彩。",
"peekViewResultsMatchHighlight": "在預覽檢視編輯器中比對時的反白顯示色彩。",
"peekViewEditorMatchHighlight": "預覽檢視編輯器中比對時的反白顯示色彩。"
"peekViewEditorMatchHighlight": "預覽檢視編輯器中比對時的反白顯示色彩。",
"peekViewEditorMatchHighlightBorder": "在預覽檢視編輯器中比對時的反白顯示邊界。"
}
\ No newline at end of file
......@@ -22,12 +22,15 @@
"showVersions": "使用 --list-extension 時,顯示安裝的擴充功能版本。",
"installExtension": "安裝擴充功能。",
"uninstallExtension": "解除安裝擴充功能。",
"experimentalApis": "啟用延伸模組的建議 API 功能。",
"verbose": "列印詳細資訊輸出 (表示 --wait)。",
"log": "使用的日誌級別。預設為\"訊息\"。允許的值是 \"關鍵\"\"錯誤\"\"警告\"\"訊息\"\"偵錯\"\"追蹤\"\"關閉\"。",
"status": "列印進程使用方式和診斷資訊。",
"performance": "在已啟用 'Developer: Startup Performance' 命令的情況下開始。",
"prof-startup": "啟動時執行 CPU 分析工具",
"disableExtensions": "停用所有已安裝的擴充功能。",
"inspect-extensions": "允許延伸模組的偵錯與分析。如需連線 URI,請查看開發人員工具。",
"inspect-brk-extensions": "允許對延伸主機在啟動後暫停擴充功能進行偵錯和分析。如需連線 URI,請查看開發人員工具。",
"disableGPU": "停用 GPU 硬體加速。",
"uploadLogs": "上傳目前的工作階段紀錄至安全的端點。",
"maxMemory": "視窗的最大記憶體大小 (以 MB 為單位)。",
......
......@@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"invalidManifest": "擴充功能無效: package.json 不是 JSON 檔案。",
"incompatible": "因為延伸模組 '{0}' 與程式碼 '{1}' 不相容,所以無法安裝。",
"restartCode": "請先重新啟動 Code,再重新安裝 {0}。",
"installingOutdatedExtension": "已安裝此擴充功能的較新版本。是否要使用舊版本覆蓋此項?",
"override": "覆寫",
......@@ -20,6 +21,7 @@
"notFoundCompatibleDependency": "無法安裝,因為找不到相容於 VS Code 目前版本 '{1}' 的相依擴充功能 '{0}'。",
"quitCode": "無法安裝擴充功能。重新安裝以前請重啟 VS Code。",
"exitCode": "無法安裝擴充功能。重新安裝以前請離開並再次啟動 VS Code。",
"renameError": "將 {0} 重新命名為 {1} 時發生未知錯誤",
"uninstallDependeciesConfirmation": "只要將 '{0}' 解除安裝,或要包含其相依性?",
"uninstallOnly": "僅擴充功能",
"uninstallAll": "全部解除安裝",
......
......@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"issueReporter": "問題回報程式"
"issueReporter": "問題回報程式",
"processExplorer": "處理序總管"
}
\ No newline at end of file
......@@ -29,6 +29,7 @@
"inputPlaceholderForeground": "文字輸入替代字符的前景顏色。",
"inputValidationInfoBackground": "資訊嚴重性的輸入驗證背景色彩。",
"inputValidationInfoBorder": "資訊嚴重性的輸入驗證邊界色彩。",
"inputValidationWarningBackground": "警告嚴重性的輸入驗證背景色彩。",
"inputValidationWarningBorder": "警告嚴重性的輸入驗證邊界色彩。",
"inputValidationErrorBackground": "錯誤嚴重性的輸入驗證背景色彩。",
"inputValidationErrorBorder": "錯誤嚴重性的輸入驗證邊界色彩。",
......@@ -70,8 +71,10 @@
"editorSelectionHighlightBorder": "選取時,內容相同之區域的框線色彩。",
"editorFindMatch": "符合目前搜尋的色彩。",
"findMatchHighlight": "符合搜尋條件的其他項目的顏色。不能使用非透明的顏色來隱藏底層的樣式。",
"findRangeHighlight": "限制搜索的範圍色彩。不能使用非透明的色彩來隱藏基礎樣式。",
"editorFindMatchBorder": "符合目前搜尋的框線色彩。",
"findMatchHighlightBorder": "符合其他搜尋的框線色彩。",
"findRangeHighlightBorder": "限制搜尋範圍的邊框色彩。不能使用非透明的色彩來隱藏基礎樣式。",
"hoverHighlight": "突顯懸停顯示的文字。不能使用非透明的顏色來隱藏底層的樣式。",
"hoverBackground": "編輯器動態顯示的背景色彩。",
"hoverBorder": "編輯器動態顯示的框線色彩。",
......@@ -85,6 +88,7 @@
"mergeIncomingHeaderBackground": "傳入內嵌合併衝突中的深色標題背景。不能使用非透明的顏色來隱藏底層的樣式。",
"mergeIncomingContentBackground": "傳入內嵌合併衝突中的內容背景。不能使用非透明的顏色來隱藏底層的樣式。",
"mergeCommonHeaderBackground": "內嵌合併衝突中的共同始祖標題背景。不能使用非透明的顏色來隱藏底層的樣式。",
"mergeCommonContentBackground": "內嵌合併衝突中的共同始祖內容背景。不能使用非透明的顏色來隱藏基礎樣式。",
"mergeBorder": "內嵌合併衝突中標頭及分隔器的邊界色彩。",
"overviewRulerCurrentContentForeground": "目前內嵌合併衝突的概觀尺規前景。",
"overviewRulerIncomingContentForeground": "傳入內嵌合併衝突的概觀尺規前景。",
......
......@@ -5,5 +5,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."
]
],
"confirmUrl": "要允許 {0} 延伸模組開啟下列 URL 嗎?"
}
\ No newline at end of file
......@@ -6,6 +6,15 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.contributes.views.containers.id": "用於識別可透過使用 'views' 參與點參與檢視之容器的唯一識別碼",
"vscode.extension.contributes.views.containers.title": "用於轉譯容器的易讀字串",
"vscode.extension.contributes.views.containers.icon": "容器圖示的路徑。圖示為置於 50x40 正方形中央,且以 'rgb(215, 218, 224)' 或 '#d7dae0' 填滿顏色的 24x24 影像。雖然接受所有影像檔案類型,但建議使用 SVG 作為圖示格式。",
"vscode.extension.contributes.viewsContainers": "提供檢視容器給編輯者",
"views.container.activitybar": "提供檢視容器給活動列",
"test": "測試",
"proposed": "只有在 dev 不足,或使用下列命令列參數時才能使用 'viewsContainers' 參與: --enable-proposed-api {0}。",
"requirearray": "檢視容器必須為陣列",
"requireidstring": "屬性 ‵{0}` 為必要項且必須為類型 `string`。僅允許英數字元字母、'_'、'-'。",
"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
"showViewlet": "顯示 {0}",
"view": "檢視"
......
......@@ -13,6 +13,12 @@
"vscode.extension.contributes.view.name": "使用人性化顯示名稱.",
"vscode.extension.contributes.view.when": "必須為 true 以顯示此檢視的條件",
"vscode.extension.contributes.views": "提供意見給編輯者",
"views.explorer": "提供檢視給活動列中的總管容器",
"views.debug": "提供檢視給活動列中的偵錯容器",
"views.scm": "提供檢視給活動列中的 SCM 容器",
"views.test": "提供檢視給活動列中的測試容器",
"views.contributed": "提供檢視給參與檢視容器",
"ViewContainerDoesnotExist": "檢視容器 '{0}' 不存在,且所有向其註冊的檢視都會新增至 'Explorer'。",
"duplicateView1": "無法在位置 '{1}' 使用相同的識別碼 '{0}' 註冊多個檢視",
"duplicateView2": "識別碼為 '{0}' 的檢視已在位置 '{1}' 註冊"
}
\ No newline at end of file
......@@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"timeout.formatOnSave": "在 {0} 毫秒後儲存時中止格式",
"codeActionsOnSave.didTimeout": "在 {0} 毫秒後中止了 codeActionsOnSave",
"timeout.onWillSave": "在 1750 亳秒後中止 onWillSaveTextDocument 事件",
"saveParticipants": "執行儲存參與者..."
}
\ No newline at end of file
......@@ -11,7 +11,10 @@
"sizeMB": "{0}MB",
"sizeGB": "{0}GB",
"sizeTB": "{0}TB",
"largeImageError": "因為影像太大,所以未在編輯器中顯示 ({0})。",
"resourceOpenExternalButton": "要使用外部程式打開影像嗎?",
"nativeFileTooLargeError": "因為檔案太大,所以未在編輯器中顯示 ({0})。",
"nativeBinaryError": "因為檔案為二進位檔或使用了不支援的文字編碼,所以未在編輯器中顯示。",
"openAsText": "是否確定要開啟?",
"zoom.action.fit.label": "整個影像",
"imgMeta": "{0}x{1} {2}"
......
......@@ -80,6 +80,7 @@
"titleBarStyle": "調整視窗標題列的外觀。變更需要完整重新啟動才會套用。",
"window.nativeTabs": "啟用 macOS Sierra 視窗索引標籤。請注意需要完全重新啟動才能套用變更,並且完成設定後原始索引標籤將會停用自訂標題列樣式。",
"window.smoothScrollingWorkaround": "在還原最小化的 VS Code 視窗後,若捲動功能不再流暢,請啟用此因應措施。此因應措施適用於 Microsoft Surface 等具備精確軌跡板發生的捲動延遲問題 (https://github.com/Microsoft/vscode/issues/13612)。啟用此因應措施可能會在將視窗從最小化狀態還原後,導致版面稍微閃爍,但並不會造成任何傷害。",
"window.clickThroughInactive": "若已啟用,按一下非使用中的視窗將會啟動該視窗並觸發其下的元素 (如果可以案的話)。若已停用,按一下非使用中視窗的任一處則只會啟動該視窗,必須再按一下才會觸發元素。",
"zenModeConfigurationTitle": "Zen Mode",
"zenMode.fullScreen": "控制開啟 Zen Mode 是否也會將 Workbench 轉換為全螢幕模式。",
"zenMode.centerLayout": "控制開啟 Zen Mode 是否也會置中配置。",
......
......@@ -6,7 +6,10 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"logPoint": "記錄點",
"breakpoint": "中斷點",
"editBreakpoint": "編輯 {0}...",
"removeBreakpoint": "移除 {0}",
"functionBreakpointsNotSupported": "此偵錯類型不支援函式中斷點",
"functionBreakpointPlaceholder": "要中斷的函式",
"functionBreakPointInputAriaLabel": "輸入函式中斷點",
......@@ -14,7 +17,7 @@
"breakpointUnverifieddHover": "未驗證的中斷點",
"functionBreakpointUnsupported": "此偵錯類型不支援函式中斷點",
"breakpointDirtydHover": "未驗證的中斷點。檔案已修改,請重新啟動偵錯工作階段。",
"logBreakpointUnsupported": "此偵錯類型不支援錄點",
"logBreakpointUnsupported": "此偵錯類型不支援錄點",
"conditionalBreakpointUnsupported": "此偵錯類型不支援的條件式中斷點",
"hitBreakpointUnsupported": "此偵錯類型不支援點擊條件式中斷點"
}
\ No newline at end of file
......@@ -21,6 +21,7 @@
"disconnectDebug": "中斷連接",
"continueDebug": "繼續",
"pauseDebug": "暫停",
"terminateThread": "終止執行緒",
"restartFrame": "重新啟動框架",
"removeBreakpoint": "移除中斷點",
"removeAllBreakpoints": "移除所有中斷點",
......
......@@ -8,7 +8,7 @@
],
"toggleBreakpointAction": "偵錯: 切換中斷點",
"conditionalBreakpointEditorAction": "偵錯: 新增條件中斷點...",
"logPointEditorAction": "偵錯: 新增錄點...",
"logPointEditorAction": "偵錯: 新增錄點...",
"runToCursor": "執行至游標處",
"debugEvaluate": "偵錯: 評估",
"debugAddToWatch": "偵錯: 加入監看",
......
......@@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"breakpointWidgetLogMessagePlaceholder": "當命中中斷點時向記錄傳送訊息。會以內插值取代 {} 中的運算式。按一下 'Enter' 接受,或是按 'esc' 取消。",
"breakpointWidgetHitCountPlaceholder": "符合叫用次數條件時中斷。按 'Enter' 鍵接受,按 'esc' 鍵取消。",
"breakpointWidgetExpressionPlaceholder": "在運算式評估為 true 時中斷。按 'Enter' 鍵接受,按 'esc' 鍵取消。",
"expression": "運算式",
......
......@@ -35,6 +35,7 @@
"useUniqueNames": "請使用唯一的組態名稱。",
"app.launch.json.compound.folder": "複合所在的資料夾名稱。",
"app.launch.json.compounds.configurations": "將會作為此複合一部份而啟動之組態的名稱。",
"debugNoType": "偵錯器 'type' 無法省略,且必須為類型 'string'。",
"selectDebug": "選取環境",
"DebugConfig.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'launch.json' 檔案。",
"workspace": "工作區",
......
......@@ -6,7 +6,12 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"logPoint": "記錄點",
"breakpoint": "中斷點",
"removeBreakpoint": "移除 {0}",
"editBreakpoint": "編輯 {0}...",
"disableBreakpoint": "停用 {0}",
"enableBreakpoint": "啟用 {0}",
"removeBreakpoints": "移除中斷點",
"removeBreakpointOnColumn": "移除資料行 {0} 的中斷點",
"removeLineBreakpoint": "移除行中斷點",
......@@ -20,7 +25,12 @@
"enableBreakpointOnLine": "啟用行中斷點",
"addBreakpoint": "加入中斷點",
"addConditionalBreakpoint": "新增條件中斷點...",
"addLogPoint": "新增紀錄點...",
"addLogPoint": "新增記錄點...",
"breakpointHasCondition": "此 {0} 具有會在移除時消失的 {1}。請考慮改為停用 {0}。",
"message": "訊息",
"condition": "條件",
"removeLogPoint": "移除 {0}",
"disableLogPoint": "停用 {0}",
"cancel": "取消",
"addConfiguration": "新增組態..."
}
\ No newline at end of file
......@@ -36,6 +36,8 @@
"view location": "位置",
"localizations": "當地語系化 ({0})",
"localizations language id": "語言識別碼",
"localizations language name": "語言名稱",
"localizations localized language name": "語言名稱 (已當地語系化)",
"colorThemes": "色彩佈景主題 ({0})",
"iconThemes": "圖示佈景主題 ({0}) ",
"colors": "色彩 ({0})",
......
......@@ -8,6 +8,8 @@
],
"textFileEditor": "文字檔編輯器",
"createFile": "建立檔案",
"relaunchWithIncreasedMemoryLimit": "以 {0} MB 重新啟動",
"configureMemoryLimit": "設定記憶體限制",
"fileEditorWithInputAriaLabel": "{0}。文字檔編輯器。",
"fileEditorAriaLabel": "文字檔編輯器。"
}
\ No newline at end of file
......@@ -13,6 +13,7 @@
"copyFile": "複製",
"pasteFile": "貼上",
"retry": "重試",
"renameWhenSourcePathIsParentOfTargetError": "請使用 'New Folder' 或 'New File' 命令將子系新增至現有的資料夾",
"newUntitledFile": "新增未命名檔案",
"createNewFile": "新增檔案",
"createNewFolder": "新增資料夾",
......@@ -32,12 +33,17 @@
"trashFailed": "無法使用垃圾筒刪除。您要改為永久刪除嗎?",
"deletePermanentlyButtonLabel": "永久刪除(&&D)",
"retryButtonLabel": "重試(&&R)",
"confirmMoveTrashMessageFilesAndDirectories": "確定要刪除下列 {0} 個檔案/目錄及其內容嗎?",
"confirmMoveTrashMessageMultipleDirectories": "確定要刪除下列 {0} 個目錄及其內容嗎?",
"confirmMoveTrashMessageMultiple": "確定要刪除以下 {0} 個檔案嗎?",
"confirmMoveTrashMessageFolder": "您確定要刪除 '{0}' 及其內容嗎?",
"confirmMoveTrashMessageFile": "您確定要刪除 '{0}' 嗎?",
"confirmDeleteMessageFilesAndDirectories": "確定要永久刪除下列 {0} 個檔案/目錄及其內容嗎?",
"confirmDeleteMessageMultipleDirectories": "確定要永久刪除下列 {0} 個目錄及其內容嗎?",
"confirmDeleteMessageMultiple": "確定要永久地刪除以下 {0} 個檔案嗎?",
"confirmDeleteMessageFolder": "您確定要永久刪除 '{0}' 和其中的內容嗎?",
"confirmDeleteMessageFile": "您確定要永久刪除 '{0}' 嗎?",
"addFiles": "新增檔案",
"confirmOverwrite": "目的資料夾中已有同名的檔案或資料夾。要取代它嗎?",
"replaceButtonLabel": "取代(&&R)",
"fileIsAncestor": "要貼上的檔案是在目地資料夾的上層 ",
......@@ -57,7 +63,9 @@
"openFileToShowInNewWindow": "先開啟檔案以在新視窗中開啟",
"copyPath": "複製路徑",
"emptyFileNameError": "必須提供檔案或資料夾名稱。",
"fileNameStartsWithSlashError": "檔案或資料夾名稱不得以斜線開頭。",
"fileNameExistsError": "這個位置已存在檔案或資料夾 **{0}**。請選擇不同的名稱。",
"fileUsedAsFolderError": "**{0}** 是檔案且不得擁有任何子系。",
"invalidFileNameError": "名稱 **{0}** 不能作為檔案或資料夾名稱。請選擇不同的名稱。",
"filePathTooLongError": "名稱 **{0}** 導致路徑太長。請選擇較短的名稱。",
"compareWithClipboard": "比較使用中的檔案和剪貼簿的檔案",
......
......@@ -35,6 +35,7 @@
"hotExit": "控制是否讓不同工作階段記住未儲存的檔案,並允許在結束編輯器時跳過儲存提示。",
"useExperimentalFileWatcher": "使用新的實驗性檔案監看員。",
"defaultLanguage": "指派給新檔案的預設語言模式。",
"maxMemoryForLargeFilesMB": "控制 VS Code 在重新啟動後常是開啟大型檔案時,可使用多少記憶體。在命令列上指定 --max-memory=NEWSIZE 也能達到相同效果。",
"editorConfigurationTitle": "編輯器",
"formatOnSave": "在儲存時設定檔案格式。格式器必須處於可用狀態、檔案不得自動儲存,且編輯器不得關機。",
"formatOnSaveTimeout": "儲存時格式化超時。指定 formatOnSave 命令的時間限制 (以毫秒為單位)。超過指定超時時間的命令將被取消。",
......
......@@ -7,6 +7,9 @@
"Do not edit this file. It is machine generated."
],
"fileInputAriaLabel": "輸入檔案名稱。請按 Enter 鍵確認或按 Esc 鍵取消。",
"createFileFromExplorerInfoMessage": "在 **{1}** 中建立檔案 **{0}**",
"renameFileFromExplorerInfoMessage": "移至 **{0}** 並重新命名",
"createFolderFromExplorerInfoMessage": "在 **{1}** 中建立資料夾 **{0}**",
"filesExplorerViewerAriaLabel": "{0},檔案總管",
"dropFolders": "要在工作區新增資料夾嗎?",
"dropFolder": "要在工作區新增資料夾嗎?",
......
......@@ -10,7 +10,9 @@
"yes": "是",
"no": "否",
"neverAgain": "不要再顯示",
"install language pack": "在不久之後,VS Code 將只支援格式為 Marketplace 延伸模組的語言套件。請安裝 '{0}' 延伸模組已繼續使用目前設定的語言。",
"install": "安裝",
"more information": "詳細資訊...",
"JsonSchema.locale": "要使用的 UI 語言。",
"vscode.extension.contributes.localizations": "提供在地化服務給編輯者",
"vscode.extension.contributes.localizations.languageId": "顯示已翻譯字串的語言 Id",
......
......@@ -6,6 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"disableFilesExclude": "停用檔案排除。",
"disableFilesExclude": "停用檔案排除篩選。",
"clearFilter": "清除篩選。"
}
\ No newline at end of file
......@@ -5,5 +5,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."
]
],
"showing filtered problems": "顯示 {0} 個 (共 {1} 個)"
}
\ No newline at end of file
......@@ -15,10 +15,12 @@
"markers.panel.aria.label.problems.tree": "依檔案分組的問題",
"markers.panel.no.problems.build": "目前在工作區中未偵測到任何問題。",
"markers.panel.no.problems.filters": "使用提供的篩選準則找不到任何結果。",
"markers.panel.no.problems.file.exclusions": "因為已啟用檔案排除篩選,所以所有問題皆已隱藏。",
"markers.panel.action.useFilesExclude": "使用檔案排除設定進行篩選",
"markers.panel.action.donotUseFilesExclude": "不使用檔案排除設定",
"markers.panel.action.filter": "篩選問題",
"markers.panel.filter.ariaLabel": "篩選問題",
"markers.panel.filter.placeholder": "篩選。例如: 文字、**/*.ts、!**/node_modules/**",
"markers.panel.filter.errors": "錯誤",
"markers.panel.filter.warnings": "警告",
"markers.panel.filter.infos": "資訊",
......
......@@ -10,6 +10,7 @@
"copyMatchLabel": "複製",
"copyPathLabel": "複製路徑",
"copyAllLabel": "全部複製",
"clearSearchHistoryLabel": "清除搜尋歷程記錄",
"toggleSearchViewPositionLabel": "切換搜尋檢視位置",
"findInFolder": "在資料夾中尋找...",
"findInWorkspace": "在工作區中尋找...",
......
......@@ -6,7 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"TaskDefinition.description": "實際的工作類型",
"TaskDefinition.description": "實際工作類型。請注意以 '$' 作為開頭的類型皆為內部使用保留。",
"TaskDefinition.properties": "工作類型的其他屬性",
"TaskTypeConfiguration.noType": "工作類型組態遺失需要的 'taskType' 屬性",
"TaskDefinitionExtPoint": "提供工作種類"
......
......@@ -11,6 +11,6 @@
"TerminalTaskSystem.terminalName": "工作 - {0}",
"closeTerminal": "按任意鍵關閉終端機。",
"reuseTerminal": "工作將被重新啟用.按任意鍵關閉.",
"TerminalTaskSystem": "無法在 UNC 磁碟機上執行殼層命令。",
"TerminalTaskSystem": "無法使用 cmd.exe 在 UNC 磁碟機上執行 shell 命令。",
"unkownProblemMatcher": "問題比對器 {0} 無法解析,比對器將予忽略。"
}
\ No newline at end of file
......@@ -12,5 +12,6 @@
"terminal.integrated.copySelection.noSelection": "終端機沒有任何選取項目可以複製",
"terminal.integrated.exitedWithCode": "終端機處理序已終止,結束代碼為: {0}",
"terminal.integrated.waitOnExit": "按任意鍵關閉終端機",
"terminal.integrated.launchFailed": "無法啟動終端機處理序命令 '{0}{1}' (結束代碼: {2})"
"terminal.integrated.launchFailed": "無法啟動終端機處理序命令 '{0}{1}' (結束代碼: {2})",
"terminal.integrated.launchFailedExtHost": "終端機處理序無法啟動 (結束代碼: {0})"
}
\ No newline at end of file
......@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"openUrl": "開啟 URL",
"developer": "開發人員"
}
\ No newline at end of file
......@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"openToolsLabel": "開啟 Webview Developer 工具"
"openToolsLabel": "開啟 Webview Developer 工具",
"refreshWebviewLabel": "重新載入 Webviews"
}
\ No newline at end of file
......@@ -5,5 +5,16 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"missingEnvVarName": "因為未指定任何環境變數名稱,所以無法解析 '{0}'。",
"configNotFound": "因為找不到設定 '{1}',所以無法解析 '{0}'。",
"configNoString": "因為 '{1}' 為結構化值,所以無法解析 '{0}'。",
"missingConfigName": "因為未指定任何設定名稱,所以無法解析 '{0}'。",
"noValueForCommand": "因為命令沒有任何值,所以無法解析 '{0}'。",
"canNotFindFolder": "無法解析 '{0}'。沒有該等資料夾 '{1}'。",
"canNotResolveWorkspaceFolderMultiRoot": "無法在多個資料夾工作區內解析 '{0}'。請使用 ':' 和工作區資料夾名稱定義此變數的範圍。",
"canNotResolveWorkspaceFolder": "無法解析 '{0}'。請開啟資料夾。",
"canNotResolveFile": "無法解析 '{0}'。請開啟編輯器。",
"canNotResolveLineNumber": "無法解析 '{0}'。請確認已在使用中編輯器中選取了行。",
"canNotResolveSelectedText": "無法解析 '{0}'。請確認在使用中編輯器內選取了部分文字。"
}
\ No newline at end of file
......@@ -25,6 +25,7 @@
"vscode.extension.activationEvents.onDebugResolve": "需要特定類型偵錯工作階段啟動來觸發啟動事件 (並且呼叫相對應 resolveDebugConfiguration 方法)",
"vscode.extension.activationEvents.workspaceContains": "當開啟指定的文件夾包含glob模式匹配的文件時激發該事件",
"vscode.extension.activationEvents.onView": "當指定的檢視被擴展時激發該事件",
"vscode.extension.activationEvents.onUri": "每當指向此延伸模組的全系統 URI 開啟時,都會發出啟動事件。",
"vscode.extension.activationEvents.star": "當VS Code啟動時激發該事件,為了確保最好的使用者體驗,當您的擴充功能沒有其他組合作業時,請激活此事件.",
"vscode.extension.badges": "要顯示於 Marketplace 擴充頁面資訊看板的徽章陣列。",
"vscode.extension.badges.url": "徽章映像 URL。",
......
......@@ -9,5 +9,7 @@
"fileNotFoundError": "找不到檔案 ({0})",
"fileIsDirectoryError": "檔案是目錄",
"fileNotModifiedError": "未修改檔案的時間",
"fileBinaryError": "檔案似乎是二進位檔,因此無法當做文字開啟"
"fileBinaryError": "檔案似乎是二進位檔,因此無法當做文字開啟",
"err.create": "無法建立檔案 {0}",
"fileMoveConflict": "無法移動/複製。目的地已存在檔案。"
}
\ No newline at end of file
......@@ -35,6 +35,7 @@
"emmetExtensionsPath": "Pfad zu einem Ordner mit Emmet-Profilen und Ausschnitten.",
"emmetShowExpandedAbbreviation": "Zeigt erweiterte Emmet-Abkürzungen als Vorschläge an.\nDie Option inMarkupAndStylesheetFilesOnly gilt für HTML, HAML, Jade, Slim, XML, XSL, CSS, SCSS, Sass, Less und Stylus.\nDie Option \"always\" gilt unabhängig vom Markup/CSS für alle Teile der Datei.",
"emmetShowAbbreviationSuggestions": "Zeigt mögliche Emmet-Abkürzungen als Vorschläge an. Diese Option gilt nicht in Stylesheets oder wenn emmet.showExpandedAbbreviation auf \"never\" festgelegt ist.",
"emmetIncludeLanguages": "Aktivieren Sie Emmet-Abkürzungen in Sprachen, die nicht standardmäßig unterstützt werden. Fügen Sie hier eine Zuordnung zwischen der Sprache und der von Emmet unterstützten Sprache hinzu.\nBeispiel: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
"emmetVariables": "In Emmet-Ausschnitten zu verwendende Codeausschnitte",
"emmetTriggerExpansionOnTab": "Wenn aktiviert, werden Emmet-Abkürzungen beim Drücken der TAB-Taste erweitert.",
"emmetPreferences": "Einstellungen, die zum Ändern des Verhaltens einiger Aktionen und Konfliktlöser von Emmet verwendet werden.",
......@@ -59,5 +60,6 @@
"emmetPreferencesCssMozProperties": "Durch Trennzeichen getrennte CSS-Eigenschaften, die das \"moz\"-Herstellerpräfix erhalten, wenn sie in einer Emmet-Abkürzung verwendet werden, die mit \"-\" beginnt. Legen Sie eine leere Zeichenfolge fest, um das \"moz\"-Präfix immer zu vermeiden.",
"emmetPreferencesCssOProperties": "Durch Trennzeichen getrennte CSS-Eigenschaften, die das \"o\"-Herstellerpräfix erhalten, wenn sie in einer Emmet-Abkürzung verwendet werden, die mit \"-\" beginnt. Legen Sie eine leere Zeichenfolge fest, um das \"o\"-Präfix immer zu vermeiden.",
"emmetPreferencesCssMsProperties": "Durch Trennzeichen getrennte CSS-Eigenschaften, die das \"ms\"-Herstellerpräfix erhalten, wenn sie in einer Emmet-Abkürzung verwendet werden, die mit \"-\" beginnt. Legen Sie eine leere Zeichenfolge fest, um das \"ms\"-Präfix immer zu vermeiden.",
"emmetPreferencesCssFuzzySearchMinScore": "Das Mindestergebnis (zwischen 0 und 1), das die Abkürzung mit Fuzzyübereinstimmung erreichen muss. Niedrigere Werte führen zu vielen falsch positiven Übereinstimmungen, höhere Werte verringern unter Umständen die möglichen Übereinstimmungen."
"emmetPreferencesCssFuzzySearchMinScore": "Das Mindestergebnis (zwischen 0 und 1), das die Abkürzung mit Fuzzyübereinstimmung erreichen muss. Niedrigere Werte führen zu vielen falsch positiven Übereinstimmungen, höhere Werte verringern unter Umständen die möglichen Übereinstimmungen.",
"emmetOptimizeStylesheetParsing": "Bei der Einstellung FALSE wird die gesamte Datei analysiert, um zu bestimmten, ob die aktuelle Position zum Erweitern von Emmet-Abkürzungen gültig ist. Bei der Einstellung TRUE wird nur der Inhalt um die die aktuelle Position in CSS-/SCSS-/LESS-Dateien analysiert."
}
\ No newline at end of file
......@@ -11,9 +11,7 @@
"create branch": "$(plus) Neuen Branch erstellen",
"repourl": "Repository-URL",
"parent": "Übergeordnetes Verzeichnis",
"cancel": "$(sync~spin) Repository wird geklont... Klicken Sie zum Abbrechen",
"cancel tooltip": "Klonen abbrechen",
"cloning": "Git-Repository wird geklont...",
"cloning": "Das Git-Repository \"{0}\" wird geklont …",
"openrepo": "Repository öffnen",
"proposeopen": "Möchten Sie das geklonte Repository öffnen?",
"init": "Arbeitsbereichsordner auswählen, in dem das Git-Repository initialisiert wird",
......
......@@ -8,6 +8,8 @@
],
"strict.title": "Strict",
"strict.description": "Nur sicheren Inhalt laden",
"insecureLocalContent.title": "Unsichere lokale Inhalte zulassen",
"insecureLocalContent.description": "Laden von Inhalten über HTTP von localhost aktivieren",
"insecureContent.title": "Unsicheren Inhalt zulassen",
"insecureContent.description": "Laden von Inhalten über HTTP aktivieren",
"disable.title": "Deaktivieren",
......
......@@ -5,5 +5,7 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"npm.noDebugOptions": "\"{0}\" konnte nicht zum Debuggen gestartet werden, da die Skripte keine Node-Debugging-Option enthalten wie z. B. \"--inspect-brk\".",
"npm.scriptInvalid": "Das Skript \"{0}\" wurde nicht gefunden. Versuchen Sie, die Ansicht zu aktualisieren."
}
\ No newline at end of file
......@@ -12,10 +12,15 @@
"config.npm.runSilent": "npm-Befehle mit der Option \"--silent\" ausführen.",
"config.npm.packageManager": "Der zu verwendende Paket-Manager, um Skripte auszuführen.",
"config.npm.exclude": "Konfigurieren Sie Globmuster für Ordner, die von der automatischen Skripterkennung ausgeschlossen werden sollen.",
"config.npm.enableScriptExplorer": "Explorer-Ansicht für NPM-Skripte aktivieren, wenn der Arbeitsbereich die Datei \"package.json\" enthält.",
"npm.parseError": "NPM-Aufgabenerkennung: Fehler beim Analysieren der Datei {0}",
"taskdef.script": "Das anzupassende NPM-Skript.",
"taskdef.path": "Der Pfad zu dem Ordner der Datei vom Typ \"package.json\", die das Skript bereitstellt. Kann ausgelassen werden.",
"view.name": "NPM-Skripte",
"command.refresh": "Aktualisieren",
"command.run": "Ausführen",
"command.debug": "Debuggen",
"command.openScript": "Öffnen"
"command.openScript": "Öffnen",
"npm.scriptInvalid": "Das Skript \"{0}\" wurde nicht gefunden. Versuchen Sie, die Ansicht zu aktualisieren.",
"npm.noDebugOptions": "\"{0}\" konnte nicht zum Debuggen gestartet werden, da die Skripte keine Node-Debugging-Option enthalten wie z. B. \"--inspect-brk\"."
}
\ No newline at end of file
......@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "PHP-Sprachgrundlagen",
"description": "Bietet Syntaxhervorhebung und Klammernpaare für PHP-Dateien."
}
\ No newline at end of file
......@@ -8,5 +8,6 @@
],
"selectCodeAction": "Anzuwendende Codeaktion auswählen",
"acquiringTypingsLabel": "Eingaben werden abgerufen...",
"acquiringTypingsDetail": "Eingabedefinitionen für IntelliSense werden abgerufen."
"acquiringTypingsDetail": "Eingabedefinitionen für IntelliSense werden abgerufen.",
"autoImportLabel": "Automatischer Import von {0}"
}
\ No newline at end of file
......@@ -15,6 +15,8 @@
"typescript.tsdk.desc": "Gibt den Ordnerpfad mit den zu verwendenden tsserver- und lib*.d.ts-Dateien an.",
"typescript.disableAutomaticTypeAcquisition": "Deaktiviert die automatische Typerfassung. Erfordert TypeScript >= 2.0.6.",
"typescript.tsserver.log": "Aktiviert die Protokollierung des TS-Servers in eine Datei. Mithilfe der Protokolldatei lassen sich Probleme beim TS-Server diagnostizieren. Die Protokolldatei kann Dateipfade, Quellcode und weitere potenziell sensible Informationen aus Ihrem Projekt enthalten.",
"typescript.tsserver.pluginPaths": "Zusätzliche Pfade zum Suchen von Typescript Language Service-Plug-Ins. Erfordert TypeScript 2.3.0 oder höher. ",
"typescript.tsserver.pluginPaths.item": "Ein absoluter oder relativer Pfad. Ein relativer Pfad wird in Bezug auf die Arbeitsbereichsordner aufgelöst.",
"typescript.tsserver.trace": "Aktiviert die Ablaufverfolgung von an den TS-Server gesendeten Nachrichten. Mithilfe der Ablaufverfolgung lassen sich Probleme beim TS-Server diagnostizieren. Die Ablaufverfolgung kann Dateipfade, Quellcode und weitere potenziell sensible Informationen aus Ihrem Projekt enthalten.",
"typescript.validate.enable": "TypeScript-Überprüfung aktivieren/deaktivieren.",
"typescript.format.enable": "Standardmäßigen TypeScript-Formatierer aktivieren/deaktivieren.",
......@@ -26,6 +28,9 @@
"format.insertSpaceAfterKeywordsInControlFlowStatements": "Definiert die Verarbeitung von Leerzeichen nach Schlüsselwörtern in einer Flusssteuerungsanweisung.",
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "Definiert die Verarbeitung von Leerzeichen nach einem Funktionsschlüsselwort für anonyme Funktionen.",
"format.insertSpaceBeforeFunctionParenthesis": "Definiert die Verarbeitung von Leerzeichen vor Funktionsargumentklammern. Erfordert TypeScript >= 2.1.5.",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "Definiert die Verarbeitung von Leerzeichen nach öffnenden und vor schließenden nicht leeren runden Klammern.",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "Definiert die Verarbeitung von Leerzeichen nach öffnenden und vor schließenden nicht leeren eckigen Klammern.",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": "Definiert die Verarbeitung von Leerzeichen nach öffnenden und vor schließenden nicht leeren geschweiften Klammern. Erfordert TypeScript 2.3.0 oder höher.",
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "Definiert die Verarbeitung von Leerzeichen nach öffnenden und vor schließenden geschweiften Klammern für Vorlagenzeichenfolgen. Erfordert TypeScript >= 2.0.6.",
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "Definiert die Verarbeitung von Leerzeichen nach öffnenden und vor schließenden geschweiften Klammern für JSX-Ausdrücke. Erfordert TypeScript >= 2.0.6.",
"format.insertSpaceAfterTypeAssertion": "Definiert die Verarbeitung von Leerzeichen nach Typassertionen in TypeScript. Erfordert TypeScript >= 2.4.",
......@@ -54,5 +59,7 @@
"javascript.implicitProjectConfig.experimentalDecorators": "Aktiviert oder deaktiviert \"experimentalDecorators\" für JavaScript-Dateien, die nicht Teil eines Projekts sind. Vorhandene jsconfig.json- oder tsconfig.json-Dateien setzen diese Einstellung außer Kraft. Erfordert TypeScript 2.3.1 oder höher.",
"typescript.autoImportSuggestions.enabled": "Aktiviert oder deaktiviert Vorschläge für den automatischen Import. Erfordert TypeScript 2.6.1 oder höher.",
"typescript.experimental.syntaxFolding": "Aktiviert bzw. deaktiviert die syntaxabhängigen Faltungsmarkierungen.",
"taskDefinition.tsconfig.description": "Die \"tsconfig\"-Datei, die den TS-Build definiert."
"taskDefinition.tsconfig.description": "Die \"tsconfig\"-Datei, die den TS-Build definiert.",
"javascript.suggestionActions.enabled": "Aktiviert/deaktiviert Vorschlagsdiagnosen für JavaScript-Dateien im Editor. Erfordert TypeScript 2.8 oder höher.",
"typescript.suggestionActions.enabled": "Aktiviert/deaktiviert Vorschlagsdiagnosen für TypeScript-Dateien im Editor. Erfordert TypeScript 2.8 oder höher."
}
\ No newline at end of file
......@@ -5,5 +5,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."
]
],
"TaskRunner.UNC": "Ein Shell-Befehl kann nicht auf einem UNC-Laufwerk ausgeführt werden."
}
\ No newline at end of file
......@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"incompleteExtract": "Unvollständig. {0} von {1} Einträgen wurden extrahiert",
"notFound": "{0} wurde im ZIP nicht gefunden."
}
\ No newline at end of file
......@@ -8,9 +8,11 @@
],
"previewOnGitHub": "Vorschau in GitHub",
"loadingData": "Daten werden geladen …",
"rateLimited": "GitHub-Abfragebeschränkung überschritten. Bitte warten.",
"similarIssues": "Ähnliche Probleme",
"open": "Öffnen",
"closed": "Geschlossen",
"noSimilarIssues": "Keine ähnlichen Probleme gefunden",
"settingsSearchIssue": "Fehler in Einstellungssuche ",
"bugReporter": "Fehlerbericht",
"featureRequest": "Featureanforderung",
......
......@@ -8,7 +8,10 @@
],
"completeInEnglish": "Füllen Sie das Formular auf Englisch aus.",
"issueTypeLabel": "Dies ist",
"issueSourceLabel": "Datei auf",
"vscode": "Visual Studio Code",
"extension": "Eine Erweiterung",
"disableExtensionsLabelText": "Versuchen Sie, das Problem nach {0} zu reproduzieren. Wenn das Problem nur bei aktiven Erweiterungen reproduziert werden kann, besteht wahrscheinlich ein Problem bei einer Erweiterung.",
"disableExtensions": "Alle Erweiterungen werden deaktiviert, und das Fenster wird neu geladen",
"chooseExtension": "Erweiterung",
"issueTitleLabel": "Titel",
......
......@@ -6,5 +6,10 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"name": "Name"
"cpu": "CPU (%)",
"memory": "Arbeitsspeicher (MB)",
"pid": "PID",
"name": "Name",
"killProcess": "Prozess beenden",
"forceKillProcess": "Beenden des Prozesses erzwingen"
}
\ No newline at end of file
......@@ -146,6 +146,7 @@
"miConditionalBreakpoint": "&&Bedingter Haltepunkt...",
"miColumnBreakpoint": "S&&paltenhaltepunkt",
"miFunctionBreakpoint": "&&Funktionshaltepunkt...",
"miLogPoint": "&&Protokollpunkt …",
"miNewBreakpoint": "&&Neuer Haltepunkt",
"miEnableAllBreakpoints": "Alle Haltepunkte aktivieren",
"miDisableAllBreakpoints": "A&&lle Haltepunkte deaktivieren",
......@@ -161,6 +162,7 @@
"mMergeAllWindows": "Alle Fenster zusammenführen",
"miToggleDevTools": "&&Entwicklertools umschalten",
"miAccessibilityOptions": "&&Optionen für erleichterte Bedienung",
"miOpenProcessExplorerer": "&&Prozess-Explorer öffnen",
"miReportIssue": "&&Problem melden",
"miWelcome": "&&Willkommen",
"miInteractivePlayground": "&&Interactive Spielwiese",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册