2018-06-05. Merged in translations from Transifex. (#51169)

Merged in translations from Transifex except German language.
This commit is contained in:
Daniel Ye 2018-06-05 12:46:22 -07:00 committed by Rachel Macfarlane
parent f921e1910f
commit e401329fe0
446 changed files with 1097 additions and 149 deletions

View file

@ -9,9 +9,12 @@
"workspaceFolder": "在 VS Code 中打开的文件夹的路径",
"workspaceFolderBasename": "在 VS Code 中打开的文件夹的名称 (不包含任何斜杠 \"/\" )",
"relativeFile": "相对于 ${workspaceFolder},当前打开的文件路径",
"file": "当前打开的文件",
"cwd": "启动时任务运行程序的当前工作目录",
"lineNumber": "活动文件中当前选定行的行号",
"selectedText": "当前在活动文件中选定的文本",
"fileDirname": "当前打开的文件的完整目录名",
"fileExtname": "当前打开的文件的扩展名",
"fileBasename": "当前打开的文件的文件名",
"fileBasenameNoExtension": "当前打开的文件的文件名 (不包含文件扩展名)",
"exampleExtension": "示例"

View file

@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"noScripts": "找不到脚本",
"noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。",
"learnMore": "了解详细信息",
"ok": "确定",

View file

@ -19,6 +19,8 @@
"taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。",
"view.name": "npm 脚本",
"command.refresh": "刷新",
"command.run": "运行",
"command.debug": "调试",
"command.openScript": "开放"
"command.openScript": "开放",
"command.runInstall": "运行 install"
}

View file

@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "搜索 (ripgrep)"
"displayName": "搜索 (ripgrep)",
"description": "使用 Ripgrep 提供搜索。"
}

View file

@ -45,6 +45,7 @@
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
"typescript.reportStyleChecksAsWarnings": "将风格检查问题报告为警告",
"jsDocCompletion.enabled": "启用/禁用自动 JSDoc 注释",
"javascript.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。若有 jsconfig.json 或 tsconfig.json 文件,将覆盖此设置。要求 TypeScript >= 2.3.1。",
"typescript.npm": "指定用于自动获取类型的 NPM 可执行文件的路径。要求 TypeScript >= 2.3.4。",
"typescript.check.npmIsInstalled": "检查是否安装了 NPM 以自动获取类型。",
"javascript.nameSuggestions": "启用/禁用在 JavaScript 建议列表中包含文件中的唯一名称。",
@ -52,11 +53,15 @@
"typescript.problemMatchers.tsc.label": "TypeScript 问题",
"typescript.problemMatchers.tscWatch.label": "TypeScript 问题(观看模式)",
"typescript.quickSuggestionsForPaths": "当输入导入路径时启用或禁用快速建议。",
"typescript.locale": "设置在报告 JavaScript 和 TypeScript 错误时使用的区域设置。要求 TypeScript >= 2.6.0。默认 (\"null\") 将使用 VS Code 的区域设置。",
"javascript.implicitProjectConfig.experimentalDecorators": "对不属于任何工程的 JavaScript 文件启用或禁用 \"experimentalDecorators\" 设置。若有 jsconfig.json 或 tsconfig.json 文件,将覆盖此设置。要求 TypeScript >= 2.3.1。",
"typescript.autoImportSuggestions.enabled": "启用或禁用自动导入建议。要求 TypeScript >= 2.6.1",
"typescript.experimental.syntaxFolding": "启用或禁用语法折叠标记。",
"taskDefinition.tsconfig.description": "定义 TS 生成的 tsconfig 文件。",
"javascript.suggestionActions.enabled": "在 JavaScript 文件中启用或禁用编辑器的建议诊断。需要 TypeScript >= 2.8",
"typescript.suggestionActions.enabled": "在 TypeScript 文件中启用或禁用编辑器的建议诊断。要求 TypeScript >= 2.8",
"typescript.preferences.quoteStyle": "用于快速修复的首选引用样式: \"single\" (单引号)、\"double\" (双引号) 或 \"auto\" (从已有 import 语句中推测引号类型)。要求 TypeScript >= 2.9",
"typescript.preferences.importModuleSpecifier": "自动 import 语句中首选的路径类型:\n- \"relative\",相对路径。\n- \"non-relative\",根据 \"jsconfig.json\" 或 \"tsconfig.json\" 中设置的 \"baseUrl\" 的计算出的路径。\n- \"auto\",推测最短路径类型。\n要求 TypeScript >= 2.9",
"typescript.showUnused": "启用或禁用突出显示代码中未使用的变量。要求 TypeScript >= 2.9",
"typescript.updateImportsOnFileMove.enabled": "在 VS Code 中重命名或移动文件时启用或禁用自动更新 import 语句的路径。可选值有: \"prompt\" (在每次重命名时提示)、\"always\" (始终自动更新路径) 和 \"never\" (从不重命名路径且不要提示)。要求 TypeScript >= 2.9"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"hide": "隐藏",
"show": "显示",
"previewOnGitHub": "在 GitHub 中预览",
"loadingData": "正在加载数据...",
"rateLimited": "超出 GitHub 查询限制。请稍候。",

View file

@ -19,6 +19,7 @@
"titleLengthValidation": "标题太长。",
"details": "请输入详细信息。",
"sendSystemInfo": "包含系统信息 ({0})",
"show": "显示",
"sendProcessInfo": "包含当前运行中的进程 ({0})",
"sendWorkspaceInfo": "包含工作区元数据 ({0})",
"sendExtensions": "包含已启用的扩展 ({0})",

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"cpu": "CPU %",
"memory": "内存 (MB)",
"pid": "PID",
"name": "名称",
"killProcess": "结束进程",

View file

@ -26,6 +26,7 @@
"detectIndentation": "当打开文件时,将基于文件内容检测 \"editor.tabSize\" 和 \"editor.insertSpaces\"。",
"roundedSelection": "控制选取范围是否有圆角",
"scrollBeyondLastLine": "控制编辑器是否可以滚动到最后一行之后",
"scrollBeyondLastColumn": "控制编辑器水平滚动时可以超出滚动的字符数",
"smoothScrolling": "控制编辑器是否在滚动时使用动画",
"minimap.enabled": "控制是否显示 minimap",
"minimap.side": "控制在哪一侧显示小地图。",

View file

@ -32,6 +32,7 @@
"infoBorder": "编辑器中信息波浪线的边框颜色。",
"hintForeground": "编辑器中提示波浪线的前景色。",
"hintBorder": "编辑器中提示波浪线的边框颜色。",
"unnecessaryForeground": "编辑器中不必要代码的前景色。",
"overviewRulerRangeHighlight": "概览标尺中高亮范围的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"overviewRuleError": "概述错误的标尺标记颜色。",
"overviewRuleWarning": "概述警告的标尺标记颜色。",

View file

@ -8,7 +8,7 @@
],
"gotoValidation": "\"--goto\" 模式中的参数格式应为 \"FILE(:LINE(:CHARACTER))\"。",
"diff": "将两个文件相互比较。",
"add": "将文件夹添加到最后一个活动窗口。",
"add": "将文件夹添加到一个活动窗口。",
"goto": "打开路径下的文件并定位到特定行和特定列。",
"newWindow": "强制打开新窗口。",
"reuseWindow": "强制打开上一个活动窗口中的文件或文件夹。",

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"showLanguagePackExtensions": "VS Code 能够以 {0} 语言显示。在商店中搜索语言包即可开始。",
"searchMarketplace": "搜索商店",
"installAndRestartMessage": "VS Code 能够以 {0} 语言显示。现在安装语言包即可开始使用。需要重启。",
"installAndRestart": "安装并重启"
}

View file

