2017-05-17. Merged in translations.

This commit is contained in:
Daniel Ye 2017-05-17 18:00:26 -07:00
parent 799fa528db
commit 966a6e10c7
281 changed files with 1426 additions and 259 deletions

View file

@ -18,6 +18,7 @@
"discard": "放弃更改",
"confirm discard all": "确定要放弃所有更改吗?此操作不可撤销!",
"discardAll": "放弃所有更改",
"no staged changes": "现在没有暂存的更改以供提交\n\n是否要直接自动暂存所有更改并提交",
"yes": "是",
"always": "始终",
"no changes": "没有要提交的更改。",

View file

@ -42,5 +42,7 @@
"config.countBadge": "控制 Git 徽章计数器。“all”计算所有更改。“tracked”只计算跟踪的更改。“off”关闭此功能。",
"config.checkoutType": "控制运行“签出到...”时列出的分支的类型。“all”显示所有 refs“local”只显示本地分支“tags”只显示标签“remote”只显示远程分支。",
"config.ignoreLegacyWarning": "忽略旧版 Git 警告",
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告"
"config.ignoreLimitWarning": "忽略“存储库中存在大量更改”的警告",
"config.defaultCloneDirectory": "克隆 Git 存储库的默认位置",
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。"
}

View file

@ -4,7 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"channelName": "TypeScript",
"noServerFound": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
"noBundledServerFound": "其他应用程序(例如运行异常的病毒检测工具)已删除 VSCode 的 tsserver。请重新安装 VS Code。",
"versionNumber.custom": "自定义",

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

@ -33,7 +33,6 @@
"javascript.validate.enable": "启用/禁用 JavaScript 验证。",
"typescript.goToProjectConfig.title": "转到项目配置",
"javascript.goToProjectConfig.title": "转到项目配置",
"typescript.referencesCodeLens.enabled": "启用/禁用引用 CodeLens。要求 TypeScript >= 2.0.6。",
"typescript.implementationsCodeLens.enabled": "启用/禁用实现 CodeLens。要求 TypeScript >= 2.2.0。",
"typescript.openTsServerLog.title": "打开 TS 服务器日志",
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",

View file

@ -6,7 +6,7 @@
{
"imgMeta": "{0}x{1} {2}",
"largeImageError": "图像太大,无法在编辑器中显示。 ",
"resourceOpenExternalButton": "打开图",
"resourceOpenExternalButton": "打开图",
"resourceOpenExternalText": " 是否使用外部程序?",
"nativeBinaryError": "文件将不在编辑器中显示,因为它是二进制文件、非常大或使用不支持的文本编码。",
"sizeB": "{0} B",

View file

@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"error.invalidSymbol": "符号无效",
"error.invalidNumberFormat": "数字格式无效",
"error.propertyNameExpected": "需要属性名",
"error.valueExpected": "需要值",
"error.colonExpected": "需要冒号",
"error.commaExpected": "需要逗号",
"error.closeBraceExpected": "需要右大括号",
"error.closeBracketExpected": "需要右括号",
"error.endOfFileExpected": "预期的文件结尾"
}

View file

@ -14,6 +14,7 @@
"mHelp": "帮助(&&H)",
"miNewWindow": "新建窗口(&&W)",
"mAbout": "关于 {0}",
"mServices": "服务",
"mHide": "隐藏 {0}",
"mHideOthers": "隐藏其他",
"mShowAll": "全部显示",
@ -54,9 +55,9 @@
"miShowEmmetCommands": "Emmet(&&M)...",
"miToggleLineComment": "切换行注释(&&T)",
"miToggleBlockComment": "切换块注释(&&B)",
"miInsertCursorAbove": "在上面添加标(&&A)",
"miInsertCursorBelow": "在下面添加标(&&D)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾添加标(&&U)",
"miInsertCursorAbove": "在上面添加标(&&A)",
"miInsertCursorBelow": "在下面添加标(&&D)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾添加标(&&U)",
"miAddSelectionToNextFindMatch": "添加下一个匹配项(&&N)",
"miAddSelectionToPreviousFindMatch": "添加上一个匹配项(&&R)",
"miSelectHighlights": "选择所有匹配项(&&O)",
@ -69,6 +70,7 @@
"miSmartSelectShrink": "缩小选定范围(&&S)",
"miViewExplorer": "资源管理器(&&E)",
"miViewSearch": "搜索(&&S)",
"miViewSCM": "SCM(&&C)",
"miViewDebug": "调试(&&D)",
"miViewExtensions": "扩展(&&X)",
"miToggleOutput": "输出(&&O)",
@ -113,9 +115,11 @@
"miGotoSymbolInFile": "转到文件中的符号(&&S)...",
"miGotoSymbolInWorkspace": "转到工作区中的符号(&&W)...",
"miGotoDefinition": "转到定义(&&D)...",
"miGotoTypeDefinition": "转到类型定义(&&T)",
"miGotoImplementation": "转到实现(&&I)",
"miGotoLine": "转到行(&&L)...",
"miStartDebugging": "启动调试(&&S)",
"miStartWithoutDebugging": "在不调试的情况下启动(&&W)",
"miStartWithoutDebugging": "非调试启动(&&W)",
"miStopDebugging": "停止调试(&&S)",
"miRestart Debugging": "重启调试(&&R)",
"miOpenConfigurations": "打开配置(&&C)",

View file

