2017-05-31. Merged in translations from transifex.

This commit is contained in:
Daniel Ye 2017-05-31 17:40:04 -07:00
parent fbdbd2dda2
commit 5fe794bdb0
205 changed files with 469 additions and 321 deletions

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"onPreviewStyleLoadError": "无法加载“markdown.styles”{0}"
}

View file

@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"acceptCurrentChange": "采用当前更改"
}
{}

View file

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

View file

@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"currentChange": "(当前更改)"
"currentChange": "(当前更改)",
"incomingChange": "(传入的更改)"
}

View file

@ -5,8 +5,8 @@
// Do not edit this file. It is machine generated.
{
"command.category": "合并冲突",
"command.next": "下一个冲突",
"command.previous": "上一个冲突",
"command.compare": "比较当前冲突",
"config.title": "合并冲突"
"command.accept.both": "保留两者",
"config.title": "合并冲突",
"config.codeLensEnabled": "启用/禁用编辑器内合并冲突区域的 CodeLens",
"config.decoratorsEnabled": "启用/禁用编辑器内的合并冲突修饰器"
}

View file

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

View file

@ -41,6 +41,6 @@
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
"jsDocCompletion.enabled": "启用/禁用自动 JSDoc 注释",
"javascript.implicitProjectConfig.checkJs": "启用/禁用 JavaScript 文件的语义检查。现有的 jsconfig.json 或\n tsconfig.json 文件会覆盖此设置。要求 TypeScript >=2.3.1。",
"typescript.check.npmIsInstalled": "检查是否安装了 NPM 以进行自动 typings 获取",
"javascript.nameSuggestions": "启用/禁用在 JavaScript 建议列表中包含文件中的唯一名称。"
"javascript.nameSuggestions": "启用/禁用在 JavaScript 建议列表中包含文件中的唯一名称。",
"typescript.tsc.autoDetect": "控制自动检测 tsc 任务是否打开。"
}

View file

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

View file

@ -153,12 +153,12 @@
"miLicense": "查看许可证(&&L)",
"miPrivacyStatement": "隐私声明(&&P)",
"miAbout": "关于(&&A)",
"accessibilityOptionsWindowTitle": "辅助功能选项",
"miRestartToUpdate": "重启以更新...",
"miCheckingForUpdates": "正在检查更新...",
"miDownloadUpdate": "下载可用更新",
"miDownloadingUpdate": "正在下载更新...",
"miInstallingUpdate": "正在安装更新...",
"miCheckForUpdates": "检查更新...",
"aboutDetail": "\n版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n渲染器 {4}\nNode {5}",
"okButton": "确定"
}

View file

@ -23,6 +23,8 @@
"minimap.enabled": "控制是否显示 minimap",
"minimap.renderCharacters": "呈现某行上的实际字符(与颜色块相反)",
"minimap.maxColumn": "限制最小映射的宽度,尽量多地呈现特定数量的列",
"find.seedSearchStringFromSelection": "控制是否将编辑器的选中内容作为搜索词填入到查找组件",
"find.autoFindInSelection": "控制当编辑器中选中多个字符或多行文字时是否开启“在选定内容中查找”选项 ",
"wordWrap.off": "永不换行。",
"wordWrap.on": "将在视区宽度处换行。",
"wordWrap.wordWrapColumn": "将在 \"editor.wordWrapColumn\" 处换行。",
@ -41,6 +43,7 @@
"formatOnType": "控制编辑器是否应在键入后自动设置行的格式",
"formatOnPaste": "控制编辑器是否应自动设置粘贴内容的格式。格式化程序必须可用并且能设置文档中某一范围的格式。",
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
"acceptSuggestionOnEnter": "控制按“Enter”键是否像按“Tab”键一样接受建议。这能帮助避免“插入新行”和“接受建议”之间的歧义。值为“smart”时表示仅当文字改变时按“Enter”键才能接受建议",
"acceptSuggestionOnCommitCharacter": "控制是否应在遇到提交字符时接受建议。例如,在 JavaScript 中,分号(\";\")可以为提交字符,可接受建议并键入该字符。",
"snippetSuggestions": "控制是否将代码段与其他建议一起显示以及它们的排序方式。",
"emptySelectionClipboard": "控制没有选择内容的复制是否复制当前行。",

View file

@ -16,5 +16,9 @@
"editorBracketMatchBackground": "匹配括号的背景色",
"editorBracketMatchBorder": "匹配括号外框颜色",
"editorOverviewRulerBorder": "概览标尺边框的颜色。",
"editorGutter": "编辑器导航线的背景色。导航线包括边缘符号和行号。"
"editorGutter": "编辑器导航线的背景色。导航线包括边缘符号和行号。",
"errorForeground": "编辑器中错误波浪线的前景色。",
"errorBorder": "编辑器中错误波浪线的边框颜色。",
"warningForeground": "编辑器中警告波浪线的前景色。",
"warningBorder": "编辑器中警告波浪线的边框颜色。"
}

View file

@ -6,10 +6,10 @@
{
"introMsg": "感谢试用 VS Code 的辅助功能选项。",
"status": "状态:",
"tabFocusModeOnMsg": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。通过按 {0} 切换此行为。",
"tabFocusModeOnMsg": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。按 {0} 切换此行为。",
"tabFocusModeOnMsgNoKb": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。当前无法通过键绑定触发命令 {0}。",
"tabFocusModeOffMsg": "在当前编辑器中按 Tab 将插入制表符。通过按 {0} 切换此行为。",
"tabFocusModeOffMsg": "在当前编辑器中按 Tab 将插入制表符。按 {0} 切换此行为。",
"tabFocusModeOffMsgNoKb": "在当前编辑器中按 Tab 会插入制表符。当前无法通过键绑定触发命令 {0}。",
"outroMsg": "可以通过按 Esc 消除此工具提示并返回到编辑器。",
"outroMsg": "可以按 Esc 键来消除此提示并返回到编辑器。",
"ShowAccessibilityHelpAction": "显示辅助功能帮助"
}

View file

@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"caret.moveLeft": "将脱字号向左移",
"caret.moveRight": "将脱字号向右移"
"caret.moveLeft": "将插入点左移",
"caret.moveRight": "将插入点右移"
}

View file

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

View file

@ -3,4 +3,21 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"noResultWord": "未找到“{0}”的任何定义",
"generic.noResults": "找不到定义",
"meta.title": " {0} 定义",
"actions.goToDecl.label": "转到定义",
"actions.goToDeclToSide.label": "打开侧边的定义",
"actions.previewDecl.label": "查看定义",
"goToImplementation.noResultWord": "未找到“{0}”的实现",
"goToImplementation.generic.noResults": "未找到实现",
"meta.implementations.title": " {0} 个实现",
"actions.goToImplementation.label": "转到实现",
"actions.peekImplementation.label": "速览实现",
"goToTypeDefinition.noResultWord": "未找到“{0}”的类型定义",
"goToTypeDefinition.generic.noResults": "未找到类型定义",
"meta.typeDefinitions.title": " {0} 个类型定义",
"actions.goToTypeDefinition.label": "转到类型定义",
"actions.peekTypeDefinition.label": "快速查看类型定义"
}

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"multipleResults": "单击显示 {0} 个定义。"
}

View file

@ -18,7 +18,7 @@
"lines.insertAfter": "在下面插入行",
"lines.deleteAllLeft": "删除左侧所有内容",
"lines.deleteAllRight": "删除右侧所有内容",
"lines.joinLines": "联接行",
"lines.joinLines": "合并行",
"editor.transpose": "转置游标处的字符",
"editor.transformToUppercase": "转换为大写",
"editor.transformToLowercase": "转换为小写"