@ -48,6 +48,8 @@
"listDropBackground": "使用鼠标移动项目时,列表或树进行拖放的背景颜色。",
"highlight": "在列表或树中搜索时,其中匹配内容的高亮颜色。",
"invalidItemForeground": "列表或树中无效项的前景色,例如资源管理器中没有解析的根目录。",
"listErrorForeground": "包含错误的列表项的前景色。",
"listWarningForeground": "包含警告的列表项的前景色。",
"pickerGroupForeground": "快速选取器分组标签的颜色。",
"pickerGroupBorder": "快速选取器分组边框的颜色。",
"buttonForeground": "按钮前景色。",

View file

@ -11,6 +11,7 @@
"vscode.extension.contributes.views.containers.icon": "容器图标的路径。图标大小为 24x24并居中放置在 50x40 的区域内,其填充颜色为 \"rgb(215, 218, 224)\" 或 \"#d7dae0\"。所有图片格式均可用,推荐使用 SVG 格式。",
"vscode.extension.contributes.viewsContainers": "向编辑器提供视图容器",
"views.container.activitybar": "向活动栏提供视图容器",
"test": "测试",
"requirearray": "视图容器必须为数组",
"requireidstring": "属性“{0}”是必要属性,其类型必须是 \"string\"。仅支持字母、数字、\"_\" 和 \"-\"。",
"requirestring": "“{0}”是必要属性,其类型必须是 \"string\" ",

View file

@ -5,5 +5,6 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"hidePanel": "隐藏面板"
}

View file

@ -8,5 +8,6 @@
],
"largeFile": "{0}: 为减少内存使用并避免卡顿或崩溃,我们已关闭对此大型文件内容的标记、折行和折叠。",
"neverShowAgain": "确定,且不再显示",
"removeOptimizations": "强制启用功能"
"removeOptimizations": "强制启用功能",
"reopenFilePrompt": "请重新打开文件以使此设置生效。"
}

View file

@ -9,6 +9,7 @@
"logPoint": "记录点",
"breakpoint": "断点",
"editBreakpoint": "编辑 {0}...",
"removeBreakpoint": "删除 {0}",
"functionBreakpointsNotSupported": "此调试类型不支持函数断点",
"functionBreakpointPlaceholder": "要断开的函数",
"functionBreakPointInputAriaLabel": "键入函数断点",

View file

@ -21,6 +21,7 @@
"disconnectDebug": "断开连接",
"continueDebug": "继续",
"pauseDebug": "暂停",
"terminateThread": "终止线程",
"restartFrame": "重新启动框架",
"removeBreakpoint": "删除断点",
"removeAllBreakpoints": "删除所有断点",

View file

@ -7,5 +7,7 @@
"Do not edit this file. It is machine generated."
],
"noFolderDebugConfig": "请先打开一个文件夹以进行高级调试配置。",
"debug": "调试"
"inlineBreakpoint": "内联断点",
"debug": "调试",
"addInlineBreakpoint": "添加内联断点"
}

View file

@ -12,5 +12,7 @@
"runToCursor": "运行到光标处",
"debugEvaluate": "调试: 求值",
"debugAddToWatch": "调试: 添加到监视",
"showDebugHover": "调试: 显示悬停"
"showDebugHover": "调试: 显示悬停",
"goToNextBreakpoint": "调试: 转到下一个断点",
"goToPreviousBreakpoint": "调试: 转到上一个断点"
}

View file

@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"startAdditionalSession": "启动其他会话",
"debugFocusVariablesView": "聚焦于变量视图",
"debugFocusWatchView": "聚焦于监视视图",
"debugFocusCallStackView": "聚焦于调用堆栈视图",

View file

@ -9,6 +9,7 @@
"callstackSection": "调用堆栈部分",
"debugStopped": "因 {0} 已暂停",
"callStackAriaLabel": "调试调用堆栈",
"session": "会话",
"paused": "已暂停",
"running": "正在运行",
"thread": "线程",

View file

@ -21,6 +21,7 @@
"allowBreakpointsEverywhere": "允许在任何文件中设置断点",
"openExplorerOnEnd": "调试会话结束时自动打开资源管理器视图",
"inlineValues": "调试时,在编辑器中显示变量值内联",
"toolBarLocation": "控制调试工具栏位置。其位置可为 \"floating\" (在所有视图之上浮动)、\"docked\" (停靠于“调试”视图) 或 \"hidden\" (隐藏)",
"never": "在状态栏中不再显示调试",
"always": "始终在状态栏中显示调试",
"onFirstSessionStart": "仅于第一次启动调试后在状态栏中显示调试",

View file

@ -8,7 +8,10 @@
],
"logPoint": "记录点",
"breakpoint": "断点",
"removeBreakpoint": "删除 {0}",
"editBreakpoint": "编辑 {0}...",
"disableBreakpoint": "禁用 {0}",
"enableBreakpoint": "启用 {0}",
"removeBreakpoints": "删除断点",
"removeInlineBreakpointOnColumn": "删除第 {0} 列的内联断点",
"removeLineBreakpoint": "删除行断点",
@ -24,6 +27,10 @@
"addConditionalBreakpoint": "添加条件断点...",
"addLogPoint": "添加记录点...",
"breakpointHasCondition": "此{0}的{1}将在删除后丢失。请考虑仅禁用此{0}。",
"message": "消息",
"condition": "条件",
"removeLogPoint": "删除 {0}",
"disableLogPoint": "禁用 {0}",
"cancel": "取消",
"addConfiguration": "添加配置..."
}

View file

@ -18,9 +18,11 @@
"details": "详细信息",
"detailstooltip": "扩展详细信息,显示扩展的 \"README.md\" 文件。",
"contributions": "发布内容",
"contributionstooltip": "包含此扩展向 VS Code 编辑器提供的功能",
"changelog": "更改日志",
"changelogtooltip": "扩展的更新历史,显示扩展的 \"CHANGELOG.md\" 文件。",
"dependencies": "依赖项",
"dependenciestooltip": "包含此扩展依赖的扩展",
"noReadme": "无可用自述文件。",
"noChangelog": "无可用的更改日志。",
"noContributions": "没有发布内容",
@ -34,6 +36,7 @@
"debugger type": "类型",
"viewContainers": "视图容器 ({0})",
"view container id": "ID",
"view container title": "标题",
"view container location": "位置",
"views": "视图 ({0})",
"view id": "ID",
@ -41,6 +44,7 @@
"view location": "位置",
"localizations": "本地化 ({0})",
"localizations language id": "语言 ID",
"localizations language name": "语言名称",
"localizations localized language name": "语言本地名称",
"colorThemes": "颜色主题 ({0})",
"iconThemes": "图标主题 ({0})",

View file

@ -14,6 +14,7 @@
"workspaceRecommendedExtensions": "工作区推荐",
"builtInExtensions": "功能",
"builtInThemesExtensions": "主题",
"builtInBasicsExtensions": "编程语言",
"searchExtensions": "在商店中搜索扩展",
"sort by installs": "排序依据: 安装计数",
"sort by rating": "排序依据: 分级",

View file

@ -9,6 +9,7 @@
"textFileEditor": "文本文件编辑器",
"createFile": "创建文件",
"relaunchWithIncreasedMemoryLimit": "以 {0}MB 重启",
"configureMemoryLimit": "配置内存限制",
"fileEditorWithInputAriaLabel": "{0}。文本文件编辑器。",
"fileEditorAriaLabel": "文本文件编辑器。"
}

View file