@ -26,7 +26,6 @@
"wordWrap.on": "将在视区宽度处换行。",
"wordWrap.wordWrapColumn": "将在 \"editor.wordWrapColumn\" 处换行。",
"wordWrap.bounded": "将在最小视区和 \"editor.wordWrapColumn\" 处换行。",
"wordWrap": "控制换行方式。可以选择:\n - “off” (禁用换行)\n - “on” (视区换行)\n - “wordWrapColumn” (在 \"editor.wordWrapColumn\" 处换行`) 或\n - “bounded” (在视区和 \"editor.wordWrapColumn\" 中的最小值处换行)。",
"wordWrapColumn": "在 \"editor.wordWrap\" 为 \"wordWrapColumn\" 或 \"bounded\" 时控制编辑器列的换行。",
"wrappingIndent": "控制换行的行的缩进。可以是\\\\\"none\\\\\"、 \\\\\"same\\\\\" 或 \\\\\"indent\\\\\"。",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\" 和 \"deltaY\" 使用的乘数 ",
@ -62,6 +61,7 @@
"renderLineHighlight": "控制编辑器应如何呈现当前行突出显示,可能为“无”、“装订线”、“线”和“全部”。",
"codeLens": "控制编辑器是否显示代码滤镜",
"folding": "控制编辑器是否启用代码折叠功能",
"hideFoldIcons": "控制是否自动隐藏导航线上的折叠图标。",
"matchBrackets": "当选择其中一项时,将突出显示匹配的括号。",
"glyphMargin": "控制编辑器是否应呈现垂直字形边距。字形边距最常用于调试。",
"useTabStops": "在制表位后插入和删除空格",

View file

@ -11,6 +11,10 @@
"editorWhitespaces": "编辑器中空白字符颜色。",
"editorIndentGuides": "编辑器缩进参考线颜色。",
"editorLineNumbers": "编辑器行号颜色。",
"editorRuler": "编辑器标尺的颜色。",
"editorCodeLensForeground": "编辑器 CodeLens 的前景色",
"editorBracketMatchBackground": "匹配括号的背景色"
"editorBracketMatchBackground": "匹配括号的背景色",
"editorBracketMatchBorder": "匹配括号外框颜色",
"editorOverviewRulerBorder": "概览标尺边框的颜色。",
"editorGutter": "编辑器导航线的背景色。导航线包括边缘符号和行号。"
}

View file

@ -7,14 +7,24 @@
"invalid.color": "颜色格式无效。请使用 #RGB、#RGBA、#RRGGBB 或 #RRGGBBAA",
"schema.colors": "工作台中使用的颜色。",
"foreground": "整体前景色。此颜色仅在不被组件覆盖时适用。",
"errorForeground": "错误信息的整体前景色。此颜色仅在不被组件覆盖时适用。",
"descriptionForeground": "提供其他信息的说明文本的前景色,例如标签文本。",
"focusBorder": "焦点元素的整体边框颜色。此颜色仅在不被其他组件覆盖时适用。",
"contrastBorder": "在元素周围额外的一层边框,用来提高对比度从而区别其他元素。",
"activeContrastBorder": "在活动元素周围额外的一层边框,用来提高对比度从而区别其他元素。",
"selectionBackground": "工作台所选文本的背景颜色(例如输入字段或文本区域)。注意,本设置不适用于编辑器和终端。",
"textSeparatorForeground": "文字分隔符的颜色。",
"textLinkForeground": "文本中链接的前景色。",
"textLinkActiveForeground": "文本中活动链接的前景色。",
"textBlockQuoteBackground": "文本中块引用的背景颜色。",
"textBlockQuoteBorder": "文本中块引用的边框颜色。",
"textCodeBlockBackground": "文本中代码块的背景颜色。",
"widgetShadow": "编辑器内小组件(如查找/替换)的阴影颜色。",
"inputBoxBackground": "输入框背景色。",
"inputBoxForeground": "输入框前景色。",
"inputBoxBorder": "输入框边框。",
"inputBoxActiveOptionBorder": "输入字段中已激活选项的边框颜色。",
"inputPlaceholderForeground": "输入框中占位符的前景色。",
"inputValidationInfoBackground": "严重性为信息时输入验证的背景颜色。",
"inputValidationInfoBorder": "严重性为信息时输入验证的边框颜色。",
"inputValidationWarningBackground": "严重性为警告时输入验证的背景颜色。",
@ -26,8 +36,8 @@
"dropdownBorder": "下拉列表边框。",
"listFocusBackground": "焦点项在列表或树活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
"listActiveSelectionBackground": "已选项在列表或树活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
"listInactiveSelectionBackground": "已选项在列表或树非活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
"listActiveSelectionForeground": "已选项在列表或树活动时的前景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
"listInactiveSelectionBackground": "已选项在列表或树非活动时的背景颜色。活动的列表或树具有键盘焦点,非活动的没有。",
"listHoverBackground": "使用鼠标移动项目时,列表或树的背景颜色。",
"listDropBackground": "使用鼠标移动项目时,列表或树进行拖放的背景颜色。",
"highlight": "在列表或树中搜索时,其中匹配内容的高亮颜色。",
@ -40,8 +50,10 @@
"scrollbarSliderBackground": "滑块的背景颜色。",
"scrollbarSliderHoverBackground": "滑块在悬停时的背景颜色。",
"scrollbarSliderActiveBackground": "滑块在活动的背景颜色。",
"progressBarBackground": "表示长时间操作的进度条的背景色。",
"editorBackground": "编辑器背景颜色。",
"editorForeground": "编辑器默认前景色。",
"editorWidgetBackground": "编辑器组件(如查找/替换)背景颜色。",
"editorSelection": "编辑器所选内容的颜色。",
"editorInactiveSelection": "非活动编辑器中所选内容的颜色。",
"editorSelectionHighlight": "与所选内容具有相同内容的区域颜色。",
@ -51,6 +63,5 @@
"hoverHighlight": "在显示软键盘的字下方突出显示。",
"hoverBackground": "编辑器软键盘背景色。",
"hoverBorder": "编辑器软键盘边框颜色。",
"activeLinkForeground": "活动链接颜色。",
"editorWidgetBackground": "编辑器组件(如查找/替换)背景颜色。"
"activeLinkForeground": "活动链接颜色。"
}

View file