View file

@ -6,6 +6,7 @@
{
"links.navigate.mac": "Cmd + 单击以跟踪链接",
"links.navigate": "Ctrl + 单击以跟踪链接",
"links.navigate.al": "Alt + 单击以访问链接",
"invalid.url": "抱歉,无法打开此链接,因为其格式不正确: {0}",
"missing.url": "抱歉,无法打开此链接,因为其目标丢失。",
"label": "打开链接"

View file

@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggle.tabMovesFocus": "切换 Tab 键移动焦点"
"toggle.tabMovesFocus": "切换 Tab 键是否移动焦点"
}

View file

@ -8,9 +8,9 @@
"shiftKey": "Shift",
"altKey": "Alt",
"windowsKey": "Windows",
"ctrlKey.long": "控件",
"ctrlKey.long": "Control",
"shiftKey.long": "Shift",
"altKey.long": "Alt",
"cmdKey.long": "命令",
"cmdKey.long": "Command",
"windowsKey.long": "Windows"
}

View file

@ -60,7 +60,6 @@
"editorBackground": "编辑器背景颜色。",
"editorForeground": "编辑器默认前景色。",
"editorWidgetBackground": "编辑器组件(如查找/替换)背景颜色。",
"editorWidgetBorder": "编辑器小组件的边框颜色。",
"editorSelection": "编辑器所选内容的颜色。",
"editorInactiveSelection": "非活动编辑器中所选内容的颜色。",
"editorSelectionHighlight": "与所选内容具有相同内容的区域颜色。",
@ -74,5 +73,11 @@
"diffEditorInserted": "已插入文本的背景颜色。",
"diffEditorRemoved": "被删除文本的背景颜色。",
"diffEditorInsertedOutline": "插入的文本的轮廓颜色。",
"diffEditorRemovedOutline": "被删除文本的轮廓颜色。"
"diffEditorRemovedOutline": "被删除文本的轮廓颜色。",
"mergeCurrentHeaderBackground": "内联合并冲突中当前版本区域的标头背景色。",
"mergeCurrentContentBackground": "内联合并冲突中当前版本区域的内容背景色。",
"mergeIncomingHeaderBackground": "内联合并冲突中传入的版本区域的标头背景色。",
"mergeIncomingContentBackground": "内联合并冲突中传入的版本区域的内容背景色。",
"overviewRulerCurrentContentForeground": "内联合并冲突中当前版本区域的概览标尺前景色。",
"overviewRulerIncomingContentForeground": "内联合并冲突中传入的版本区域的概览标尺前景色。"
}

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

@ -11,6 +11,7 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "按 Tab 移动焦点",
"screenReaderDetected": "检测到屏幕阅读器",
"disableTabMode": "禁用辅助功能模式",
"gotoLine": "转到行",
"indentation": "缩进",

View file

@ -7,34 +7,37 @@
"tabActiveBackground": "活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabInactiveBackground": "非活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabBorder": "用于将选项卡彼此分隔开的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabActiveEditorGroupActiveForeground": "活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"tabInactiveEditorGroupActiveForeground": "活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"editorGroupBackground": "编辑器组的背景颜色。编辑器组是编辑器的容器。此颜色在拖动编辑器组时显示。",
"tabsContainerBackground": "启用选项卡时编辑器组标题的背景颜色。编辑器组是编辑器的容器。",
"tabsContainerBorder": "选项卡启用时编辑器组标题的边框颜色。编辑器组是编辑器的容器。",
"editorGroupHeaderBackground": "禁用选项卡时编辑器组标题的背景颜色。编辑器组是编辑器的容器。",
"editorGroupBorder": "将多个编辑器组彼此分隔开的颜色。编辑器组是编辑器的容器。",
"editorDragAndDropBackground": "拖动编辑器时的背景颜色。此颜色应有透明度,以便编辑器内容能透过背景。",
"panelBackground": "面板的背景色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelBorder": "分隔到编辑器的顶部面板边框色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelActiveTitleForeground": "活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
"panelInactiveTitleForeground": "非活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
"panelActiveTitleBorder": "活动面板的边框颜色。面板显示在编辑器区域下方,包含输出和集成终端等视图。",
"statusBarForeground": "状态栏前景色。状态栏显示在窗口底部。",
"statusBarBackground": "标准状态栏背景色。状态栏显示在窗口底部。",
"statusBarBorder": "状态栏分隔侧边栏和编辑器的边框颜色。状态栏显示在窗口底部。",
"statusBarNoFolderBackground": "没有打开文件夹时状态栏的背景色。状态栏显示在窗口底部。",
"statusBarNoFolderForeground": "没有打开文件夹时状态栏的前景色。状态栏显示在窗口底部。",
"statusBarItemActiveBackground": "单击时的状态栏项背景色。状态栏显示在窗口底部。",
"statusBarItemHoverBackground": "悬停时的状态栏项背景色。状态栏显示在窗口底部。",
"statusBarProminentItemBackground": "状态栏突出显示项的背景颜色。突出显示项比状态栏中的其他条目更显眼,表明其重要性更高。状态栏显示在窗口底部。",
"statusBarProminentItemHoverBackground": "状态栏突出显示项在悬停时的背景颜色。突出显示项比状态栏中的其他条目更显眼,表明其重要性更高。状态栏显示在窗口底部。",
"activityBarBackground": "活动栏背景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"activityBarForeground": "活动栏前景色(例如用于图标)。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"activityBarBorder": "活动栏分隔侧边栏的边框颜色。活动栏显示在最左侧或最右侧,并可以切换侧边栏的视图。",
"activityBarDragAndDropBackground": "活动栏项在被拖放时的反馈颜色。此颜色应有透明度,以便活动栏条目能透过此颜色。活动栏显示在最左侧或最右侧,并允许在侧边栏视图之间切换。",
"activityBarBadgeBackground": "活动通知徽章背景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"activityBarBadgeForeground": "活动通知徽章前景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"sideBarBackground": "侧边栏背景色。侧边栏是资源管理器和搜索等视图的容器。",
"sideBarForeground": "侧边栏前景色。侧边栏是资源管理器和搜索等视图的容器。",
"sideBarBorder": "侧边栏分隔编辑器的边框颜色。侧边栏包含资源管理器、搜索等视图。",
"sideBarTitleForeground": "侧边栏标题前景色。侧边栏是资源管理器和搜索等视图的容器。",
"sideBarSectionHeaderBackground": "侧边栏节标题的背景颜色。侧边栏是资源管理器和搜索等视图的容器。",
"sideBarSectionHeaderForeground": "侧边栏节标题的前景色。侧边栏包括资源管理器、搜索等视图。",
"titleBarActiveForeground": "窗口处于活动状态时的标题栏前景色。请注意,该颜色当前仅在 macOS 上受支持。",
"titleBarInactiveForeground": "窗口处于非活动状态时的标题栏前景色。请注意,该颜色当前仅在 macOS 上受支持。",
"titleBarActiveBackground": "窗口处于活动状态时的标题栏背景色。请注意,该颜色当前仅在 macOS 上受支持。",

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.
{}
{
"developer": "开发者",
"file": "文件"
}

View file

