提交 2382763f 编写于 作者: D Daniel Ye

2017-06-23. Merged in translations from Transifex.

上级 0373af95
......@@ -178,10 +178,6 @@
"name": "vs/workbench/services/textfile",
"project": "vscode-workbench"
},
{
"name": "vs/workbench/services/textMate",
"project": "vscode-workbench"
},
{
"name": "vs/workbench/services/themes",
"project": "vscode-workbench"
......
......@@ -13,5 +13,6 @@
"error.connection.unknown": "出现未知连接错误。您的 Internet 连接已断开,或者您连接的服务器已脱机。",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "出现未知错误。有关详细信息,请参阅日志。",
"nodeExceptionMessage": "发生了系统错误 ({0})",
"error.moreErrors": "{0} 个(共 {1} 个错误)"
}
\ No newline at end of file
......@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"ctrlKey": "Ctrl",
"shiftKey": "Shift",
"altKey": "Alt",
"windowsKey": "Windows",
"ctrlKey.long": "Control",
"shiftKey.long": "Shift",
"altKey.long": "Alt",
"cmdKey.long": "Command",
"windowsKey.long": "Windows"
}
\ No newline at end of file
......@@ -21,6 +21,7 @@
"roundedSelection": "控制选取范围是否有圆角",
"scrollBeyondLastLine": "控制编辑器是否可以滚动到最后一行之后",
"minimap.enabled": "控制是否显示 minimap",
"minimap.showSlider": "控制是否自动隐藏迷你地图滑块。 ",
"minimap.renderCharacters": "呈现某行上的实际字符(与颜色块相反)",
"minimap.maxColumn": "限制最小映射的宽度,尽量多地呈现特定数量的列",
"find.seedSearchStringFromSelection": "控制是否将编辑器的选中内容作为搜索词填入到查找组件",
......@@ -79,6 +80,7 @@
"accessibilitySupport.on": "编辑器将对屏幕阅读器的使用进行永久优化。",
"accessibilitySupport.off": "编辑器将不再对屏幕阅读器的使用进行优化。",
"accessibilitySupport": "控制编辑器是否应运行在对屏幕阅读器进行优化的模式。",
"links": "控制编辑器是否应检测链接并使它们可被点击",
"sideBySide": "控制 Diff 编辑器以并排或内联形式显示差异",
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
"renderIndicators": "控制差异编辑器是否为已添加/删除的更改显示 +/- 指示符号",
......
......@@ -14,5 +14,6 @@
"addSelectionToPreviousFindMatch": "将选择内容添加到上一查找匹配项",
"moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",
"moveSelectionToPreviousFindMatch": "将上个选择内容移动到上一查找匹配项",
"selectAllOccurrencesOfFindMatch": "选择所有找到的查找匹配项",
"changeAll.label": "更改所有匹配项"
}
\ No newline at end of file
......@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"splitEditor": "拆分编辑器",
"joinTwoGroups": "联接两个组的编辑器",
"joinTwoGroups": "合并两个组的编辑器",
"navigateEditorGroups": "在编辑器组间进行导航",
"focusActiveEditorGroup": "聚焦活动编辑器组",
"focusFirstEditorGroup": "聚焦于第一个编辑器组",
......
......@@ -49,8 +49,13 @@
"titleBarInactiveBackground": "窗口处于非活动状态时的标题栏背景色。请注意,该颜色当前仅在 macOS 上受支持。",
"notificationsForeground": "通知前景色。通知从窗口顶部滑入。",
"notificationsBackground": "通知背颜色。通知从窗口顶部滑入。",
"notificationsButtonBackground": "通知按钮背景色。通知从窗口顶部滑入。",
"notificationsButtonHoverBackground": "悬停时的通知按钮背景色。通知从窗口顶部滑入。",
"notificationsButtonForeground": "通知按钮前景色。通知从窗口顶部滑入。",
"notificationsInfoBackground": "消息通知背景色。通知从窗口顶部滑入。",
"notificationsInfoForeground": "消息通知前景色。通知从窗口顶部滑入。",
"notificationsWarningBackground": "警告通知背颜色。通知从窗口顶部滑入。",
"notificationsWarningForeground": "警告通知前景色。通知从窗口顶部滑入。",
"notificationsErrorBackground": "错误通知背景色。通知从窗口顶部滑入。",
"notificationsErrorForeground": "错误通知前景色。通知从窗口顶部滑入。"
}
\ No newline at end of file
......@@ -7,5 +7,6 @@
"extensionHostProcess.startupFailDebug": "扩展未在 10 秒内启动,可能在第一行已停止,需要调试器才能继续。",
"extensionHostProcess.startupFail": "扩展主机未在 10 秒内启动,这可能是一个问题。",
"extensionHostProcess.error": "扩展主机中的错误: {0}",
"devTools": "开发人员工具",
"extensionHostProcess.crash": "扩展主机意外终止。请重新加载窗口以恢复。"
}
\ No newline at end of file
......@@ -15,6 +15,8 @@
"enablePreviewFromQuickOpen": "控制 Quick Open 中打开的编辑器是否显示为预览。预览编辑器可以重新使用,直到将其保留(例如,通过双击或编辑)。",
"editorOpenPositioning": "控制打开编辑器的位置。选择“左侧”或“右侧”以在当前活动位置的左侧或右侧打开编辑器。选择“第一个”或“最后一个”以从当前活动位置独立打开编辑器。",
"revealIfOpen": "控制打开时编辑器是否显示在任何可见组中。如果禁用,编辑器会优先在当前活动编辑器组中打开。如果启用,会显示已打开的编辑器而不是在当前活动编辑器组中再次打开。请注意,有些情况下会忽略此设置,例如强制编辑器在特定组中或在当前活动组的边侧打开时。",
"commandHistory": "控制命令面板中保留最近使用命令的数量。设置为 0 则禁用命令历史记录。",
"preserveInput": "控制是否在再次打开命令面板时恢复上一次的输入内容。",
"closeOnFocusLost": "控制 Quick Open 是否应在失去焦点时自动关闭。",
"openDefaultSettings": "控制打开设置时是否打开显示所有默认设置的编辑器。",
"sideBarLocation": "控制边栏的位置。它可显示在工作台的左侧或右侧。",
......@@ -61,6 +63,7 @@
"zenMode.hideActivityBar": "控制打开 Zen 模式是否也会隐藏工作台左侧的活动栏。",
"zenMode.restore": "控制如果某窗口已退出 zen 模式,是否应还原到 zen 模式。",
"workspaceConfigurationTitle": "工作区",
"workspaces.title": "工作区中的文件夹设置",
"files.exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
"workspaces.additionalFolders": "工作区中的文件夹"
}
\ No newline at end of file
......@@ -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.
{}
\ No newline at end of file
{
"inspectTMScopes": "开发者: 检查 TM 作用域",
"inspectTMScopesWidget.loading": "正在加载..."
}
\ No newline at end of file
......@@ -5,12 +5,16 @@
// Do not edit this file. It is machine generated.
{
"variablesSection": "变量部分",
"variables": "变量",
"variablesAriaTreeLabel": "调试变量",
"expressionsSection": "表达式部分",
"watch": "监视",
"watchAriaTreeLabel": "调试监视表达式",
"callstackSection": "调用堆栈部分",
"debugStopped": "因 {0} 已暂停",
"callStack": "调用堆栈",
"callStackAriaLabel": "调试调用堆栈",
"breakpointsSection": "断点部分",
"breakpoints": "断点",
"breakpointsAriaTreeLabel": "调试断点"
}
\ No newline at end of file
......@@ -7,5 +7,6 @@
"replAriaLabel": "读取 Eval 打印循环面板",
"actions.repl.historyPrevious": "上一个历史记录",
"actions.repl.historyNext": "下一个历史记录",
"actions.repl.acceptInput": "接受 REPL 的输入"
"actions.repl.acceptInput": "接受 REPL 的输入",
"actions.repl.copyAll": "调试: 复制控制台所有内容"
}
\ No newline at end of file
......@@ -13,5 +13,7 @@
"cancel": "取消",
"singleDependentError": "无法禁用扩展“{0}”。扩展“{1}”取决于此。",
"twoDependentsError": "无法禁用扩展“{0}”。扩展“{1}”和扩展“{2}”取决于此。",
"multipleDependentsError": "无法禁用扩展“{0}”。扩展“{1}”、“{2}”和其他扩展取决于此。"
"multipleDependentsError": "无法禁用扩展“{0}”。扩展“{1}”、“{2}”和其他扩展取决于此。",
"installConfirmation": "是否要安装“{0}”扩展?",
"install": "安装"
}
\ No newline at end of file
......@@ -28,6 +28,7 @@
"watcherExclude": "配置文件路径的 glob 模式以从文件监视排除。更改此设置要求重启。如果在启动时遇到 Code 消耗大量 CPU 时间,则可以排除大型文件夹以减少初始加载。",
"hotExit.off": "禁用热退出。",
"hotExit.onExit": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口或触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口、触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。对于任何有文件夹打开的窗口,则不论该窗口是否是最后一个窗口。下次启动时将还原所有未打开文件夹的窗口。若要还原打开有文件夹的窗口,请将“window.restoreWindows”设置为“all”。",
"hotExit": "控制是否在会话间记住未保存的文件,以允许在退出编辑器时跳过保存提示。",
"defaultLanguage": "分配给新文件的默认语言模式。",
"editorConfigurationTitle": "编辑器",
......
......@@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noWorkspace": "无打开的文件夹",
"explorerSection": "文件资源管理器部分",
"noWorkspaceHelp": "尚未打开文件夹。",
"openFolder": "打开文件夹"
}
\ No newline at end of file
......@@ -7,6 +7,7 @@
"editorGroupAriaLabel": "{0}, 编辑器组",
"openEditorAriaLabel": "{0}, 打开编辑器",
"saveAll": "全部保存",
"closeAllUnmodified": "关闭未更改的",
"closeAll": "全部关闭",
"close": "关闭",
"closeOthers": "关闭其他"
......
......@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"surveyQuestion": "是否介意参加快速反馈调查?",
"surveyQuestion": "您愿意参与一次简短的反馈调查吗?",
"takeSurvey": "参加调查",
"remindLater": "稍后提醒",
"neverAgain": "不再显示"
......
......@@ -5,11 +5,14 @@
// Do not edit this file. It is machine generated.
{
"showTriggerActions": "显示所有命令",
"clearCommandHistory": "清除命令历史记录",
"showCommands.label": "命令面板...",
"entryAriaLabelWithKey": "{0}、{1} ,命令",
"entryAriaLabel": "{0},命令",
"canNotRun": "无法从此处运行命令“{0}”。",
"actionNotEnabled": "在当前上下文中没有启用命令“{0}”。",
"recentlyUsed": "最近使用",
"morecCommands": "其他命令",
"commandLabel": "{0}: {1}",
"cat.title": "{0}: {1}",
"noCommandsMatching": "没有匹配的命令"
......
......@@ -4,5 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noTasksMatching": "没有匹配的任务"
"tasksAriaLabel": "键入生成任务的名称",
"noTasksMatching": "没有匹配的任务",
"noTasksFound": "找不到生成任务"
}
\ No newline at end of file
......@@ -5,5 +5,8 @@
// Do not edit this file. It is machine generated.
{
"entryAriaLabel": "{0},任务",
"recentlyUsed": "最近使用的任务",
"configured": "已配置的任务",
"detected": "检测到的任务",
"customizeTask": "自定义任务"
}
\ No newline at end of file
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"tasksAriaLabel": "键入测试任务的名称",
"noTasksMatching": "没有匹配的任务",
"noTasksFound": "没有找到测试任务"
}
\ No newline at end of file
......@@ -7,6 +7,11 @@
"JsonSchema.shell": "指定命令是 shell 命令还是外部程序。如果省略,默认值是 false。",
"JsonSchema.tasks.dependsOn.string": "此任务依赖的另一任务。",
"JsonSchema.tasks.dependsOn.array": "此任务依赖的其他任务。",
"JsonSchema.tasks.terminal": "配置用于显示任务输出和读取输入的面板。",
"JsonSchema.tasks.terminal.echo": "控制是否将执行的命令显示到面板中。默认值为“true”。",
"JsonSchema.tasks.terminal.focus": "控制面板是否获取焦点。默认值为“false”。如果设置为“true”,面板也会显示。",
"JsonSchema.tasks.terminal.reveals": "控制是否显示运行此任务的面板。默认值为“always”。",
"JsonSchema.tasks.terminal.instance": "控制是否在任务间共享面板。同一个任务使用相同面板还是每次运行时新创建一个面板。",
"JsonSchema.tasks.group": "定义此任务属于的执行组。如被省略,则此任务不属于任何组。",
"JsonSchema.tasks.type": "定义任务是被作为进程运行还是在 shell 中作为命令运行。默认作为进程运行。",
"JsonSchema.version": "配置的版本号。",
......
......@@ -24,6 +24,8 @@
"TaskServer.noTask": "未找到要执行的请求任务 {0}。",
"customizeParseErrors": "当前任务配置存在错误。请先更正错误,再自定义任务。",
"moreThanOneBuildTask": "当前 tasks.json 中定义了多个生成任务。正在执行第一个。\n",
"TaskSystem.activeSame.background": "任务已激活并处于后台模式。若要终止任务,请按“F1”>“终止任务”",
"TaskSystem.activeSame.noBackground": "此任务处于活动状态。若要终止任务,请按“F1”>“终止任务”",
"TaskSystem.active": "当前已有任务正在运行。请先终止它,然后再执行另一项任务。",
"TaskSystem.restartFailed": "未能终止并重启任务 {0}",
"TaskSystem.configurationErrors": "错误: 提供的任务配置具有验证错误,无法使用。请首先改正错误。",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"terminal.integrated.copySelection.noSelection": "没有在终端中选择要复制的内容",
"terminal.integrated.exitedWithCode": "通过退出代码 {0} 终止的终端进程",
"terminal.integrated.waitOnExit": "按任意键以关闭终端",
"terminal.integrated.launchFailed": "终端进程命令“{0} {1}”无法启动(退出代码: {2})"
......
......@@ -9,6 +9,7 @@
"optstring": "属性“{0}”可以省略,否则其类型必须是 \"string\"",
"vscode.extension.contributes.view.id": "视图的标识符。使用标识符通过“vscode.window.registerTreeDataProviderForView” API 注册数据提供程序。同时将“onView:${id}”事件注册到“activationEvents”以激活你的扩展。",
"vscode.extension.contributes.view.name": "人类可读的视图名称。将会被显示",
"vscode.extension.contributes.view.when": "显示此视图必须为真的条件",
"vscode.extension.contributes.views": "向编辑器提供视图",
"views.explorer": "资源管理器视图",
"locationId.invalid": "“{0}”为无效视图位置"
......
......@@ -31,6 +31,7 @@
"welcomePage.colorThemeDescription": "使编辑器和代码呈现你喜欢的外观",
"welcomePage.learn": "学习",
"welcomePage.showCommands": "查找并运行所有命令",
"welcomePage.showCommandsDescription": "使用命令面板快速访问和搜索命令 ({0})",
"welcomePage.interfaceOverview": "界面概述",
"welcomePage.interfaceOverviewDescription": "查看突出显示主要 UI 组件的叠加图",
"welcomePage.interactivePlayground": "交互式演练场",
......
......@@ -6,11 +6,11 @@
{
"tag at": "位於 {0} 的標記",
"remote branch at": "位於 {0} 的遠端分支",
"repourl": "存放庫 URL",
"repourl": "儲存庫 URL",
"parent": "父目錄",
"cloning": "正在複製 Git 存放庫...",
"openrepo": "開啟存放庫",
"proposeopen": "要開啟複製的存放庫嗎?",
"cloning": "正在複製 Git 儲存庫...",
"openrepo": "開啟儲存庫",
"proposeopen": "要開啟複製的儲存庫嗎?",
"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
"revert": "還原變更",
"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
......@@ -29,16 +29,16 @@
"select branch to delete": "選擇分支進行刪除",
"confirm force delete branch": "分支 '{0}' 尚未完整合併. 確定刪除嗎?",
"delete branch": "刪除分支",
"no remotes to pull": "您的存放庫未設定要提取的來源遠端。",
"no remotes to push": "您的存放庫未設定要推送的目標遠端。",
"no remotes to pull": "您的儲存庫未設定要提取的遠端來源。",
"no remotes to push": "您的儲存庫未設定要推送的遠端目標。",
"nobranch": "請簽出分支以推送到遠端。",
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
"ok": "確定",
"never again": "確定不要再顯示",
"no remotes to publish": "您的存放庫未設定要發行的目標遠端。",
"no remotes to publish": "您的儲存庫未設定要發行的遠端目標。",
"disabled": "Git 已停用,或在此工作區不受支援",
"clean repo": "請先清除您的存放庫工作樹狀再簽出。",
"clean repo": "請先清除您的本地儲存庫工作區再簽出。",
"cant push": "無法將參考推送到遠端。請先執行 [提取] 以整合您的變更。",
"git error details": "Git: {0}",
"git error": "Git 錯誤",
......
......@@ -10,5 +10,5 @@
"changes": "變更",
"ok": "確定",
"neveragain": "不要再顯示",
"huge": "位於 '{0}' 的 Git 存放庫有過多使用中的變更,只會啟用一部份 Git 功能。"
"huge": "位於 '{0}' 的 Git 儲存庫有過多使用中的變更,只有部份 Git 功能會被啟用。"
}
\ No newline at end of file
......@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"command.clone": "複製",
"command.init": "初始化存放庫",
"command.init": "初始化儲存庫",
"command.refresh": "重新整理",
"command.openChange": "開啟變更",
"command.openFile": "開啟檔案",
......@@ -20,9 +20,9 @@
"command.cleanAll": "捨棄所有變更",
"command.commit": "Commit",
"command.commitStaged": "認可暫存",
"command.commitStagedSigned": "認可暫存 (已登出)",
"command.commitStagedSigned": "認可暫存 (已簽章)",
"command.commitAll": "全部認可",
"command.commitAllSigned": "全部認可 (已登出)",
"command.commitAllSigned": "全部認可 (已簽章)",
"command.undoCommit": "復原上次認可",
"command.checkout": "簽出至...",
"command.branch": "建立分支...",
......@@ -43,7 +43,7 @@
"config.countBadge": "控制 git 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
"config.ignoreLimitWarning": "當存放庫中有過多變更時,略過警告。",
"config.defaultCloneDirectory": "複製 Git 存放庫的預設位置",
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
"config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
"config.enableSmartCommit": "無暫存變更時提交所有變更"
}
\ No newline at end of file
......@@ -13,5 +13,6 @@
"error.connection.unknown": "發生未知的連接錯誤。可能是您已經沒有連線到網際網路,或是您連接的伺服器已離線。",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "發生未知的錯誤。如需詳細資訊,請參閱記錄檔。",
"nodeExceptionMessage": "發生系統錯誤 ({0})",
"error.moreErrors": "{0} (總計 {1} 個錯誤)"
}
\ No newline at end of file
......@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"ctrlKey": "Ctrl",
"shiftKey": "Shift",
"altKey": "Alt",
"windowsKey": "Windows",
"ctrlKey.long": "Control",
"shiftKey.long": "Shift",
"altKey.long": "Alt",
"cmdKey.long": "Command",
"windowsKey.long": "Windows"
}
\ No newline at end of file
......@@ -21,6 +21,7 @@
"roundedSelection": "控制選取範圍是否有圓角",
"scrollBeyondLastLine": "控制編輯器是否會捲動到最後一行之後",
"minimap.enabled": "控制是否會顯示迷你地圖",
"minimap.showSlider": "自動隱藏迷你地圖滑桿",
"minimap.renderCharacters": "呈現行內的實際字元 (而不是彩色區塊)",
"minimap.maxColumn": "限制迷你地圖的寬度,以呈現最多的資料行",
"find.seedSearchStringFromSelection": "控制編譯器選取範圍是否預設為尋找工具的搜尋字串",
......@@ -41,6 +42,7 @@
"quickSuggestions.other": "允許在字串與註解以外之處顯示即時建議。",
"quickSuggestions": "控制是否應在輸入時自動顯示建議",
"quickSuggestionsDelay": "控制延遲顯示快速建議的毫秒數",
"parameterHints": "當您輸入時啟用彈出視窗,顯示參數文件與類型資訊",
"autoClosingBrackets": "控制編輯器是否應在左括號後自動插入右括號",
"formatOnType": "控制編輯器是否應在輸入一行後自動格式化",
"formatOnPaste": "控制編輯器是否應自動設定貼上的內容格式。格式器必須可供使用,而且格式器應該能夠設定文件中一個範圍的格式。",
......@@ -78,6 +80,7 @@
"accessibilitySupport.on": "編輯器將會為螢幕助讀程式的使用方式永久地最佳化。",
"accessibilitySupport.off": "編輯器不會為螢幕助讀程式的使用方式進行最佳化。",
"accessibilitySupport": "控制編輯器是否應於已為螢幕助讀程式最佳化的模式中執行。",
"links": "控制編輯器是否應偵測連結且讓它可點擊",
"sideBySide": "控制 Diff 編輯器要並排或內嵌顯示差異",
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
"renderIndicators": "控制 Diff 編輯器是否要為新增的/移除的變更顯示 +/- 標記",
......
......@@ -14,5 +14,6 @@
"addSelectionToPreviousFindMatch": "將選取項目加入前一個找到的相符項中",
"moveSelectionToNextFindMatch": "將最後一個選擇項目移至下一個找到的相符項",
"moveSelectionToPreviousFindMatch": "將最後一個選擇項目移至前一個找到的相符項",
"selectAllOccurrencesOfFindMatch": "選取所有找到的相符項目",
"changeAll.label": "變更所有發生次數"
}
\ No newline at end of file
......@@ -4,10 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hint11": "Made 1 formatting edit on line {0}",
"hintn1": "Made {0} formatting edits on line {1}",
"hint1n": "Made 1 formatting edit between lines {0} and {1}",
"hintnn": "Made {0} formatting edits between lines {1} and {2}",
"formatDocument.label": "Format Document",
"formatSelection.label": "Format Selection"
"hint11": "在行 {0} 編輯了 1 項格式",
"hintn1": "在行 {1} 編輯了 {0} 項格式",
"hint1n": "在行 {0} 與行 {1} 之間編輯了 1 項格式",
"hintnn": "在行 {1} 與行 {2} 之間編輯了 {0} 項格式",
"formatDocument.label": "將文件格式化",
"formatSelection.label": "將選取項目格式化"
}
\ No newline at end of file
......@@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"aria.oneReference": "個符號位於 {0} 中的第 {1} 行第 {2} 欄",
"aria.fileReferences.1": "1 個符號位於 {0}, 完整路徑 {1}",
"aria.fileReferences.N": "{0} 個符號位於 {1}, 完整路徑 {2}",
"aria.result.0": "找不到結果",
"aria.result.1": "在 {0} 中找到 1 個符號",
"aria.result.n1": "在 {1} 中找到 {0} 個符號",
......
......@@ -12,6 +12,7 @@
"focusBorder": "焦點項目的整體框線色彩。只在沒有任何元件覆寫此色彩時,才會加以使用。",
"contrastBorder": "項目周圍的額外框線,可將項目從其他項目中區隔出來以提高對比。",
"activeContrastBorder": "使用中項目周圍的額外邊界,可將項目從其他項目中區隔出來以提高對比。",
"selectionBackground": "作業區域選取的背景顏色(例如輸入或文字區域)。請注意,這不適用於編輯器中的選取。",
"textSeparatorForeground": "文字分隔符號的顏色。",
"textLinkForeground": "內文連結的前景色彩",
"textLinkActiveForeground": "內文使用連結的前景色彩",
......
......@@ -10,6 +10,8 @@
"multiSelection": "{0} 個選取項目",
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "用 Tab 鍵移動焦點",
"screenReaderDetected": "偵測到螢幕助讀程式",
"screenReaderDetectedExtra": "若您不打算使用螢幕助讀程式,請將設定 `editor.accessibilitySupport` 變更為 \"off\"。",
"disableTabMode": "停用協助工具模式",
"gotoLine": "移至行",
......
......@@ -18,10 +18,13 @@
"appPerf": "啟動效能",
"reloadWindow": "重新載入視窗",
"current": "目前視窗",
"switchWindow": "切換視窗...",
"folders": "資料夾",
"files": "檔案",
"openRecentPlaceHolderMac": "選取路徑 (按住 Cmd 鍵以在新視窗開啟)",
"openRecentPlaceHolder": "選取要開啟的路徑 (按住 Ctrl 鍵以在新視窗開啟)",
"openRecent": "開啟最近使用的檔案...",
"quickOpenRecent": "快速開啟最近使用的檔案...",
"closeMessages": "關閉通知訊息",
"reportIssues": "回報問題",
"reportPerformanceIssue": "回報效能問題",
......@@ -29,6 +32,10 @@
"openDocumentationUrl": "文件",
"openIntroductoryVideosUrl": "簡介影片",
"toggleSharedProcess": "切換共用處理序",
"navigateLeft": "導覽至 [檢視左側]",
"navigateRight": "導覽至 [檢視右側]",
"navigateUp": "導覽至 [檢視上方]",
"navigateDown": "導覽至 [檢視下方]",
"increaseViewSize": "增加目前的檢視大小",
"decreaseViewSize": "縮小目前的檢視大小"
}
\ No newline at end of file
......@@ -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.
{}
\ No newline at end of file
{
"inspectTMScopes": "開發人員: 檢查 TM 範圍",
"inspectTMScopesWidget.loading": "正在載入..."
}
\ No newline at end of file
......@@ -5,12 +5,16 @@
// Do not edit this file. It is machine generated.
{
"variablesSection": "變數區段",
"variables": "變數",
"variablesAriaTreeLabel": "偵錯變數",
"expressionsSection": "運算式區段",
"watch": "監看",
"watchAriaTreeLabel": "對監看運算式執行偵錯",
"callstackSection": "呼叫堆疊區段",
"debugStopped": "於 {0} 暫停",
"callStack": "呼叫堆疊",
"callStackAriaLabel": "偵錯呼叫堆疊",
"breakpointsSection": "中斷點區段",
"breakpoints": "中斷點",
"breakpointsAriaTreeLabel": "偵錯中斷點"
}
\ No newline at end of file
......@@ -13,5 +13,6 @@
"cancel": "取消",
"singleDependentError": "無法停用延伸模組 '{0}'。'{1}' 延伸模組相依於此項。",
"twoDependentsError": "無法停用延伸模組 '{0}'。'{1}' 及 '{2}' 延伸模組相依於此項。",
"multipleDependentsError": "無法停用延伸模組 '{0}'。'{1}'、'{2}' 及其他延伸模組相依於此項。"
"multipleDependentsError": "無法停用延伸模組 '{0}'。'{1}'、'{2}' 及其他延伸模組相依於此項。",
"install": "安裝"
}
\ No newline at end of file
......@@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noWorkspace": "沒有開啟的資料夾",
"explorerSection": "檔案總管區段",
"noWorkspaceHelp": "您尚未開啟資料夾。",
"openFolder": "開啟資料夾"
}
\ No newline at end of file
......@@ -10,6 +10,8 @@
"entryAriaLabel": "{0},命令",
"canNotRun": "無法從這裡執行命令 '{0}'。",
"actionNotEnabled": "目前內容中未啟用命令 '{0}'。",
"recentlyUsed": "最近使用的",
"morecCommands": "其他命令",
"commandLabel": "{0}: {1}",
"cat.title": "{0}: {1}",
"noCommandsMatching": "沒有相符的命令"
......
......@@ -44,5 +44,7 @@
"TestAction.label": "執行測試工作",
"quickOpen.task": "執行工作",
"quickOpen.terminateTask": "終止工作(&&T)",
"quickOpen.restartTask": "重新啟動工作"
"quickOpen.restartTask": "重新啟動工作",
"quickOpen.buildTask": "建置工作",
"quickOpen.testTask": "測試工作"
}
\ No newline at end of file
......@@ -30,5 +30,7 @@
"workbench.action.terminal.clear": "清除",
"workbench.action.terminal.allowWorkspaceShell": "允許工作區外觀配置",
"workbench.action.terminal.disallowWorkspaceShell": "不允許工作區外觀設置",
"workbench.action.terminal.rename": "重新命名"
"workbench.action.terminal.rename": "重新命名",
"workbench.action.terminal.rename.prompt": "輸入終端機名稱",
"workbench.action.terminal.hideFindWidget": "隱藏尋找小工具"
}
\ No newline at end of file
......@@ -9,6 +9,7 @@
"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
"vscode.extension.contributes.view.id": "檢視的識別碼。請使用此識別碼透過 `vscode.window.registerTreeDataProviderForView` API 登錄資料提供者。並藉由將 `onView:${id}` 事件登錄至 `activationEvents` 以觸發啟用您的延伸模組。",
"vscode.extension.contributes.view.name": "使用人性化顯示名稱.",
"vscode.extension.contributes.view.when": "必須為 true 以顯示此檢視的條件",
"vscode.extension.contributes.views": "提供意見給編輯者",
"views.explorer": "檔案總管檢視",
"locationId.invalid": "`{0}`不是有效的識別位置"
......
......@@ -13,5 +13,6 @@
"error.connection.unknown": "Es ist ein unbekannter Verbindungsfehler aufgetreten. Entweder besteht keine Internetverbindung mehr, oder der verbundene Server ist offline.",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "Ein unbekannter Fehler ist aufgetreten. Weitere Details dazu finden Sie im Protokoll.",
"nodeExceptionMessage": "Systemfehler ({0})",
"error.moreErrors": "{0} ({1} Fehler gesamt)"
}
\ No newline at end of file
......@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"ctrlKey": "STRG",
"shiftKey": "UMSCHALTTASTE",
"altKey": "ALT",
"windowsKey": "Windows",
"ctrlKey.long": "STRG",
"shiftKey.long": "UMSCHALTTASTE",
"altKey.long": "ALT",
"cmdKey.long": "Befehlstaste",
"windowsKey.long": "Windows"
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
"notFound": "Die Erweiterung '{0}' wurde nicht gefunden.",
"notInstalled": "Die Erweiterung \"{0}\" ist nicht installiert.",
"useId": "Stellen Sie sicher, dass Sie die vollständige Erweiterungs-ID (einschließlich des Herausgebers) verwenden. Beispiel: {0}",
"successVsixInstall": "Die Extension \"{0}\" wurde erfolgreich installiert.",
"successVsixInstall": "Die Erweiterung \"{0}\" wurde erfolgreich installiert.",
"alreadyInstalled": "Die Erweiterung \"{0}\" ist bereits installiert.",
"foundExtension": "\"{0}\" wurde in Marketplace gefunden.",
"installing": "Wird installiert...",
......
......@@ -14,5 +14,6 @@
"addSelectionToPreviousFindMatch": "Letzte Auswahl zu vorheriger Übereinstimmungssuche hinzufügen",
"moveSelectionToNextFindMatch": "Letzte Auswahl in nächste Übereinstimmungssuche verschieben",
"moveSelectionToPreviousFindMatch": "Letzte Auswahl in vorherige Übereinstimmungssuche verschieben",
"selectAllOccurrencesOfFindMatch": "Alle Vorkommen auswählen und Übereinstimmung suchen",
"changeAll.label": "Alle Vorkommen ändern"
}
\ No newline at end of file
......@@ -4,10 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hint11": "Made 1 formatting edit on line {0}",
"hintn1": "Made {0} formatting edits on line {1}",
"hint1n": "Made 1 formatting edit between lines {0} and {1}",
"hintnn": "Made {0} formatting edits between lines {1} and {2}",
"formatDocument.label": "Format Document",
"formatSelection.label": "Format Selection"
"hint11": "1 Formatierung in Zeile {0} vorgenommen",
"hintn1": "{0} Formatierungen in Zeile {1} vorgenommen",
"hint1n": "1 Formatierung zwischen Zeilen {0} und {1} vorgenommen",
"hintnn": "{0} Formatierungen zwischen Zeilen {1} und {2} vorgenommen"
}
\ No newline at end of file
......@@ -9,6 +9,6 @@
"titleKeybinding": "{0} ({1})",
"additionalViews": "Zusätzliche Ansichten",
"numberBadge": "{0} ({1})",
"manageExtension": "Extension verwalten",
"manageExtension": "Erweiterung verwalten",
"toggle": "Ansichtsfixierung umschalten"
}
\ No newline at end of file
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"canNotRun": "Der Befehl \"{0}\" ist zurzeit nicht aktiviert und kann nicht ausgeführt werden.",
"manageExtension": "Extension verwalten"
"manageExtension": "Erweiterung verwalten"
}
\ No newline at end of file
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"patchedWindowTitle": "[Nicht unterstützt]",
"devExtensionWindowTitlePrefix": "[Extensionentwicklungshost]"
"devExtensionWindowTitlePrefix": "[Erweiterungsentwicklungshost]"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"extensionTestError": "Der Pfad \"{0}\" verweist nicht auf einen gültigen Test Runner für eine Extension."
"extensionTestError": "Der Pfad \"{0}\" verweist nicht auf einen gültigen Test Runner für eine Erweiterung."
}
\ No newline at end of file
......@@ -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.
{}
\ No newline at end of file
{
"inspectTMScopes": "Entwickler: TM-Bereiche untersuchen",
"inspectTMScopesWidget.loading": "Wird geladen..."
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
"vscode.extension.contributes.debuggers": "Trägt Debugadapter bei.",
"vscode.extension.contributes.debuggers.type": "Der eindeutige Bezeichner für diese Debugadapter.",
"vscode.extension.contributes.debuggers.label": "Der Anzeigename für diese Debugadapter.",
"vscode.extension.contributes.debuggers.program": "Der Pfad zum Debugadapterprogramm. Der Pfad ist absolut oder relativ zum Extensionordner.",
"vscode.extension.contributes.debuggers.program": "Der Pfad zum Debugadapterprogramm. Der Pfad ist absolut oder relativ zum Erweiterungsordner.",
"vscode.extension.contributes.debuggers.args": "Optionale Argumente, die an den Adapter übergeben werden sollen.",
"vscode.extension.contributes.debuggers.runtime": "Optionale Laufzeit für den Fall, dass das Programmattribut keine ausführbare Datei ist und eine Laufzeit erfordert.",
"vscode.extension.contributes.debuggers.runtimeArgs": "Optionale Laufzeitargumente.",
......
......@@ -5,12 +5,16 @@
// Do not edit this file. It is machine generated.
{
"variablesSection": "Variablenabschnitt",
"variables": "Variablen",
"variablesAriaTreeLabel": "Variablen debuggen",
"expressionsSection": "Ausdrucksabschnitt",
"watch": "Überwachen",
"watchAriaTreeLabel": "Überwachungsausdrücke debuggen",
"callstackSection": "Aufruflistenabschnitt",
"debugStopped": "Angehalten bei {0}",
"callStack": "Aufrufliste",
"callStackAriaLabel": "Aufrufliste debuggen",
"breakpointsSection": "Haltepunkteabschnitt",
"breakpoints": "Haltepunkte",
"breakpointsAriaTreeLabel": "Haltepunkte debuggen"
}
\ No newline at end of file
......@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"app.extensions.json.title": "Extensions",
"app.extensions.json.title": "Erweiterungen",
"app.extensions.json.recommendations": "Liste der Erweiterungsempfehlungen. Der Bezeichner einer Erweiterung lautet immer \"${publisher}.${name}\". Beispiel: \"vscode.csharp\".",
"app.extension.identifier.errorMessage": "Erwartetes Format: \"${publisher}.${name}\". Beispiel: \"vscode.csharp\"."
}
\ No newline at end of file
......@@ -7,9 +7,9 @@
"extensionsCommands": "Erweiterungen verwalten",
"galleryExtensionsCommands": "Katalogerweiterungen installieren",
"extension": "Erweiterung",
"extensions": "Extensions",
"extensions": "Erweiterungen",
"view": "Anzeigen",
"extensionsConfigurationTitle": "Extensions",
"extensionsConfigurationTitle": "Erweiterungen",
"extensionsAutoUpdate": "Erweiterungen automatisch aktualisieren",
"extensionsIgnoreRecommendations": "Erweiterungsempfehlungen ignorieren"
}
\ No newline at end of file
......@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"searchExtensions": "Nach Erweiterungen im Marketplace suchen",
"extensions": "Extensions",
"extensions": "Erweiterungen",
"sort by installs": "Sortieren nach: Installationsanzahl",
"sort by rating": "Sortieren nach: Bewertung",
"sort by name": "Sortieren nach: Name",
......
......@@ -13,5 +13,7 @@
"cancel": "Abbrechen",
"singleDependentError": "Die Erweiterung \"{0}\" kann nicht deaktiviert werden. Die Erweiterung \"{1}\" ist davon abhängig.",
"twoDependentsError": "Die Erweiterung \"{0}\" kann nicht deaktiviert werden. Die Erweiterungen \"{1}\" und \"{2}\" sind davon abhängig.",
"multipleDependentsError": "Die Erweiterung \"{0}\" kann nicht deaktiviert werden. Die Erweiterungen \"{1}\", \"{2}\" und andere sind davon abhängig."
"multipleDependentsError": "Die Erweiterung \"{0}\" kann nicht deaktiviert werden. Die Erweiterungen \"{1}\", \"{2}\" und andere sind davon abhängig.",
"installConfirmation": "Möchten sie die Erweiterung \"{0}\" installieren?",
"install": "Installieren"
}
\ No newline at end of file
......@@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noWorkspace": "Es ist kein Ordner geöffnet.",
"explorerSection": "Datei-Explorer-Abschnitt",
"noWorkspaceHelp": "Sie haben noch keinen Ordner geöffnet.",
"openFolder": "Ordner öffnen"
}
\ No newline at end of file
......@@ -6,9 +6,9 @@
{
"vscode.extension.contributes.snippets": "Trägt Codeausschnitte bei.",
"vscode.extension.contributes.snippets-language": "Der Sprachbezeichner, für den dieser Codeausschnitt beigetragen wird.",
"vscode.extension.contributes.snippets-path": "Der Pfad der Codeausschnittdatei. Der Pfad ist relativ zum Extensionordner und beginnt normalerweise mit \". /snippets/\".",
"vscode.extension.contributes.snippets-path": "Der Pfad der Codeausschnittdatei. Der Pfad ist relativ zum Erweiterungsordner und beginnt normalerweise mit \". /snippets/\".",
"invalid.language": "Unbekannte Sprache in \"contributes.{0}.language\". Bereitgestellter Wert: {1}",
"invalid.path.0": "In \"contributes.{0}.path\" wurde eine Zeichenfolge erwartet. Bereitgestellter Wert: {1}",
"invalid.path.1": "Es wurde erwartet, dass \"contributes.{0}.path\" ({1}) im Ordner ({2}) der Extension enthalten ist. Dies führt ggf. dazu, dass die Extension nicht portierbar ist.",
"invalid.path.1": "Es wurde erwartet, dass \"contributes.{0}.path\" ({1}) im Ordner ({2}) der Erweiterung enthalten ist. Dies führt ggf. dazu, dass die Erweiterung nicht portierbar ist.",
"badVariableUse": "Das \"{0}\"-Snippet verwirrt wahrscheinlich Snippet-Variablen und Snippet-Paltzhalter. Schaue https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax für weitere Informationen."
}
\ No newline at end of file
......@@ -17,7 +17,7 @@
"error.cannotloadtheme": "Unable to load {0}: {1}",
"reqarray": "Extension point `{0}` must be an array.",
"reqpath": "In \"contributes.{0}.path\" wurde eine Zeichenfolge erwartet. Bereitgestellter Wert: {1}",
"invalid.path.1": "Es wurde erwartet, dass \"contributes.{0}.path\" ({1}) im Ordner ({2}) der Extension enthalten ist. Dies führt ggf. dazu, dass die Extension nicht portierbar ist.",
"invalid.path.1": "Es wurde erwartet, dass \"contributes.{0}.path\" ({1}) im Ordner ({2}) der Erweiterung enthalten ist. Dies führt ggf. dazu, dass die Erweiterung nicht portierbar ist.",
"reqid": "In \"contributes.{0}.id\" wurde eine Zeichenfolge erwartet. Bereitgestellter Wert: {1}",
"error.cannotloadicontheme": "Unable to load {0}",
"error.cannotparseicontheme": "Problems parsing file icons file: {0}",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"markdown.preview.breaks.desc": "Establece cómo los saltos de línea son representados en la vista previa de markdown. Estableciendolo en 'true' crea un <br> para cada nueva línea.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Haga doble clic en la vista previa de Markdown para cambiar al editor.",
"markdown.preview.fontFamily.desc": "Controla la familia de la fuente utilizada en la previsualización del descuento.",
"markdown.preview.fontSize.desc": "Controla el tamaño de la fuente en píxeles utilizado en la previsualización del descuento.",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"versionMismatch": "Usando TypeScript ({1}) para las características del editor. TypeScript ({0}) es instalado globalmente en su máquina. Los errores en VS Code pueden diferir de los de TSC",
"moreInformation": "Más información",
"doNotCheckAgain": "No volver a comprobar",
"close": "Cerrar",
......
......@@ -17,6 +17,7 @@
"typescript.format.enable": "Habilita o deshabilita el formateador predeterminado de TypeScript.",
"javascript.format.enable": "Habilita o deshabilita el formateador predeterminado de JavaScript.",
"format.insertSpaceAfterCommaDelimiter": "Define el tratamiento del espacio después de un delimitador de coma.",
"format.insertSpaceAfterConstructor": "Define el manejo del espacio después de la palabra clave constructor. Requiere TypeScript >= 2.3.0",
"format.insertSpaceAfterSemicolonInForStatements": " Define el tratamiento del espacio después de punto y coma en una instrucción for.",
"format.insertSpaceBeforeAndAfterBinaryOperators": "Define el tratamiento del espacio después de un operador binario.",
"format.insertSpaceAfterKeywordsInControlFlowStatements": "Define el tratamiento del espacio después de las palabras clave en una instrucción de flujo de control.",
......
......@@ -13,5 +13,6 @@
"error.connection.unknown": "Error de conexión desconocido. Es posible que ya no esté conectado a Internet o que el servidor al que se había conectado esté sin conexión.",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "Se ha producido un error desconocido. Consulte el registro para obtener más detalles.",
"nodeExceptionMessage": "Error del sistema ({0})",
"error.moreErrors": "{0} ({1} errores en total)"
}
\ No newline at end of file
......@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"ctrlKey": "Ctrl",
"shiftKey": "Mayús",
"altKey": "Alt",
"windowsKey": "Windows",
"ctrlKey.long": "Control",
"shiftKey.long": "Mayús",
"altKey.long": "Alt",
"cmdKey.long": "Comando",
"windowsKey.long": "Windows"
}
\ No newline at end of file
......@@ -12,6 +12,7 @@
"mDebug": "&&Depurar",
"mWindow": "Ventana",
"mHelp": "Ayuda",
"mTask": "&&Tareas",
"miNewWindow": "&&Nueva ventana",
"mAbout": "Acerca de {0}",
"mServices": "Servicios",
......@@ -41,6 +42,7 @@
"miSelectIconTheme": "&&Tema de icono de archivo",
"miPreferences": "&&Preferencias",
"miReopenClosedEditor": "&&Volver a abrir el editor cerrado",
"miMore": "&&Más...",
"miClearRecentOpen": "&&Borrar archivos recientes",
"miUndo": "&&Deshacer",
"miRedo": "&&Rehacer",
......@@ -141,7 +143,9 @@
"miRemoveAllBreakpoints": "Quitar &&todos los puntos de interrupción",
"miInstallAdditionalDebuggers": "&&Instalar los depuradores adicionales...",
"mMinimize": "Minimizar",
"mZoom": "Zoom",
"mBringToFront": "Traer todo al frente",
"miSwitchWindow": "Cambiar &&Ventana...",
"miToggleDevTools": "&&Alternar herramientas de desarrollo",
"miAccessibilityOptions": "&&Opciones de accesibilidad",
"miReportIssues": "&&Notificar problemas",
......@@ -156,7 +160,12 @@
"miLicense": "Ver &&licencia",
"miPrivacyStatement": "&&Declaración de privacidad",
"miAbout": "&&Acerca de",
"miRunTask": "&&Ejecutar Tarea...",
"miRestartTask": "&&Reiniciar Tarea",
"miTerminateTask": "&&Finalizar tarea",
"miBuildTask": "&&Tarea de compilación",
"miTestTask": "&&Tarea de Prueba",
"miShowTaskLog": "&&Mostrar Registro de Tareas",
"accessibilityOptionsWindowTitle": "Opciones de accesibilidad",
"miRestartToUpdate": "Reiniciar para actualizar...",
"miCheckingForUpdates": "Buscando actualizaciones...",
......
......@@ -21,6 +21,7 @@
"roundedSelection": "Controla si las selecciones tienen esquinas redondeadas",
"scrollBeyondLastLine": "Controla si el editor se seguirá desplazando después de la última línea",
"minimap.enabled": "Controla si se muestra el minimapa",
"minimap.showSlider": "Controla si el control deslizante del minimapa es ocultado automáticamente.",
"minimap.renderCharacters": "Presentar los caracteres reales en una línea (por oposición a bloques de color)",
"minimap.maxColumn": "Limitar el ancho del minimapa para presentar como mucho un número de columnas determinado",
"find.seedSearchStringFromSelection": "Controla si se inicializa la cadena de búsqueda en Buscar widget en la selección del editor",
......@@ -41,9 +42,11 @@
"quickSuggestions.other": "Habilita sugerencias rápidas fuera de las cadenas y los comentarios.",
"quickSuggestions": "Controla si las sugerencias deben mostrarse automáticamente mientras se escribe",
"quickSuggestionsDelay": "Controla el retardo en ms tras el cual aparecerán sugerencias rápidas",
"parameterHints": "Habilita el desplegable que muestra documentación de los parámetros e información de los tipos mientras escribe",
"autoClosingBrackets": "Controla si el editor debe cerrar automáticamente los corchetes después de abrirlos",
"formatOnType": "Controla si el editor debe dar formato automáticamente a la línea después de escribirla",
"formatOnPaste": "Controla si el editor debe formatear automáticamente el contenido pegado. Debe haber disponible un formateador capaz de aplicar formato a un intervalo dentro de un documento.",
"autoIndent": "Controla si el editor debería ajustar automáticamente la sangría cuando los usuarios escriben, pegan o mueven líneas. Las reglas de sangría del idioma deben estar disponibles.",
"suggestOnTriggerCharacters": "Controla si las sugerencias deben aparecer de forma automática al escribir caracteres desencadenadores",
"acceptSuggestionOnEnter": "Controla si las sugerencias deben aceptarse en \"Entrar\" (además de \"TAB\"). Ayuda a evitar la ambigüedad entre insertar nuevas líneas o aceptar sugerencias. El valor \"smart\" significa que solo se acepta una sugerencia con Entrar cuando se realiza un cambio textual.",
"acceptSuggestionOnCommitCharacter": "Controla si se deben aceptar sugerencias en los caracteres de confirmación. Por ejemplo, en Javascript, el punto y coma (\";\") puede ser un carácter de confirmación que acepta una sugerencia y escribe ese carácter.",
......@@ -78,6 +81,7 @@
"accessibilitySupport.on": "El editor se optimizará de forma permanente para su uso con un editor de pantalla.",
"accessibilitySupport.off": "El editor nunca se optimizará para su uso con un lector de pantalla.",
"accessibilitySupport": "Controla si el editor se debe ejecutar en un modo optimizado para lectores de pantalla.",
"links": "Controla si el editor debe detectar enlaces y hacerlos cliqueables",
"sideBySide": "Controla si el editor de diferencias muestra las diferencias en paralelo o alineadas.",
"ignoreTrimWhitespace": "Controla si el editor de diferencias muestra los cambios de espacio inicial o espacio final como diferencias.",
"renderIndicators": "Controla si el editor de diff muestra indicadores +/- para cambios agregados/quitados",
......
......@@ -14,5 +14,6 @@
"addSelectionToPreviousFindMatch": "Agregar selección hasta la anterior coincidencia de búsqueda",
"moveSelectionToNextFindMatch": "Mover última selección hasta la siguiente coincidencia de búsqueda",
"moveSelectionToPreviousFindMatch": "Mover última selección hasta la anterior coincidencia de búsqueda",
"selectAllOccurrencesOfFindMatch": "Seleccionar todas las repeticiones de coincidencia de búsqueda",
"changeAll.label": "Cambiar todas las ocurrencias"
}
\ No newline at end of file
......@@ -4,10 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hint11": "Made 1 formatting edit on line {0}",
"hintn1": "Made {0} formatting edits on line {1}",
"hint1n": "Made 1 formatting edit between lines {0} and {1}",
"hintnn": "Made {0} formatting edits between lines {1} and {2}",
"formatDocument.label": "Format Document",
"formatSelection.label": "Format Selection"
"hint11": "1 edición de formato en la línea {0}",
"hintn1": "{0} ediciones de formato en la línea {1}",
"hint1n": "1 edición de formato entre las líneas {0} y {1}",
"hintnn": "{0} ediciones de formato entre las líneas {1} y {2}",
"formatDocument.label": "Dar formato al documento",
"formatSelection.label": "Dar formato a la selección"
}
\ No newline at end of file
......@@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"aria.oneReference": "símbolo en {0} linea {1} en la columna {2}",
"aria.fileReferences.1": "1 símbolo en {0}, ruta de acceso completa {1}",
"aria.fileReferences.N": "{0} símbolos en {1}, ruta de acceso completa {2}",
"aria.result.0": "No se encontraron resultados",
"aria.result.1": "Encontró 1 símbolo en {0}",
"aria.result.n1": "Encontró {0} símbolos en {1}",
......
......@@ -12,6 +12,7 @@
"focusBorder": "Color de borde de los elementos con foco. Este color solo se usa si un componente no lo invalida.",
"contrastBorder": "Un borde adicional alrededor de los elementos para separarlos unos de otros y así mejorar el contraste.",
"activeContrastBorder": "Un borde adicional alrededor de los elementos activos para separarlos unos de otros y así mejorar el contraste.",
"selectionBackground": "El color de fondo del texto seleccionado en el área de trabajo (por ejemplo, campos de entrada o áreas de texto). Esto no se aplica a las selecciones dentro del editor.",
"textSeparatorForeground": "Color para los separadores de texto.",
"textLinkForeground": "Color de primer plano para los vínculos en el texto.",
"textLinkActiveForeground": "Color de primer plano para los vínculos activos en el texto.",
......@@ -78,7 +79,10 @@
"mergeCurrentContentBackground": "Fondo del contenido actual en conflictos de combinación alineados.",
"mergeIncomingHeaderBackground": "Fondo del encabezado de entrada en conflictos de combinación alineados.",
"mergeIncomingContentBackground": "Fondo del contenido de entrada en conflcitos de combinación alineados.",
"mergeCommonHeaderBackground": "Fondo del encabezado de ancestros comunes en conflictos de combinación alineados.",
"mergeCommonContentBackground": "Fondo del contenido de ancestros comunes en conflictos de combinación alineados.",
"mergeBorder": "Color del borde en los encabezados y el divisor en conflictos de combinación alineados.",
"overviewRulerCurrentContentForeground": "Primer plano de la regla de visión general actual para conflictos de combinación alineados.",
"overviewRulerIncomingContentForeground": "Primer plano de regla de visión general de entrada para conflictos de combinación alineados."
"overviewRulerIncomingContentForeground": "Primer plano de regla de visión general de entrada para conflictos de combinación alineados.",
"overviewRulerCommonContentForeground": "Primer plano de la regla de visión general de ancestros comunes para conflictos de combinación alineados."
}
\ No newline at end of file
......@@ -19,6 +19,7 @@
"closeEditorsToTheLeft": "Cerrar los editores a la izquierda",
"closeEditorsToTheRight": "Cerrar los editores a la derecha",
"closeAllEditors": "Cerrar todos los editores",
"closeUnmodifiedEditors": "Cerrar los editores en el grupo sin modificar",
"closeEditorsInOtherGroups": "Cerrar los editores de otros grupos",
"closeOtherEditorsInGroup": "Cerrar otros editores",
"closeEditorsInGroup": "Cerrar todos los editores del grupo",
......
......@@ -10,6 +10,8 @@
"multiSelection": "{0} selecciones",
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "Tabulación Mueve el Foco",
"screenReaderDetected": "Lector de Pantalla Detectado",
"screenReaderDetectedExtra": "Si no va a usar un lector de pantalla, cambie el valor de configuración \"editor.accessibilitySupport\" a \"desactivado\".",
"disableTabMode": "Deshabilitar modo de accesibilidad",
"gotoLine": "Ir a la línea",
......
......@@ -8,6 +8,7 @@
"closeOthers": "Cerrar otros",
"closeRight": "Cerrar a la derecha",
"closeAll": "Cerrar todo",
"closeAllUnmodified": "Cerrar los no modificados",
"keepOpen": "Mantener abierto",
"showOpenedEditors": "Mostrar editores abiertos",
"araLabelEditorActions": "Acciones del editor"
......
......@@ -48,5 +48,14 @@
"titleBarActiveBackground": "Fondo de la barra de título cuando la ventana está activa. Tenga en cuenta que, actualmente, este color solo se admite en macOS.",
"titleBarInactiveBackground": "Color de fondo de la barra de título cuando la ventana está inactiva. Tenga en cuenta que, actualmente, este color solo se admite en macOS.",
"notificationsForeground": "Color de primer plano de las notificaciones. Estas se deslizan en la parte superior de la ventana. ",
"notificationsBackground": "Color de fondo de las notificaciones. Estas se deslizan en la parte superior de la ventana. "
"notificationsBackground": "Color de fondo de las notificaciones. Estas se deslizan en la parte superior de la ventana. ",
"notificationsButtonBackground": "Color de fondo del botón de notificaciones. Estas se deslizan en la parte superior de la ventana.",
"notificationsButtonHoverBackground": "Color de fondo del botón de notificaciones al desplazar el ratón sobre él. Estas se deslizan en la parte superior de la ventana.",
"notificationsButtonForeground": "Color de primer plano del botón de notificaciones. Estas se deslizan en la parte superior de la ventana.",
"notificationsInfoBackground": "Color de fondo de la información de notificaciones. Estas se deslizan en la parte superior de la ventana.",
"notificationsInfoForeground": "Color de primer plano de la información de notificaciones. Estas se deslizan en la parte superior de la ventana.",
"notificationsWarningBackground": "Color de fondo del aviso de notificaciones. Estas se deslizan en la parte superior de la ventana.",
"notificationsWarningForeground": "Color de primer plano del aviso de notificaciones. Estas se deslizan en la parte superior de la ventana.",
"notificationsErrorBackground": "Color de fondo del error de notificaciones. Estas se deslizan en la parte superior de la ventana.",
"notificationsErrorForeground": "Color de primer plano del error de notificaciones. Estas se deslizan en la parte superior de la ventana."
}
\ No newline at end of file
......@@ -17,11 +17,16 @@
"zoomReset": "Restablecer zoom",
"appPerf": "Rendimiento de inicio",
"reloadWindow": "Recargar ventana",
"switchWindowPlaceHolder": "Seleccionar una ventana a la que cambiar",
"current": "Ventana actual",
"switchWindow": "Cambiar de Ventana...",
"quickSwitchWindow": "Cambio Rápido de Ventana...",
"folders": "carpetas",
"files": "archivos",
"openRecentPlaceHolderMac": "Seleccione una ruta de acceso (mantenga presionada la tecla Cmd para abrirla en una nueva ventana)",
"openRecentPlaceHolder": "Seleccione una ruta de acceso para abrir (mantenga presionada la tecla Ctrl para abrirla en una nueva ventana)",
"openRecent": "Abrir Reciente...",
"quickOpenRecent": "Abrir Reciente Rapidamente...",
"closeMessages": "Cerrar mensajes de notificación",
"reportIssues": "Notificar problemas",
"reportPerformanceIssue": "Notificar problema de rendimiento",
......@@ -29,6 +34,10 @@
"openDocumentationUrl": "Documentación",
"openIntroductoryVideosUrl": "Vídeos de introducción",
"toggleSharedProcess": "Alternar proceso compartido",
"navigateLeft": "Navegar a la Vista de la Izquierda",
"navigateRight": "Navegar a la Vista de la Derecha",
"navigateUp": "Navegar a la Vista Superior",
"navigateDown": "Navegar a la Vista Inferior",
"increaseViewSize": "Aumentar tamaño de vista actual",
"decreaseViewSize": "Reducir tamaño de vista actual"
}
\ No newline at end of file
......@@ -7,5 +7,6 @@
"extensionHostProcess.startupFailDebug": "El host de extensiones no se inició en 10 segundos, puede que se detenga en la primera línea y necesita un depurador para continuar.",
"extensionHostProcess.startupFail": "El host de extensiones no se inició en 10 segundos, lo cual puede ser un problema.",
"extensionHostProcess.error": "Error del host de extensiones: {0}",
"devTools": "Herramientas de desarrollo",
"extensionHostProcess.crash": "El host de extensiones finalizó inesperadamente. Recargue la ventana para recuperarlo."
}
\ No newline at end of file
......@@ -15,6 +15,8 @@
"enablePreviewFromQuickOpen": "Controla si los editores abiertos mediante Quick Open se muestran en modo de vista previa. Los editores en modo de vista previa se reutilizan hasta que se conservan (por ejemplo, mediante doble clic o editándolos).",
"editorOpenPositioning": "Controla dónde se abren los editores. Seleccione 'izquierda' o 'derecha' para abrir los editores situados a la izquierda o la derecha del que está actualmente activo. Seleccione 'primero' o 'último' para abrir los editores con independencia del que esté actualmente activo.",
"revealIfOpen": "Controla si un editor se muestra en alguno de los grupos visibles cuando se abre. Si se deshabilita esta opción, un editor preferirá abrirse en el grupo de editores activo en ese momento. Si se habilita, un editor ya abierto se mostrará en lugar de volver a abrirse en el grupo de editores activo. Tenga en cuenta que hay casos en los que esta opción se omite; por ejemplo, cuando se fuerza la apertura de un editor en un grupo específico o junto al grupo activo actual.",
"commandHistory": "Controla el número de comandos usados recientemente a almacenar en el historial para la paleta de comandos. Establezca a 0 para deshabilitar el historial de comandos.",
"preserveInput": "Controla si la última entrada introducida en la paleta de comandos debería ser restaurada cuando sea abierta la próxima vez.",
"closeOnFocusLost": "Controla si Quick Open debe cerrarse automáticamente cuando pierde el foco.",
"openDefaultSettings": "Controla si la configuración de apertura también abre un editor que muestra todos los valores predeterminados.",
"sideBarLocation": "Controla la ubicación de la barra lateral. Puede mostrarse a la izquierda o a la derecha del área de trabajo.",
......@@ -31,6 +33,11 @@
"window.openFoldersInNewWindow.off": "Las carpetas reemplazarán la ventana activa más reciente",
"window.openFoldersInNewWindow.default": "Las carpetas se abrirán en una nueva ventana a menos que se seleccione una carpeta desde la aplicación (p. ej. mediante el menú Archivo)",
"openFoldersInNewWindow": "Controla si las carpetas deben abrirse en una ventana nueva o reemplazar la última ventana activa.\n- default: las carpetas se abrirán en una ventana nueva, a menos que se seleccione una carpeta desde la aplicación (por ejemplo, desde el menú Archivo)\n- on: las carpetas se abrirán en una ventana nueva\n- off: las carpetas reemplazarán la última ventana activa\nTenga en cuenta que aún puede haber casos en los que este parámetro se ignore (por ejemplo, al usar la opción de la línea de comandos -new-window o -reuse-window).",
"window.reopenFolders.all": "Reabrir todas las ventanas.",
"window.reopenFolders.folders": "Reabrir todas las carpetas. Las ventanas vacías no serán restauradas.",
"window.reopenFolders.one": "Reabrir la última ventana activa.",
"window.reopenFolders.none": "Nunca reabrir una ventana. Empezar siempre con una vacía.",
"restoreWindows": "Controla cómo se vuelven a abrir las ventanas tras un reinicio. Seleccione 'none' para no volver a abrir jamás una ventana, 'one' para volver a abrir la última ventana en la que trabajó, 'folders' para volver a abrir todas las carpetas que tenía abiertas o seleccione 'all' para volver a abrir todas las ventanas de la última sesión.",
"restoreFullscreen": "Controla si una ventana se debe restaurar al modo de pantalla completa si se salió de ella en dicho modo.",
"zoomLevel": "Ajuste el nivel de zoom de la ventana. El tamaño original es 0 y cada incremento (por ejemplo, 1) o disminución (por ejemplo, -1) representa una aplicación de zoom un 20 % más grande o más pequeño. También puede especificar decimales para ajustar el nivel de zoom con una granularidad más precisa.",
"title": "Controla el título de la ventana según el editor activo. Las variables se sustituyen según el contexto: ${activeEditorShort}: por ejemplo, myFile.txt ${activeEditorMedium}: por ejemplo, myFolder/myFile.txt ${activeEditorLong}: por ejemplo, /Users/Development/myProject/myFolder/myFile.txt ${rootName}: por ejemplo, myProject ${rootPath}: por ejemplo, /Users/Development/myProject ${appName}: por ejemplo, VS Code ${dirty}: un indicador con modificaciones si el editor activo está desfasado ${separator}: un separador condicional (\" - \") que solo se muestra cuando está rodeado por variables con valores",
......@@ -56,5 +63,7 @@
"zenMode.hideActivityBar": "Controla si la activación del modo zen oculta también la barra de estado en la parte izquierda del área de trabajo.",
"zenMode.restore": "Controla si una ventana debe restaurarse a modo zen si se cerró en modo zen.",
"workspaceConfigurationTitle": "Área de trabajo",
"files.exclude.boolean": "El patrón global con el que se harán coincidir las rutas de acceso de los archivos. Establézcalo en true o false para habilitarlo o deshabilitarlo."
"workspaces.title": "Configuración de carpetas para el área de trabajo",
"files.exclude.boolean": "El patrón global con el que se harán coincidir las rutas de acceso de los archivos. Establézcalo en true o false para habilitarlo o deshabilitarlo.",
"workspaces.additionalFolders": "Carpetas en este área de trabajo"
}
\ No newline at end of file
......@@ -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.
{}
\ No newline at end of file
{
"inspectTMScopes": "Desarrollador: Inspeccionar ámbitos de TM",
"inspectTMScopesWidget.loading": "Cargando..."
}
\ No newline at end of file
......@@ -5,12 +5,16 @@
// Do not edit this file. It is machine generated.
{
"variablesSection": "Sección de variables",
"variables": "Variables",
"variablesAriaTreeLabel": "Variables de depuración",
"expressionsSection": "Sección de expresiones",
"watch": "Inspección",
"watchAriaTreeLabel": "Expresiones de inspección de la depuración",
"callstackSection": "Sección de la pila de llamadas",
"debugStopped": "En pausa en {0}",
"callStack": "Pila de llamadas",
"callStackAriaLabel": "Pila de llamadas de la depuración",
"breakpointsSection": "Sección de puntos de interrupción",
"breakpoints": "Puntos de interrupción",
"breakpointsAriaTreeLabel": "Puntos de interrupción de la depuración"
}
\ No newline at end of file
......@@ -7,5 +7,6 @@
"replAriaLabel": "Panel de read–eval–print loop",
"actions.repl.historyPrevious": "Historial anterior",
"actions.repl.historyNext": "Historial siguiente",
"actions.repl.acceptInput": "REPL - Aceptar entrada"
"actions.repl.acceptInput": "REPL - Aceptar entrada",
"actions.repl.copyAll": "Depuración: Consola Copiar Todo"
}
\ No newline at end of file
......@@ -13,5 +13,7 @@
"cancel": "Cancelar",
"singleDependentError": "No se puede deshabilitar la extensión \"{0}\". La extensión \"{1}\" depende de ella.",
"twoDependentsError": "No se puede deshabilitar la extensión \"{0}\". Las extensiones \"{1}\" y \"{2}\" dependen de ella.",
"multipleDependentsError": "No se puede deshabilitar la extensión \"{0}\". Las extensiones \"{1}\", \"{2}\" y otras dependen de ella."
"multipleDependentsError": "No se puede deshabilitar la extensión \"{0}\". Las extensiones \"{1}\", \"{2}\" y otras dependen de ella.",
"installConfirmation": "Desea instalar la extensión '{0}' ?",
"install": "Instalar"
}
\ No newline at end of file
......@@ -28,6 +28,7 @@
"watcherExclude": "Configure patrones globales de las rutas de acceso de archivo que se van a excluir de la inspección de archivos. Al cambiar esta configuración, es necesario reiniciar. Si observa que Code consume mucho tiempo de CPU al iniciarse, puede excluir las carpetas grandes para reducir la carga inicial.",
"hotExit.off": "Deshabilita la salida rápida.",
"hotExit.onExit": "hotExit se desencadena al cerrar la aplicación, es decir, al cerrarse la última ventana en Windows/Linux o cuando se desencadena el comando workbench.action.quit (paleta de comandos, enlace de teclado, menú). Todas las ventanas con copias de seguridad se restaurarán la próxima vez que se inicie.",
"hotExit.onExitAndWindowClose": "La salida rápida se desencadena al cerrar la aplicación, es decir, al cerrarse la última ventana en Windows/Linux o cuando se desencadena el comando workbench.action.quit (paleta de comandos, enlace de teclado, menú), y también para cualquier ventana que tenga una carpeta abierta, independientemente de que sea o no la última ventana. Todas las ventanas sin carpetas abiertas se restaurarán la próxima vez que se inicie. Para restaurar las ventanas con carpetas tal cual estaban antes de cerrarse, establezca \"window.restoreWindows\" a \"all\".",
"hotExit": "Controla si los archivos no guardados se recuerdan entre las sesiones, lo que permite omitir el mensaje para guardar al salir del editor.",
"defaultLanguage": "El modo de lenguaje predeterminado que se asigna a nuevos archivos.",
"editorConfigurationTitle": "Editor",
......
......@@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noWorkspace": "No hay ninguna carpeta abierta",
"explorerSection": "Sección del Explorador de archivos",
"noWorkspaceHelp": "Todavía no ha abierto ninguna carpeta.",
"openFolder": "Abrir carpeta"
}
\ No newline at end of file
......@@ -7,6 +7,7 @@
"editorGroupAriaLabel": "{0}, grupo de editores",
"openEditorAriaLabel": "{0}, abrir editor",
"saveAll": "Guardar todos",
"closeAllUnmodified": "Cerrar los que no se han modificado",
"closeAll": "Cerrar todo",
"close": "Cerrar",
"closeOthers": "Cerrar otros"
......
......@@ -5,11 +5,14 @@
// Do not edit this file. It is machine generated.
{
"showTriggerActions": "Mostrar todos los comandos",
"clearCommandHistory": "Borrar historial de comandos",
"showCommands.label": "Paleta de comandos...",
"entryAriaLabelWithKey": "{0}, {1}, comandos",
"entryAriaLabel": "{0}, comandos",
"canNotRun": "El comando '{0}' no puede ejecutarse desde aquí.",
"actionNotEnabled": "El comando '{0}' no está habilitado en el contexto actual.",
"recentlyUsed": "usado recientemente",
"morecCommands": "otros comandos",
"commandLabel": "{0}: {1}",
"cat.title": "{0}: {1}",
"noCommandsMatching": "No hay comandos coincidentes"
......
......@@ -4,5 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noTasksMatching": "No tasks matching"
"tasksAriaLabel": "Escribir el nombre de una tarea de compilación",
"noTasksMatching": "No tasks matching",
"noTasksFound": "No se encontraron tareas de compilación"
}
\ No newline at end of file
......@@ -5,5 +5,8 @@
// Do not edit this file. It is machine generated.
{
"entryAriaLabel": "{0}, tareas",
"recentlyUsed": "Tareas usadas recientemente",
"configured": "tareas configuradas",
"detected": "tareas detectadas",
"customizeTask": "Personalizar tarea"
}
\ No newline at end of file
......@@ -4,5 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noTasksMatching": "No tasks matching"
"tasksAriaLabel": "Escribir el nombre de una tarea de prueba",
"noTasksMatching": "No tasks matching",
"noTasksFound": "No se encontraron tareas de prueba"
}
\ No newline at end of file
......@@ -7,6 +7,11 @@
"JsonSchema.shell": "Especifica si el comando es un comando shell o un programa externo. Si se omite, el valor predeterminado es false.",
"JsonSchema.tasks.dependsOn.string": "Otra tarea de la que depende esta tarea.",
"JsonSchema.tasks.dependsOn.array": "Las otras tareas de las que depende esta tarea.",
"JsonSchema.tasks.terminal": "Configura el panel que se utiliza para presentar las salidas de la tarea y lee sus entradas.",
"JsonSchema.tasks.terminal.echo": "Controla si se presenta en el panel un eco del comando ejecutado. El valor predeterminado es verdadero.",
"JsonSchema.tasks.terminal.focus": "Controla si el panel recibe el foco. El valor predeterminado es falso. Si se establece a verdadero, el panel además se revela.",
"JsonSchema.tasks.terminal.reveals": "Controla si el panel que ejecuta la tarea se revela o no. El valor predeterminado es \"siempre\".",
"JsonSchema.tasks.terminal.instance": "Controla si el panel se comparte entre tareas, está dedicado a esta tarea, o se crea uno nuevo por cada ejecución.",
"JsonSchema.tasks.group": "Define el grupo de ejecución al que pertenece esta tarea. Si se omite, la tarea no pertenece a ningún grupo.",
"JsonSchema.tasks.type": "Define si la tarea se ejecuta como un proceso o como un comando dentro de un shell. El valor predeterminado es proceso.",
"JsonSchema.version": "El número de versión de la configuración.",
......
......@@ -24,6 +24,8 @@
"TaskServer.noTask": "No se encuentra la tarea {0} que se ha solicitado para ejecutarla.",
"customizeParseErrors": "La configuración actual de tareas contiene errores. Antes de personalizar una tarea, corrija los errores.",
"moreThanOneBuildTask": "Hay muchas tareas de compilación definidas en el archivo tasks.json. Se ejecutará la primera.\n",
"TaskSystem.activeSame.background": "La tarea ya está activa y en modo de fondo. Para finalizar la tarea, use `F1 > finalizar tarea`",
"TaskSystem.activeSame.noBackground": "La tarea ya está activa. Para finalizar la tarea use `F1 > finalizar tarea`",
"TaskSystem.active": "Ya hay una tarea en ejecución. Finalícela antes de ejecutar otra tarea.",
"TaskSystem.restartFailed": "No se pudo terminar y reiniciar la tarea {0}",
"TaskSystem.configurationErrors": "Error: La configuración de la tarea proporcionada tiene errores de validación y no se puede usar. Corrija los errores primero.",
......@@ -44,5 +46,7 @@
"TestAction.label": "Ejecutar tarea de prueba",
"quickOpen.task": "Ejecutar tarea",
"quickOpen.terminateTask": "Finalizar tarea",
"quickOpen.restartTask": "Reiniciar tarea"
"quickOpen.restartTask": "Reiniciar tarea",
"quickOpen.buildTask": "Tarea de compilación",
"quickOpen.testTask": "Tarea de prueba"
}
\ No newline at end of file
......@@ -30,5 +30,8 @@
"workbench.action.terminal.clear": "Borrar",
"workbench.action.terminal.allowWorkspaceShell": "Permitir la configuración del área de trabajo Shell",
"workbench.action.terminal.disallowWorkspaceShell": "No permitir la configuración del área de trabajo Shell",
"workbench.action.terminal.rename": "Cambiar nombre"
"workbench.action.terminal.rename": "Cambiar nombre",
"workbench.action.terminal.rename.prompt": "Introducir nombre del terminal",
"workbench.action.terminal.focusFindWidget": "Foco Encontrar Widget",
"workbench.action.terminal.hideFindWidget": "Ocultar Encontrar Widget"
}
\ No newline at end of file
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"terminal.integrated.copySelection.noSelection": "El terminal no tiene ninguna selección para copiar",
"terminal.integrated.exitedWithCode": "El proceso del terminal finalizó con el código de salida: {0}",
"terminal.integrated.waitOnExit": "Presione cualquier tecla para cerrar el terminar",
"terminal.integrated.launchFailed": "No se pudo iniciar el comando de proceso terminal \"{0}{1}\" (código de salida: {2})"
......
......@@ -9,6 +9,7 @@
"optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"",
"vscode.extension.contributes.view.id": "Identificador de la vista. Úselo para registrar un proveedor de datos mediante la API \"vscode.window.registerTreeDataProviderForView\". También para desencadenar la activación de su extensión al registrar el evento \"onView:${id}\" en \"activationEvents\".",
"vscode.extension.contributes.view.name": "Nombre de la vista en lenguaje natural. Será mostrado",
"vscode.extension.contributes.view.when": "Condición que se debe cumplir para mostrar esta vista",
"vscode.extension.contributes.views": "Aporta vistas al editor",
"views.explorer": "Vista del explorador",
"locationId.invalid": "`{0}` no es una ubicación de vista válida"
......
......@@ -31,6 +31,7 @@
"welcomePage.colorThemeDescription": "Modifique a su gusto la apariencia del editor y el código",
"welcomePage.learn": "Más información",
"welcomePage.showCommands": "Buscar y ejecutar todos los comandos",
"welcomePage.showCommandsDescription": "Acceda rápidamente y busque comandos desde la Paleta de Comandos ({0})",
"welcomePage.interfaceOverview": "Introducción a la interfaz",
"welcomePage.interfaceOverviewDescription": "Obtenga una superposición que resalta los componentes principales de la interfaz de usuario",
"welcomePage.interactivePlayground": "Área de juegos interactiva",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册