Skip to content

Commit

Permalink
Merged in translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Mar 24, 2017
1 parent 7c22397 commit 801210c
Show file tree
Hide file tree
Showing 302 changed files with 2,234 additions and 286 deletions.
2 changes: 2 additions & 0 deletions i18n/chs/extensions/git/out/commands.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"confirm revert": "是否确实要还原 {0} 中的已选更改?",
"disabled": "此工作区已禁用或不支持 GIT",
"discard": "放弃更改",
"git error": "Git 错误",
"git error details": "Git:{0}",
"never again": "好,永不再显示",
"no changes": "没有要提交的更改。",
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
Expand Down
7 changes: 6 additions & 1 deletion i18n/chs/extensions/markdown/out/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"preview.showPreviewSecuritySelector.allowScriptsForWorkspaceTitle": "在 Markdown 预览中对此工作区启用脚本执行",
"preview.showPreviewSecuritySelector.currentSelection": "当前设置",
"preview.showPreviewSecuritySelector.disallowScriptsForWorkspaceTitle": "在 Markdown 预览中对此工作区禁止脚本执行",
"preview.showPreviewSecuritySelector.title": "更改 Markdown 预览的安全设置"
}
2 changes: 1 addition & 1 deletion i18n/chs/src/vs/code/electron-main/menus.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"miInstallMoreDebuggers": "安装更多调试器(&&I)...",
"miInstallingUpdate": "正在安装更新...",
"miIntroductoryVideos": "介绍性视频(&&V)",
"miKeyboardShortcuts": "键盘快捷方式引用(&&K)",
"miKeyboardShortcuts": "键盘快捷方式参考(&&K)",
"miLicense": "查看许可证(&&V)",
"miMarker": "问题(&&P)",
"miMoveLinesDown": "向下移动一行(&&L)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"overviewRulerBorder": "控制概述标尺周围是否要绘制边框。",
"overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量",
"parameterHints": "启用参数提示",
"quickSuggestions": "控制键入时是否应显示快速建议",
"quickSuggestions": "控制键入时是否应自动显示建议",
"quickSuggestions.comments": "在注释内启用快速建议。",
"quickSuggestions.other": "在字符串和注释外启用快速建议。",
"quickSuggestions.strings": "在字符串内启用快速建议。",
"quickSuggestionsDelay": "控制延迟多少毫秒后将显示快速建议",
"renderControlCharacters": "控制编辑器是否应呈现控制字符",
"renderIndentGuides": "控制编辑器是否应呈现缩进参考线",
Expand All @@ -60,10 +63,7 @@
"tabSize.errorMessage": "应为 \"number\"。注意,值\"auto\"已由 \"editor.detectIndentation\" 设置替换。",
"trimAutoWhitespace": "删除尾随自动插入的空格",
"useTabStops": "在制表位后插入和删除空格",
"wordBasedSuggestions": "启用基于字的建议。",
"wordBasedSuggestions.comments": "在注释内启用基于字的建议。",
"wordBasedSuggestions.default": "在字符串和注释外启用基于字的建议。",
"wordBasedSuggestions.strings": "在字符串内启用基于字的建议。",
"wordBasedSuggestions": "控制是否应根据文档中的字数计算完成。",
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
"wordWrap": "控制换行方式。可以选择:\n - \"off\" (禁用换行),\n - \"on\" (视区换行),\n - \"wordWrapColumn\" (在 \"editor.wordWrapColumn\" 处换行)或\n - \"bounded\" (在最小视区和 \"editor.wordWrapColumn\" 处换行)。",
"wordWrap.bounded": "将在最小视区和 \"editor.wordWrapColumn\" 处换行。",
Expand Down
17 changes: 17 additions & 0 deletions i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"activeLinkForeground": "活动链接颜色",
"caret": "编辑器游标颜色",
"guide": "编辑器参考线颜色",
"hoverHighlight": "编辑器悬停的背景颜色",
"invisibles": "编辑器不可见内容的颜色",
"lineHighlight": "编辑器行突出显示颜色",
"linkForeground": "链接颜色",
"rangeHighlight": "突出显示范围的背景颜色,例如 \"Quick open\" 和“查找”功能",
"referencesFindMatchHighlight": "引用视图匹配突出显示颜色",
"referencesReferenceHighlight": "引用范围突出显示颜色"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"wordHighlight": "读取访问时符号的背景颜色,例如读取变量时",
"wordHighlightStrong": "写入访问时符号的背景颜色,例如写入变量时"
}
45 changes: 40 additions & 5 deletions i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,47 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"LegacyProblemMatcherSchema.watchedBegin": "一个正则表达式,发出受监视任务开始执行(通过文件监视触发)的信号。",
"LegacyProblemMatcherSchema.watchedBegin.deprecated": "此属性已弃用。请改用观看属性。",
"LegacyProblemMatcherSchema.watchedEnd": "一个正则表达式,发出受监视任务结束执行的信号。",
"LegacyProblemMatcherSchema.watchedEnd.deprecated": "此属性已弃用。请改用观看属性。",
"NamedMultiLineProblemPatternSchema.name": "问题多行问题模式的名称。",
"NamedMultiLineProblemPatternSchema.patterns": "实际模式。",
"NamedProblemMatcherSchema.name": "问题匹配程序的名称。",
"NamedProblemPatternSchema.name": "问题模式的名称。",
"PatternTypeSchema.description": "问题模式或者所提供或预定义问题模式的名称。如果已指定基准,则可以省略。",
"PatternTypeSchema.name": "所提供或预定义模式的名称",
"ProblemMatcherExtPoint": "提供问题匹配程序",
"ProblemMatcherParser.invalidMarkerDescription": "错误: 无效的 problemMatcher 描述。匹配程序必须至少定义一个模式、所有者和文件位置。有问题的匹配程序是:\n{0}\n",
"ProblemMatcherParser.invalidRegexp": "错误: 字符串 {0} 不是有效的正则表达式。\n",
"ProblemMatcherParser.loopProperty.notLast": "循环属性仅在最一个行匹配程序上受支持。",
"ProblemMatcherParser.loopProperty.notMultiLine": "循环属性仅在多行匹配程序上受支持。",
"ProblemMatcherParser.problemPattern.missingProperty": "问题模式无效。它必须至少包含一个文件、消息和行或位置匹配组。",
"ProblemMatcherParser.problemPattern.missingRegExp": "问题模式缺少正则表达式。",
"ProblemMatcherParser.problemPattern.watchingMatcher": "问题匹配程序必须定义监视的开始模式和结束模式。",
"ProblemMatcherParser.unknownSeverity": "信息: 未知的严重性 {0}。有效值为错误、警告和信息。\n"
"ProblemMatcherParser.unknownSeverity": "信息: 未知的严重性 {0}。有效值为错误、警告和信息。\n",
"ProblemMatcherSchema.applyTo": "控制文本文档上报告的问题是否仅应用于打开、关闭或所有文档。",
"ProblemMatcherSchema.base": "要使用的基问题匹配程序的名称。",
"ProblemMatcherSchema.fileLocation": "定义应如何解释问题模式中报告的文件名。",
"ProblemMatcherSchema.owner": "代码内问题的所有者。如果指定了基准,则可省略。如果省略,并且未指定基准,则默认值为“外部”。",
"ProblemMatcherSchema.severity": "捕获问题的默认严重性。如果模式未定义严重性的匹配组,则使用。",
"ProblemMatcherSchema.watching": "用于跟踪观看模式开始和结束的模式。",
"ProblemMatcherSchema.watching.activeOnStart": "如果设置为 true,则当任务开始时观察程序处于活动模式。这相当于发出与 beginPattern 匹配的行。",
"ProblemMatcherSchema.watching.beginsPattern": "如果在输出内匹配,则在监视任务开始时会发出信号。",
"ProblemMatcherSchema.watching.endsPattern": "如果在输出内匹配,则在监视任务结束时会发出信号。",
"ProblemPatternExtPoint": "提供问题模式",
"ProblemPatternParser.invalidRegexp": "错误: 字符串 {0} 不是有效的正则表达式。\n",
"ProblemPatternParser.loopProperty.notLast": "循环属性仅在最一个行匹配程序上受支持。",
"ProblemPatternParser.problemPattern.missingProperty": "问题模式无效。它必须至少包含一个文件、消息和行或位置匹配组。",
"ProblemPatternParser.problemPattern.missingRegExp": "问题模式缺少正则表达式。",
"ProblemPatternRegistry.error": "无效问题模式。此模式将被忽略。",
"ProblemPatternSchema.code": "问题代码的匹配组索引。默认为未定义",
"ProblemPatternSchema.column": "问题行字符的匹配组索引。默认值为 3",
"ProblemPatternSchema.endColumn": "问题结束行字符的匹配组索引。默认为未定义",
"ProblemPatternSchema.endLine": "问题结束行的匹配组索引。默认为未定义",
"ProblemPatternSchema.file": "文件名的匹配组索引。如果省略,则使用 1。",
"ProblemPatternSchema.line": "问题行的匹配组索引。默认值为 2",
"ProblemPatternSchema.location": "问题位置的匹配组索引。有效的位置模式为(line)、(line,column)和(startLine,startColumn,endLine,endColumn)。如果省略了,将假定(line,column)。",
"ProblemPatternSchema.loop": "在多行中,匹配程序循环指示是否只要匹配就在循环中执行此模式。只能在多行模式的最后一个模式上指定。",
"ProblemPatternSchema.message": "消息的匹配组索引。如果省略,则在指定了位置时默认值为 4,在其他情况下默认值为 5。",
"ProblemPatternSchema.regexp": "用于在输出中查找错误、警告或信息的正则表达式。",
"ProblemPatternSchema.severity": "问题严重性的匹配组索引。默认为未定义",
"WatchingPatternSchema.file": "文件名的匹配组索引。可以省略。",
"WatchingPatternSchema.regexp": "用于检测监视任务的开始和结束的正则表达式。"
}
16 changes: 16 additions & 0 deletions i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"currentFindMatchHighlight": "与搜索匹配的当前区域的背景颜色",
"editorBackground": "编辑器背景颜色",
"editorForeground": "编辑器默认前景色",
"editorInactiveSelection": "非活动编辑器选择内容的颜色",
"editorSelection": "编辑器选择内容的颜色",
"editorsSelectionHighlightColor": "选择时突出显示区域的背景颜色",
"findMatchHighlight": "与搜索匹配的区域的背景颜色",
"findRangeHighlight": "选择进行搜索的区域的背景颜色",
"schema.colors": "工作台中使用的颜色。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"focusPreviousGroup": "聚焦于上一个组",
"focusSecondEditorGroup": "聚焦于第二个编辑器组",
"focusThirdEditorGroup": "聚焦于第三个编辑器组",
"joinTwoGroups": "联接两个组的编辑器",
"keepEditor": "保留编辑器",
"maximizeEditor": "最大化编辑器组并隐藏边栏",
"minimizeOtherEditorGroups": "最小化其他编辑器组",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
{
"closePanel": "关闭面板",
"focusPanel": "聚焦到面板中",
"maximizePanel": "最大化面板大小",
"minimizePanel": "恢复面板大小",
"panelActionTooltip": "{0} ({1})",
"toggleMaximizedPanel": "切换最大化面板",
"togglePanel": "切换面板",
Expand Down
18 changes: 18 additions & 0 deletions i18n/chs/src/vs/workbench/common/theme.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"activeTabActiveGroupForeground": "活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"activeTabBackground": "活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"activeTabInactiveGroupForeground": "非活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"inactiveTabActiveGroupForeground": "活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"inactiveTabBackground": "非活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"inactiveTabInactiveGroupForeground": "非活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"panelBackground": "面板的背景色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelBorderTopColor": "分隔到编辑器的顶部面板边框色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"statusBarBackground": "标准状态栏背景色。状态栏显示在窗口底部",
"statusBarForeground": "状态栏前景色。状态栏显示在窗口底部",
"statusBarNoFolderBackground": "没有文件打开时状态栏的背景色。状态栏显示在窗口底部"
}
8 changes: 6 additions & 2 deletions i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
"current": "当前窗口",
"files": "文件",
"folders": "文件夹",
"keybindingsReference": "键盘快捷方式引用",
"keybindingsReference": "键盘快捷方式参考",
"navigateDown": "移动到下方的视图部分",
"navigateLeft": "移动到左侧的视图部分",
"navigateRight": "移动到右侧的视图部分",
"navigateUp": "移动到上方的视图部分",
"newWindow": "新建窗口",
"noFolderOpened": "此实例中没有要关闭的已打开文件夹。",
"openDocumentationUrl": "文档",
"openIntroductoryVideosUrl": "介绍性视频",
"openIntroductoryVideosUrl": "入门视频",
"openRecent": "打开最近的文件",
"openRecentPlaceHolder": "选择要打开的路径(在新窗口中按住 Ctrl 键打开)",
"openRecentPlaceHolderMac": "选择路径(在新窗口中按住 Cmd 键打开)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"activityBarVisibility": "控制工作台中活动栏的可见性。",
"autoDetectHighContrast": "如果已启用,将自动更改为高对比度主题;如果 Windows 正在使用高对比度主题,则当离开 Windows 高对比度主题时会更改为深色主题。",
"closeOnExternalFileDelete": "控制文件被其他某些进程删除或重命名时是否应该自动关闭显示文件的编辑器。禁用此项会保持编辑器作为此类事件的脏文件打开。请注意,从应用程序内部进行删除操作会始终关闭编辑器,并且脏文件始终不会关闭以保存数据。",
"closeOnFileDelete": "控制文件被其他某些进程删除或重命名时是否应该自动关闭显示文件的编辑器。禁用此项会保持编辑器作为此类事件的脏文件打开。请注意,从应用程序内部进行删除操作会始终关闭编辑器,并且脏文件始终不会关闭以保存数据。",
"closeOnFocusLost": "控制 Quick Open 是否应在失去焦点时自动关闭。",
"editorOpenPositioning": "控制打开编辑器的位置。选择“左侧”或“右侧”以在当前活动位置的左侧或右侧打开编辑器。选择“第一个”或“最后一个”以从当前活动位置独立打开编辑器。",
"editorTabCloseButton": "控制编辑器的选项卡关闭按钮的位置,或当设置为 \"off\" 时禁用关闭它们。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,16 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "添加断点",
"addConfiguration": "添加配置..."
"addConfiguration": "添加配置...",
"disableBreakpointOnLine": "禁用行断点",
"disableColumnBreakpoint": "在列 {0} 上禁用断点",
"editBreakpointOnColumn": "在列 {0} 上编辑断点",
"editBreakpoints": "编辑断点",
"editLineBrekapoint": "编辑行断点",
"enableBreakpointOnLine": "启用行断点",
"enableBreakpoints": "在列 {0} 上启用断点",
"enableDisableBreakpoints": "启用/禁用断点",
"removeBreakpointOnColumn": "在列 {0} 上删除断点",
"removeBreakpoints": "删除断点",
"removeLineBreakpoint": "删除行断点"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"statusBarDebuggingBackground": "调试程序时状态栏的背景色。状态栏显示在窗口底部"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
"deleteButtonLabel": "删除(&&D)",
"deleteButtonLabelRecycleBin": "移动到回收站(&&M)",
"deleteButtonLabelTrash": "移动到回收站(&&M)",
"dirtyMessageFile": "你正在重命名的文件具有未保存的更改。是否继续?",
"dirtyMessageFileDelete": "你正在删除的文件具有未保存的更改。是否继续?",
"dirtyMessageFolder": "你正在重命名的文件夹有 {0} 个文件具有未保存的更改。是否继续?",
"dirtyMessageFolderDelete": "你正在删除的文件夹有 {0} 个文件具有未保存的更改。是否继续?",
"dirtyMessageFolderOne": "你正在重命名的文件夹有 1 个文件具有未保存的更改。是否继续?",
"dirtyMessageFolderOneDelete": "你正在删除的文件夹有 1 个文件具有未保存的更改。是否继续?",
"dirtyWarning": "如果不保存,更改将丢失。",
"duplicateFile": "重复",
Expand Down Expand Up @@ -54,11 +57,12 @@
"refresh": "刷新",
"refreshExplorer": "刷新资源管理器",
"rename": "重命名",
"renameLabel": "重命名(&&R)",
"replaceButtonLabel": "替换(&&R)",
"retry": "重试",
"revealActiveFileInMac": "在查找器中显示活动文件",
"revealActiveFileInMac": "在 Finder 中显示活动文件",
"revealActiveFileInWindows": "Windows 资源管理器中显示活动文件",
"revealInMac": "在查找器中显示",
"revealInMac": "在 Finder 中显示",
"revealInWindows": "在资源管理器中显示",
"revert": "还原文件",
"save": "保存",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
{}
{
"dirtyFiles": "{0} 个未保存的文件"
}
Loading

0 comments on commit 801210c

Please sign in to comment.