Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
"workspaceFolder": "在 VS Code 中打开的文件夹的路径",
"workspaceFolderBasename": "在 VS Code 中打开的文件夹的名称 (不包含任何斜杠 \"/\" )",
"relativeFile": "相对于 ${workspaceFolder},当前打开的文件路径",
"file": "当前打开的文件",
"cwd": "启动时任务运行程序的当前工作目录",
"lineNumber": "活动文件中当前选定行的行号",
"selectedText": "当前在活动文件中选定的文本",
"fileDirname": "当前打开的文件的完整目录名",
"fileExtname": "当前打开的文件的扩展名",
"fileBasename": "当前打开的文件的文件名",
"fileBasenameNoExtension": "当前打开的文件的文件名 (不包含文件扩展名)",
"exampleExtension": "示例"
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/extensions/npm/out/npmView.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"noScripts": "找不到脚本",
"noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。",
"learnMore": "了解详细信息",
"ok": "确定",
Expand Down
4 changes: 3 additions & 1 deletion i18n/chs/extensions/npm/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion i18n/chs/extensions/search-rg/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "搜索 (ripgrep)"
"displayName": "搜索 (ripgrep)",
"description": "使用 Ripgrep 提供搜索。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,23 @@
"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 建议列表中包含文件中的唯一名称。",
"typescript.tsc.autoDetect": "控制 tsc 任务的自动检测。\"off\" 关闭此功能。\"build\" 仅创建单次运行编译任务。\"watch\" 仅创建编译及监视任务。\"on\" 创建构建及监视任务。默认值为 \"on\"。",
"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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"hide": "隐藏",
"show": "显示",
"previewOnGitHub": "在 GitHub 中预览",
"loadingData": "正在加载数据...",
"rateLimited": "超出 GitHub 查询限制。请稍候。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"titleLengthValidation": "标题太长。",
"details": "请输入详细信息。",
"sendSystemInfo": "包含系统信息 ({0})",
"show": "显示",
"sendProcessInfo": "包含当前运行中的进程 ({0})",
"sendWorkspaceInfo": "包含工作区元数据 ({0})",
"sendExtensions": "包含已启用的扩展 ({0})",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"cpu": "CPU %",
"memory": "内存 (MB)",
"pid": "PID",
"name": "名称",
"killProcess": "结束进程",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"detectIndentation": "当打开文件时,将基于文件内容检测 \"editor.tabSize\" 和 \"editor.insertSpaces\"。",
"roundedSelection": "控制选取范围是否有圆角",
"scrollBeyondLastLine": "控制编辑器是否可以滚动到最后一行之后",
"scrollBeyondLastColumn": "控制编辑器水平滚动时可以超出滚动的字符数",
"smoothScrolling": "控制编辑器是否在滚动时使用动画",
"minimap.enabled": "控制是否显示 minimap",
"minimap.side": "控制在哪一侧显示小地图。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"infoBorder": "编辑器中信息波浪线的边框颜色。",
"hintForeground": "编辑器中提示波浪线的前景色。",
"hintBorder": "编辑器中提示波浪线的边框颜色。",
"unnecessaryForeground": "编辑器中不必要代码的前景色。",
"overviewRulerRangeHighlight": "概览标尺中高亮范围的标记颜色。颜色必须透明,使其不会挡住下方的其他元素。",
"overviewRuleError": "概述错误的标尺标记颜色。",
"overviewRuleWarning": "概述警告的标尺标记颜色。",
Expand Down
2 changes: 1 addition & 1 deletion i18n/chs/src/vs/platform/environment/node/argv.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"gotoValidation": "\"--goto\" 模式中的参数格式应为 \"FILE(:LINE(:CHARACTER))\"。",
"diff": "将两个文件相互比较。",
"add": "将文件夹添加到最后一个活动窗口。",
"add": "将文件夹添加到上一个活动窗口。",
"goto": "打开路径下的文件并定位到特定行和特定列。",
"newWindow": "强制打开新窗口。",
"reuseWindow": "强制打开上一个活动窗口中的文件或文件夹。",
Expand Down
2 changes: 2 additions & 0 deletions i18n/chs/src/vs/platform/node/minimalTranslations.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"showLanguagePackExtensions": "VS Code 能够以 {0} 语言显示。在商店中搜索语言包即可开始。",
"searchMarketplace": "搜索商店",
"installAndRestartMessage": "VS Code 能够以 {0} 语言显示。现在安装语言包即可开始使用。需要重启。",
"installAndRestart": "安装并重启"
}
2 changes: 2 additions & 0 deletions i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"listDropBackground": "使用鼠标移动项目时,列表或树进行拖放的背景颜色。",
"highlight": "在列表或树中搜索时,其中匹配内容的高亮颜色。",
"invalidItemForeground": "列表或树中无效项的前景色,例如资源管理器中没有解析的根目录。",
"listErrorForeground": "包含错误的列表项的前景色。",
"listWarningForeground": "包含警告的列表项的前景色。",
"pickerGroupForeground": "快速选取器分组标签的颜色。",
"pickerGroupBorder": "快速选取器分组边框的颜色。",
"buttonForeground": "按钮前景色。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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\" ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": "隐藏面板"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
],
"largeFile": "{0}: 为减少内存使用并避免卡顿或崩溃,我们已关闭对此大型文件内容的标记、折行和折叠。",
"neverShowAgain": "确定,且不再显示",
"removeOptimizations": "强制启用功能"
"removeOptimizations": "强制启用功能",
"reopenFilePrompt": "请重新打开文件以使此设置生效。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"logPoint": "记录点",
"breakpoint": "断点",
"editBreakpoint": "编辑 {0}...",
"removeBreakpoint": "删除 {0}",
"functionBreakpointsNotSupported": "此调试类型不支持函数断点",
"functionBreakpointPlaceholder": "要断开的函数",
"functionBreakPointInputAriaLabel": "键入函数断点",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"disconnectDebug": "断开连接",
"continueDebug": "继续",
"pauseDebug": "暂停",
"terminateThread": "终止线程",
"restartFrame": "重新启动框架",
"removeBreakpoint": "删除断点",
"removeAllBreakpoints": "删除所有断点",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"Do not edit this file. It is machine generated."
],
"noFolderDebugConfig": "请先打开一个文件夹以进行高级调试配置。",
"debug": "调试"
"inlineBreakpoint": "内联断点",
"debug": "调试",
"addInlineBreakpoint": "添加内联断点"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"runToCursor": "运行到光标处",
"debugEvaluate": "调试: 求值",
"debugAddToWatch": "调试: 添加到监视",
"showDebugHover": "调试: 显示悬停"
"showDebugHover": "调试: 显示悬停",
"goToNextBreakpoint": "调试: 转到下一个断点",
"goToPreviousBreakpoint": "调试: 转到上一个断点"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"startAdditionalSession": "启动其他会话",
"debugFocusVariablesView": "聚焦于变量视图",
"debugFocusWatchView": "聚焦于监视视图",
"debugFocusCallStackView": "聚焦于调用堆栈视图",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"callstackSection": "调用堆栈部分",
"debugStopped": "因 {0} 已暂停",
"callStackAriaLabel": "调试调用堆栈",
"session": "会话",
"paused": "已暂停",
"running": "正在运行",
"thread": "线程",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"allowBreakpointsEverywhere": "允许在任何文件中设置断点",
"openExplorerOnEnd": "调试会话结束时自动打开资源管理器视图",
"inlineValues": "调试时,在编辑器中显示变量值内联",
"toolBarLocation": "控制调试工具栏位置。其位置可为 \"floating\" (在所有视图之上浮动)、\"docked\" (停靠于“调试”视图) 或 \"hidden\" (隐藏)",
"never": "在状态栏中不再显示调试",
"always": "始终在状态栏中显示调试",
"onFirstSessionStart": "仅于第一次启动调试后在状态栏中显示调试",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
],
"logPoint": "记录点",
"breakpoint": "断点",
"removeBreakpoint": "删除 {0}",
"editBreakpoint": "编辑 {0}...",
"disableBreakpoint": "禁用 {0}",
"enableBreakpoint": "启用 {0}",
"removeBreakpoints": "删除断点",
"removeInlineBreakpointOnColumn": "删除第 {0} 列的内联断点",
"removeLineBreakpoint": "删除行断点",
Expand All @@ -24,6 +27,10 @@
"addConditionalBreakpoint": "添加条件断点...",
"addLogPoint": "添加记录点...",
"breakpointHasCondition": "此{0}的{1}将在删除后丢失。请考虑仅禁用此{0}。",
"message": "消息",
"condition": "条件",
"removeLogPoint": "删除 {0}",
"disableLogPoint": "禁用 {0}",
"cancel": "取消",
"addConfiguration": "添加配置..."
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
"details": "详细信息",
"detailstooltip": "扩展详细信息,显示扩展的 \"README.md\" 文件。",
"contributions": "发布内容",
"contributionstooltip": "包含此扩展向 VS Code 编辑器提供的功能",
"changelog": "更改日志",
"changelogtooltip": "扩展的更新历史,显示扩展的 \"CHANGELOG.md\" 文件。",
"dependencies": "依赖项",
"dependenciestooltip": "包含此扩展依赖的扩展",
"noReadme": "无可用自述文件。",
"noChangelog": "无可用的更改日志。",
"noContributions": "没有发布内容",
Expand All @@ -34,13 +36,15 @@
"debugger type": "类型",
"viewContainers": "视图容器 ({0})",
"view container id": "ID",
"view container title": "标题",
"view container location": "位置",
"views": "视图 ({0})",
"view id": "ID",
"view name": "名称",
"view location": "位置",
"localizations": "本地化 ({0})",
"localizations language id": "语言 ID",
"localizations language name": "语言名称",
"localizations localized language name": "语言本地名称",
"colorThemes": "颜色主题 ({0})",
"iconThemes": "图标主题 ({0})",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"workspaceRecommendedExtensions": "工作区推荐",
"builtInExtensions": "功能",
"builtInThemesExtensions": "主题",
"builtInBasicsExtensions": "编程语言",
"searchExtensions": "在商店中搜索扩展",
"sort by installs": "排序依据: 安装计数",
"sort by rating": "排序依据: 分级",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"textFileEditor": "文本文件编辑器",
"createFile": "创建文件",
"relaunchWithIncreasedMemoryLimit": "以 {0}MB 重启",
"configureMemoryLimit": "配置内存限制",
"fileEditorWithInputAriaLabel": "{0}。文本文件编辑器。",
"fileEditorAriaLabel": "文本文件编辑器。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"confirmDeleteMessageMultiple": "是否确定要永久删除以下 {0} 个文件?",
"confirmDeleteMessageFolder": "是否确定要永久删除“{0}”及其内容?",
"confirmDeleteMessageFile": "是否确定要永久删除“{0}”?",
"addFiles": "添加文件",
"confirmOverwrite": "目标文件夹中已存在具有相同名称的文件或文件夹。是否要替换它?",
"replaceButtonLabel": "替换(&&R)",
"fileIsAncestor": "粘贴的项目是目标文件夹的上级",
Expand All @@ -62,6 +63,7 @@
"openFileToShowInNewWindow": "请先打开要在新窗口中打开的文件",
"copyPath": "复制路径",
"emptyFileNameError": "必须提供文件或文件夹名。",
"fileNameStartsWithSlashError": "文件或文件夹名称不能以斜线开头。",
"fileNameExistsError": "此位置已存在文件或文件夹 **{0}**。请选择其他名称。",
"invalidFileNameError": "名称 **{0}** 作为文件或文件夹名无效。请选择其他名称。",
"filePathTooLongError": "名称 **{0}** 导致路径太长。请选择更短的名称。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"configureLocale": "配置显示语言",
"displayLanguage": "定义 VSCode 的显示语言。",
"doc": "请参阅 {0},了解支持的语言列表。",
"restart": "更改此值需要重启 VSCode。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"disableFilesExclude": "禁用排除的文件筛选器。",
"clearFilter": "清除筛选。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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/**",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"Do not edit this file. It is machine generated."
],
"name": "大纲",
"category.focus": "文件"
"category.focus": "文件",
"label.focus": "聚焦于“大纲”视图"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"sortByName": "排序依据: 名称",
"sortByKind": "排序方式: 类型",
"live": "跟随光标",
"no-editor": "当前打开的编辑器无法提供大纲信息。"
"no-editor": "当前打开的编辑器无法提供大纲信息。",
"too-many-symbols": "抱歉,文件太大,无法显示大纲。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"defineKeybinding.oneExists": "已有 1 条命令的按键绑定与此相同",
"defineKeybinding.existing": "已有 {0} 条命令的按键绑定与此相同",
"defineKeybinding.initial": "先按所需的组合键,再按 Enter 键。",
"defineKeybinding.chordsTo": "加上"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"nlpResult": "自然语言结果",
"filterResult": "筛选结果",
"defaultSettings": "默认设置",
"defaultUserSettings": "默认用户设置",
"defaultWorkspaceSettings": "默认工作区设置",
"defaultFolderSettings": "默认文件夹设置",
"defaultEditorReadonly": "在右侧编辑器中编辑以覆盖默认值。",
"preferencesAriaLabel": "默认首选项。只读文本编辑器。"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"advancedCustomizationLabel": "高级自定义请打开和编辑",
"openSettingsLabel": "settings.json",
"showOverriddenOnly": "仅显示已修改项",
"treeAriaLabel": "设置"
"treeAriaLabel": "设置",
"feedbackButtonLabel": "提供反馈"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"resetButtonTitle": "重置",
"configured": "已修改",
"alsoConfiguredIn": "同时修改于",
"configuredIn": "修改于",
"editInSettingsJson": "在 settings.json 中编辑",
"settingRowAriaLabel": "{0} {1},设置",
"groupRowAriaLabel": "{0},组"
Expand Down