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 17, 2017
1 parent f0dfae7 commit a191246
Show file tree
Hide file tree
Showing 291 changed files with 1,840 additions and 497 deletions.
6 changes: 3 additions & 3 deletions i18n/chs/extensions/git/out/commands.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
// Do not edit this file. It is machine generated.
{
"branch name": "分支名称",
"clean": "清理更改",
"clean repo": "在签出前,请清理存储库工作树。",
"cloning": "正在克隆 GIT 存储库...",
"commit message": "提交消息",
"confirm clean": "是否确定要清理“{0}”中的更改?",
"confirm clean all": "是否确定要清理所有更改?",
"confirm discard": "确定要放弃 {0} 中更改吗?",
"confirm discard all": "确定要放弃所有更改吗?",
"confirm revert": "是否确实要还原 {0} 中的已选更改?",
"disabled": "此工作区已禁用或不支持 GIT",
"discard": "放弃更改",
"never again": "好,永不再显示",
"no changes": "没有要提交的更改。",
"no remotes to publish": "存储库未配置任何要发布到的远程存储库。",
Expand Down
4 changes: 2 additions & 2 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 Down
6 changes: 6 additions & 0 deletions i18n/chs/extensions/markdown/out/extension.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
10 changes: 10 additions & 0 deletions i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"preview.securityMessage.label": "脚本已禁用安全警告",
"preview.securityMessage.text": "此文档中已禁用脚本",
"preview.securityMessage.title": "Markdown 预览中已禁用脚本。请更改 Markdown 预览安全设置以启用脚本"
}
1 change: 1 addition & 0 deletions i18n/chs/extensions/markdown/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"markdown.preview.title": "打开预览",
"markdown.previewFrontMatter.dec": "设置如何在 Markdown 预览中呈现 YAML 扉页。“隐藏”会删除扉页。否则,扉页则被视为 Markdown 内容。",
"markdown.previewSide.title": "打开侧边预览",
"markdown.showPreviewSecuritySelector.title": "更改 Markdown 预览安全设置",
"markdown.showSource.title": "显示源",
"markdown.styles.dec": "要在 Markdown 预览中使用的 CSS 样式表的 URL 或本地路径列表。相对路径被解释为相对于资源管理器中打开的文件夹。如果没有任何打开的文件夹,则会被解释为相对于 Markdown 文件的位置。所有的 \"\" 需写为 \"\\\""
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"implementationsErrorLabel": "无法确定实现",
"manyImplementationLabel": "{0} 个实现",
"oneImplementationLabel": "1 个实现"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"channelName": "TypeScript",
"later": "稍后",
"learnMore": "了解详细信息",
"noBundledServerFound": "其他应用程序(例如运行异常的病毒检测工具)已删除 VSCode 的 tsserver。请重新安装 VS Code。",
"noServerFound": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
"reloadBlurb": "重新加载窗口以应用更改",
"reloadTitle": "重新加载",
Expand Down
2 changes: 2 additions & 0 deletions i18n/chs/extensions/typescript/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "定义模板字符串的左括号后面和右括号前面的空格处理。要求 TypeScript >= 2.0.6。",
"format.insertSpaceAfterSemicolonInForStatements": "在 For 语句中,定义分号后面的空格处理。",
"format.insertSpaceBeforeAndAfterBinaryOperators": "定义二进制运算符后面的空格处理",
"format.insertSpaceBeforeFunctionParenthesis": "在函数参数括号前定义空格处理。需要 TypeScript >= 2.1.5。",
"format.placeOpenBraceOnNewLineForControlBlocks": "定义控制块的左括号是否放置在新的一行。",
"format.placeOpenBraceOnNewLineForFunctions": "定义函数的左大括号是否放置在新的一行。",
"javascript.format.enable": "启用/禁用 JavaScript 格式化程序。",
Expand All @@ -24,6 +25,7 @@
"typescript.disableAutomaticTypeAcquisition": "禁用自动获取类型。需要 TypeScript >= 2.0.6,并且更改后需要重启。",
"typescript.format.enable": "启用/禁用默认 TypeScript 格式化程序。",
"typescript.goToProjectConfig.title": "转到项目配置",
"typescript.implementationsCodeLens.enabled": "启用/禁用实现 CodeLens。",
"typescript.referencesCodeLens.enabled": "启用/禁用引用 CodeLens。",
"typescript.reloadProjects.title": "重载项目",
"typescript.selectTypeScriptVersion.title": "选择 TypeScript 版本",
Expand Down
19 changes: 19 additions & 0 deletions i18n/chs/src/vs/code/electron-main/menus.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"mAbout": "关于 {0}",
"mBringToFront": "全部置于顶层",
"mClose": "关闭",
"mDebug": "调试(&&D)",
"mEdit": "编辑(&&E)",
"mFile": "文件(&&F)",
"mGoto": "转到(&&G)",
Expand All @@ -21,6 +22,7 @@
"mWindow": "窗口",
"miAbout": "关于(&&A)",
"miAccessibilityOptions": "辅助功能选项(&&O)",
"miAddConfiguration": "添加配置...",
"miAddSelectionToNextFindMatch": "添加下一个匹配项(&&N)",
"miAddSelectionToPreviousFindMatch": "添加上一个匹配项(&&R)",
"miAdditionalViews": "其他视图(&&V)",
Expand All @@ -32,11 +34,15 @@
"miCloseEditor": "关闭编辑器(&&C)",
"miCloseFolder": "关闭文件夹(&&F)",
"miCloseWindow": "关闭窗口(&&W)",
"miColumnBreakpoint": "列断点(&&O)",
"miCommandPalette": "命令面板(&&C)...",
"miConditionalBreakpoint": "条件断点(&&C)...",
"miContinue": "继续(&&C)",
"miCopy": "复制(&&C)",
"miCopyLinesDown": "向下复制一行(&&P)",
"miCopyLinesUp": "向上复制一行(&&C)",
"miCut": "剪切(&&T)",
"miDisableAllBreakpoints": "禁用所有断点(&&L)",
"miDocumentation": "文档(&&D)",
"miDownloadUpdate": "下载可用更新",
"miDownloadingUpdate": "正在下载更新...",
Expand All @@ -48,6 +54,7 @@
"miFocusSecondGroup": "第二组(&&S)",
"miFocusThirdGroup": "第三组(&&T)",
"miForward": "前进(&&F)",
"miFunctionBreakpoint": "函数断点(&&F)...",
"miGotoDefinition": "转到定义(&&D)...",
"miGotoFile": "转到文件(&&F)...",
"miGotoLine": "转到行(&&L)...",
Expand All @@ -58,6 +65,7 @@
"miInsertCursorAbove": "在上面添加游标(&&A)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾添加游标(&&U)",
"miInsertCursorBelow": "在下面添加游标(&&D)",
"miInstallMoreDebuggers": "安装更多调试器(&&I)...",
"miInstallingUpdate": "正在安装更新...",
"miIntroductoryVideos": "介绍性视频(&&V)",
"miKeyboardShortcuts": "键盘快捷方式引用(&&K)",
Expand All @@ -67,12 +75,14 @@
"miMoveLinesUp": "向上移动一行(&&V)",
"miMoveSidebarLeft": "向左移动侧边栏(&&M)",
"miMoveSidebarRight": "向右移动侧边栏(&&M)",
"miNewBreakpoint": "新建断点(&&N)",
"miNewFile": "新建文件(&&N)",
"miNewWindow": "新建窗口(&&W)",
"miNextEditor": "下一个编辑器(&&N)",
"miNextEditorInGroup": "组中下一个使用过的编辑器(&&N)",
"miNextGroup": "下一个组(&&N)",
"miOpen": "打开(&&O)...",
"miOpenConfigurations": "打开配置(&&C)",
"miOpenFile": "打开文件(&&O)...",
"miOpenFolder": "打开文件夹(&&F)...",
"miOpenKeymap": "键盘快捷方式(&&K)",
Expand All @@ -89,10 +99,12 @@
"miQuit": "退出 {0}",
"miRedo": "恢复(&&R)",
"miReleaseNotes": "发行说明(&&R)",
"miRemoveAllBreakpoints": "删除所有断点(&&R)",
"miReopenClosedEditor": "重新打开已关闭的编辑器(&&R)",
"miReplace": "替换(&&R)",
"miReplaceInFiles": "在文件中替换(&&I)",
"miReportIssues": "报告问题(&&I)",
"miRestart Debugging": "重启调试(&&R)",
"miRestartToUpdate": "重启以更新...",
"miRevert": "还原文件(&&V)",
"miSave": "保存(&&S)",
Expand All @@ -108,9 +120,16 @@
"miSmartSelectGrow": "展开选定内容(&&E)",
"miSmartSelectShrink": "缩小选定范围(&&S)",
"miSplitEditor": "拆分编辑器(&&E)",
"miStartDebugging": "启动调试(&&S)",
"miStartWithoutDebugging": "在不调试的情况下启动(&&W)",
"miStepInto": "单步执行(&&I)",
"miStepOut": "单步停止(&&U)",
"miStepOver": "单步跳过(&&O)",
"miStopDebugging": "停止调试(&&S)",
"miSwitchEditor": "切换编辑器(&&E)",
"miSwitchGroup": "切换组(&&G)",
"miToggleBlockComment": "切换块注释(&&B)",
"miToggleBreakpoint": "切换断点(&&B)",
"miToggleDebugConsole": "调试控制台(&&B)",
"miToggleDevTools": "切换开发人员工具(&&T)",
"miToggleEditorLayout": "切换编辑器组布局(&&L)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"minimap.renderCharacters": "呈现某行上的实际字符(与颜色块相反)",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\"\"deltaY\" 使用的乘数 ",
"mouseWheelZoom": "通过使用鼠标滚轮同时按住 Ctrl 可缩放编辑器的字体",
"occurrencesHighlight": "控制编辑器是否应该突出显示语义符号次数",
"overviewRulerBorder": "控制概述标尺周围是否要绘制边框。",
"overviewRulerLanes": "控制可在概述标尺同一位置显示的效果数量",
"parameterHints": "启用参数提示",
"quickSuggestions": "控制键入时是否应显示快速建议",
Expand All @@ -59,6 +61,9 @@
"trimAutoWhitespace": "删除尾随自动插入的空格",
"useTabStops": "在制表位后插入和删除空格",
"wordBasedSuggestions": "启用基于字的建议。",
"wordBasedSuggestions.comments": "在注释内启用基于字的建议。",
"wordBasedSuggestions.default": "在字符串和注释外启用基于字的建议。",
"wordBasedSuggestions.strings": "在字符串内启用基于字的建议。",
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
"wordWrap": "控制换行方式。可以选择:\n - \"off\" (禁用换行),\n - \"on\" (视区换行),\n - \"wordWrapColumn\" (在 \"editor.wordWrapColumn\" 处换行)或\n - \"bounded\" (在最小视区和 \"editor.wordWrapColumn\" 处换行)。",
"wordWrap.bounded": "将在最小视区和 \"editor.wordWrapColumn\" 处换行。",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"actions.peekTypeDefinition.label": "快速查看类型定义",
"actions.previewDecl.label": "查看定义",
"generic.noResults": "找不到定义",
"goToImplementation.generic.noResults": "未找到实现",
"goToImplementation.noResultWord": "未找到“{0}”的实现",
"goToTypeDefinition.generic.noResults": "未找到类型定义",
"goToTypeDefinition.noResultWord": "未找到“{0}”的类型定义",
"meta.title": " – {0} 定义",
"multipleResults": "单击显示 {0} 个定义。",
"noResultWord": "未找到“{0}”的任何定义"
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.
{
"inspectTMScopes": "开发者: 插入 TM 作用域",
"inspectTMScopes": "开发者: 检查 TM 作用域",
"inspectTMScopesWidget.loading": "正在加载..."
}
1 change: 1 addition & 0 deletions i18n/chs/src/vs/platform/environment/node/argv.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"optionsUpperCase": "选项",
"paths": "路径",
"performance": "通过启用 \"Developer: Startup Performance\" 命令开始。",
"prof-startup": "启动期间运行 CPU 探查器",
"reuseWindow": "在上一活动窗口中强制打开文件或文件夹。",
"showVersions": "使用 --list-extension 时,显示已安装扩展的版本。",
"uninstallExtension": "卸载扩展。",
Expand Down
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.
{
"altKey": "Alt",
"altKey.long": "Alt",
"cmdKey.long": "命令",
"ctrlKey": "Ctrl",
"ctrlKey.long": "控件",
"shiftKey": "Shift",
"shiftKey.long": "Shift",
"windowsKey": "Windows",
"windowsKey.long": "Windows"
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"openPreviousRecentlyUsedEditorInGroup": "打开组中上一个最近使用的编辑器",
"openToSide": "打开到侧边",
"reopenClosedEditor": "重新打开已关闭的编辑器",
"revertAndCloseActiveEditor": "还原并关闭编辑器",
"showAllEditors": "显示所有编辑器",
"showEditorsInFirstGroup": "在第一组中显示编辑器",
"showEditorsInGroup": "显示组中的编辑器",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"closeMessages": "关闭通知消息",
"closeWindow": "关闭窗口",
"current": "当前窗口",
"diffLeftRightLabel": "{0} ⟷ {1}",
"files": "文件",
"folders": "文件夹",
"keybindingsReference": "键盘快捷方式引用",
Expand All @@ -29,6 +28,7 @@
"toggleDevTools": "切换开发人员工具",
"toggleFullScreen": "切换全屏",
"toggleMenuBar": "切换菜单栏",
"toggleSharedProcess": "切换共享进程",
"zoomIn": "放大",
"zoomOut": "缩小",
"zoomReset": "重置缩放"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"activityBarVisibility": "控制工作台中活动栏的可见性。",
"autoDetectHighContrast": "如果已启用,将自动更改为高对比度主题;如果 Windows 正在使用高对比度主题,则当离开 Windows 高对比度主题时会更改为深色主题。",
"closeOnExternalFileDelete": "控制文件被其他某些进程删除或重命名时是否应该自动关闭显示文件的编辑器。禁用此项会保持编辑器作为此类事件的脏文件打开。请注意,从应用程序内部进行删除操作会始终关闭编辑器,并且脏文件始终不会关闭以保存数据。",
"closeOnFocusLost": "控制 Quick Open 是否应在失去焦点时自动关闭。",
"editorOpenPositioning": "控制打开编辑器的位置。选择“左侧”或“右侧”以在当前活动位置的左侧或右侧打开编辑器。选择“第一个”或“最后一个”以从当前活动位置独立打开编辑器。",
"editorTabCloseButton": "控制编辑器的选项卡关闭按钮的位置,或当设置为 \"off\" 时禁用关闭它们。",
Expand All @@ -20,6 +21,7 @@
"openFoldersInNewWindow": "控制文件夹应在新窗口中打开还是替换上一活动窗口。\n- default: 文件夹将在新窗口中打开,除非文件是从应用程序内选取的(例如通过“文件”菜单)\n- on: 文件夹将在新窗口中打开\n- off: 文件夹将替换上一活动窗口\n注意,可能仍会存在忽略此设置的情况(例如当使用 -new-window 或 -reuse-window 命令行选项时)。",
"reopenFolders": "控制重启后重新打开文件夹的方式。选择“none”表示永不重新打开文件夹,选择“one”表示重新打开最后使用的一个文件夹,或选择“all”表示打开上次会话的所有文件夹。",
"restoreFullscreen": "如果窗口已退出全屏模式,控制其是否应还原为全屏模式。",
"revealIfOpen": "控制打开时编辑器是否显示在任何可见组中。如果禁用,编辑器会优先在当前活动编辑器组中打开。如果启用,会显示已打开的编辑器而不是在当前活动编辑器组中再次打开。请注意,有些情况下会忽略此设置,例如强制编辑器在特定组中或在当前活动组的边侧打开时。",
"showEditorTabs": "控制打开的编辑器是否显示在选项卡中。",
"showIcons": "控制打开的编辑器是否随图标一起显示。这还需启用图标主题。",
"sideBarLocation": "控制边栏的位置。它可显示在工作台的左侧或右侧。",
Expand Down
7 changes: 5 additions & 2 deletions i18n/chs/src/vs/workbench/electron-browser/shell.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"runningAsRoot": "不建议将 Code 作为“根”运行。",
"sharedProcessCrashed": "共享进程意外终止。请重新加载窗口以恢复。"
"prof.detail": "请创建问题并手动附加以下文件: \n{0}",
"prof.message": "成功创建的配置文件。",
"prof.restart": "重启",
"prof.restartAndFileIssue": "创建问题并重启",
"runningAsRoot": "不建议将 Code 作为“根”运行。"
}
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.
{
"unable": "无法解析无调试会话的资源"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"debugCommands": "调试配置",
"debugConfigurationTitle": "调试",
"debugPanel": "调试控制台",
"hideActionBar": "控制是否应该隐藏浮点调试操作栏",
"inlineValues": "调试时,在编辑器中显示变量值内联",
"openExplorerOnEnd": "调试会话结束时自动打开资源管理器视图",
"toggleDebugPanel": "调试控制台",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@
"newFile": "新建文件",
"newFolder": "新建文件夹",
"newUntitledFile": "新的无标题文件",
"openActiveFileContainer": "打开活动文件的包含文件夹",
"openActiveFileContainer": "打开活动文件所在的文件夹",
"openContainer": "打开所在的文件夹",
"openFile": "打开文件...",
"openFileInNewWindow": "在新窗口中打开活动文件",
"openFileToCompare": "首先打开文件以将其与另外一个文件比较。",
"openFileToCopy": "首先打开文件以复制其路径",
"openFileToReveal": "首先打开文件以展现",
"openFileToShow": "先打开一个文件以在浏览器中显示它",
"openFileToShowInNewWindow": "首先打开文件以在新窗口中打开",
"openFileToShow": "请先打开要在浏览器中显示的文件",
"openFileToShowInNewWindow": "请先打开要在新窗口中打开的文件",
"openFolderFirst": "先打开一个文件夹,以在其中创建文件或文件夹。",
"openToSide": "打开到侧边",
"pasteFile": "粘贴",
Expand All @@ -58,10 +56,10 @@
"rename": "重命名",
"replaceButtonLabel": "替换(&&R)",
"retry": "重试",
"revealActiveFileInMac": "在查找器中展现活动文件",
"revealActiveFileInWindows": "Windows 资源管理器中展现活动文件",
"revealInMac": "在查找器中展现",
"revealInWindows": "在资源管理器中展现",
"revealActiveFileInMac": "在查找器中显示活动文件",
"revealActiveFileInWindows": "Windows 资源管理器中显示活动文件",
"revealInMac": "在查找器中显示",
"revealInWindows": "在资源管理器中显示",
"revert": "还原文件",
"save": "保存",
"saveAll": "全部保存",
Expand Down
Loading

0 comments on commit a191246

Please sign in to comment.