@ -5,8 +5,8 @@
// Do not edit this file. It is machine generated.
{
"snapshotObj": "仅显示了此对象的基元值。",
"debuggingStarted": "已开始调试。",
"debuggingPaused": "已暂停调试,原因 {0}{1} {2}",
"debuggingStarted": "已开始调试。",
"debuggingStopped": "已停止调试。",
"breakpointAdded": "已添加断点,行 {0}, 文件 {1}",
"breakpointRemoved": "已删除断点,行 {0},文件 {1}",

View file

@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"statusBarDebuggingBackground": "调试程序时状态栏的背景色。状态栏显示在窗口底部"
"statusBarDebuggingBackground": "调试程序时状态栏的背景色。状态栏显示在窗口底部",
"statusBarDebuggingForeground": "调试程序时状态栏的前景色。状态栏显示在窗口底部"
}

View file

@ -22,6 +22,8 @@
"disableGloballyAction": "始终",
"disableAction": "禁用",
"checkForUpdates": "检查更新",
"enableAutoUpdate": "启用自动更新扩展",
"disableAutoUpdate": "禁用自动更新扩展",
"updateAll": "更新所有扩展",
"reloadAction": "重新加载",
"postUpdateTooltip": "重载以更新",
@ -44,6 +46,8 @@
"showWorkspaceRecommendedExtensions": "显示工作区建议的扩展名",
"showRecommendedKeymapExtensions": "显示推荐键映射",
"showRecommendedKeymapExtensionsShort": "键映射",
"showLanguageExtensions": "显示语言扩展",
"showLanguageExtensionsShort": "语言扩展",
"configureWorkspaceRecommendedExtensions": "配置建议的扩展(工作区)",
"ConfigureWorkspaceRecommendations.noWorkspace": "建议仅在工作区文件夹上可用。",
"OpenExtensionsFile.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"extensions.json\" 文件。",
@ -51,5 +55,8 @@
"disableAll": "禁用所有已安装的扩展",
"disableAllWorkspace": "禁用此工作区的所有已安装的扩展",
"enableAll": "启用所有已安装的扩展",
"enableAllWorkspace": "启用此工作区的所有已安装的扩展"
"enableAllWorkspace": "启用此工作区的所有已安装的扩展",
"extensionButtonProminentBackground": "扩展中突出操作的按钮背景色(比如 安装按钮)。",
"extensionButtonProminentForeground": "扩展中突出操作的按钮前景色(比如 安装按钮)。",
"extensionButtonProminentHoverBackground": "扩展中突出操作的按钮被悬停时的颜色(比如 安装按钮)。"
}

View file

@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"disableOtherKeymapsConfirmation": "禁用其他键映射 ({0}) 以避免键绑定之间的冲突?",
"yes": "是",
"no": "否",
"betterMergeDisabled": "现已内置 Better Merge 扩展。此扩展已被安装并禁用,且能被卸载。",
"uninstall": "卸载",
"later": "稍后"
}

View file

@ -16,6 +16,7 @@
"associations": "配置语言的文件关联(如: \"*.extension\": \"html\")。这些关联的优先级高于已安装语言的默认关联。",
"encoding": "读取和编写文件时将使用的默认字符集编码。",
"autoGuessEncoding": "启用时,会在打开文件时尝试猜测字符集编码",
"eol": "默认行尾字符。使用 \\n 表示 LF\\r\\n 表示 CRLF。",
"trimTrailingWhitespace": "启用后,将在保存文件时剪裁尾随空格。",
"insertFinalNewline": "启用后,保存文件时在文件末尾插入一个最终新行。",
"files.autoSave.off": "永不自动保存更新后的文件。",

View file

@ -5,6 +5,5 @@
// Do not edit this file. It is machine generated.
{
"defineKeybinding.start": "定义键绑定",
"defineKeybinding.kbLayoutInfoMessage": "对于当前键盘布局,按 ",
"defineKeybinding.kbLayoutErrorMessage": "在当前键盘布局下无法生成此组合键。"
}

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.
{}
{
"editorGutterModifiedBackground": "编辑器导航线中被修改行的背景颜色。",
"editorGutterAddedBackground": "编辑器导航线中已插入行的背景颜色。",
"editorGutterDeletedBackground": "编辑器导航线中被删除行的背景颜色。"
}

View file

@ -9,5 +9,6 @@
"vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。",
"invalid.language": "“contributes.{0}.language”中存在未知的语言。提供的值: {1}",
"invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。"
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
"badVariableUse": "“{0}”代码片段很可能混淆了片段变量和片段占位符。有关详细信息,请访问 https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax。"
}

View file

@ -4,7 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"entryAriaLabel": "{0},任务",
"workspace": "来自工作区",
"extension": "来自扩展"
"entryAriaLabel": "{0},任务"
}

View file

@ -5,13 +5,12 @@
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.invalidCWD": "警告: options.cwd 必须属于字符串类型。正在忽略值 {0}\n",
"ConfigurationParser.noShell": "警告: 仅当在终端中执行任务时支持 shell 配置。",
"ConfigurationParser.noargs": "错误: 命令参数必须是字符串数组。提供的值为:\n{0}",
"ConfigurationParser.noShell": "警告: 仅当在终端中执行任务时支持 shell 配置。",
"ConfigurationParser.noName": "错误: 声明范围内的问题匹配程序必须具有名称:\n{0}\n",
"ConfigurationParser.unknownMatcherKind": "警告: 已定义的问题匹配程序未知。受支持的类型为 string | ProblemMatcher | (string | ProblemMatcher)[]。\n{0}\n",
"ConfigurationParser.invalidVaraibleReference": "错误: 无效的 problemMatcher 引用: {0}\n",
"ConfigurationParser.noTaskName": "错误: 任务必须提供 taskName 属性。将忽略该任务。\n{0}\n",
"taskConfiguration.shellArgs": "警告: 任务“{0}”是 shell 命令,该命令的名称或其中一个参数具有非转义空格。若要确保命令行引用正确,请将参数合并到该命令。",
"taskConfiguration.noCommandOrDependsOn": "错误: 任务“{0}”既不指定命令,也不指定 dependsOn 属性。将忽略该任务。其定义为:\n{1}",
"taskConfiguration.noCommand": "错误: 任务“{0}”未定义命令。将忽略该任务。其定义为:\n{1}"
}

View file

@ -4,11 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"JsonSchema.version": "配置的版本号",
"JsonSchema.windows": "Windows 特定的命令配置",
"JsonSchema.mac": "Mac 特定的命令配置",
"JsonSchema.linux": "Linux 特定的命令配置",
"JsonSchema.shell": "指定命令是 shell 命令还是外部程序。如果省略,默认值是 false。",
"JsonSchema.tasks.dependsOn.string": "此任务依赖的另一任务。",
"JsonSchema.tasks.dependsOn.array": "此任务依赖的其他任务。"
"JsonSchema.tasks.dependsOn.array": "此任务依赖的其他任务。",
"JsonSchema.windows": "Windows 特定的命令配置",
"JsonSchema.mac": "Mac 特定的命令配置",
"JsonSchema.linux": "Linux 特定的命令配置"
}

View file

@ -22,10 +22,8 @@
"welcomePage.installingKeymap": "正在安装 {0} 键盘快捷方式...",
"welcomePage.keymapNotFound": "找不到 ID 为 {1} 的 {0} 键盘快捷方式。",
"welcome.title": "欢迎使用",
"welcomePage.extensionListSeparator": "",
"welcomePage.extensionListSeparator": "",
"welcomePage.installedExtension": "{0}(已安装)",
"ok": "确定",
"cancel": "取消",
"welcomePage.quickLinkBackground": "欢迎页快速链接的背景颜色。",
"welcomePage.quickLinkHoverBackground": "欢迎页快速链接被悬停时的背景颜色。"
"cancel": "取消"
}