@ -43,6 +43,7 @@
"confirmDeleteMessageMultiple": "是否确定要永久删除以下 {0} 个文件?",
"confirmDeleteMessageFolder": "是否确定要永久删除“{0}”及其内容?",
"confirmDeleteMessageFile": "是否确定要永久删除“{0}”?",
"addFiles": "添加文件",
"confirmOverwrite": "目标文件夹中已存在具有相同名称的文件或文件夹。是否要替换它?",
"replaceButtonLabel": "替换(&&R)",
"fileIsAncestor": "粘贴的项目是目标文件夹的上级",
@ -62,6 +63,7 @@
"openFileToShowInNewWindow": "请先打开要在新窗口中打开的文件",
"copyPath": "复制路径",
"emptyFileNameError": "必须提供文件或文件夹名。",
"fileNameStartsWithSlashError": "文件或文件夹名称不能以斜线开头。",
"fileNameExistsError": "此位置已存在文件或文件夹 **{0}**。请选择其他名称。",
"invalidFileNameError": "名称 **{0}** 作为文件或文件夹名无效。请选择其他名称。",
"filePathTooLongError": "名称 **{0}** 导致路径太长。请选择更短的名称。",

View file

@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"configureLocale": "配置显示语言",
"displayLanguage": "定义 VSCode 的显示语言。",
"doc": "请参阅 {0},了解支持的语言列表。",
"restart": "更改此值需要重启 VSCode。",

View file

@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"disableFilesExclude": "禁用排除的文件筛选器。",
"clearFilter": "清除筛选。"
}

View file

@ -16,6 +16,8 @@
"markers.panel.no.problems.build": "目前尚未在工作区检测到问题。",
"markers.panel.no.problems.filters": "在给定的筛选条件下,没有找到结果。",
"markers.panel.no.problems.file.exclusions": "由于启用了文件排除筛选器,所有问题均已隐藏。",
"markers.panel.action.useFilesExclude": "使用文件排除设置进行筛选",
"markers.panel.action.donotUseFilesExclude": "不使用文件排除设置",
"markers.panel.action.filter": "筛选器问题",
"markers.panel.filter.ariaLabel": "筛选器问题",
"markers.panel.filter.placeholder": "筛选。例: text, **/*.ts, !**/node_modules/**",

View file

@ -7,5 +7,6 @@
"Do not edit this file. It is machine generated."
],
"name": "大纲",
"category.focus": "文件"
"category.focus": "文件",
"label.focus": "聚焦于“大纲”视图"
}

View file

@ -12,5 +12,6 @@
"sortByName": "排序依据: 名称",
"sortByKind": "排序方式: 类型",
"live": "跟随光标",
"no-editor": "当前打开的编辑器无法提供大纲信息。"
"no-editor": "当前打开的编辑器无法提供大纲信息。",
"too-many-symbols": "抱歉,文件太大,无法显示大纲。"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"defineKeybinding.oneExists": "已有 1 条命令的按键绑定与此相同",
"defineKeybinding.existing": "已有 {0} 条命令的按键绑定与此相同",
"defineKeybinding.initial": "先按所需的组合键,再按 Enter 键。",
"defineKeybinding.chordsTo": "加上"
}

View file

@ -15,6 +15,8 @@
"nlpResult": "自然语言结果",
"filterResult": "筛选结果",
"defaultSettings": "默认设置",
"defaultUserSettings": "默认用户设置",
"defaultWorkspaceSettings": "默认工作区设置",
"defaultFolderSettings": "默认文件夹设置",
"defaultEditorReadonly": "在右侧编辑器中编辑以覆盖默认值。",
"preferencesAriaLabel": "默认首选项。只读文本编辑器。"

View file

@ -13,5 +13,6 @@
"advancedCustomizationLabel": "高级自定义请打开和编辑",
"openSettingsLabel": "settings.json",
"showOverriddenOnly": "仅显示已修改项",
"treeAriaLabel": "设置"
"treeAriaLabel": "设置",
"feedbackButtonLabel": "提供反馈"
}

View file

@ -12,6 +12,7 @@
"resetButtonTitle": "重置",
"configured": "已修改",
"alsoConfiguredIn": "同时修改于",
"configuredIn": "修改于",
"editInSettingsJson": "在 settings.json 中编辑",
"settingRowAriaLabel": "{0} {1},设置",
"groupRowAriaLabel": "{0},组"

View file

@ -10,6 +10,7 @@
"copyMatchLabel": "复制",
"copyPathLabel": "复制路径",
"copyAllLabel": "全部复制",
"clearSearchHistoryLabel": "清除搜索历史记录",
"toggleSearchViewPositionLabel": "切换搜索视图位置",
"findInFolder": "在文件夹中查找...",
"findInWorkspace": "在工作区中查找...",
@ -29,5 +30,6 @@
"search.quickOpen.includeSymbols": "配置为在 Quick Open 文件结果中包括全局符号搜索的结果。",
"search.followSymlinks": "控制是否在搜索中跟踪符号链接。",
"search.smartCase": "若搜索词全为小写,则不区分大小写进行搜索,否则区分大小写进行搜索",
"search.globalFindClipboard": "控制“搜索”视图是否读取或修改 macOS 的共享查找剪贴板"
"search.globalFindClipboard": "控制“搜索”视图是否读取或修改 macOS 的共享查找剪贴板",
"search.location": "控制搜索功能显示在侧边栏还是水平空间更大的面板区域"
}

View file

@ -44,6 +44,7 @@
"workbench.action.terminal.scrollUpPage": "向上滚动(页)",
"workbench.action.terminal.scrollToTop": "滚动到顶部",
"workbench.action.terminal.clear": "清除",
"workbench.action.terminal.clearSelection": "清除选定内容",
"workbench.action.terminal.allowWorkspaceShell": "允许配置工作区 Shell",
"workbench.action.terminal.disallowWorkspaceShell": "禁止配置工作区 Shell",
"workbench.action.terminal.rename": "重命名",

View file

@ -10,11 +10,13 @@
"terminal.integrated.a11yPromptLabel": "终端输入",
"terminal.integrated.a11yTooMuchOutput": "输出太多,无法朗读。请手动转到行内进行阅读",
"yes": "是",
"terminal.rendererInAllNewTerminals": "所有新创建的终端都将使用非 GPU 渲染器。",
"no": "否",
"dontShowAgain": "不再显示",
"terminal.slowRendering": "集成终端的标准渲染器似乎在您的计算机上运行得很慢。使用基于 DOM 的渲染器也许能提高性能,是否切换? [阅读有关终端设置的更多信息](https://code.visualstudio.com/docs/editor/integrated-terminal#_changing-how-the-terminal-is-rendered)。",
"terminal.integrated.copySelection.noSelection": "没有在终端中选择要复制的内容",
"terminal.integrated.exitedWithCode": "通过退出代码 {0} 终止的终端进程",
"terminal.integrated.exitedWithCode": "终端进程已终止,退出代码: {0}",
"terminal.integrated.waitOnExit": "按任意键以关闭终端",
"terminal.integrated.launchFailed": "终端进程命令“{0} {1}”无法启动 (退出代码: {2})"
"terminal.integrated.launchFailed": "终端进程命令“{0} {1}”无法启动 (退出代码: {2})",
"terminal.integrated.launchFailedExtHost": "无法启动终端进程 (退出代码: {0})"
}

View file

@ -13,6 +13,7 @@
"welcomeOverlay.extensions": "管理扩展",
"welcomeOverlay.problems": "查看错误和警告",
"welcomeOverlay.commandPalette": "查找并运行所有命令",
"welcomeOverlay.notifications": "显示通知",
"welcomeOverlay": "用户界面概览",
"hideWelcomeOverlay": "隐藏界面概览",
"help": "帮助"

View file

@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.engines": "引擎兼容性。",
"vscode.extension.engines.vscode": "对于 VS Code 扩展,指定与其兼容的 VS Code 版本。不能为 *。 例如: ^0.10.5 表示最低兼容 VS Code 版本 0.10.5。",
"vscode.extension.publisher": "VS Code 扩展的发布者。",
"vscode.extension.displayName": "VS Code 库中使用的扩展的显示名称。",

View file