@ -3,4 +3,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.
{}
{
"overwritingExtension": "使用扩展程序 {1} 覆盖扩展程序 {0}。",
"extensionUnderDevelopment": "正在 {0} 处加载开发扩展程序"
}

View file

@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"close": "关闭",
"cancel": "取消",
"ok": "确定"
}

View file

@ -41,6 +41,7 @@
"window.newWindowDimensions.inherit": "以与上一个活动窗口相同的尺寸打开新窗口。",
"window.newWindowDimensions.maximized": "打开最大化的新窗口。",
"window.newWindowDimensions.fullscreen": "在全屏模式下打开新窗口。",
"newWindowDimensions": "控制在已有窗口时新打开窗口的尺寸。默认情况下新窗口将以小尺寸在屏幕的中央打开。当设置为“inherit”时新窗口将继承上一活动窗口的尺寸设置为“maximized”时窗口将被最大化设置为“fullscreen”时则变为全屏。请注意此设置对第一个打开的窗口无效。第一个窗口总是会恢复关闭前的大小和位置。",
"window.menuBarVisibility.default": "菜单仅在全屏模式下隐藏。",
"window.menuBarVisibility.visible": "菜单始终可见,即使处于全屏模式下。",
"window.menuBarVisibility.toggle": "菜单隐藏,但可以通过 Alt 键显示。",

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

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

@ -9,6 +9,7 @@
"neverShowAgain": "不再显示",
"close": "关闭",
"workspaceRecommended": "此工作区具有扩展建议。",
"ignoreExtensionRecommendations": "你是否要忽略所有推荐的扩展?",
"ignoreAll": "是,忽略全部",
"no": "否",
"cancel": "取消"

View file

@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"showTriggerActions": "显示所有命令",
"showCommands.label": "命令面板...",
"entryAriaLabelWithKey": "{0}、{1} ,命令",
"entryAriaLabel": "{0},命令",
"canNotRun": "无法从此处运行命令“{0}”。",

View file

@ -6,7 +6,6 @@
{
"selectTheme.label": "颜色主题",
"installColorThemes": "安装其他颜色主题...",
"themes.selectTheme": "选择颜色主题",
"selectIconTheme.label": "文件图标主题",
"installIconThemes": "安装其他文件图标主题...",
"noIconThemeLabel": "无",

View file

@ -15,22 +15,10 @@
"welcomePage.help": "帮助",
"welcomePage.productDocumentation": "产品文档",
"welcomePage.introductoryVideos": "入门视频",
"welcomePage.keybindingsReference": "键盘快捷方式参考",
"welcomePage.gitHubRepository": "GitHub 存储库",
"welcomePage.stackOverflow": "Stack Overflow",
"welcomePage.showOnStartup": "启动时显示欢迎页",
"welcomePage.quickLinks": "快速链接",
"welcomePage.interactivePlayground": "交互式演练场",
"welcomePage.interactivePlaygroundDescription": "在简短演练中试用编辑器的基本功能",
"welcomePage.interfaceOverview": "界面概述",
"welcomePage.interfaceOverviewDescription": "查看突出显示主要 UI 组件的叠加图",
"welcomePage.colorTheme": "颜色主题",
"welcomePage.colorThemeDescription": "使编辑器和代码呈现你喜欢的外观",
"welcomePage.keybindingsReference": "键盘快捷方式参考",
"welcomePage.keybindingsReferenceDescription": "包含常见键盘快捷方式的可打印 PDF 文件",
"welcomePage.showCommands": "查找并运行所有命令",
"welcomePage.showCommandsDescription": "从控制面板快速访问并搜索命令({0})",
"welcomePage.configureSettings": "配置设置",
"welcomePage.configureSettingsDescription": "通过调整设置来解锁 VS Code 的全部功能",
"welcomePage.installKeymapDescription": "安装键盘快捷方式",
"welcomePage.installKeymap": "安装 {0}、{1}、{2} 和 {3} 的键盘快捷方式",
"welcomePage.vim": "Vim",
@ -39,5 +27,17 @@
"welcomePage.sublimeCurrent": "Sublime (当前)",
"welcomePage.atom": "Atom",
"welcomePage.atomCurrent": "Atom (当前)",
"welcomePage.others": "其他"
"welcomePage.others": "其他",
"welcomePage.colorTheme": "颜色主题",
"welcomePage.colorThemeDescription": "使编辑器和代码呈现你喜欢的外观",
"welcomePage.configureSettings": "配置设置",
"welcomePage.configureSettingsDescription": "通过调整设置来解锁 VS Code 的全部功能",
"welcomePage.showCommands": "查找并运行所有命令",
"welcomePage.showCommandsDescription": "从控制面板快速访问并搜索命令({0})",
"welcomePage.interfaceOverview": "界面概述",
"welcomePage.interfaceOverviewDescription": "查看突出显示主要 UI 组件的叠加图",
"welcomePage.interactivePlayground": "交互式演练场",
"welcomePage.interactivePlaygroundDescription": "在简短演练中试用编辑器的基本功能",
"welcomePage.quickLinks": "快速链接",
"welcomePage.keybindingsReferenceDescription": "包含常见键盘快捷方式的可打印 PDF 文件"
}

View file

@ -4,6 +4,11 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "打开设置",
"close": "关闭",
"errorUnknownKey": "无法写入配置文件(未知密钥)",
"errorInvalidTarget": "无法写入到配置文件(无效的目标)"
"errorInvalidTarget": "无法写入到配置文件(无效的目标)",
"errorNoWorkspaceOpened": "没有打开任何文件夹,因此无法写入设置。请先打开一个文件夹,然后重试。",
"errorInvalidConfiguration": "无法写入设置。请打开 **用户设置** 更正文件中的错误/警告,然后重试。",
"errorInvalidConfigurationWorkspace": "无法写入设置。请打开 **工作区设置** 更正文件中的错误/警告,然后重试。"
}

View file