View file

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

View file

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

View file

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

View file

@ -5,7 +5,6 @@
// Do not edit this file. It is machine generated.
{
"installingPackages": "正在擷取資料以改善 TypeScript IntelliSense",
"typesInstallerInitializationFailed.title": "無法安裝鍵入檔案以取得 JavaScript 語言功能。請確認 NPM 已安裝,且位於您的 PATH",
"typesInstallerInitializationFailed.moreInformation": "詳細資訊",
"typesInstallerInitializationFailed.doNotCheckAgain": "不要再檢查",
"typesInstallerInitializationFailed.close": "關閉"

View file

@ -33,10 +33,13 @@
"javascript.validate.enable": "啟用/停用 JavaScript 驗證。",
"typescript.goToProjectConfig.title": "移至專案組態",
"javascript.goToProjectConfig.title": "移至專案組態",
"javascript.referencesCodeLens.enabled": "在JavaScript檔案啟用/停用 參考CodeLens ",
"typescript.referencesCodeLens.enabled": "在TypeScript檔案啟用/停用CodeLens參考。需要TypeScript>=2.0.6。",
"typescript.implementationsCodeLens.enabled": "啟用/停用實作 CodeLens。需要 TypeScript >= 2.2.0。",
"typescript.openTsServerLog.title": "開啟 TS 伺服器記錄",
"typescript.restartTsServer": "重新啟動TS伺服器",
"typescript.selectTypeScriptVersion.title": "選取 TypeScript 版本",
"jsDocCompletion.enabled": "啟用/停用自動 JSDoc 註解",
"javascript.implicitProjectConfig.checkJs": "啟用/停用 JavaScript 檔案的語意檢查。現有的 jsconfig.json 或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >=2.3.1。",
"typescript.check.npmIsInstalled": "檢查是否已安裝 NPM以取得自動鍵入"
"javascript.nameSuggestions": "從JavaScript推薦表檔案中啟用/停用包含唯一檔名"
}

View file

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

View file

@ -149,12 +149,12 @@
"miLicense": "檢視授權(&&L)",
"miPrivacyStatement": "隱私權聲明(&&P)",
"miAbout": "關於(&&A)",
"accessibilityOptionsWindowTitle": "協助工具選項",
"miRestartToUpdate": "重新啟動以更新...",
"miCheckingForUpdates": "正在查看是否有更新...",
"miDownloadUpdate": "下載可用更新",
"miDownloadingUpdate": "正在下載更新...",
"miInstallingUpdate": "正在安裝更新...",
"miCheckForUpdates": "查看是否有更新...",
"aboutDetail": "\n版本 {0}\n認可 {1}\n日期 {2}\nShell {3}\n轉譯器 {4}\nNode {5}",
"okButton": "確定"
}

View file

@ -9,6 +9,7 @@
"fontWeight": "控制字型寬度。",
"fontSize": "控制字型大小 (以像素為單位)。",
"lineHeight": "控制行高。使用 0 會從 fontSize 計算 lineHeight。",
"letterSpacing": "控制字元間距 (以像素為單位)",
"lineNumbers": "控制行號顯示。可能的值有 'on'、'off' 及 'relative'。'relative' 會從目前的資料指標位置顯示行數。",
"rulers": "要在其中顯示垂直尺規的資料行",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",

View file

@ -16,5 +16,9 @@
"editorBracketMatchBackground": "成對括號背景色彩",
"editorBracketMatchBorder": "成對括號邊框色彩",
"editorOverviewRulerBorder": "預覽檢視編輯器尺規的邊框色彩.",
"editorGutter": "編輯器邊框的背景顏色,包含行號與字形圖示的邊框."
"editorGutter": "編輯器邊框的背景顏色,包含行號與字形圖示的邊框.",
"errorForeground": "編輯器內錯誤提示線的前景色彩.",
"errorBorder": "編輯器內錯誤提示線的邊框色彩.",
"warningForeground": "編輯器內警告提示線的前景色彩.",
"warningBorder": "編輯器內警告提示線的邊框色彩."
}

View file

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

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

@ -7,12 +7,9 @@
"tabActiveBackground": "使用中之索引標籤的背景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabInactiveBackground": "非使用中之索引標籤的背景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabBorder": "用以分隔索引標籤彼此的框線。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabActiveEditorGroupActiveForeground": "使用中的群組內,使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"tabInactiveEditorGroupActiveForeground": "使用中的群組內,非使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
"editorGroupBackground": "編輯器群組的背景色彩。編輯器群組是編輯器的容器。當拖曳編輯器群組時會顯示背景色彩。",
"editorGroupHeaderBackground": "當索引標籤禁用的時候編輯器群組標題的背景顏色。編輯器群組是編輯器的容器。",
"editorGroupBorder": "用以分隔多個編輯器群組彼此的色彩。編輯器群組是編輯器的容器。",
"panelBackground": "面板的前景色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelBorder": "面板頂端用以分隔編輯器的邊框色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelActiveTitleForeground": "使用中之面板標題的標題色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
"panelInactiveTitleForeground": "非使用中之面板標題的標題色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",

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.
{}
{
"developer": "開發人員",
"file": "檔案"
}

View file

@ -5,8 +5,8 @@
// Do not edit this file. It is machine generated.
{
"snapshotObj": "只會顯示此物件的基本值。",
"debuggingStarted": "偵錯已開始。",
"debuggingPaused": "偵錯已暫停,原因 {0}{1} {2}",
"debuggingStarted": "偵錯已開始。",
"debuggingStopped": "偵錯已停止。",
"breakpointAdded": "已新增中斷點,行 {0},檔案 {1}",
"breakpointRemoved": "已移除中斷點,行 {0},檔案 {1}",

View file

@ -5,6 +5,5 @@
// Do not edit this file. It is machine generated.
{
"defineKeybinding.start": "定義按鍵繫結關係",
"defineKeybinding.kbLayoutInfoMessage": "針對您目前的鍵盤配置,請按 ",
"defineKeybinding.kbLayoutErrorMessage": "您無法在目前的鍵盤配置下產生此按鍵組合。"
}

View file

@ -4,7 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"entryAriaLabel": "{0},工作",
"workspace": "從工作區",
"extension": "從擴充功能"
"entryAriaLabel": "{0},工作"
}

View file

@ -5,13 +5,12 @@
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.invalidCWD": "警告: options.cwd 必須屬於字串類型。即將忽略值 {0}。",
"ConfigurationParser.noShell": "警告: 只有在終端機中執行工作時才支援殼層組態。",
"ConfigurationParser.noargs": "錯誤: 命令引數必須是字串陣列。提供的值為:\n{0}",
"ConfigurationParser.noShell": "警告: 只有在終端機中執行工作時才支援殼層組態。",
"ConfigurationParser.noName": "錯誤: 宣告範圍中的問題比對器必須有名稱:\n{0}\n",
"ConfigurationParser.unknownMatcherKind": "警告: 定義的問題比對器未知。支援的類型為 string | ProblemMatcher | (string | ProblemMatcher)[]。\n{0}\n",
"ConfigurationParser.invalidVaraibleReference": "錯誤: problemMatcher 參考無效: {0}\n",
"ConfigurationParser.noTaskName": "錯誤: 工作必須提供 taskName 屬性。即將忽略此工作。\n{0}\n",
"taskConfiguration.shellArgs": "警告: 工作 '{0}' 是殼層命令,但命令名稱或其中一個引數有的未逸出的空格。若要確保命令列正確引述,請將引數合併到命令中。",
"taskConfiguration.noCommandOrDependsOn": "錯誤: 工作 '{0}' 未指定命令或 dependsOn 屬性。即將略過該工作。其定義為:\n{1}",
"taskConfiguration.noCommand": "錯誤: 工作 '{0}' 未定義命令。即將略過該工作。其定義為:\n{1}"
}