@ -9,6 +9,7 @@
"extensionsDisabled": "已禁用所有扩展。",
"extensionHostProcess.crash": "扩展宿主意外终止。",
"extensionHostProcess.unresponsiveCrash": "扩展宿主因没有响应而被终止。",
"devTools": "打开开发人员工具",
"restart": "重启扩展宿主",
"overwritingExtension": "使用扩展程序 {1} 覆盖扩展程序 {0}。",
"extensionUnderDevelopment": "正在 {0} 处加载开发扩展程序",

View file

@ -11,5 +11,6 @@
"fileIsDirectoryError": "文件是目录",
"fileNotModifiedError": "自以下时间未修改的文件:",
"fileBinaryError": "文件似乎是二进制文件,无法作为文档打开",
"err.create": "未能创建文件 {0}",
"fileMoveConflict": "无法移动/复制。文件已存在于目标位置。"
}

View file

@ -21,6 +21,7 @@
"schema.languageId": "关联的图标定义的 ID。",
"schema.fonts": "图标定义中使用的字体。",
"schema.id": "字体的 ID。",
"schema.src": "字体的位置。",
"schema.font-path": "相对于当前图标主题文件的字体路径。",
"schema.font-format": "字体的格式。",
"schema.font-weight": "字体的粗细。",

View file

@ -26,7 +26,7 @@
"commitMessage": "訊息 (按 {0} 以認可)",
"commit": "認可",
"merge changes": "合併變更",
"staged changes": "已分段的變更",
"staged changes": "暫存的變更",
"changes": "變更",
"commitMessageCountdown": "在目前行數剩餘 {0} 個字元",
"commitMessageWarning": "在目前行數有 {0} 個字元已超過 {1} 個",

View file

@ -13,6 +13,7 @@
"config.npm.packageManager": "用來執行指令碼的套件管理員。",
"config.npm.exclude": "為應從自動指令碼偵測排除的資料夾設定 Glob 模式。",
"config.npm.enableScriptExplorer": "啟用 npm 指令碼的總管檢視。",
"config.npm.scriptExplorerAction": "指令碼總管中預設按一下行為: 'open' 或 'run', 預設值為 'open'。",
"npm.parseError": "Npm 工作刪除: 解析檔案 {0} 失敗",
"taskdef.script": "要自訂的 npm 指令碼。",
"taskdef.path": "提供指令碼 package.json 檔案的資料夾路徑。可以省略。",
@ -20,5 +21,6 @@
"command.refresh": "重新整理",
"command.run": "執行",
"command.debug": "偵錯",
"command.openScript": "開啟"
"command.openScript": "開啟",
"command.runInstall": "執行安裝"
}

View file

@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "PHP 語言基礎知識",
"description": "為 PHP 檔案提供語法醒目提示與括弧對應功能。"
}

View file

@ -5,5 +5,7 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"displayName": "搜尋 (ripgrep)",
"description": "使用 Ripgrep 提供搜尋。"
}

View file

@ -6,6 +6,9 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"prompt": "自動更新已移動檔案的匯入: '{0}' 嗎?",
"reject.title": "否",
"accept.title": "是"
"accept.title": "是",
"always.title": "是,一律更新匯入",
"never.title": "否,一律不更新匯入"
}

View file

@ -45,6 +45,7 @@
"typescript.selectTypeScriptVersion.title": "選取 TypeScript 版本",
"typescript.reportStyleChecksAsWarnings": "使用警告顯示樣式檢查",
"jsDocCompletion.enabled": "啟用/停用自動 JSDoc 註解",
"javascript.implicitProjectConfig.checkJs": "啟用/停用 JavaScript 檔案的語義檢查。現有的 jsconfig.json或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >= 2.3.1。",
"typescript.npm": "指定用於自動類型取得的 NPM 可執行檔路徑。TypeScript 必須 >= 2.3.4.",
"typescript.check.npmIsInstalled": "檢查是否已安裝NPM用以取得自動類型擷取.",
"javascript.nameSuggestions": "從JavaScript推薦表檔案中啟用/停用包含唯一檔名",
@ -52,11 +53,15 @@
"typescript.problemMatchers.tsc.label": "TypeScript 問題",
"typescript.problemMatchers.tscWatch.label": " TypeScript 問題 (監看模式)",
"typescript.quickSuggestionsForPaths": "啟用/停用在輸入匯入路徑顯示即時建議。",
"typescript.locale": "進行用來回報 JavaScript 和 TypeScript 錯誤的地區設定。需要 TypeScript >= 2.6.0。'null' 預設會使用 VS Code 的地區設定。",
"javascript.implicitProjectConfig.experimentalDecorators": "啟用/停用不屬於專案之 JavaScript 檔案的'experimentalDecorators'。現有的 jsconfig.json 或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >= 2.3.1。",
"typescript.autoImportSuggestions.enabled": "啟用/停用 自動匯入建議。需要 TypeScript >=2.6.1",
"typescript.experimental.syntaxFolding": "啟用/停用語法感知摺疊標記。",
"taskDefinition.tsconfig.description": "定義 TS 組建的 tsconfig 檔案。",
"javascript.suggestionActions.enabled": "編輯器內啟用/停用 JavaScript 檔案建議診斷。需要 TypeScript >= 2.8",
"typescript.suggestionActions.enabled": "啟用/停用 編輯器內的 TypeScript 檔案建議診斷。需要 TypeScript >= 2.8",
"typescript.preferences.quoteStyle": "用於快速修正的偏好引號樣式: 'single' (單) 引號、'double' (雙) 引號或從現有匯入 'auto' (自動) 推斷引號類型。需要 TypeScript >= 2.9",
"typescript.preferences.importModuleSpecifier": "自動匯入的偏好路徑樣式:\n- \"relative\" (相對) 於檔案路徑。\n- \"non-relative\" (非相對),根據在您 'jsconfig.json' / 'tsconfig.json' 中設定的 'baseUrl'。\n- \"auto\" (自動) 推斷最短的路徑類型。\n需要 TypeScript >= 2.9",
"typescript.showUnused": "啟用/停用 高亮顯示在程式碼中未使用的變數。需要 TypeScript >= 2.9",
"typescript.updateImportsOnFileMove.enabled": "當您在 VS Code 中重新命名或移動檔案時,啟用/停用自動更新匯入路徑。可使用的值為: 'prompt' 每次重新命名時, 'always' 自動更新路徑, 'never' 重新命名路徑且不再提示我。需要TypeScript >= 2.9"
}

View file

@ -5,5 +5,6 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"TaskRunner.UNC": "無法在 UNC 磁碟機上執行殼層命令。"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"hide": "隱藏",
"show": "顯示",
"previewOnGitHub": "在 GitHub 預覽",
"loadingData": "正在載入資料...",
"rateLimited": "超出了 GitHub 查詢限制。請稍候。",

View file

@ -19,6 +19,7 @@
"titleLengthValidation": "標題太長。",
"details": "請輸入詳細資料。",
"sendSystemInfo": "包含我的系統資訊 ({0})",
"show": "顯示",
"sendProcessInfo": "包含我目前正在執行的程序 ({0})",
"sendWorkspaceInfo": "包含我的工作區詮釋資料 ({0})",
"sendExtensions": "包含我已啟用擴充功能 ({0})",

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"cpu": "CPU %",
"memory": "記憶體 (MB)",
"pid": "pid",
"name": "名稱",
"killProcess": "關閉處理序",

View file

