Skip to content

Commit

Permalink
2017-06-30. Merged in translations from Transifex.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelkaporin committed Jun 30, 2017
1 parent 8b6ba66 commit 14ae6bb
Show file tree
Hide file tree
Showing 373 changed files with 1,981 additions and 340 deletions.
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.
{}
6 changes: 2 additions & 4 deletions i18n/chs/src/vs/code/electron-main/menus.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
"miShowEmmetCommands": "Emmet(&&M)...",
"miToggleLineComment": "切换行注释(&&T)",
"miToggleBlockComment": "切换块注释(&&B)",
"miMultiCursorAlt": "使用Alt+单击进行多光标功能",
"miMultiCursorCmd": "使用Cmd+单击进行多光标功能",
"miMultiCursorCtrl": "使用Ctrl+单击进行多光标功能",
"miInsertCursorAbove": "在上面添加光标(&&A)",
"miInsertCursorBelow": "在下面添加光标(&&D)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾添加光标(&&U)",
Expand Down Expand Up @@ -160,8 +157,9 @@
"miPrivacyStatement": "隐私声明(&&P)",
"miAbout": "关于(&&A)",
"miRunTask": "运行任务(&&R)...",
"miShowTaskLog": "显示任务日志(&&S)",
"miConfigureTask": "配置任务(&&C)",
"accessibilityOptionsWindowTitle": "辅助功能选项",
"miRestartToUpdate": "重启以更新...",
"miCheckingForUpdates": "正在检查更新...",
"miDownloadUpdate": "下载可用更新",
"miDownloadingUpdate": "正在下载更新...",
Expand Down
4 changes: 3 additions & 1 deletion i18n/chs/src/vs/code/electron-main/windows.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
"appStalled": "窗口不再响应",
"appStalledDetail": "可以重新打开或关闭窗,或者保持等待。",
"appCrashed": "窗口出现故障",
"appCrashedDetail": "我们对此引起的不便表示抱歉! 请重启该窗口从上次停止的位置继续。"
"appCrashedDetail": "我们对此引起的不便表示抱歉! 请重启该窗口从上次停止的位置继续。",
"openFile": "打开文件",
"openFolder": "打开文件夹"
}
4 changes: 3 additions & 1 deletion i18n/chs/src/vs/editor/browser/widget/diffReview.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.
{}
{
"label.close": "关闭"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"openFolder": "打开文件夹...",
"openFileFolder": "打开..."
"openFileFolder": "打开...",
"add": "添加"
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"keybindingsReference": "键盘快捷方式参考",
"openDocumentationUrl": "文档",
"openIntroductoryVideosUrl": "入门视频",
"openTipsAndTricksUrl": "提示与技巧",
"toggleSharedProcess": "切换共享进程",
"navigateLeft": "导航到左侧视图",
"navigateRight": "导航到右侧视图",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,30 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"parseErrors": "错误分析 {0}: {1}",
"schema.openBracket": "左方括号字符或字符串序列。",
"schema.closeBracket": "右方括号字符或字符串序列。",
"schema.comments": "定义注释符号",
"schema.blockComments": "定义块注释的标记方式。",
"schema.blockComment.begin": "作为块注释开头的字符序列。",
"schema.blockComment.end": "作为块注释结尾的字符序列。",
"schema.lineComment": "作为行注释开头的字符序列。",
"schema.brackets": "定义增加和减少缩进的括号。",
"schema.autoClosingPairs": "定义括号对。当输入左方括号时,将自动插入右方括号。",
"schema.autoClosingPairs.notIn": "定义禁用了自动配对的作用域列表。",
"schema.surroundingPairs": "定义可用于包围所选字符串的括号对。",
"schema.wordPattern": "此语言的文本定义。",
"schema.wordPattern.pattern": "用于匹配文本的正则表达式模式。",
"schema.wordPattern.flags": "用于匹配文本的正则表达式标志。",
"schema.wordPattern.flags.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
"schema.indentationRules": "语言的缩进设置。",
"schema.indentationRules.increaseIndentPattern": "如果一行文本匹配此模式,则之后所有内容都应被缩进一次(直到匹配其他规则)。",
"schema.indentationRules.increaseIndentPattern.pattern": "increaseIndentPattern 的正则表达式模式。",
"schema.indentationRules.increaseIndentPattern.flags": "increaseIndentPattern 的正则表达式标志。",
"schema.indentationRules.increaseIndentPattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
"schema.indentationRules.decreaseIndentPattern": "如果一行文本匹配此模式,则之后所有内容都应被取消缩进一次(直到匹配其他规则)。",
"schema.indentationRules.decreaseIndentPattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
"schema.indentationRules.indentNextLinePattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,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.
{}
{
"inspectTMScopes": "开发者: 检查 TM 作用域",
"inspectTMScopesWidget.loading": "正在加载..."
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"default": "默认",
"debuggers": "调试程序({0})",
"debugger name": "名称",
"debugger type": "类型",
"views": "视图 ({0})",
"view id": "ID",
"view name": "名称",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"marketPlace": "商店",
"installedExtensions": "已安装",
"searchInstalledExtensions": "已安装",
"recommendedExtensions": "推荐",
"searchExtensions": "在应用商店中搜索扩展",
"sort by installs": "排序依据: 安装计数",
"sort by rating": "排序依据: 分级",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"extensions": "扩展",
"no extensions found": "找不到扩展。",
"suggestProxyError": "市场返回 \"ECONNREFUSED\"。请检查 \"http.proxy\" 设置。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"files.autoSave.onWindowChange": "窗口失去焦点时自动保存更新后的文件。",
"autoSave": "控制已更新文件的自动保存。接受的值:“{0}”、\"{1}”、“{2}”(编辑器失去焦点)、“{3}”(窗口失去焦点)。如果设置为“{4}”,则可在 \"files.autoSaveDelay\" 中配置延迟。",
"autoSaveDelay": "控制在多少毫秒后自动保存更改过的文件。仅在“files.autoSave”设置为“{0}”时适用。",
"watcherExclude": "配置文件路径的 glob 模式以从文件监视排除。更改此设置要求重启。如果在启动时遇到 Code 消耗大量 CPU 时间,则可以排除大型文件夹以减少初始加载。",
"hotExit.off": "禁用热退出。",
"hotExit.onExit": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口或触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口、触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。对于任何有文件夹打开的窗口,则不论该窗口是否是最后一个窗口。下次启动时将还原所有未打开文件夹的窗口。若要还原打开有文件夹的窗口,请将“window.restoreWindows”设置为“all”。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"explorerSection": "文件资源管理器部分",
"folders": "文件夹",
"treeAriaLabel": "文件资源管理器"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"errorInvalidConfiguration": "无法写入设置。请更正文件中的错误/警告,然后重试。",
"defaultSettingsTitle": "默认设置",
"noSettingsFound": "未找到设置。",
"editTtile": "编辑",
"replaceDefaultValue": "在设置中替换",
"copyDefaultValue": "复制到设置",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"commonlyUsed": "常用设置",
"noSettings": "没有设置",
"defaultKeybindingsHeader": "通过将键绑定放入键绑定文件中来覆盖键绑定。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"restart": "重启"
"relaunchSettingMessage": "设置已更改,需要重启才能生效。",
"relaunchSettingDetail": "按下“重启”按钮以重新启动 {0} 并启用该设置。",
"restart": "重启",
"relaunchWorkspaceMessage": "添加或删除了一个工作区文件夹,需要重启才能生效。",
"relaunchWorkspaceDetail": "按下“重启”按钮以重载此窗口并启用设置。",
"reload": "重新加载"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
{
"entryAriaLabel": "{0},任务",
"recentlyUsed": "最近使用的任务",
"detected": "检测到的任务",
"customizeTask": "自定义任务"
"configured": "已配置的任务",
"detected": "检测到的任务"
}
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 @@ -7,9 +7,17 @@
"JsonSchema.shell": "指定命令是 shell 命令还是外部程序。如果省略,默认值是 false。",
"JsonSchema.tasks.dependsOn.string": "此任务依赖的另一任务。",
"JsonSchema.tasks.dependsOn.array": "此任务依赖的其他任务。",
"JsonSchema.tasks.group": "定义此任务属于的执行组。如被省略,则此任务不属于任何组。",
"JsonSchema.tasks.presentation": "配置用于显示任务输出和读取输入的面板。",
"JsonSchema.tasks.presentation.echo": "控制是否将执行的命令显示到面板中。默认值为“true”。",
"JsonSchema.tasks.presentation.focus": "控制面板是否获取焦点。默认值为“false”。如果设置为“true”,面板也会显示。",
"JsonSchema.tasks.presentation.reveals": "控制是否显示运行此任务的面板。默认值为“always”。",
"JsonSchema.tasks.presentation.instance": "控制是否在任务间共享面板。同一个任务使用相同面板还是每次运行时新创建一个面板。",
"JsonSchema.tasks.type": "定义任务是被作为进程运行还是在 shell 中作为命令运行。默认作为进程运行。",
"JsonSchema.version": "配置的版本号。",
"JsonSchema.tasks.taskName": "任务名称",
"JsonSchema.tasks.background": "已执行的任务是否保持活动状态并在后台运行。",
"JsonSchema.tasks.promptOnClose": "当 VS 代码与运行的任务一起关闭时是否提示用户。",
"JsonSchema.tasks.matchers": "要使用的问题匹配程序。可以是字符串或问题匹配程序定义,或字符串和问题匹配程序数组。",
"JsonSchema.windows": "Windows 特定的命令配置",
"JsonSchema.mac": "Mac 特定的命令配置",
"JsonSchema.linux": "Linux 特定的命令配置"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"manyMarkers": "99+",
"tasks": "任务",
"TaskSystem.noHotSwap": "更改任务执行引擎需要重启 VS Code。已忽略更改。",
"TaskService.noBuildTask1": "未定义任何生成任务。使用 \"isBuildCommand\" 在 tasks.json 文件中标记任务。",
"TaskService.noTestTask1": "未定义任何测试任务。使用 \"isTestCommand\" 在 tasks.json 文件中标记任务。",
"TaskServer.noTask": "未找到要执行的请求任务 {0}。",
"customizeParseErrors": "当前任务配置存在错误。请先更正错误,再自定义任务。",
"moreThanOneBuildTask": "当前 tasks.json 中定义了多个生成任务。正在执行第一个。\n",
Expand All @@ -32,19 +34,21 @@
"TaskSystem.terminateTask": "终止任务(&&T)",
"TaskSystem.noProcess": "启动的任务不再存在。如果任务已衍生出后台进程,则退出 VS Code 可能会导致出现孤立的进程。若要避免此情况,请使用等待标记启动最后一个后台进程。",
"TaskSystem.exitAnyways": "仍然退出(&&E)",
"TerminateAction.label": "终止运行中的任务",
"TerminateAction.label": "终止任务",
"TaskSystem.unknownError": "运行任务时发生了错误。请参见任务日志了解详细信息。",
"TaskService.noWorkspace": "任务仅在工作区文件夹上可用。",
"recentlyUsed": "最近使用的任务",
"configured": "已配置的任务",
"detected": "检测到的任务",
"TaskService.fetchingBuildTasks": "正在获取生成任务...",
"TaskService.noBuildTaskTerminal": "未能找到生成任务。按“配置生成任务”来定义一个。",
"TaskService.fetchingTestTasks": "正在获取测试任务...",
"TaskService.noTestTaskTerminal": "未能找到测试任务。按“配置任务运行程序”来定义一个。",
"TerminateAction.noProcess": "启动的进程不再存在。如果任务衍生的后台任务退出 VS Code,则可能会导致出现孤立的进程。",
"TerminateAction.failed": "未能终止运行中的任务",
"ShowLogAction.label": "显示任务日志",
"RunTaskAction.label": "运行任务",
"RestartTaskAction.label": "重启任务",
"BuildAction.label": "运行生成任务",
"TestAction.label": "运行测试任务",
"quickOpen.task": "运行任务",
"quickOpen.terminateTask": "终止任务(&&T)",
"quickOpen.restartTask": "重启任务",
"quickOpen.buildTask": "生成任务",
"quickOpen.testTask": "测试任务"
"quickOpen.task": "运行任务"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"ConfigurationParser.invalidCWD": "警告: options.cwd 必须属于字符串类型。正在忽略值 {0}\n",
"ConfigurationParser.noargs": "错误: 命令参数必须是字符串数组。提供的值为:\n{0}",
"ConfigurationParser.noShell": "警告: 仅当在终端中执行任务时支持 shell 配置。",
"ConfigurationParser.noName": "错误: 声明范围内的问题匹配程序必须具有名称:\n{0}\n",
"ConfigurationParser.unknownMatcherKind": "警告: 已定义的问题匹配程序未知。受支持的类型为 string | ProblemMatcher | (string | ProblemMatcher)[]。\n{0}\n",
"ConfigurationParser.invalidVaraibleReference": "错误: 无效的 problemMatcher 引用: {0}\n",
"ConfigurationParser.noTaskType": "错误: 任务必须提供 type 属性。将忽略该任务。\n{0}\n",
"ConfigurationParser.noTaskName": "错误: 任务必须提供 taskName 属性。将忽略该任务。\n{0}\n",
"taskConfiguration.shellArgs": "警告: 任务“{0}”是 shell 命令,该命令的名称或其中一个参数具有非转义空格。若要确保命令行引用正确,请将参数合并到该命令。",
"taskConfiguration.noCommandOrDependsOn": "错误:任务“{0}”既不指定命令,也不指定 dependsOn 属性。将忽略该任务。其定义为:\n{1}",
"taskConfiguration.noCommand": "错误: 任务“{0}”未定义命令。将忽略该任务。其定义为:\n{1}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"terminalLinkHandler.followLinkAlt": "Alt + 单击以访问链接",
"terminalLinkHandler.followLinkCmd": "Cmd + 单击以跟踪链接",
"terminalLinkHandler.followLinkCtrl": "Ctrl + 单击以跟踪链接"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"copy": "复制",
"createNewTerminal": "新的终端",
"paste": "粘贴",
"selectAll": "全选",
"clear": "清除"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"read the release notes": "欢迎使用 {0} v{1}! 是否要阅读发布说明?",
"licenseChanged": "我们的许可条款已更改,请仔细浏览。",
"license": "读取许可证",
"updateAvailable": "{0} 将在重启后更新",
"updateIsReady": "有新更新可用",
"thereIsUpdateAvailable": "存在可用更新。",
"updateAvailable": "{0} 将在重启后更新。",
"noUpdatesAvailable": "当前没有可用的更新。",
"updateIsReady": "有新更新可用。",
"commandPalette": "命令面板...",
"settings": "设置",
"keyboardShortcuts": "键盘快捷方式",
Expand All @@ -27,5 +27,6 @@
"DownloadUpdate": "下载可用更新",
"DownloadingUpdate": "正在下载更新...",
"InstallingUpdate": "正在安装更新...",
"restartToUpdate": "重启以更新...",
"checkForUpdates": "检查更新..."
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"welcomePage.help": "帮助",
"welcomePage.keybindingsCheatsheet": "可打印的键盘速查表",
"welcomePage.introductoryVideos": "入门视频",
"welcomePage.tipsAndTricks": "提示与技巧",
"welcomePage.productDocumentation": "产品文档",
"welcomePage.gitHubRepository": "GitHub 存储库",
"welcomePage.stackOverflow": "Stack Overflow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"workbenchConfigurationTitle": "工作台",
"workbench.startupEditor.welcomePage": "打开欢迎页面(默认)。",
"workbench.startupEditor.newUntitledFile": "打开新的无标题文档",
"workbench.startupEditor": "控制在未能恢复上一会话的信息的情况下,启动时显示的编辑器。选择“none”表示启动时不打开编辑器,“welcomePage”表示打开欢迎页面(默认),“newUntitledFile”表示打开新的无标题文档(仅当未打开文件夹时)。",
"help": "帮助"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"vscode.extension.contributes.configuration": "用于配置字符串。",
"vscode.extension.contributes.configuration.title": "设置摘要。此标签将在设置文件中用作分隔注释。",
"vscode.extension.contributes.configuration.properties": "配置属性的描述。",
"invalid.type": "如果进行设置,\"configuration.type\" 必须设置为对象",
"invalid.title": "configuration.title 必须是字符串",
"vscode.extension.contributes.defaultConfiguration": "按语言提供默认编辑器配置设置。",
"invalid.properties": "configuration.properties 必须是对象"
}
Loading

0 comments on commit 14ae6bb

Please sign in to comment.