View file

@ -4,11 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"JsonSchema.version": "組態的版本號碼",
"JsonSchema.windows": "Windows 特定命令組態",
"JsonSchema.mac": "Mac 特定命令組態",
"JsonSchema.linux": "Linux 特定命令組態",
"JsonSchema.shell": "指定此命令是殼層命令或外部程式。如果省略,預設為 False。",
"JsonSchema.tasks.dependsOn.string": "此工作相依的另一個工作。",
"JsonSchema.tasks.dependsOn.array": "此工作相依的其他工作。"
"JsonSchema.tasks.dependsOn.array": "此工作相依的其他工作。",
"JsonSchema.windows": "Windows 特定命令組態",
"JsonSchema.mac": "Mac 特定命令組態",
"JsonSchema.linux": "Linux 特定命令組態"
}

View file

@ -18,6 +18,7 @@
"problems": "問題",
"manyMarkers": "99+",
"tasks": "工作",
"TaskSystem.noHotSwap": "變更工作執行引擎需要重新啟動 VS Code。已略過變更。",
"TaskService.noBuildTask": "未定義任何建置工作。請使用 'isBuildCommand' 標記 tasks.json 檔案中的工作。",
"TaskService.noTestTask": "未定義任何建置工作。請使用 'isTestCommand' 標記 tasks.json 檔案中的工作。",
"TaskServer.noTask": "找不到所要求要執行的工作 {0}。",

View file

@ -20,8 +20,10 @@
"welcomePage.stackOverflow": "Stack Overflow",
"welcomePage.showOnStartup": "啟動時顯示歡迎頁面",
"welcomePage.customize": "自訂",
"welcomePage.installExtensionPacks": "工具與語言",
"welcomePage.moreExtensions": "更多",
"welcomePage.installKeymapDescription": "安裝鍵盤快速鍵",
"welcomePage.installKeymapExtension": "安裝鍵盤快速鍵{0}與{1}",
"welcomePage.others": "其他",
"welcomePage.colorTheme": "彩色佈景主題",
"welcomePage.colorThemeDescription": "將編輯器及您的程式碼設定成您喜愛的外觀",

View file

@ -21,6 +21,5 @@
"welcomePage.extensionListSeparator": ",",
"welcomePage.installedExtension": "{0}(已安裝)",
"ok": "確定",
"cancel": "取消",
"welcomePage.quickLinkBackground": "起始頁面連結的背景色彩."
"cancel": "取消"
}

View file

@ -7,5 +7,10 @@
"open": "開啟設定",
"close": "關閉",
"errorUnknownKey": "無法寫入組態檔 (不明的按鍵)",
"errorInvalidTarget": "無法寫入組態檔 (目標無效)"
"errorInvalidTarget": "無法寫入組態檔 (目標無效)",
"errorNoWorkspaceOpened": "無法寫入設定,因為沒有開啟資料夾,請開啟資料夾後再試一次.",
"errorInvalidConfiguration": "無法寫入設定.請開啟**使用者設定**並修正錯誤/警告後再試一次.",
"errorInvalidConfigurationWorkspace": "無法寫入設定.請開啟**工作區設定**並修正檔案中的錯誤/警告後再試一次.",
"errorConfigurationFileDirty": "無法寫入設定,因為檔案已變更.請儲存**使用者設定**後再試一次",
"errorConfigurationFileDirtyWorkspace": "無法寫入設定,因檔案已變更.請儲存**工作區設定**後再試一次."
}

View file

@ -26,6 +26,9 @@
"provide commit message": "Geben Sie eine Commit-Nachrichte ein.",
"branch name": "Branchname",
"provide branch name": "Geben Sie einen Branchnamen an.",
"select branch to delete": "Wählen Sie einen Branch zum Löschen aus",
"confirm force delete branch": "Der Branch '{0}' ist noch nicht vollständig zusammengeführt. Trotzdem löschen?",
"delete branch": "Branch löschen",
"no remotes to pull": "In Ihrem Repository wurden keine Remoteelemente für den Pull konfiguriert.",
"no remotes to push": "In Ihrem Repository wurden keine Remoteelemente für den Push konfiguriert.",
"nobranch": "Wählen Sie ein Branch für den Push zu einem Remoteelement aus.",

View file

@ -26,6 +26,7 @@
"command.undoCommit": "Letzten Commit rückgängig machen",
"command.checkout": "Auschecken an...",
"command.branch": "Branch erstellen...",
"command.deleteBranch": "Branch löschen...",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.push": "Push",

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"execFailed": "Fehler bei der automatischen Jake-Erkennung. Fehlermeldung: {0}"
}

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"config.jake.autoDetect": "Steuert, ob die automatische Erkennung von Jake-Tasks aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert."
}

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"onPreviewStyleLoadError": "'markdown.styles' konnte nicht geladen werden: {0}"
}

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.
{}
{
"noConflicts": "Keine Merge-Konflikte in dieser Datei gefunden",
"noOtherConflictsInThisFile": "Keine weiteren Merge-Konflikte in dieser Datei"
}

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.
{}
{
"command.category": "Merge-Konflikt",
"command.accept.both": "Beides akzeptieren",
"config.title": "Merge-Konflikt"
}

View file

@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"config.npm.autoDetect": "Steuert, ob die automatische Erkennung von NPM-Skripts aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert."
}

View file

@ -5,7 +5,6 @@
// Do not edit this file. It is machine generated.
{
"installingPackages": "Daten werden zum Optimieren von TypeScript IntelliSense abgerufen",
"typesInstallerInitializationFailed.title": "Typisierungsdateien für JavaScript-Sprachfunktionen konnten nicht installiert werden. Stellen Sie sicher, das NPM installiert ist und sich in Ihrem PFAD befindet.",
"typesInstallerInitializationFailed.moreInformation": "Weitere Informationen",
"typesInstallerInitializationFailed.doNotCheckAgain": "Nicht erneut überprüfen",
"typesInstallerInitializationFailed.close": "Schließen"

View file

@ -34,8 +34,9 @@
"typescript.goToProjectConfig.title": "Zur Projektkonfiguration wechseln",
"javascript.goToProjectConfig.title": "Zur Projektkonfiguration wechseln",
"typescript.implementationsCodeLens.enabled": "Aktiviert oder deaktiviert CodeLens-Implementierungen. Erfordert TypeScript 2.2.0 oder höher.",
"typescript.openTsServerLog.title": "TS Server-Protokolldatei öffnen",
"typescript.restartTsServer": "TS Server neu starten",
"typescript.selectTypeScriptVersion.title": "TypeScript-Version wählen",
"jsDocCompletion.enabled": "Automatische JSDoc-Kommentare aktivieren/deaktivieren",
"javascript.implicitProjectConfig.checkJs": "Aktiviert/deaktiviert die Semantikprüfung bei JavaScript-Dateien. Diese Einstellung wird von vorhandenen \"jsconfig.json\"- oder \"tsconfig.json\"-Dateien außer Kraft gesetzt. Erfordert TypeScript 2.3.1 oder höher.",
"typescript.check.npmIsInstalled": "Überprüfen, ob NPM für automatische Typerfassung installiert ist"
"javascript.implicitProjectConfig.checkJs": "Aktiviert/deaktiviert die Semantikprüfung bei JavaScript-Dateien. Diese Einstellung wird von vorhandenen \"jsconfig.json\"- oder \"tsconfig.json\"-Dateien außer Kraft gesetzt. Erfordert TypeScript 2.3.1 oder höher."
}