@ -16,6 +16,7 @@
"lineNumbers.on": "行號以絕對值顯示。",
"lineNumbers.relative": "行號以目前游標的相對值顯示。",
"lineNumbers.interval": "每 10 行顯示行號。",
"lineNumbers": "控制行號的顯示。",
"rulers": "在特定的等寬字元數之後轉譯垂直尺規。有多個尺規就使用多個值。若陣列為空,則不繪製任何尺規。",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
@ -25,6 +26,7 @@
"detectIndentation": "開啟檔案時,會依據檔案內容來偵測 `editor.tabSize` 及 `editor.insertSpaces`。",
"roundedSelection": "控制選取範圍是否有圓角",
"scrollBeyondLastLine": "控制編輯器是否會捲動到最後一行之後",
"scrollBeyondLastColumn": "控制編輯器水平捲動所超出的額外字元數",
"smoothScrolling": "控制編輯器是否會使用動畫捲動",
"minimap.enabled": "控制是否會顯示迷你地圖",
"minimap.side": "控制要在哪端呈現迷你地圖。",
@ -40,10 +42,12 @@
"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' 或 'deepIndent'。",
"mouseWheelScrollSensitivity": "滑鼠滾輪捲動事件的 'deltaX' 與 'deltaY' 所使用的乘數",
"multiCursorModifier.ctrlCmd": "對應 Windows 和 Linux 的 `Control` 與對應 macOS 的 `Command`",
"multiCursorModifier.alt": "對應 Windows 和 Linux 的 `Alt` 與對應 macOS 的 `Option`",
"multiCursorModifier": "用於新增多個滑鼠游標的修改。 `ctrlCmd` 會對應到 Windows 和 Linux 上的 `Control` 以及 macOS 上的 `Command`。 [移至定義] 及 [開啟連結] 滑鼠手勢將會適應以避免和 multicursor 修改衝突。",
"multiCursorMergeOverlapping": "在多個游標重疊時將其合併。",
"quickSuggestions.strings": "允許在字串內顯示即時建議。",
"quickSuggestions.comments": "允許在註解中顯示即時建議。",
"quickSuggestions.other": "允許在字串與註解以外之處顯示即時建議。",
@ -74,6 +78,7 @@
"occurrencesHighlight": "控制編輯器是否應反白顯示出現的語意符號",
"overviewRulerLanes": "控制可在概觀尺規中相同位置顯示的裝飾項目數",
"overviewRulerBorder": "控制是否應在概觀尺規周圍繪製邊框。",
"cursorBlinking": "控制游標動畫樣式。",
"mouseWheelZoom": "使用滑鼠滾輪並按住 Ctrl 時,縮放編輯器的字型",
"cursorStyle": "控制游標樣式。接受的值為 'block'、'block-outline'、'line'、'line-thin'、'underline' 及 'underline-thin'",
"cursorWidth": "控制游標寬度,當 editor.cursorStyle 設定為 'line' 時。",

View file

@ -11,6 +11,7 @@
"quickfix.trigger.label": "快速修復...",
"editor.action.quickFix.noneMessage": "沒有可用的程式碼操作",
"refactor.label": "重構...",
"editor.action.refactor.noneMessage": "沒有可用的重構",
"source.label": "來源動作...",
"editor.action.source.noneMessage": "沒有可用的來源動作",
"organizeImports.label": "組織匯入",

View file

@ -7,5 +7,6 @@
"Do not edit this file. It is machine generated."
],
"EditorFontZoomIn.label": "編輯器字體放大",
"EditorFontZoomOut.label": "編輯器字型縮小",
"EditorFontZoomReset.label": "編輯器字體重設縮放"
}

View file

@ -5,5 +5,6 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"editor.readonly": "無法在唯讀編輯器中編輯"
}

View file

@ -6,5 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"searchMarketplace": "搜尋市集"
"showLanguagePackExtensions": "VS Code 可在 {0} 中使用。在 Marketplace 中搜尋語言套件以開始使用。",
"searchMarketplace": "搜尋市集",
"installAndRestartMessage": "VS Code 可在 {0} 中使用。安裝語言套件以開始使用。必須重新啟動。 ",
"installAndRestart": "安裝並重新啟動"
}

View file

@ -11,6 +11,7 @@
"vscode.extension.contributes.views.containers.icon": "容器圖示的路徑。圖示為置於 50x40 區塊中央,且以 'rgb(215, 218, 224)' 或 '#d7dae0' 填滿顏色的 24x24 影像。雖然接受所有影像檔案類型,但建議使用 SVG 作為圖示格式。",
"vscode.extension.contributes.viewsContainers": "提供檢視容器給編輯者",
"views.container.activitybar": "提供檢視容器給活動列",
"test": "測試",
"requirearray": "檢視容器必須為陣列",
"requireidstring": "屬性 {0}` 為必要項且必須為類型 `string`。僅允許英數字元、'_' 與 '-'。",
"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",

View file

@ -5,5 +5,6 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"hidePanel": "隱藏面板"
}

View file

@ -21,6 +21,7 @@
"disconnectDebug": "中斷連接",
"continueDebug": "繼續",
"pauseDebug": "暫停",
"terminateThread": "終止執行緒",
"restartFrame": "重新啟動框架",
"removeBreakpoint": "移除中斷點",
"removeAllBreakpoints": "移除所有中斷點",

View file

@ -12,5 +12,7 @@
"runToCursor": "執行至游標處",
"debugEvaluate": "偵錯: 評估",
"debugAddToWatch": "偵錯: 加入監看",
"showDebugHover": "偵錯: 動態顯示"
"showDebugHover": "偵錯: 動態顯示",
"goToNextBreakpoint": "偵錯: 移至下一個中斷點",
"goToPreviousBreakpoint": "偵錯: 移至上一個中斷點"
}

View file

@ -21,10 +21,12 @@
"allowBreakpointsEverywhere": "允許在任何檔案設定中斷點",
"openExplorerOnEnd": "自動於偵錯工作階段結束時開啟總管檢視",
"inlineValues": "在偵錯時於編輯器以內嵌方式顯示變數值",
"toolBarLocation": "控制偵錯工具列的位置。在所有檢視中 \"floating\" (浮動)、在偵錯檢視中 \"docked\" (停駐),或 \"hidden\" (隱藏)",
"never": "一律不在狀態列顯示偵錯",
"always": "遠用在狀態列中顯示偵錯",
"onFirstSessionStart": "只有第一次啟動偵錯後才在狀態列中顯示偵錯",
"showInStatusBar": "控制何時應該顯示偵錯狀態列",
"openDebug": "控制是否應於偵錯工作階段開始時開啟偵錯檢視。",
"enableAllHovers": "控制偵錯期間是否應啟用非偵錯暫留。若為 true會呼叫暫留提供者提供暫留。即使此設定為 true一般暫留也不會顯示。",
"launch": "全域偵錯啟動組態。應當做在工作區之間共用的 'launch.json' 替代方案使用"
}

View file

@ -11,6 +11,7 @@
"removeBreakpoint": "移除 {0}",
"editBreakpoint": "編輯 {0}...",
"disableBreakpoint": "停用 {0}",
"enableBreakpoint": "啟用 {0}",
"removeBreakpoints": "移除中斷點",
"removeInlineBreakpointOnColumn": "移除資料行 {0} 的內嵌中斷點",
"removeLineBreakpoint": "移除行中斷點",
@ -27,6 +28,7 @@
"addLogPoint": "新增記錄點...",
"breakpointHasCondition": "此 {0} 具有會在移除時消失的 {1}。請考慮改為停用 {0}。",
"message": "訊息",
"condition": "條件",
"removeLogPoint": "移除 {0}",
"disableLogPoint": "停用 {0}",
"cancel": "取消",

View file

@ -18,9 +18,11 @@
"details": "詳細資料",
"detailstooltip": "擴充功能詳細資訊,從擴充功能的 'README.md' 檔案中呈現。",
"contributions": "貢獻",
"contributionstooltip": "透過此擴充功能列出對 VS Code 的貢獻",
"changelog": "變更記錄",
"changelogtooltip": "擴充功能更新紀錄,從擴充功能 'CHANGELOG.md' 檔案中呈現",
"dependencies": "相依性",
"dependenciestooltip": "列出此擴充功能的相依項目",
"noReadme": "沒有可用的讀我檔案。",
"noChangelog": "沒有可用的 Changelog。",
"noContributions": "沒有比重",
@ -34,6 +36,7 @@
"debugger type": "型別",
"viewContainers": "檢視容器 ({0})",
"view container id": "識別碼",
"view container title": "標題",
"view container location": "位置",
"views": "瀏覽次數 ({0})",
"view id": "識別碼",
@ -41,6 +44,7 @@
"view location": "位置",
"localizations": "當地語系化 ({0})",
"localizations language id": "語言識別碼",
"localizations language name": "語言名稱",
"localizations localized language name": "語言名稱 (已當地語系化)",
"colorThemes": "色彩佈景主題 ({0})",
"iconThemes": "圖示佈景主題 ({0}) ",

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"updateLocale": "您想要變更 VS Code 的 UI 語言為 {0} 並重新啟動嗎?",
"activateLanguagePack": "您是否要重新啟動 VS Coode 以啟動剛剛安裝的語套件?",
"yes": "是",
"no": "否",
"neverAgain": "不要再顯示",