@ -4,7 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"channelName": "TypeScript",
"noServerFound": "路徑 {0} 未指向有效的 tsserver 安裝。即將回復為配套的 TypeScript 版本。",
"noBundledServerFound": "其他應用程式已刪除了 VSCode 的 tsserver例如行為不當的病毒偵測工具。請重新安裝 VS Code。",
"versionNumber.custom": "自訂",

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

@ -33,7 +33,6 @@
"javascript.validate.enable": "啟用/停用 JavaScript 驗證。",
"typescript.goToProjectConfig.title": "移至專案組態",
"javascript.goToProjectConfig.title": "移至專案組態",
"typescript.referencesCodeLens.enabled": "啟用/停用參考 CodeLens。需要 TypeScript >= 2.0.6。",
"typescript.implementationsCodeLens.enabled": "啟用/停用實作 CodeLens。需要 TypeScript >= 2.2.0。",
"typescript.selectTypeScriptVersion.title": "選取 TypeScript 版本",
"jsDocCompletion.enabled": "啟用/停用自動 JSDoc 註解",

View file

@ -5,9 +5,6 @@
// Do not edit this file. It is machine generated.
{
"imgMeta": "{0}x{1} {2}",
"largeImageError": "因為影像太大,所以無法在編輯器中顯示。",
"resourceOpenExternalButton": "開啟影像",
"resourceOpenExternalText": " 要使用外部程式嗎?",
"nativeBinaryError": "檔案為二進位檔、非常大或使用不支援的文字編碼,因此將不會顯示於編輯器中。",
"sizeB": "{0}B",
"sizeKB": "{0}KB",

View file

@ -10,5 +10,8 @@
"caret": "編輯器游標的色彩。",
"editorWhitespaces": "編輯器中空白字元的色彩。",
"editorIndentGuides": "編輯器縮排輔助線的色彩。",
"editorLineNumbers": "編輯器行號的色彩。"
"editorLineNumbers": "編輯器行號的色彩。",
"editorCodeLensForeground": "編輯器程式碼濾鏡的前景色彩",
"editorBracketMatchBackground": "成對括號背景色彩",
"editorBracketMatchBorder": "成對括號邊框色彩"
}

View file

@ -16,6 +16,8 @@
"peekViewTitleInfoForeground": "預覽檢視標題資訊的色彩。",
"peekViewBorder": "預覽檢視之框線與箭頭的色彩。",
"peekViewResultsBackground": "預覽檢視中結果清單的背景色彩。",
"peekViewResultsMatchForeground": "預覽檢視結果列表中行節點的前景色彩",
"peekViewResultsFileForeground": "預覽檢視結果列表中檔案節點的前景色彩",
"peekViewResultsSelectionBackground": "在預覽檢視之結果清單中選取項目時的背景色彩。",
"peekViewResultsSelectionForeground": "在預覽檢視之結果清單中選取項目時的前景色彩。",
"peekViewEditorBackground": "預覽檢視編輯器的背景色彩。",

View file

@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"requirearray": "功能表項目必須為陣列",
"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
"vscode.extension.contributes.menuItem.command": "所要執行命令的識別碼。命令必須在 'commands' 區段中宣告",
"vscode.extension.contributes.menuItem.alt": "所要執行替代命令的識別碼。命令必須在 'commands' 區段中宣告",

View file

@ -8,14 +8,21 @@
"schema.colors": "工作台中使用的色彩。",
"foreground": "整體的前景色彩。僅當未被任何元件覆疊時,才會使用此色彩。",
"errorForeground": "整體錯誤訊息的前景色彩。僅當未被任何元件覆蓋時,才會使用此色彩。",
"descriptionForeground": "提供附加訊息的前景顏色,例如標籤",
"focusBorder": "焦點項目的整體邊界色彩。只在沒有任何元件覆寫此色彩時,才會加以使用。",
"contrastBorder": "項目周圍的額外邊界,可將項目從其他項目中區隔出來以提高對比。",
"activeContrastBorder": "使用中項目周圍的額外邊界,可將項目從其他項目中區隔出來以提高對比。",
"selectionBackground": "作業區域選取的背景顏色(例如輸入或文字區域)。請注意,這不適用於編輯器與終端機中的選取。",
"textSeparatorForeground": "文字分隔符號的顏色。",
"textLinkForeground": "內文連結的前景色彩",
"textLinkActiveForeground": "內文使用連結的前景色彩",
"textCodeBlockBackground": "文字區塊的背景顏色。",
"widgetShadow": "小工具的陰影色彩,例如編輯器中的尋找/取代。",
"inputBoxBackground": "輸入方塊的背景。",
"inputBoxForeground": "輸入方塊的前景。",
"inputBoxBorder": "輸入方塊的框線。",
"inputBoxActiveOptionBorder": "輸入欄位中可使用之項目的框線色彩。",
"inputPlaceholderForeground": "文字輸入替代字符的前景顏色。",
"inputValidationInfoBackground": "資訊嚴重性的輸入驗證背景色彩。",
"inputValidationInfoBorder": "資訊嚴重性的輸入驗證邊界色彩。",
"inputValidationWarningBackground": "資訊警告的輸入驗證背景色彩。",
@ -27,8 +34,9 @@
"dropdownBorder": "下拉式清單的框線。",
"listFocusBackground": "當清單/樹狀為使用中狀態時,焦點項目的清單/樹狀背景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。",
"listActiveSelectionBackground": "當清單/樹狀為使用中狀態時,所選項目的清單/樹狀背景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。",
"listInactiveSelectionBackground": "當清單/樹狀為非使用中狀態時,所選項目的清單/樹狀背景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。",
"listActiveSelectionForeground": "當清單/樹狀為使用中狀態時,所選項目的清單/樹狀前景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。",
"listInactiveSelectionBackground": "當清單/樹狀為非使用中狀態時,所選項目的清單/樹狀背景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中者則沒有。",
"listInactiveSelectionForeground": "當清單/樹狀為使用中狀態時,所選項目的清單/樹狀前景色彩。使用中的清單/樹狀有鍵盤焦點,非使用中則沒有。",
"listHoverBackground": "使用滑鼠暫留在項目時的清單/樹狀背景。",
"listDropBackground": "使用滑鼠四處移動項目時的清單/樹狀拖放背景。",
"highlight": "在清單/樹狀內搜尋時,相符醒目提示的清單/樹狀前景色彩。",
@ -37,12 +45,15 @@
"buttonForeground": "按鈕前景色彩。",
"buttonBackground": "按鈕背景色彩。",
"buttonHoverBackground": "暫留時的按鈕背景色彩。",
"badgeBackground": "標記的背景顏色。標記為小型的訊息標籤,例如搜尋結果的數量。",
"badgeForeground": "標記的前景顏色。標記為小型的訊息標籤,例如搜尋結果的數量。",
"scrollbarShadow": "指出在捲動該檢視的捲軸陰影。",
"scrollbarSliderBackground": "滑桿背景色彩。",
"scrollbarSliderHoverBackground": "暫留時的滑桿背景色彩。",
"scrollbarSliderActiveBackground": "使用中狀態時的滑桿背景色彩。",
"editorBackground": "編輯器的背景色彩。",
"editorForeground": "編輯器的預設前景色彩。",
"editorWidgetBackground": "編輯器小工具的背景色彩,例如尋找/取代。",
"editorSelection": "編輯器選取範圍的色彩。",
"editorInactiveSelection": "非使用中之編輯器選取範圍的色彩。",
"editorSelectionHighlight": "選取時,內容相同之區域的色彩。",
@ -52,6 +63,5 @@
"hoverHighlight": "在顯示了動態顯示的單字下方醒目提示。",
"hoverBackground": "編輯器動態顯示的背景色彩。",
"hoverBorder": "編輯器動態顯示的框線色彩。",
"activeLinkForeground": "使用中之連結的色彩。",
"editorWidgetBackground": "編輯器小工具的背景色彩,例如尋找/取代。"
"activeLinkForeground": "使用中之連結的色彩。"
}