View file

@ -6,6 +6,7 @@
{
"imgMeta": "{0}x{1} {2}",
"largeImageError": "Das Bild ist zu groß für den Editor. ",
"resourceOpenExternalButton": "Bild mit externem Programm öffnen?",
"nativeBinaryError": "Die Datei wird nicht im Editor angezeigt, weil sie binär oder sehr groß ist oder eine nicht unterstützte Textcodierung verwendet.",
"sizeB": "{0} B",
"sizeKB": "{0} KB",

View file

@ -14,6 +14,7 @@
"mHelp": "&&Hilfe",
"miNewWindow": "Neues &&Fenster",
"mAbout": "Informationen zu {0}",
"mServices": "Dienste",
"mHide": "{0} ausblenden",
"mHideOthers": "Andere ausblenden",
"mShowAll": "Alle anzeigen",
@ -148,12 +149,12 @@
"miLicense": "&&Lizenz anzeigen",
"miPrivacyStatement": "&&Datenschutzerklärung",
"miAbout": "&&Info",
"accessibilityOptionsWindowTitle": "Optionen für erleichterte Bedienung",
"miRestartToUpdate": "Für Update neu starten...",
"miCheckingForUpdates": "Überprüfen auf Updates...",
"miDownloadUpdate": "Verfügbares Update herunterladen",
"miDownloadingUpdate": "Das Update wird heruntergeladen...",
"miInstallingUpdate": "Update wird installiert...",
"miCheckForUpdates": "Auf Updates überprüfen...",
"aboutDetail": "\nVersion {0}\nCommit {1}\nDatum {2}\nShell {3}\nRenderer {4}\nNode {5}",
"okButton": "OK"
}

View file

@ -9,6 +9,7 @@
"fontWeight": "Steuert die Schriftbreite.",
"fontSize": "Steuert den Schriftgrad in Pixeln.",
"lineHeight": "Steuert die Zeilenhöhe. Verwenden Sie 0, um LineHeight aus der FontSize-Angabe zu berechnen.",
"letterSpacing": "Steuert den Zeichenabstand in Pixeln.",
"lineNumbers": "Steuert die Anzeige von Zeilennummern. Mögliche Werte sind \"Ein\", \"Aus\" und \"Relativ\". \"Relativ\" zeigt die Zeilenanzahl ab der aktuellen Cursorposition.",
"rulers": "Spalten, an denen vertikale Lineale angezeigt werden sollen",
"wordSeparators": "Zeichen, die als Worttrennzeichen verwendet werden, wenn wortbezogene Navigationen oder Vorgänge ausgeführt werden.",

View file

@ -6,6 +6,7 @@
{
"links.navigate.mac": "BEFEHLSTASTE + Mausklick zum Aufrufen des Links",
"links.navigate": "STRG + Mausklick zum Aufrufen des Links",
"links.navigate.al": "ALT + Mausklick zum Aufrufen des Links",
"invalid.url": "Fehler beim Öffnen dieses Links, weil er nicht wohlgeformt ist: {0}",
"missing.url": "Fehler beim Öffnen dieses Links, weil das Ziel fehlt.",
"label": "Link öffnen"

View file

@ -12,6 +12,7 @@
"readMore": "Mehr anzeigen...{0}",
"suggestionWithDetailsAriaLabel": "{0}, Vorschlag, hat Details",
"suggestionAriaLabel": "{0}, Vorschlag",
"readLess": "Weniger anzeigen...{0}",
"suggestWidget.loading": "Wird geladen...",
"suggestWidget.noSuggestions": "Keine Vorschläge.",
"suggestionAriaAccepted": "{0}, angenommen",

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

@ -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.
{}
{
"treeItem.notFound": "Kein Tree-Eintrag mit der id '{0}' gefunden.",
"treeView.duplicateElement": "Element {0} ist bereit registriert."
}

View file

@ -7,12 +7,9 @@
"tabActiveBackground": "Hintergrundfarbe der aktiven Registerkarte. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabInactiveBackground": "Hintergrundfarbe der inaktiven Registerkarte. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabBorder": "Rahmen zum Trennen von Registerkarten. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe können mehrere Registerkarten geöffnet werden. Mehrere Editor-Gruppen sind möglich.",
"tabActiveEditorGroupActiveForeground": "Vordergrundfarbe der aktiven Registerkarte in einer aktiven Gruppe. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"tabInactiveEditorGroupActiveForeground": "Vordergrundfarbe der inaktiven Registerkarte in einer aktiven Gruppe. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe können mehrere Registerkarten geöffnet werden. Mehrere Editorgruppen können vorhanden sein.",
"editorGroupBackground": "Hintergrundfarbe einer Editor-Gruppe. Editor-Gruppen sind die Container der Editoren. Die Hintergrundfarbe wird beim Ziehen von Editoren angezeigt.",
"editorGroupHeaderBackground": "Hintergrundfarbe der Titelüberschrift des Editors, wenn die Registerkarten deaktiviert sind. Editor-Gruppen sind die Container der Editoren.",
"editorGroupBorder": "Farbe zum Trennen mehrerer Editor-Gruppen. Editor-Gruppen sind die Container der Editoren.",
"panelBackground": "Hintergrundfarbe des Panels. Panels werden unter dem Editorbereich angezeigt und enthalten Ansichten wie die Ausgabe und das integrierte Terminal.",
"panelBorder": "Farbe des oberen Panelrahmens, der das Panel vom Editor abtrennt. Panels werden unter dem Editorbereich angezeigt und enthalten Ansichten wie die Ausgabe und das integrierten Terminal.",
"panelActiveTitleForeground": "Titelfarbe für den aktiven Bereich. Bereiche werden unter dem Editorbereich angezeigt und enthalten Ansichten wie Ausgabe und integriertes Terminal.",
"panelInactiveTitleForeground": "Titelfarbe für den inaktiven Bereich. Bereiche werden unter dem Editorbereich angezeigt und enthalten Ansichten wie Ausgabe und integriertes Terminal.",

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.
{}
{
"developer": "Entwickler",
"file": "Datei"
}

View file

@ -5,8 +5,8 @@
// Do not edit this file. It is machine generated.
{
"snapshotObj": "Nur primitive Werte werden für dieses Objekt angezeigt.",
"debuggingStarted": "Das Debuggen wurde gestartet.",
"debuggingPaused": "Das Debuggen wurde angehalten. Ursache {0}, {1}{2}",
"debuggingStarted": "Das Debuggen wurde gestartet.",
"debuggingStopped": "Das Debuggen wurde beendet.",
"breakpointAdded": "Der Haltepunkt wurde hinzugefügt. Zeile {0}, Datei \"{1}\".",
"breakpointRemoved": "Der Haltepunkt wurde entfernt. Zeile {0}, Datei \"{1}\".",

View file

@ -6,5 +6,6 @@
{
"copyValue": "Wert kopieren",
"copy": "Kopieren",
"copyAll": "Alles kopieren",
"copyStackTrace": "Aufrufliste kopieren"
}

View file

@ -9,5 +9,6 @@
"prof.message": "Profile wurden erfolgreich erstellt.",
"prof.detail": "Erstellen Sie ein Problem, und fügen Sie die folgenden Dateien manuell an:\n{0}",
"prof.restartAndFileIssue": "Problem erstellen und neu starten",
"prof.restart": "Neu starten"
"prof.restart": "Neu starten",
"prof.thanks": "Danke für Ihre Hilfe."
}

View file

@ -5,6 +5,5 @@
// Do not edit this file. It is machine generated.
{
"defineKeybinding.start": "Tastenbindung definieren",
"defineKeybinding.kbLayoutInfoMessage": "Drücken Sie für Ihr aktuelles Tastaturlayout ",
"defineKeybinding.kbLayoutErrorMessage": "Sie können diese Tastenkombination mit Ihrem aktuellen Tastaturlayout nicht generieren."
}

View file

@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"showTriggerActions": "Alle Befehle anzeigen",
"showCommands.label": "Befehlspalette...",
"entryAriaLabelWithKey": "{0}, {1}, Befehle",
"entryAriaLabel": "{0}, Befehle",
"canNotRun": "Der Befehl '{0}' kann nicht an dieser Stelle ausgeführt werden.",

View file

@ -5,13 +5,12 @@
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.invalidCWD": "Warnung: \"options.cwd\" muss vom Typ \"string\" sein. Der Wert {0} wird ignoriert.\n",
"ConfigurationParser.noShell": "Warnung: Die Shell-Konfiguration wird nur beim Ausführen von Tasks im Terminal unterstützt.",
"ConfigurationParser.noargs": "Fehler: Befehlsargumente müssen ein Array aus Zeichenfolgen sein. Angegebener Wert:\n{0}",
"ConfigurationParser.noShell": "Warnung: Die Shell-Konfiguration wird nur beim Ausführen von Tasks im Terminal unterstützt.",
"ConfigurationParser.noName": "Fehler: Der Problemabgleich im Deklarationsbereich muss einen Namen besitzen:\n{0}\n",
"ConfigurationParser.unknownMatcherKind": "Warnung: Der definierte Problemabgleich ist unbekannt. Die folgenden Typen werden unterstützt: string | ProblemMatcher | (string | ProblemMatcher)[].\n{0}\n",
"ConfigurationParser.invalidVaraibleReference": "Fehler: Ungültiger ProblemMatcher-Verweis: {0}\n",
"ConfigurationParser.noTaskName": "Fehler: Tasks müssen eine Eigenschaft \"TaskName\" angeben. Der Task wird ignoriert.\n{0}\n",
"taskConfiguration.shellArgs": "Warnung: Die Aufgabe \"{0}\" ist ein Shellbefehl, und der Befehlsname oder eines seiner Argumente enthält Leerzeichen ohne Escapezeichen. Führen Sie Argumente im Befehl zusammen, um eine korrekte Angabe der Befehlszeile sicherzustellen.",
"taskConfiguration.noCommandOrDependsOn": "Fehler: Aufgabe \"{0}\" definiert keinen Befehl bzw. keine depondsOn-Eigenschaft. Die Aufgabe wird ignoriert. Die Definition lautet:\n{1}",
"taskConfiguration.noCommand": "Fehler: Aufgabe \"{0}\" definiert keinen Befehl. Die Aufgabe wird ignoriert. Die Definition lautet:\n{1}"
}