View file

@ -7,5 +7,6 @@
"Do not edit this file. It is machine generated."
],
"name": "大綱",
"category.focus": "檔案"
"category.focus": "檔案",
"label.focus": "聚焦大鋼"
}

View file

@ -12,5 +12,6 @@
"sortByName": "排序依據: 名稱",
"sortByKind": "排序依據: 類型",
"live": "追蹤游標",
"no-editor": "沒有開啟的編輯器可提供大網資訊。"
"no-editor": "沒有開啟的編輯器可提供大網資訊。",
"too-many-symbols": "我們很抱歉, 但此檔案太大無法顯示大綱。"
}

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"defineKeybinding.oneExists": "1 個現有命令有此按鍵繫結",
"defineKeybinding.existing": "{0} 個現有命令有此按鍵繫結",
"defineKeybinding.initial": "按下所需按鍵組合,然後按 ENTER。",
"defineKeybinding.chordsTo": "同步到"
}

View file

@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"openRawDefaultSettings": "開啟原始預設設置",
"openSettings2": "開啟設定 (預覽)",
"openSettings": "開啟設定",
"openGlobalSettings": "開啟使用者設定",
"openGlobalKeybindings": "開啟鍵盤快速鍵",

View file

@ -7,8 +7,12 @@
"Do not edit this file. It is machine generated."
],
"previewWarning": "預覽",
"previewLabel": "這是我們新的設定編輯器預覽版本",
"SearchSettings.AriaLabel": "搜尋設定",
"SearchSettings.Placeholder": "搜尋設定",
"advancedCustomizationLabel": "開啟及編輯進階自訂項目時使用",
"treeAriaLabel": "設定"
"openSettingsLabel": "settings.json",
"showOverriddenOnly": "僅顯示已修改的",
"treeAriaLabel": "設定",
"feedbackButtonLabel": "提供意見反應"
}

View file

@ -6,8 +6,14 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"modifiedItemForeground": "已修改設定的前景色彩。",
"workspace": "工作區",
"user": "使用者",
"resetButtonTitle": "重設",
"configured": "已修改",
"editInSettingsJson": "在 settings.json 內編輯"
"alsoConfiguredIn": "也修改於",
"configuredIn": "已修改於",
"editInSettingsJson": "在 settings.json 內編輯",
"settingRowAriaLabel": "{0} {1}, 設定",
"groupRowAriaLabel": "{0}, 群組 "
}

View file

@ -30,5 +30,6 @@
"search.quickOpen.includeSymbols": "設定以將全域符號搜尋的結果納入 Quick Open 的檔案結果中。",
"search.followSymlinks": "控制是否要在搜尋時遵循 symlink。",
"search.smartCase": "如果搜尋式為全部小寫,則用不分大小寫的搜尋,否則用分大小寫的搜尋",
"search.globalFindClipboard": "控制搜尋檢視是否應讀取或修改 macOS 上的共用尋找剪貼簿 (shared find clipboard)"
"search.globalFindClipboard": "控制搜尋檢視是否應讀取或修改 macOS 上的共用尋找剪貼簿 (shared find clipboard)",
"search.location": "控制搜尋是否以檢視方式在側邊欄顯示,或以面板方式在面板區域顯示以取得更多水平空間。"
}

View file

@ -11,5 +11,6 @@
"TerminalTaskSystem.terminalName": "工作 - {0}",
"closeTerminal": "按任意鍵關閉終端機。",
"reuseTerminal": "工作將被重新啟用.按任意鍵關閉.",
"TerminalTaskSystem": "無法使用 cmd.exe 在 UNC 磁碟機上執行 shell 命令。",
"unkownProblemMatcher": "問題比對器 {0} 無法解析,比對器將予忽略。"
}

View file

@ -27,6 +27,8 @@
"terminal.integrated.cursorStyle": "控制終端機資料指標的樣式。",
"terminal.integrated.scrollback": "控制終端機保留在其緩衝區中的行數上限。",
"terminal.integrated.setLocaleVariables": "控制是否在終端機啟動時設定地區設定變數,這在 OS X 上預設為 true在其他平台則為 false。",
"terminal.integrated.rendererType": "控制終端的呈現方式, 選項為 \"canvas\" 為標準 (快速) 畫布轉譯器, \"dom\" 退回以 DOM-based 轉譯器, 或 \"auto\" 讓 VS Code 猜測哪個最好。此設置需要 VS Code 重新載入才能生效。",
"terminal.integrated.rightClickBehavior": "控制終端機對右鍵點擊反應方式,可為 \"default\", \"copyPaste\" 和 \"selectWord\"。 \"default\" 將顯示操作功能表,\"copyPaste\" 會在有選擇時複製,否則為貼上,\"selectWord\" 將選擇指標下的單字並顯示操作功能表。",
"terminal.integrated.cwd": "終端機啟動位置的明確起始路徑,這會用作殼層處理序的目前工作目錄 (cwd)。當根目錄不是方便的 cwd 時,這在工作區設定中特別好用。",
"terminal.integrated.confirmOnExit": "當有使用中的終端機工作階段時,是否要在結束時確認。",
"terminal.integrated.enableBell": "是否啟用終端機警告聲。",

View file

@ -57,5 +57,7 @@
"workbench.action.terminal.scrollToPreviousCommand": "捲動至上一個命令",
"workbench.action.terminal.scrollToNextCommand": "捲動至下一個命令",
"workbench.action.terminal.selectToPreviousCommand": "選取上一個命令",
"workbench.action.terminal.selectToNextCommand": "選取下一個命令"
"workbench.action.terminal.selectToNextCommand": "選取下一個命令",
"workbench.action.terminal.selectToPreviousLine": "選擇上一行",
"workbench.action.terminal.selectToNextLine": "選擇下一行"
}

View file

@ -10,8 +10,10 @@
"terminal.integrated.a11yPromptLabel": "終端機輸入",
"terminal.integrated.a11yTooMuchOutput": "要宣告的輸出過多,請手動讀取瀏覽至資料列",
"yes": "是",
"terminal.rendererInAllNewTerminals": "所有新建立的終端將使用非 GPU 的轉譯器。",
"no": "否",
"dontShowAgain": "不要再顯示",
"terminal.slowRendering": "整合終端的標準轉譯器在您的電腦上似乎很慢。 您是否想要切換以 Dom-based 轉譯器以提高效能? [閱讀更多有關終端設定的資訊] (https://code.visualstudio.com/docs/editor/integrated-terminal#_changing-how-the-terminal-is-rendered).",
"terminal.integrated.copySelection.noSelection": "終端機沒有任何選取項目可以複製",
"terminal.integrated.exitedWithCode": "終端機處理序已終止,結束代碼為: {0}",
"terminal.integrated.waitOnExit": "按任意鍵關閉終端機",

View file

@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"terminal.useMonospace": "使用 'monospace'",
"terminal.monospaceOnly": "終端機僅支援等距字體。",
"copy": "複製",
"split": "分割",
"paste": "貼上",

View file