View file

@ -3,4 +3,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.
{}
{
"overwritingExtension": "正在以 {1} 覆寫延伸模組 {0}。",
"extensionUnderDevelopment": "正在載入位於 {0} 的開發延伸模組"
}

View file

@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"close": "關閉",
"cancel": "取消",
"ok": "確定"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,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 @@
{
"selectTheme.label": "色彩佈景主題",
"installColorThemes": "安裝其他的色彩佈景主題...",
"themes.selectTheme": "選取色彩佈景主題",
"selectIconTheme.label": "檔案圖示佈景主題",
"installIconThemes": "安裝其他的檔案圖示主題...",
"noIconThemeLabel": "無",

View file

@ -15,22 +15,10 @@
"welcomePage.help": "說明",
"welcomePage.productDocumentation": "產品文件",
"welcomePage.introductoryVideos": "簡介影片",
"welcomePage.keybindingsReference": "鍵盤快速鍵參考",
"welcomePage.gitHubRepository": "GitHub 存放庫",
"welcomePage.stackOverflow": "Stack Overflow",
"welcomePage.showOnStartup": "啟動時顯示歡迎頁面",
"welcomePage.quickLinks": "快速連結",
"welcomePage.interactivePlayground": "Interactive Playground",
"welcomePage.interactivePlaygroundDescription": "嘗試使用逐步解說短片中的一些基本編輯器功能",
"welcomePage.interfaceOverview": "介面概觀",
"welcomePage.interfaceOverviewDescription": "使用視覺覆疊效果強調顯示 UI 的主要元件",
"welcomePage.colorTheme": "彩色佈景主題",
"welcomePage.colorThemeDescription": "將編輯器及您的程式碼設定成您喜愛的外觀",
"welcomePage.keybindingsReference": "鍵盤快速鍵參考",
"welcomePage.keybindingsReferenceDescription": "可列印的 PDF附有最常用的鍵盤快速鍵",
"welcomePage.showCommands": "尋找及執行所有命令",
"welcomePage.showCommandsDescription": "從控制台快速存取及搜尋命令 ({0})",
"welcomePage.configureSettings": "組態設定",
"welcomePage.configureSettingsDescription": "微調設定就能發揮 VS Code 的所有功能",
"welcomePage.installKeymapDescription": "安裝鍵盤快速鍵",
"welcomePage.installKeymap": "安裝鍵盤快速鍵 {0}、{1}、{2} 及 {3}",
"welcomePage.vim": "活力",
@ -39,5 +27,17 @@
"welcomePage.sublimeCurrent": "壯麗 (目前)",
"welcomePage.atom": "Atom",
"welcomePage.atomCurrent": "Atom (目前)",
"welcomePage.others": "其他"
"welcomePage.others": "其他",
"welcomePage.colorTheme": "彩色佈景主題",
"welcomePage.colorThemeDescription": "將編輯器及您的程式碼設定成您喜愛的外觀",
"welcomePage.configureSettings": "組態設定",
"welcomePage.configureSettingsDescription": "微調設定就能發揮 VS Code 的所有功能",
"welcomePage.showCommands": "尋找及執行所有命令",
"welcomePage.showCommandsDescription": "從控制台快速存取及搜尋命令 ({0})",
"welcomePage.interfaceOverview": "介面概觀",
"welcomePage.interfaceOverviewDescription": "使用視覺覆疊效果強調顯示 UI 的主要元件",
"welcomePage.interactivePlayground": "Interactive Playground",
"welcomePage.interactivePlaygroundDescription": "嘗試使用逐步解說短片中的一些基本編輯器功能",
"welcomePage.quickLinks": "快速連結",
"welcomePage.keybindingsReferenceDescription": "可列印的 PDF附有最常用的鍵盤快速鍵"
}

View file