View file

@ -4,11 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"JsonSchema.version": "Die Versionsnummer der Konfiguration.",
"JsonSchema.windows": "Windows-spezifische Befehlskonfiguration",
"JsonSchema.mac": "Mac-spezifische Befehlskonfiguration",
"JsonSchema.linux": "Linux-spezifische Befehlskonfiguration",
"JsonSchema.shell": "Gibt an, ob der Befehl ein Shellbefehl oder ein externes Programm ist. Wenn keine Angabe erfolgt, ist der Standardwert \"false\".",
"JsonSchema.tasks.dependsOn.string": "Eine weitere Aufgabe, von der diese Aufgabe abhängt.",
"JsonSchema.tasks.dependsOn.array": "Die anderen Aufgaben, von denen diese Aufgabe abhängt."
"JsonSchema.tasks.dependsOn.array": "Die anderen Aufgaben, von denen diese Aufgabe abhängt.",
"JsonSchema.windows": "Windows-spezifische Befehlskonfiguration",
"JsonSchema.mac": "Mac-spezifische Befehlskonfiguration",
"JsonSchema.linux": "Linux-spezifische Befehlskonfiguration"
}

View file

@ -11,6 +11,7 @@
"welcomePage.openFolder": "Ordner öffnen...",
"welcomePage.cloneGitRepository": "Git-Repository klonen...",
"welcomePage.recent": "Zuletzt verwendet",
"welcomePage.moreRecent": "Weitere Informationen...",
"welcomePage.noRecentFolders": "Keine kürzlich verwendeten Ordner",
"welcomePage.help": "Hilfe",
"welcomePage.introductoryVideos": "Einführungsvideos",
@ -19,10 +20,12 @@
"welcomePage.stackOverflow": "Stack Overflow",
"welcomePage.showOnStartup": "Willkommensseite beim Start anzeigen",
"welcomePage.customize": "Anpassen",
"welcomePage.moreExtensions": "mehr",
"welcomePage.installKeymapDescription": "Tastenkombinationen installieren",
"welcomePage.others": "Andere",
"welcomePage.colorTheme": "Farbdesign",
"welcomePage.colorThemeDescription": "Passen Sie das Aussehen des Editors und Ihres Codes an Ihre Wünsche an.",
"welcomePage.learn": "Lernen",
"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",

View file

@ -5,11 +5,15 @@
// Do not edit this file. It is machine generated.
{
"welcomePage": "Willkommen",
"welcomePage.javaScript": "JavaScript",
"welcomePage.typeScript": "TypeScript",
"welcomePage.python": "Python",
"welcomePage.php": "PHP",
"welcomePage.docker": "Docker",
"welcomePage.vim": "Vim",
"welcomePage.sublime": "Sublime",
"welcomePage.atom": "Atom",
"welcomePage.extensionPackAlreadyInstalled": "Unterstützung für {0} ist bereits installiert.",
"welcomePage.keymapAlreadyInstalled": "Die {0} Tastenkombinationen sind bereits installiert.",
"welcomePage.willReloadAfterInstallingKeymap": "Das Fenster wird nach der Installation der {0}-Tastaturbefehle neu geladen.",
"welcomePage.installingKeymap": "Die {0}-Tastenkombinationen werden installiert...",

View file

@ -3,9 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"acceptCurrentChange": "Aceptar cambio actual",
"acceptIncomingChange": "Aceptar cambio entrante",
"acceptBothChanges": "Aceptar ambos cambios",
"compareChanges": "Comparar cambios"
}
{}

View file