@ -20,6 +20,7 @@
"later": "稍後",
"updateAvailable": "已有可用的更新:{0} {1}",
"installUpdate": "安裝更新",
"updateInstalling": "{0} {1} 正在背景安裝,我們會在安裝完成時通知您。",
"updateAvailableAfterRestart": "重啟 {0} 以套用最新的更新。",
"updateNow": "立即更新",
"commandPalette": "命令選擇區...",

View file

@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"openToolsLabel": "開啟 Webview Developer 工具"
"openToolsLabel": "開啟 Webview Developer 工具",
"refreshWebviewLabel": "重新載入 Webviews"
}

View file

@ -13,6 +13,7 @@
"welcomeOverlay.extensions": "管理延伸模組",
"welcomeOverlay.problems": "檢視錯誤和警告",
"welcomeOverlay.commandPalette": "尋找及執行所有命令",
"welcomeOverlay.notifications": "顯示通知",
"welcomeOverlay": "使用者介面概觀",
"hideWelcomeOverlay": "隱藏介面概觀",
"help": "說明"

View file

@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"vscode.extension.engines": "引擎相容性。",
"vscode.extension.engines.vscode": "若是 VS Code 延伸模組,則指定與延伸模組相容的 VS Code 版本。不得為 *。例如: ^0.10.5 表示與最低 VS Code 版本 0.10.5 相容。",
"vscode.extension.publisher": "VS Code 擴充功能的發行者。",
"vscode.extension.displayName": "VS Code 資源庫中使用的擴充功能顯示名稱。",

View file

@ -11,8 +11,10 @@
"relativeFile": "El archivo abierto actualmente relativo a ${workspaceFolder}",
"file": "El archivo abierto actualmente",
"cwd": "El directorio de trabajo del ejecutor de tarea en el arranque",
"lineNumber": "El número de línea seleccionado actual en el archivo activo",
"selectedText": "El texto actual seleccionado en el archivo activo ",
"fileDirname": "Nombre del directorio del archivo abierto actual",
"fileExtname": "Extensión de archivo abierto actual",
"fileBasename": "Nombre base del archivo abierto actual ",
"fileBasenameNoExtension": "Nombre base del archivo abierto actual sin extensión de archivo ",
"exampleExtension": "Ejemplo"

View file

@ -10,9 +10,11 @@
"remote branch at": "Rama remota en {0}",
"create branch": "$(plus) crear nueva rama",
"repourl": "URL del repositorio",
"selectFolder": "Seleccione la ubicación del repositorio",
"cloning": "Clonación del repositorio git ' {0} '...",
"proposeopen": "¿Desea abrir el repositorio clonado?",
"openrepo": "Abrir repositorio",
"add": "Añadir a espacio de trabajo",
"proposeopen2": "¿Desea abrir el repositorio clonado, o añadir al espacio de trabajo actual?",
"init": "Seleccione una carpeta de área de trabajo en la que inicializar el repositorio de git",
"init repo": "Inicializar el repositorio",

View file

@ -9,5 +9,6 @@
"noScripts": "No se encontraron scripts",
"noDebugOptions": "No se pudo iniciar \"{0} \" para la depuración porque las secuencias de comandos carecen de una opción de depuración de nodo, por ejemplo \"--inspect-brk\".",
"learnMore": "Más información",
"ok": "Aceptar"
"ok": "Aceptar",
"scriptInvalid": "No se pudo encontrar la secuencia de comandos \"{0}\". Trate de actualizar la vista."
}

View file

@ -13,11 +13,14 @@
"config.npm.packageManager": "El administrador de paquetes utilizado para ejecutar secuencias de comandos. ",
"config.npm.exclude": "Configura patrones globales para carpetas que deben excluirse de la detección automática de scripts. ",
"config.npm.enableScriptExplorer": "Habilitar una vista de explorador para scripts de npm.",
"config.npm.scriptExplorerAction": "La acción de clic predeterminada utilizada en el explorador de secuencias de comandos: 'abrir' o 'ejecutar', el valor predeterminado es 'abrir'.",
"npm.parseError": "Detección de tareas de nueva gestión pública: no se pudo analizar el archivo {0}",
"taskdef.script": "Script npm que debe personalizarse.",
"taskdef.path": "La ruta de la carpeta del archivo package.json que proporciona la secuencia de comandos. Se puede omitir.",
"view.name": "Scripts Npm ",
"command.refresh": "Actualizar",
"command.run": "Ejecutar",
"command.debug": "Depurar",
"command.openScript": "Abrir"
"command.openScript": "Abrir",
"command.runInstall": "Ejecutar instalación"
}

View file

@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Conceptos básicos del lenguaje PHP",
"description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos PHP."
}

View file

@ -5,5 +5,7 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"displayName": "Búsqueda (ripgrep)",
"description": "Proporciona búsqueda mediante Ripgrep."
}

View file

@ -8,5 +8,7 @@
],
"prompt": "¿Actualizar automáticamente las importaciones del archivo movido: ' {0} '?",
"reject.title": "No",
"accept.title": "Sí"
"accept.title": "Sí",
"always.title": "Sí, siempre actualizar las importaciones",
"never.title": "No, nunca actualizar las importaciones"
}

View file

@ -45,6 +45,7 @@
"typescript.selectTypeScriptVersion.title": "Seleccionar versión de TypeScript",
"typescript.reportStyleChecksAsWarnings": "Notificar comprobaciones de estilo como advertencias",
"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.npm": "Especifica la ruta de acceso al archivo ejecutable de NPM usada para la adquisición automática de tipos. Requiere TypeScript >= 2.3.4.",
"typescript.check.npmIsInstalled": "Compruebe si NPM está instalado para la adquisición automática de tipos.",
"javascript.nameSuggestions": "Habilitar/deshabilitar nombres únicos de la lista de sugerencias en los archivos de JavaScript. ",
@ -52,11 +53,15 @@
"typescript.problemMatchers.tsc.label": "Problemas de TypeScript",
"typescript.problemMatchers.tscWatch.label": "Problemas de TypeScript (modo de inspección)",
"typescript.quickSuggestionsForPaths": "Activar o desactiva las sugerencias rápidas al escribir una ruta de importación.",
"typescript.locale": "Establece la configuración regional utilizada para reportar errores de JavaScript y TypeScript. Requiere TypeScript > = 2.6.0. El valor predeterminado es 'null' y utiliza la configuración regional de VS Code.",
"javascript.implicitProjectConfig.experimentalDecorators": "Activar/desactivar 'experimentalDecorators' para los archivos JavaScript que no son parte de un proyecto. Los archivos jsconfig.json o tsconfig.json reemplazan esta configuración. Requiere inicio > = 2.3.1.",
"typescript.autoImportSuggestions.enabled": "Activar o desactivar sugerencias de importación automática. Requiere TypeScript > = 2.6.1 ",
"typescript.experimental.syntaxFolding": "Habilita/deshabilita los marcadores de plegado sensibles a la sintaxis.",
"taskDefinition.tsconfig.description": "Archivo tsconfig que define la compilación de TS.",
"javascript.suggestionActions.enabled": "Habilitar/deshabilitar sugerencias de diagnóstico para los archivos JavaScript en el editor. Requiere TypeScript > = 2.8 ",
"typescript.suggestionActions.enabled": "Habilitar/deshabilitar diagnosticos de sugerencia para los archivos TypeScript en el editor. Requiere TypeScript > = 2.8 ",
"typescript.preferences.quoteStyle": "Estilo de cita preferido para utilizar en soluciones rápidas: comilla 'simple', comilla 'doble' o 'auto' deduce el tipo comilla de importaciones vigentes. Requiere TypeScript > = 2.9",
"typescript.preferences.importModuleSpecifier": "Estilo preferido de ruta para las importaciones automáticas: \n'relativa' a la ubicación del archivo\n'no-relativa' basado en el ' baseUrl ' configurado en su ' jsconfig.json'/' tsconfig.json '.\n'auto' deduce el tipo de ruta más corto. \nRequiere TypeScript > = 2.9",
"typescript.showUnused": "Activar o desactivar el resaltado de variables no utilizadas en el código. Requiere TypeScript > = 2.9",
"typescript.updateImportsOnFileMove.enabled": "Habilitar/deshabilitar la actualización automática de las rutas de importación cuando cambie el nombre o mueva un archivo en VS Code. Los valores posibles son: ' preguntar' en cada cambio de nombre, ' siempre ' actualizar rutas automáticamente, y ' nunca ' cambiar el nombre de rutas y no preguntar. Requiere TypeScript >= 2.9"
}