@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "開啟設定",
"close": "關閉",
"errorUnknownKey": "無法寫入組態檔 (不明的按鍵)",
"errorInvalidTarget": "無法寫入組態檔 (目標無效)"
}

View file

@ -15,7 +15,7 @@
"command.revertSelectedRanges": "Ausgewählte Bereiche zurücksetzen",
"command.unstage": "Bereitstellung der Änderungen aufheben",
"command.unstageAll": "Bereitstellung aller Änderungen aufheben",
"command.unstageSelectedRanges": "Staffelung gewählter Bereiche aufheben",
"command.unstageSelectedRanges": "Bereitstellung gewählter Bereiche aufheben",
"command.clean": "Änderungen verwerfen",
"command.cleanAll": "Alle Änderungen verwerfen",
"command.commit": "Commit",
@ -25,7 +25,7 @@
"command.commitAllSigned": "Alle committen (abgemeldet)",
"command.undoCommit": "Letzten Commit rückgängig machen",
"command.checkout": "Auschecken an...",
"command.branch": "Branch wird erstellt...",
"command.branch": "Branch erstellen...",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.push": "Push",

View file

@ -4,7 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"channelName": "TypeScript",
"noServerFound": "Der Pfad \"{0}\" zeigt nicht auf eine gültige tsserver-Installation. Fallback auf gebündelte TypeScript-Version wird durchgeführt.",
"noBundledServerFound": "Der tsserver von VSCode wurde von einer anderen Anwendung wie etwa einem fehlerhaften Tool zur Viruserkennung gelöscht. Führen Sie eine Neuinstallation von VS Code durch.",
"versionNumber.custom": "benutzerdefiniert",

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

@ -33,7 +33,6 @@
"javascript.validate.enable": "JavaScript-Überprüfung aktivieren/deaktivieren.",
"typescript.goToProjectConfig.title": "Zur Projektkonfiguration wechseln",
"javascript.goToProjectConfig.title": "Zur Projektkonfiguration wechseln",
"typescript.referencesCodeLens.enabled": "Aktiviert oder deaktiviert CodeLens-Verweise. Erfordert TypeScript 2.0.6 oder höher.",
"typescript.implementationsCodeLens.enabled": "Aktiviert oder deaktiviert CodeLens-Implementierungen. Erfordert TypeScript 2.2.0 oder höher.",
"typescript.selectTypeScriptVersion.title": "TypeScript-Version wählen",
"jsDocCompletion.enabled": "Automatische JSDoc-Kommentare aktivieren/deaktivieren",

View file

@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"error.invalidSymbol": "Ungültiges Symbol",
"error.invalidNumberFormat": "Ungültiges Zahlenformat.",
"error.propertyNameExpected": "Ein Eigenschaftenname wurde erwartet.",
"error.valueExpected": "Ein Wert wurde erwartet.",
"error.colonExpected": "Ein Doppelpunkt wurde erwartet.",
"error.commaExpected": "Ein Komma wurde erwartet.",
"error.closeBraceExpected": "Eine schließende geschweifte Klammer wurde erwartet.",
"error.closeBracketExpected": "Eine schließende Klammer wurde erwartet.",
"error.endOfFileExpected": "Das Dateiende wurde erwartet."
}

View file

@ -6,7 +6,7 @@
{
"mFile": "&&Datei",
"mEdit": "&&Bearbeiten",
"mSelection": "&&Aktion auswählen",
"mSelection": "&&Auswahl",
"mView": "&&Anzeigen",
"mGoto": "Los",
"mDebug": "&&Debuggen",
@ -115,7 +115,7 @@
"miGotoDefinition": "Gehe &&zu Definition",
"miGotoLine": "Gehe zu &&Zeile...",
"miStartDebugging": "&&Debugging starten",
"miStartWithoutDebugging": "&&Ohne Debuggen starten",
"miStartWithoutDebugging": "&&Ohne Debugging starten",
"miStopDebugging": "&&Debugging beenden",
"miRestart Debugging": "&&Debugging erneut starten",
"miOpenConfigurations": "&&Konfigurationen öffnen",

View file

@ -26,8 +26,8 @@
"dropdownBorder": "Rahmen für Dropdown.",
"listFocusBackground": "Hintergrundfarbe der Liste/Struktur für das fokussierte Element, wenn die Liste/Struktur aktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.",
"listActiveSelectionBackground": "Hintergrundfarbe der Liste/Struktur für das ausgewählte Element, wenn die Liste/Struktur aktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.",
"listInactiveSelectionBackground": "Hintergrundfarbe der Liste/Struktur für das ausgewählte Element, wenn die Liste/Struktur inaktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.",
"listActiveSelectionForeground": "Vordergrundfarbe der Liste/Struktur für das ausgewählte Element, wenn die Liste/Struktur aktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.",
"listInactiveSelectionBackground": "Hintergrundfarbe der Liste/Struktur für das ausgewählte Element, wenn die Liste/Struktur inaktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.",
"listHoverBackground": "Hintergrund der Liste/Struktur, wenn mit der Maus auf Elemente gezeigt wird.",
"listDropBackground": "Drag & Drop-Hintergrund der Liste/Struktur, wenn Elemente mithilfe der Maus verschoben werden.",
"highlight": "Vordergrundfarbe der Liste/Struktur zur Trefferhervorhebung beim Suchen innerhalb der Liste/Struktur.",
@ -42,6 +42,7 @@
"scrollbarSliderActiveBackground": "Hintergrundfarbe des Schiebereglers, wenn dieser aktiv ist.",
"editorBackground": "Hintergrundfarbe des Editors.",
"editorForeground": "Standardvordergrundfarbe des Editors.",
"editorWidgetBackground": "Hintergrundfarbe von Editor-Widgets wie zum Beispiel Suchen/Ersetzen.",
"editorSelection": "Farbe der Editor-Auswahl.",
"editorInactiveSelection": "Farbe der Auswahl in einem inaktiven Editor.",
"editorSelectionHighlight": "Farbe für Bereiche, deren Inhalt der Auswahl entspricht.",
@ -51,6 +52,5 @@
"hoverHighlight": "Hervorhebung eines Worts, unter dem ein Mauszeiger angezeigt wird.",
"hoverBackground": "Background color of the editor hover.",
"hoverBorder": "Rahmenfarbe des Editor-Mauszeigers.",
"activeLinkForeground": "Farbe der aktiven Links.",
"editorWidgetBackground": "Hintergrundfarbe von Editor-Widgets wie zum Beispiel Suchen/Ersetzen."
"activeLinkForeground": "Farbe der aktiven Links."
}

