Skip to content

Commit

Permalink
Merged in translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Apr 12, 2017
1 parent 226868a commit 1d2cf62
Show file tree
Hide file tree
Showing 271 changed files with 1,112 additions and 631 deletions.
1 change: 1 addition & 0 deletions i18n/chs/extensions/git/out/model.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"cantshow": "无法显示对象",
"changes": "更改",
"merge changes": "合并更改",
"open": "打开",
"staged changes": "暂存的更改"
}
4 changes: 3 additions & 1 deletion i18n/chs/extensions/git/out/scmProvider.i18n.json
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.
{}
{
"commit": "提交"
}
12 changes: 6 additions & 6 deletions i18n/chs/extensions/git/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{
"command.branch": "创建分支...",
"command.checkout": "签出到...",
"command.clean": "放弃文件",
"command.cleanAll": "放弃所有文件",
"command.clean": "放弃更改",
"command.cleanAll": "放弃所有更改",
"command.clone": "克隆",
"command.commit": "提交",
"command.commitAll": "全部提交",
Expand All @@ -25,13 +25,13 @@
"command.refresh": "刷新",
"command.revertSelectedRanges": "还原所选更改",
"command.showOutput": "显示 GIT 输出",
"command.stage": "暂存文件",
"command.stageAll": "暂存所有文件",
"command.stage": "暂存更改",
"command.stageAll": "暂存所有更改",
"command.stageSelectedRanges": "暂存所选范围",
"command.sync": "同步",
"command.undoCommit": "撤消上次提交",
"command.unstage": "取消暂存文件",
"command.unstageAll": "取消暂存所有文件",
"command.unstage": "取消暂存更改",
"command.unstageAll": "取消暂存所有更改",
"command.unstageSelectedRanges": "取消暂存所选范围",
"config.autofetch": "是否启用了自动提取",
"config.autorefresh": "是否已启用自动刷新",
Expand Down
4 changes: 3 additions & 1 deletion i18n/chs/extensions/json/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"json.colorDecorators.enable.desc": "启用或禁用颜色修饰器",
"json.format.enable.desc": "启用/禁用默认 JSON 格式化程序(需要重启)",
"json.schemas.desc": "将当前项目中的 JSON 文件与架构关联起来",
"json.schemas.fileMatch.desc": "将 JSON 文件解析到架构时,用于匹配的一组文件模式。",
"json.schemas.fileMatch.item.desc": "将 JSON 文件解析到架构时,用于匹配的可以包含 \"*\" 的文件模式。",
"json.schemas.schema.desc": "给定 URL 的架构定义。只需提供该架构以避免对架构 URL 的访问。",
"json.schemas.url.desc": "当前目录中指向架构的 URL 或相对路径"
"json.schemas.url.desc": "当前目录中指向架构的 URL 或相对路径",
"json.tracing.desc": "跟踪 VS Code 和 JSON 语言服务器之间的通信。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
// Do not edit this file. It is machine generated.
{
"noExecutable": "无法验证,因为未设置任何 PHP 可执行文件。请使用设置 \"php.validate.executablePath\" 配置 PHP 可执行文件。",
"php.more": "了解详细信息",
"php.no": "",
"php.no": "不允许",
"php.useExecutablePath": "是否允许执行 {0} (定义为工作区设置)以进行 PHP 文件的 lint 操作?",
"php.yes": "",
"php.yes": "允许",
"unknownReason": "使用路径运行 php 失败: {0}。原因未知。",
"wrongExecutable": "无法验证,因为 {0} 不是有效的 PHP 可执行文件。请使用设置 \"php.validate.executablePath\" 配置 PHP 可执行文件。"
}
2 changes: 2 additions & 0 deletions i18n/chs/extensions/php/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"command.untrustValidationExecutable": "不要信任 PHP 验证可执行文件",
"commands.categroy.php": "PHP",
"configuration.suggest.basic": "如果已启用内置 PHP 语言建议,则进行配置。此支持建议 PHP 全局变量和变量。",
"configuration.title": "PHP",
"configuration.validate.enable": "启用/禁用内置的 PHP 验证。",
Expand Down
4 changes: 2 additions & 2 deletions i18n/chs/extensions/typescript/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"typescript.disableAutomaticTypeAcquisition": "禁用自动获取类型。需要 TypeScript >= 2.0.6,并且更改后需要重启。",
"typescript.format.enable": "启用/禁用默认 TypeScript 格式化程序。",
"typescript.goToProjectConfig.title": "转到项目配置",
"typescript.implementationsCodeLens.enabled": "启用/禁用实现 CodeLens。",
"typescript.implementationsCodeLens.enabled": "启用/禁用实现 CodeLens。要求 TypeScript >= 2.2.0。",
"typescript.openTsServerLog.title": "打开 TS 服务器日志文件",
"typescript.referencesCodeLens.enabled": "启用/禁用引用 CodeLens。",
"typescript.referencesCodeLens.enabled": "启用/禁用引用 CodeLens。要求 TypeScript >= 2.0.6。",
"typescript.reloadProjects.title": "重载项目",
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
"typescript.tsdk.desc": "指定包含要使用的 tsserver 和 lib*.d.ts 文件的文件夹路径。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
// Do not edit this file. It is machine generated.
{
"imgMeta": "{0}x{1} {2}",
"largeImageError": "图像太大,无法在编辑器中显示。 ",
"nativeBinaryError": "因为此文件是二进制文件,或文件过大,或使用了不受支持的文本编码,将不会在编辑器中显示。",
"resourceOpenExternalButton": "打开图像",
"resourceOpenExternalText": " 是否使用外部程序?",
"sizeB": "{0} B",
"sizeGB": "{0} GB",
"sizeKB": "{0} KB",
Expand Down
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 @@ -65,7 +65,7 @@
"miInsertCursorAbove": "在上面添加游标(&&A)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾添加游标(&&U)",
"miInsertCursorBelow": "在下面添加游标(&&D)",
"miInstallMoreDebuggers": "安装更多调试器(&&I)...",
"miInstallAdditionalDebuggers": "安装附加调试器(&&I)...",
"miInstallingUpdate": "正在安装更新...",
"miIntroductoryVideos": "视频介绍(&&V)",
"miKeyboardShortcuts": "键盘快捷方式参考(&&K)",
Expand Down
14 changes: 7 additions & 7 deletions i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"caret": "编辑器游标颜色",
"editorLineNumbers": "编辑器行号",
"guide": "编辑器参考线颜色",
"invisibles": "编辑器不可见内容的颜色",
"lineHighlight": "编辑器行突出显示颜色",
"lineHighlightBorderBox": "编辑器行突出显示边框颜色",
"rangeHighlight": "突出显示范围的背景颜色,例如 \"Quick open\" 和“查找”功能"
"caret": "编辑器游标颜色",
"editorIndentGuides": "编辑器缩进参考线颜色。",
"editorLineNumbers": "编辑器行号颜色。",
"editorWhitespaces": "编辑器中空白字符颜色。",
"lineHighlight": "游标位置突出显示行的背景颜色。",
"lineHighlightBorderBox": "游标位置行四周边框的背景颜色。",
"rangeHighlight": "突出显示范围的背景颜色,例如 \"Quick Open\" 和“查找”功能"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorMarkerNavigationBackground": "编辑器标记导航小组件背景色",
"editorMarkerNavigationError": "编辑器标记导航小组件错误颜色",
"editorMarkerNavigationWarning": "编辑器标记导航小组件警告颜色",
"editorMarkerNavigationBackground": "编辑器标记导航小组件背景色",
"editorMarkerNavigationError": "编辑器标记导航小组件错误颜色",
"editorMarkerNavigationWarning": "编辑器标记导航小组件警告颜色",
"markerAction.next.label": "转到下一个错误或警告",
"markerAction.previous.label": "转到上一个错误或警告",
"title.wo_source": "({0}/{1})"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorPeekBorder": "编辑器速览视图边框",
"editorPeekEditorBackground": "引用视图编辑器背景色",
"editorPeekFindMatchHighlight": "引用视图搭配突出显示颜色",
"editorPeekReferenceHighlight": "引用范围突出显示颜色",
"editorPeekResultsBackground": "引用视图列表背景色",
"editorPeekResultsFileForeground": "引用视图文件输入前景色",
"editorPeekResultsMatchForeground": "引用视图搭配输入前景色",
"editorPeekResultsSelectedBackground": "引用视图所选输入背景色",
"editorPeekResultsSelectedForeground": "引用视图所选输入前景色",
"editorPeekTitle": "编辑器速览标题颜色",
"editorPeekTitleBackground": "编辑器速览标题区域背景色",
"editorPeekTitleInfo": "编辑器速览标题信息颜色",
"missingPreviewMessage": "无可用预览",
"noResults": "无结果",
"peekView.alternateTitle": "引用",
"peekViewBorder": "速览视图边框和箭头颜色。",
"peekViewEditorBackground": "速览视图编辑器背景颜色。",
"peekViewEditorMatchHighlight": "在速览视图编辑器中匹配突出显示颜色。",
"peekViewResultsBackground": "速览视图结果列表背景颜色。",
"peekViewResultsFileForeground": "速览视图结果列表中的文件条目前景色。",
"peekViewResultsMatchForeground": "在速览视图结果列表中匹配条目前景色。",
"peekViewResultsMatchHighlight": "在速览视图结果列表中匹配突出显示颜色。",
"peekViewResultsSelectionBackground": "速览视图结果列表中所选条目的背景颜色。",
"peekViewResultsSelectionForeground": "速览视图结果列表中所选条目的前景色。",
"peekViewTitle": "速览视图标题颜色。",
"peekViewTitleBackground": "速览视图标题区域背景颜色。",
"peekViewTitleInfo": "速览视图标题信息颜色。",
"referenceCount": "{0} 个引用",
"referencesCount": "{0} 个引用",
"referencesFailre": "解析文件失败。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"wordHighlight": "读取访问时符号的背景颜色,例如读取变量时",
"wordHighlightStrong": "写入访问时符号的背景颜色,例如写入变量时"
"wordHighlight": "读取访问时符号的背景颜色,例如读取变量时",
"wordHighlightStrong": "写入访问时符号的背景颜色,例如写入变量时"
}
34 changes: 21 additions & 13 deletions i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,28 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"activeLinkForeground": "活动链接颜色",
"currentFindMatchHighlight": "与搜索匹配的当前区域的背景颜色",
"editorBackground": "编辑器背景颜色",
"editorFindCheckedBorders": "查找小组件勾选的边框颜色",
"editorFindInputBackground": "查找小组件输入字段背景色",
"editorFindWidgetBackground": "查找小组件背景色",
"editorForeground": "编辑器默认前景色",
"editorInactiveSelection": "非活动编辑器选择内容的颜色",
"editorSelection": "编辑器选择内容的颜色",
"editorsSelectionHighlightColor": "选择时突出显示区域的背景颜色",
"findMatchHighlight": "与搜索匹配的区域的背景颜色",
"findRangeHighlight": "选择进行搜索的区域的背景颜色",
"activeLinkForeground": "活动链接颜色。",
"dropdownBackground": "下拉列表背景色。",
"dropdownBorder": "下拉列表边框。",
"dropdownForeground": "下拉列表前景色。",
"editorBackground": "编辑器背景颜色。",
"editorFindMatch": "当前搜索匹配项的颜色。",
"editorFindWidgetBackground": "查找小组件背景色。",
"editorForeground": "编辑器默认前景色。",
"editorInactiveSelection": "非活动编辑器中所选内容的颜色。",
"editorSelection": "编辑器所选内容的颜色。",
"editorSelectionHighlight": "与所选内容具有相同内容的区域颜色。",
"findMatchHighlight": "其他搜索匹配项的颜色。",
"findRangeHighlight": "限制搜索的范围的颜色。",
"focusedElementOutline": "重点元素的整体边框颜色。此颜色仅在不被组件覆盖时适用。",
"foreground": "整体前景色。此颜色仅在不被组件覆盖时适用。",
"highContrastBorder": "启用高对比度主题时,用于分隔组件的边框颜色。",
"highContrastOutline": "启用高对比度主题时,活动组件的轮廓颜色。",
"linkForeground": "链接颜色",
"inputBoxActiveOptionBorder": "输入字段中已激活选项的边框颜色。",
"inputBoxBackground": "输入框背景色。",
"inputBoxBorder": "输入框边框。",
"inputBoxForeground": "输入框前景色。",
"invalid.color": "无效的颜色格式。请使用 #RRGGBB 或 #RRGGBBAA",
"linkForeground": "链接颜色。",
"schema.colors": "工作台中使用的颜色。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"endOfLineLineFeed": "LF",
"fileInfo": "文件信息",
"gotoLine": "转到行",
"guessedEncoding": "通过内容猜测",
"indentConvert": "转换文件",
"indentView": "更改视图",
"indentation": "缩进",
Expand Down
23 changes: 15 additions & 8 deletions i18n/chs/src/vs/workbench/common/theme.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,32 @@
"activeTabActiveGroupForeground": "活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"activeTabBackground": "活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"activeTabInactiveGroupForeground": "非活动组中活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"activityBadgeBackground": "活动通知提醒背景颜色。活动栏显示在最左侧或最右侧,并允许在侧边栏视图之间切换。",
"activityBadgeForeground": "活动通知提醒前景色。活动栏显示在最左侧或最右侧,并允许在侧边栏视图之间切换。",
"activityBarBackground": "活动栏背景色。活动栏显示在最左侧或最右侧,并允许在侧边栏的视图间切换。",
"activityBarDragAndDropBackground": "拖放活动栏项的反馈颜色。 活动栏显示在最左侧或最右侧,并允许在侧边栏视图之间切换。",
"editorDragAndDropBackground": "随意拖动编辑器时的背景色。",
"editorGroupBackground": "编辑器组的背景色。编辑器组是编辑器的容器。",
"editorGroupBackground": "编辑器组的背景颜色。编辑器组是编辑器的容器。",
"editorGroupBorder": "将多个编辑器组彼此分隔开的颜色。编辑器组是编辑器的容器。",
"editorHeaderBackground": "未启用任何选项卡的情况下,编辑器标题标头的背景颜色。",
"editorSideBySideBorder": "用于将并排编辑器的详细信息与主边栏分隔开的边框颜色。",
"inactiveTabActiveGroupForeground": "活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"inactiveTabBackground": "非活动选项卡的背景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"inactiveTabInactiveGroupForeground": "非活动组中非活动选项卡的前景色。在编辑器区域,选项卡是编辑器的容器。可在一个编辑器组中打开多个选项卡。可以有多个编辑器组。",
"panelActiveTitleBorder": "活动面板标题的边框颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
"panelActiveTitleForeground": "活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
"panelBackground": "面板的背景色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"panelInactiveTitleForeground": "非活动面板的标题颜色。面板显示在编辑器区域下方,并包含输出和集成终端等视图。",
"panelTopBorder": "分隔到编辑器的顶部面板边框色。面板显示在编辑器区域下方,可包含输出和集成终端等视图。",
"sideBarBackground": "侧边栏背景色。侧边栏是资源管理器和搜索等视图的容器。",
"sideBarTitleForeground": "侧边栏标题前景色。侧边栏是资源管理器和搜索等视图的容器。",
"statusBarBackground": "标准状态栏背景色。状态栏显示在窗口底部",
"statusBarForeground": "状态栏前景色。状态栏显示在窗口底部",
"statusBarInfoItemBackground": "状态栏信息项背景色。状态栏显示在窗口的底部",
"statusBarInfoItemHoverBackground": "悬停时的状态栏信息项背景色。状态栏显示在窗口的底部",
"statusBarItemActiveBackground": "单击时的状态栏项背景色。状态栏显示在窗口的底部",
"statusBarItemHoverBackground": "悬停时的状态栏项背景色。状态栏显示在窗口的底部",
"statusBarNoFolderBackground": "没有文件打开时状态栏的背景色。状态栏显示在窗口底部",
"statusBarBackground": "标准状态栏背景色。状态栏显示在窗口底部",
"statusBarForeground": "状态栏前景色。状态栏显示在窗口底部",
"statusBarInfoItemBackground": "状态栏信息项背景色。状态栏显示在窗口底部。",
"statusBarInfoItemHoverBackground": "悬停时的状态栏信息项背景色。状态栏显示在窗口底部。",
"statusBarItemActiveBackground": "单击时的状态栏项背景色。状态栏显示在窗口底部。",
"statusBarItemHoverBackground": "悬停时的状态栏项背景色。状态栏显示在窗口底部。",
"statusBarNoFolderBackground": "没有打开文件夹时状态栏的背景色。状态栏显示在窗口底部",
"tabBorder": "用于将选项卡彼此分隔开的边框。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"tabsContainerBackground": "选项卡容器的边框颜色。选项卡是编辑器区域中编辑器的容器。可在一个编辑器组中打开多个选项卡。可以存在多个编辑器组。",
"titleBarActiveBackground": "窗口处于活动状态时的标题栏背景色。请注意,该颜色当前仅在 macOS 上受支持。",
Expand Down
10 changes: 6 additions & 4 deletions i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
"closeMessages": "关闭通知消息",
"closeWindow": "关闭窗口",
"current": "当前窗口",
"decreaseViewSize": "减小当前视图大小",
"files": "文件",
"folders": "文件夹",
"increaseViewSize": "增加当前视图大小",
"keybindingsReference": "键盘快捷方式参考",
"navigateDown": "移动到下方的视图部分",
"navigateLeft": "移动到左侧的视图部分",
"navigateRight": "移动到右侧的视图部分",
"navigateUp": "移动到上方的视图部分",
"navigateDown": "移动到下方视图",
"navigateLeft": "移动到左侧视图",
"navigateRight": "移动到右侧视图",
"navigateUp": "移动到上方视图",
"newWindow": "新建窗口",
"noFolderOpened": "此实例中没有要关闭的已打开文件夹。",
"openDocumentationUrl": "文档",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/vs/workbench/node/extensionPoints.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
{
"fileReadFail": "无法读取文件 {0}: {1}。",
"jsonParseFail": "未能分析 {0}: {1}。",
"jsonsParseFail": "未能分析 {0} 或 {1}: {2}。",
"missingNLSKey": "无法找到键 {0} 的消息。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggle.wordwrap": "查看: 切换自动换行"
"toggle.wordwrap": "查看: 切换自动换行",
"unwrapMinified": "为此文件禁用换行",
"wordWrap.notInDiffEditor": "不能在差异编辑器中切换自动换行。",
"wrapMinified": "为此文件启用换行"
}
Loading

0 comments on commit 1d2cf62

Please sign in to comment.