@ -5,7 +5,6 @@
// Do not edit this file. It is machine generated.
{
"cursorNotInConflict": "El cursor de edición no se encuentra en un conflicto de fusión",
"compareChangesTitle": "{0}: Cambios actuales \\u2194 Cambios entrantes",
"cursorOnSplitterRange": "El cursor del editor está dentro del separador de conflictos de fusión, muévalo al bloque \"actual\" o al \"entrante\" ",
"noConflicts": "No se encontraron conflictos en este archivo",
"noOtherConflictsInThisFile": "No hay más conflictos en este archivo"

View file

@ -5,15 +5,7 @@
// Do not edit this file. It is machine generated.
{
"command.category": "Fusionar conflicto",
"command.accept.all-incoming": "Aceptar todos los entrantes",
"command.accept.all-both": "Aceptar todos ambos",
"command.accept.current": "Aceptar actual",
"command.accept.incoming": "Aceptar entrante",
"command.accept.selection": "Aceptar selección",
"command.accept.both": "Aceptar ambos",
"command.next": "Siguiente conflicto",
"command.previous": "Conflicto anterior",
"command.compare": "Comparar conflicto actual",
"config.title": "Fusionar conflicto",
"config.codeLensEnabled": "Habilitar/deshabilitar CodeLens de fusionar bloque de conflictos en el editor",
"config.decoratorsEnabled": "Habilitar/deshabilitar decoradores de conflictos de fusión en el editor"

View file

@ -5,7 +5,6 @@
// Do not edit this file. It is machine generated.
{
"installingPackages": "Recuperando cambios en los datos para un mejor rendimiento de TypeScript IntelliSense",
"typesInstallerInitializationFailed.title": "No se pudieron instalar los archivos de lenguaje para las características de lenguaje JavaScript. Asegúrese que NPM está instalado y en su ruta de acceso",
"typesInstallerInitializationFailed.moreInformation": "Más información",
"typesInstallerInitializationFailed.doNotCheckAgain": "No volver a comprobar",
"typesInstallerInitializationFailed.close": "Cerrar"

View file

@ -41,6 +41,5 @@
"typescript.selectTypeScriptVersion.title": "Seleccionar versión de TypeScript",
"jsDocCompletion.enabled": "Habilita o deshabilita comentarios automaticos de JSDoc",
"javascript.implicitProjectConfig.checkJs": "Habilita/deshabilita la comprobación semántica de los archivos JavaScript. Los archivos jsconfig.json o tsconfig.json reemplazan esta configuración. Se requiere TypeScript >=2.3.1.",
"typescript.check.npmIsInstalled": "Comprueba si NPM esta instalado para recibir adquisiciones automaticas de Typings",
"javascript.nameSuggestions": "Habilitar/deshabilitar nombres únicos de la lista de sugerencias en los archivos de JavaScript. "
}

View file

@ -153,12 +153,12 @@
"miLicense": "Ver &&licencia",
"miPrivacyStatement": "&&Declaración de privacidad",
"miAbout": "&&Acerca de",
"accessibilityOptionsWindowTitle": "Opciones de accesibilidad",
"miRestartToUpdate": "Reiniciar para actualizar...",
"miCheckingForUpdates": "Buscando actualizaciones...",
"miDownloadUpdate": "Descargar actualización disponible",
"miDownloadingUpdate": "Descargando actualización...",
"miInstallingUpdate": "Instalando actualización...",
"miCheckForUpdates": "Buscar actualizaciones...",
"aboutDetail": "\nVersión {0}\nConfirmación {1}\nFecha {2}\nShell {3}\nRepresentador {4}\nNode {5}",
"okButton": "Aceptar"
}

View file

@ -60,7 +60,6 @@
"editorBackground": "Color de fondo del editor.",
"editorForeground": "Color de primer plano predeterminado del editor.",
"editorWidgetBackground": "Color de fondo del editor de widgets como buscar/reemplazar",
"editorWidgetBorder": "Color de borde del editor de widget.",
"editorSelection": "Color de la selección del editor.",
"editorInactiveSelection": "Color de la selección en un editor inactivo.",
"editorSelectionHighlight": "Color de las regiones con el mismo contenido que la selección.",

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

@ -7,14 +7,11 @@
"tabActiveBackground": "Color de fondo de la pestaña activa. Las pestañas son los contenedores de los editores en el área de editores. Se pueden abrir varias pestañas en un grupo de editores. Puede haber varios grupos de editores.",
"tabInactiveBackground": "Color de fondo de la pestaña inactiva. Las pestañas son los contenedores de los editores en el área de editores. Se pueden abrir varias pestañas en un grupo de editores. Puede haber varios grupos de editores.",
"tabBorder": "Borde para separar las pestañas entre sí. Las pestañas son contenedores de editores en el área de editores. Se pueden abrir varias pestañas en un grupo de editores. Puede haber varios grupos de editores.",
"tabActiveEditorGroupActiveForeground": "Color de primer plano de la pestaña activa en un grupo activo. Las pestañas son los contenedores de los editores en el área de editores. Se pueden abrir varias pestañas en un grupo de editores. Puede haber varios grupos de editores.",
"tabInactiveEditorGroupActiveForeground": "Color de primer plano de la pestaña inactiva en un grupo activo. Las pestañas son los contenedores de los editores en el área de editores. Se pueden abrir varias pestañas en un grupo de editores. Puede haber varios grupos de editores.",
"editorGroupBackground": "Color de fondo de un grupo de editores. Los grupos de editores son los contenedores de los editores. El color de fondo se ve cuando se mueven arrastrando los grupos de editores.",
"tabsContainerBackground": "Color de fondo del encabezado del título del grupo de editores cuando las fichas están habilitadas. Los grupos de editores son contenedores de editores.",
"editorGroupHeaderBackground": "Color de fondo del encabezado del título del grupo de editores cuando las fichas están deshabilitadas. Los grupos de editores son contenedores de editores.",
"editorGroupBorder": "Color para separar varios grupos de editores entre sí. Los grupos de editores son los contenedores de los editores.",
"editorDragAndDropBackground": "Color de fondo cuando se arrastran los editores. El color debería tener transparencia para que el contenido del editor pueda brillar a su través.",
"panelBackground": "Color de fondo del panel. Los paneles se muestran debajo del área de editores y contienen vistas, como Salida y Terminal integrado.",
"panelBorder": "Color del borde superior del panel que lo separa del editor. Los paneles se muestran debajo del área de editores y contienen vistas, como Salida y Terminal integrado.",
"panelActiveTitleForeground": "Color del título del panel activo. Los paneles se muestran debajo del área del editor y contienen vistas como Salida y Terminal integrado.",
"panelInactiveTitleForeground": "Color del título del panel inactivo. Los paneles se muestran debajo del área del editor y contienen vistas como Salida y Terminal integrado.",

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.
{}
{
"developer": "Desarrollador",
"file": "Archivo"
}

View file

@ -5,8 +5,8 @@
// Do not edit this file. It is machine generated.
{
"snapshotObj": "Solo se muestran valores primitivos para este objeto.",
"debuggingStarted": "La depuración se ha iniciado.",
"debuggingPaused": "La depuración se ha pausado. Motivo: {0}, {1} {2}",
"debuggingStarted": "La depuración se ha iniciado.",
"debuggingStopped": "La depuración se ha detenido.",
"breakpointAdded": "Punto de interrupción agregado, línea {0}, archivo {1}",
"breakpointRemoved": "Punto de interrupción quitado, línea {0}, archivo {1}",

View file

@ -5,6 +5,5 @@
// Do not edit this file. It is machine generated.
{
"defineKeybinding.start": "Definir enlace de teclado",
"defineKeybinding.kbLayoutInfoMessage": "Para la distribución del teclado actual, presione ",
"defineKeybinding.kbLayoutErrorMessage": "La distribución del teclado actual no permite reproducir esta combinación de teclas."
}

View file

@ -4,7 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"entryAriaLabel": "{0}, tareas",
"workspace": "De área de trabajo",
"extension": "De extensiones"
"entryAriaLabel": "{0}, tareas"
}

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