View file

@ -3,4 +3,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.
{}
{
"overwritingExtension": "Die Erweiterung \"{0}\" wird mit \"{1}\" überschrieben.",
"extensionUnderDevelopment": "Die Entwicklungserweiterung unter \"{0}\" wird geladen."
}

View file

@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"close": "Schließen",
"cancel": "Abbrechen",
"ok": "OK"
}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}

View file

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

@ -15,7 +15,7 @@
"changelog": "ChangeLog",
"dependencies": "Abhängigkeiten",
"noReadme": "Keine INFODATEI verfügbar.",
"noChangelog": "Es ist kein Änderungsprotokoll verfügbar.",
"noChangelog": "Es ist kein ChangeLog verfügbar.",
"noContributions": "Keine Beiträge",
"noDependencies": "Keine Abhängigkeiten",
"settings": "Einstellungen ({0})",

View file

@ -22,7 +22,7 @@
"disableGloballyAction": "Immer",
"disableAction": "Deaktivieren",
"checkForUpdates": "Nach Updates suchen",
"updateAll": "Alle Extensions aktualisieren",
"updateAll": "Alle Erweiterungen aktualisieren",
"reloadAction": "Neu starten",
"postUpdateTooltip": "Zum Aktualisieren erneut laden",
"postUpdateMessage": "Dieses Fenster erneut laden, um die aktualisierte Erweiterung \"{0}\" zu aktivieren?",
@ -33,15 +33,15 @@
"postUninstallTooltip": "Zum Deaktivieren erneut laden",
"postUninstallMessage": "Dieses Fenster erneut laden, um die deinstallierte Erweiterung \"{0}\" zu deaktivieren?",
"reload": "Fenster &&erneut laden",
"toggleExtensionsViewlet": "Extensions anzeigen",
"installExtensions": "Extensions installieren",
"showInstalledExtensions": "Installierte Extensions anzeigen",
"toggleExtensionsViewlet": "Erweiterungen anzeigen",
"installExtensions": "Erweiterungen installieren",
"showInstalledExtensions": "Installierte Erweiterungen anzeigen",
"showDisabledExtensions": "Deaktivierte Erweiterungen anzeigen",
"clearExtensionsInput": "Extensioneingabe löschen",
"showOutdatedExtensions": "Veraltete Extensions anzeigen",
"showPopularExtensions": "Beliebte Extensions anzeigen",
"showRecommendedExtensions": "Empfohlene Extensions anzeigen",
"showWorkspaceRecommendedExtensions": "Für den Arbeitsbereich empfohlene Extensions anzeigen",
"showOutdatedExtensions": "Veraltete Erweiterungen anzeigen",
"showPopularExtensions": "Beliebte Erweiterungen anzeigen",
"showRecommendedExtensions": "Empfohlene Erweiterungen anzeigen",
"showWorkspaceRecommendedExtensions": "Für den Arbeitsbereich empfohlene Erweiterungen anzeigen",
"showRecommendedKeymapExtensions": "Empfohlene Tastenzuordnungen anzeigen",
"showRecommendedKeymapExtensionsShort": "Tastenzuordnungen",
"configureWorkspaceRecommendedExtensions": "Empfohlene Erweiterungen konfigurieren (Arbeitsbereich)",

View file

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"manage": "Drücken Sie die EINGABETASTE, um Ihre Extensions zu verwalten.",
"manage": "Drücken Sie die EINGABETASTE, um Ihre Erweiterungen zu verwalten.",
"searchFor": "Drücken Sie die EINGABETASTE, um nach \"{0}\" in Marketplace zu suchen.",
"noExtensionsToInstall": "Geben Sie einen Extensionnamen ein."
"noExtensionsToInstall": "Geben Sie einen Erweiterungsnamen ein."
}

View file

@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"extensionsInputName": "Extension: {0}"
"extensionsInputName": "Erweiterung: {0}"
}

View file

@ -8,7 +8,9 @@
"showRecommendations": "Empfehlungen anzeigen",
"neverShowAgain": "Nicht mehr anzeigen",
"close": "Schließen",
"workspaceRecommended": "Für diesen Arbeitsbereich sind Extensionempfehlungen verfügbar.",
"workspaceRecommended": "Für diesen Arbeitsbereich sind Erweiterungsempfehlungen verfügbar.",
"ignoreExtensionRecommendations": "Möchten Sie alle Erweiterungsempfehlungen ignorieren?",
"ignoreAll": "Ja, alles ignorieren",
"no": "Nein",
"cancel": "Abbrechen"
}

View file

@ -4,11 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"extensionsCommands": "Extensions verwalten",
"galleryExtensionsCommands": "Katalogextensions installieren",
"extension": "Extension",
"extensionsCommands": "Erweiterungen verwalten",
"galleryExtensionsCommands": "Katalogerweiterungen installieren",
"extension": "Erweiterung",
"extensions": "Extensions",
"view": "Anzeigen",
"extensionsConfigurationTitle": "Extensions",
"extensionsAutoUpdate": "Extensions automatisch aktualisieren"
"extensionsAutoUpdate": "Erweiterungen automatisch aktualisieren",
"extensionsIgnoreRecommendations": "Erweiterungsempfehlungen ignorieren"
}