View file

@ -6,12 +6,15 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"hide": "ocultar",
"show": "Mostrar",
"previewOnGitHub": "Visualizar en GitHub",
"loadingData": "Cargando datos...",
"rateLimited": "Límite de consulta de GitHub excedido. Espera.",
"similarIssues": "Problemas similares",
"open": "Abrir",
"closed": "Cerrado",
"noSimilarIssues": "No se han encontrado problemas similares",
"settingsSearchIssue": "Problema de búsqueda de configuración",
"bugReporter": "Informe de errores",
"featureRequest": "Solicitud de característica",

View file

@ -19,8 +19,10 @@
"titleLengthValidation": "El título es demasiado largo.",
"details": "Especifique los detalles.",
"sendSystemInfo": "Incluir la información de mi sistema ({0})",
"show": "mostrar",
"sendProcessInfo": "Incluir mis procesos actualmente en ejecución ({0})",
"sendWorkspaceInfo": "Incluir los metadatos de mi espacio de trabajo ({0})",
"sendExtensions": "Incluir mis extensiones habilitadas ({0})",
"sendSearchedExtensions": "Enviar extensiones examinadas ({0})",
"sendSettingsSearchDetails": "Enviar configuración detalles de búsqueda ({0})"
}

View file

@ -7,8 +7,10 @@
"Do not edit this file. It is machine generated."
],
"cpu": "CPU %",
"memory": "Memoria (MB)",
"pid": "pid",
"name": "Nombre",
"killProcess": "Terminar proceso",
"forceKillProcess": "Forzar matar proceso",
"copy": "Copiar",
"copyAll": "Copiar todo"

View file

@ -145,6 +145,7 @@
"miConditionalBreakpoint": "Punto de interrupción &&condicional...",
"miInlineBreakpoint": "Punt&&o de interrupción en línea",
"miFunctionBreakpoint": "Punto de interrupción de &&función...",
"miLogPoint": "&&Punto de registro",
"miNewBreakpoint": "&&Nuevo punto de interrupción",
"miEnableAllBreakpoints": "Habilitar todos los puntos de interrupción",
"miDisableAllBreakpoints": "&&Deshabilitar todos los puntos de interrupción",

View file

@ -5,5 +5,6 @@
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"cursors.maximum": "El número de cursores se ha limitado a {0}."
}

View file

@ -8,6 +8,7 @@
],
"label.close": "Cerrar",
"no_lines": "sin líneas",
"one_line": "1 línea",
"more_lines": "{0} líneas",
"header": "Diferencia {0} de {1}: original {2}, {3}, modificado {4}, {5}",
"blankLine": "vacío",

View file

@ -16,6 +16,7 @@
"lineNumbers.on": "Los números de línea se muestran como un número absoluto.",
"lineNumbers.relative": "Los números de línea se muestran como distancia en líneas a la posición del cursor.",
"lineNumbers.interval": "Los números de línea se muestran cada 10 líneas.",
"lineNumbers": "Controla la visualización de los números de línea.",
"rulers": "Representar reglas verticales después de un cierto número de caracteres monoespacio. Usar multiples valores para multiples reglas. No se dibuja ninguna regla si la matriz esta vacía.",
"wordSeparators": "Caracteres que se usarán como separadores de palabras al realizar operaciones o navegaciones relacionadas con palabras.",
"tabSize": "El número de espacios a los que equivale una tabulación. Este valor se invalida según el contenido del archivo cuando `editor.detectIndentation` está activado.",
@ -25,8 +26,10 @@
"detectIndentation": "Al abrir un archivo, se detectarán `editor.tabSize` y `editor.insertSpaces` en función del contenido del archivo.",
"roundedSelection": "Controla si las selecciones tienen esquinas redondeadas",
"scrollBeyondLastLine": "Controla si el editor se seguirá desplazando después de la última línea",
"scrollBeyondLastColumn": "Controla el número de caracteres adicionales a partir del cual el editor se desplazará horizontalmente",
"smoothScrolling": "Controla si el editor se desplaza con una animación",
"minimap.enabled": "Controla si se muestra el minimapa",
"minimap.side": "Controla en qué lado se muestra el minimapa.",
"minimap.showSlider": "Controla si el control deslizante del minimapa es ocultado automáticamente.",
"minimap.renderCharacters": "Presentar los caracteres reales en una línea (por oposición a bloques de color)",
"minimap.maxColumn": "Limitar el ancho del minimapa para presentar como mucho un número de columnas determinado",
@ -39,6 +42,7 @@
"wordWrap.bounded": "Las líneas se ajustarán al valor que sea inferior: el tamaño de la ventanilla o el valor de \"editor.wordWrapColumn\".",
"wordWrap": "Controla cómo se deben ajustar las líneas. Pueden ser:\n - \"off\" (deshabilitar ajuste),\n - \"on\" (ajuste de ventanilla),\n - \"wordWrapColumn\" (ajustar en \"editor.wordWrapColumn\") o\n - \"bounded\" (ajustar en la parte mínima de la ventanilla y \"editor.wordWrapColumn\").",
"wordWrapColumn": "Controls the wrapping column of the editor when `editor.wordWrap` is 'wordWrapColumn' or 'bounded'.",
"wrappingIndent": "Controla el sangrado de las líneas ajustadas. Puede ser uno de 'none', ' same ', ' indent' o ' deepIndent '.",
"mouseWheelScrollSensitivity": "Se utilizará un multiplicador en los eventos de desplazamiento de la rueda del mouse `deltaX` y `deltaY`",
"multiCursorModifier.ctrlCmd": "Se asigna a \"Control\" en Windows y Linux y a \"Comando\" en macOS.",
"multiCursorModifier.alt": "Se asigna a \"Alt\" en Windows y Linux y a \"Opción\" en macOS.",
@ -74,6 +78,7 @@
"occurrencesHighlight": "Controla si el editor debe resaltar los símbolos semánticos.",
"overviewRulerLanes": "Controla el número de decoraciones que pueden aparecer en la misma posición en la regla de visión general",
"overviewRulerBorder": "Controla si debe dibujarse un borde alrededor de la regla de información general.",
"cursorBlinking": "Controla el estilo de animación del cursor.",
"mouseWheelZoom": "Ampliar la fuente del editor cuando se use la rueda del mouse mientras se presiona Ctrl",
"cursorStyle": "Controla el estilo del cursor. Los valores aceptados son \"block\", \"block-outline\", \"line\", \"line-thin\", \"underline\" y \"underline-thin\"",
"cursorWidth": "Controla el ancho del cursor cuando editor.cursorStyle se establece a 'line'",

View file

@ -32,6 +32,7 @@
"infoBorder": "Color del borde de los subrayados ondulados informativos en el editor.",
"hintForeground": "Color de primer plano de pista squigglies en el editor.",
"hintBorder": "Color de borde de pista squigglies en el editor.",
"unnecessaryForeground": "Color de primer plano de código innecesario en el editor.",
"overviewRulerRangeHighlight": "Resumen de color de marcador para destacar rangos. El color no debe ser opaco para no ocultar las decoraciones subyacentes.",
"overviewRuleError": "Color de marcador de regla de información general para errores. ",
"overviewRuleWarning": "Color de marcador de regla de información general para advertencias.",

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