View file

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openExtensionsFolder": "Extensionordner öffnen",
"openExtensionsFolder": "Erweiterungsordner öffnen",
"installVSIX": "Aus VSIX installieren...",
"InstallVSIXAction.success": "Die Erweiterung wurde erfolgreich installiert. Führen Sie einen Neustart aus, um sie zu aktivieren.",
"InstallVSIXAction.reloadNow": "Jetzt erneut laden"

View file

@ -4,12 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"searchExtensions": "Nach Extensions in Marketplace suchen",
"searchExtensions": "Nach Erweiterungen im Marketplace suchen",
"extensions": "Extensions",
"sort by installs": "Sortieren nach: Installationsanzahl",
"sort by rating": "Sortieren nach: Bewertung",
"sort by name": "Sortieren nach: Name",
"no extensions found": "Es wurden keine Erweiterungen gefunden.",
"suggestProxyError": "Marketplace hat \"ECONNREFUSED\" zurückgegeben. Überprüfen Sie die Einstellung \"http.proxy\".",
"outdatedExtensions": "{0} veraltete Extensions"
"outdatedExtensions": "{0} veraltete Erweiterungen"
}

View file

@ -6,7 +6,6 @@
{
"selectTheme.label": "Farbdesign",
"installColorThemes": "Zusätzliche Farbschemas installieren...",
"themes.selectTheme": "Farbdesign auswählen",
"selectIconTheme.label": "Dateisymboldesign",
"installIconThemes": "Zusätzliche Dateisymbolschemas installieren...",
"noIconThemeLabel": "Keine",

View file

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"welcomePage.vscode": "Visual Studio-Code",
"welcomePage.vscode": "Visual Studio Code",
"welcomePage.editingEvolved": "Fortschrittliche Bearbeitung",
"welcomePage.start": "Starten",
"welcomePage.newFile": "Neue Datei",
@ -15,22 +15,10 @@
"welcomePage.help": "Hilfe",
"welcomePage.productDocumentation": "Produktdokumentation",
"welcomePage.introductoryVideos": "Einführungsvideos",
"welcomePage.keybindingsReference": "Referenz für Tastenkombinationen",
"welcomePage.gitHubRepository": "GitHub-Repository",
"welcomePage.stackOverflow": "Stack Overflow",
"welcomePage.showOnStartup": "Willkommensseite beim Start anzeigen",
"welcomePage.quickLinks": "Direktlinks",
"welcomePage.interactivePlayground": "Interaktiver Playground",
"welcomePage.interactivePlaygroundDescription": "Testen Sie die wichtigsten Editorfunktionen in einer kurzen exemplarischen Vorgehensweise.",
"welcomePage.interfaceOverview": "Überblick über die Schnittstelle",
"welcomePage.interfaceOverviewDescription": "Erhalten Sie eine visuelle Überlagerung, die die wichtigsten Komponenten der Benutzeroberfläche hervorhebt.",
"welcomePage.colorTheme": "Farbdesign",
"welcomePage.colorThemeDescription": "Passen Sie das Aussehen des Editors und Ihres Codes an Ihre Wünsche an.",
"welcomePage.keybindingsReference": "Referenz für Tastenkombinationen",
"welcomePage.keybindingsReferenceDescription": "Eine druckbare PDF mit den wichtigsten Tastenkombinationen",
"welcomePage.showCommands": "Alle Befehle suchen und ausführen",
"welcomePage.showCommandsDescription": "Über die Einstellungen ({0}) können Sie Befehle schnell suchen und darauf zugreifen.",
"welcomePage.configureSettings": "Einstellungen konfigurieren",
"welcomePage.configureSettingsDescription": "Optimieren Sie die Einstellungen, um VS Code bestmöglich zu nutzen.",
"welcomePage.installKeymapDescription": "Tastenkombinationen installieren",
"welcomePage.installKeymap": "Installieren Sie die Tastenkombinationen von {0} {1}, {2} und {3}.",
"welcomePage.vim": "Vim",
@ -39,5 +27,17 @@
"welcomePage.sublimeCurrent": "Sublime (aktuell)",
"welcomePage.atom": "Atom",
"welcomePage.atomCurrent": "Atom (aktuell)",
"welcomePage.others": "Andere"
"welcomePage.others": "Andere",
"welcomePage.colorTheme": "Farbdesign",
"welcomePage.colorThemeDescription": "Passen Sie das Aussehen des Editors und Ihres Codes an Ihre Wünsche an.",
"welcomePage.configureSettings": "Einstellungen konfigurieren",
"welcomePage.configureSettingsDescription": "Optimieren Sie die Einstellungen, um VS Code bestmöglich zu nutzen.",
"welcomePage.showCommands": "Alle Befehle suchen und ausführen",
"welcomePage.showCommandsDescription": "Über die Einstellungen ({0}) können Sie Befehle schnell suchen und darauf zugreifen.",
"welcomePage.interfaceOverview": "Überblick über die Schnittstelle",
"welcomePage.interfaceOverviewDescription": "Erhalten Sie eine visuelle Überlagerung, die die wichtigsten Komponenten der Benutzeroberfläche hervorhebt.",
"welcomePage.interactivePlayground": "Interaktiver Playground",
"welcomePage.interactivePlaygroundDescription": "Testen Sie die wichtigsten Editorfunktionen in einer kurzen exemplarischen Vorgehensweise.",
"welcomePage.quickLinks": "Direktlinks",
"welcomePage.keybindingsReferenceDescription": "Eine druckbare PDF mit den wichtigsten Tastenkombinationen"
}

View file

@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Einstellungen öffnen",
"close": "Schließen",
"errorUnknownKey": "Die Konfigurationsdatei kann nicht geschrieben werden (unbekannter Schlüssel).",
"errorInvalidTarget": "In die Konfigurationsdatei kann nicht geschrieben werden (ungültiges Ziel)."
}

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