提交 9a690707 编写于 作者: D Dirk Baeumer

Merge in translations

上级 96b0a003
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"typescript.tsdk.desc": "指定包含要使用的 tsserver 和 lib*.d.ts 文件的文件夹路径。", "typescript.tsdk.desc": "指定包含要使用的 tsserver 和 lib*.d.ts 文件的文件夹路径。",
"typescript.tsdk_version.desc": "指定 tsserver 的版本。仅在未使用 npm 安装 tsserver 时需要。", "typescript.tsdk_version.desc": "指定 tsserver 的版本。仅在未使用 npm 安装 tsserver 时需要。",
"typescript.tsserver.experimentalAutoBuild": "启用实验性自动生成。要求安装 1.9 dev 或 2.x tsserver 版本并在更改后重启 VS Code。", "typescript.tsserver.experimentalAutoBuild": "启用实验性自动生成。要求安装 1.9 dev 或 2.x tsserver 版本并在更改后重启 VS Code。",
"typescript.tsserver.trace": "启用跟踪发送到 TS 服务器的消息。", "typescript.tsserver.trace": "对发送到 TS 服务器的消息启用跟踪。",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "完成函数的参数签名。", "typescript.useCodeSnippetsOnMethodSuggest.dec": "完成函数的参数签名。",
"typescript.validate.enable": "启用/禁用 TypeScript 验证。" "typescript.validate.enable": "启用/禁用 TypeScript 验证。"
} }
\ No newline at end of file
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
"miToggleDebugConsole": "调试控制台(&&B)", "miToggleDebugConsole": "调试控制台(&&B)",
"miToggleDevTools": "切换开发人员工具(&&T)", "miToggleDevTools": "切换开发人员工具(&&T)",
"miToggleEditorLayout": "切换编辑器组布局(&&L)", "miToggleEditorLayout": "切换编辑器组布局(&&L)",
"miToggleFocusMode": "切换焦点模式",
"miToggleFullScreen": "切换全屏(&&F)", "miToggleFullScreen": "切换全屏(&&F)",
"miToggleIntegratedTerminal": "集成终端(&&I)", "miToggleIntegratedTerminal": "集成终端(&&I)",
"miToggleMenuBar": "切换菜单栏(&&B)", "miToggleMenuBar": "切换菜单栏(&&B)",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"outroMsg": "可以通过按 Esc 消除此工具提示并返回到编辑器。", "outroMsg": "可以通过按 Esc 消除此工具提示并返回到编辑器。",
"status": "状态:", "status": "状态:",
"tabFocusModeOffMsg": "在当前编辑器中按 Tab 将插入制表符。通过按 {0} 切换此行为。", "tabFocusModeOffMsg": "在当前编辑器中按 Tab 将插入制表符。通过按 {0} 切换此行为。",
"tabFocusModeOffMsgNoKb": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。当前无法通过键绑定触发命令 {0}。", "tabFocusModeOffMsgNoKb": "在当前编辑器中按 Tab 会插入制表符。当前无法通过键绑定触发命令 {0}。",
"tabFocusModeOnMsg": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。通过按 {0} 切换此行为。", "tabFocusModeOnMsg": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。通过按 {0} 切换此行为。",
"tabFocusModeOnMsgNoKb": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。当前无法通过键绑定触发命令 {0}。" "tabFocusModeOnMsgNoKb": "在当前编辑器中按 Tab 会将焦点移动到下一个可聚焦的元素。当前无法通过键绑定触发命令 {0}。"
} }
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"invalid.embeddedLanguages": "\"contributes.{0}.embeddedLanguages\"值无效。必须为从作用域名称到语言的对象映射。给定值: {1}", "invalid.embeddedLanguages": "\"contributes.{0}.embeddedLanguages\"的值无效。必须为从作用域名称到语言的对象映射。提供的值: {1}",
"invalid.injectTo": "\"contributes.{0}.injectTo\" 中的值无效。必须为语言范围名称数组。提供的值: {1}", "invalid.injectTo": "\"contributes.{0}.injectTo\" 中的值无效。必须为语言范围名称数组。提供的值: {1}",
"invalid.language": "“contributes.{0}.language”中存在未知的语言。提供的值: {1}", "invalid.language": "“contributes.{0}.language”中存在未知的语言。提供的值: {1}",
"invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}", "invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
......
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
"activationError": "激活扩展“{0}”失败: {1}。", "activationError": "激活扩展“{0}”失败: {1}。",
"failedDep1": "无法激活扩展”{1}“。原因: 无法激活依赖关系”{0}“。", "failedDep1": "无法激活扩展”{1}“。原因: 无法激活依赖关系”{0}“。",
"failedDep2": "无法激活扩展”{0}“。原因: 依赖关系多于 10 级(最可能是依赖关系循环)。", "failedDep2": "无法激活扩展”{0}“。原因: 依赖关系多于 10 级(最可能是依赖关系循环)。",
"unknownDep": "无法激活扩展”{1}“。原因:未知依赖关系”{0}“。" "unknownDep": "无法激活扩展”{1}“。原因: 未知依赖关系“{0}”。"
} }
\ No newline at end of file
...@@ -34,9 +34,10 @@ ...@@ -34,9 +34,10 @@
"navigateNext": "前进", "navigateNext": "前进",
"navigatePrevious": "后退", "navigatePrevious": "后退",
"openNextEditor": "打开下一个编辑器", "openNextEditor": "打开下一个编辑器",
"openNextEditorInGroup": "打开组中下一个最近使用的编辑器", "openNextRecentlyUsedEditorInGroup": "打开组中下一个最近使用的编辑器",
"openPreviousEditor": "打开上一个编辑器", "openPreviousEditor": "打开上一个编辑器",
"openPreviousEditorInGroup": "打开组中上一个最近使用的编辑器", "openPreviousEditorInGroup": "打开组中上一个最近使用的编辑器",
"openPreviousRecentlyUsedEditorInGroup": "打开组中上一个最近使用的编辑器",
"openToSide": "打开到侧边", "openToSide": "打开到侧边",
"reopenClosedEditor": "重新打开已关闭的编辑器", "reopenClosedEditor": "重新打开已关闭的编辑器",
"showAllEditors": "显示所有编辑器", "showAllEditors": "显示所有编辑器",
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"pickEncodingForSave": "选择用于保存的文件编码", "pickEncodingForSave": "选择用于保存的文件编码",
"pickEndOfLine": "选择行尾序列", "pickEndOfLine": "选择行尾序列",
"pickLanguage": "选择语言模式", "pickLanguage": "选择语言模式",
"pickLanguageToConfigure": "选择语言模式与“{0}”关联", "pickLanguageToConfigure": "选择要与“{0}”关联的语言模式",
"reopenWithEncoding": "通过编码重新打开", "reopenWithEncoding": "通过编码重新打开",
"saveWithEncoding": "通过编码保存", "saveWithEncoding": "通过编码保存",
"selectEOL": "选择行尾序列", "selectEOL": "选择行尾序列",
......
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"telemetry.enableCrashReporting": "启用要发送给 Microsoft 的故障报表。\n\t// 此选项需重启才可生效。" "telemetry.enableCrashReporting": "启用要发送给 Microsoft 的故障报表。\n\t// 此选项需重启才可生效。",
"telemetryConfigurationTitle": "遥测"
} }
\ No newline at end of file
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"notAvailable": "不可用",
"snapshotObj": "仅显示了此对象的基元值。", "snapshotObj": "仅显示了此对象的基元值。",
"startDebugFirst": "请启动调试会话以评估", "startDebugFirst": "请启动调试会话以评估",
"unknownSource": "未知源", "unknownSource": "未知源",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"emmetConfigurationTitle": "Emmet", "emmetConfigurationTitle": "Emmet",
"emmetExclude": "其中 emmet 缩写不应展开的语言数组。", "emmetExclude": "emmet 缩写不应在其中展开的语言数组。",
"emmetPreferences": "用于修改 Emmet 的某些操作和解决程序的首选项。", "emmetPreferences": "用于修改 Emmet 的某些操作和解决程序的首选项。",
"emmetSyntaxProfiles": "为指定的语法定义配置文件或使用带有特定规则的配置文件。", "emmetSyntaxProfiles": "为指定的语法定义配置文件或使用带有特定规则的配置文件。",
"triggerExpansionOnTab": "启用后,按 TAB 键时,将展开 Emmet 缩写。" "triggerExpansionOnTab": "启用后,按 TAB 键时,将展开 Emmet 缩写。"
......
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "建议仅在工作区文件夹上可用。", "ConfigureWorkspaceRecommendations.noWorkspace": "建议仅在工作区文件夹上可用。",
"ManageExtensionAction.uninstallingTooltip": "正在卸载",
"OpenExtensionsFile.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"extensions.json\" 文件。", "OpenExtensionsFile.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"extensions.json\" 文件。",
"Uninstalling": "正在卸载", "Uninstalling": "正在卸载",
"builtin": "内置", "builtin": "内置",
"clearExtensionsInput": "清除扩展输入", "clearExtensionsInput": "清除扩展输入",
"configureWorkspaceRecommendedExtensions": "配置建议的扩展(工作区)", "configureWorkspaceRecommendedExtensions": "配置建议的扩展(工作区)",
"disableAction": "禁用", "disableAction": "禁用",
"disableAll": "禁用所有已安装的扩展",
"disableAllWorkspace": "禁用此工作区的所有已安装的扩展",
"disableAlwaysAction.label": "禁用", "disableAlwaysAction.label": "禁用",
"disableForWorkspaceAction": "工作区", "disableForWorkspaceAction": "工作区",
"disableForWorkspaceAction.label": "禁用(工作区)", "disableForWorkspaceAction.label": "禁用(工作区)",
"disableGloballyAction": "始终", "disableGloballyAction": "始终",
"enableAction": "启用", "enableAction": "启用",
"enableAll": "禁用所有已安装的扩展",
"enableAllWorkspace": "启用此工作区的所有已安装的扩展",
"enableAlwaysAction.label": "启用", "enableAlwaysAction.label": "启用",
"enableForWorkspaceAction": "工作区", "enableForWorkspaceAction": "工作区",
"enableForWorkspaceAction.label": "启用(工作区)", "enableForWorkspaceAction.label": "启用(工作区)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "安装", "installAction": "安装",
"installExtensions": "安装扩展", "installExtensions": "安装扩展",
"installing": "正在安装", "installing": "正在安装",
"postDisableMessage": "重载此窗口以停用扩展“{0}”?",
"postDisableTooltip": "重载以停用",
"postEnableMessage": "重载此窗口以激活扩展“{0}”?",
"postEnableTooltip": "重载以激活",
"postUninstallMessage": "重载此窗口以停用未安装的扩展“{0}”?",
"postUninstallTooltip": "重新加载以停用", "postUninstallTooltip": "重新加载以停用",
"postUpdateMessage": "重载此窗口以激活更新的扩展“{0}”?",
"postUpdateTooltip": "重载以更新",
"reloadAction": "重新加载", "reloadAction": "重新加载",
"showDisabledExtensions": "显示已禁用的扩展", "showDisabledExtensions": "显示已禁用的扩展",
"showInstalledExtensions": "显示已安装扩展", "showInstalledExtensions": "显示已安装扩展",
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"label.sendASmile": "通过 Tweet 向我们发送反馈。", "label.sendASmile": "通过 Tweet 向我们发送反馈。",
"other ways to contact us": "联系我们的其他方式", "other ways to contact us": "联系我们的其他方式",
"patchedVersion1": "安装已损坏。", "patchedVersion1": "安装已损坏。",
"patchedVersion2": "如果 提交了 bug,请指定此项。", "patchedVersion2": "如果提交了 bug,请指定此项。",
"request a missing feature": "请求缺失功能", "request a missing feature": "请求缺失功能",
"sendFeedback": "Tweet 反馈", "sendFeedback": "Tweet 反馈",
"sentiment": "您的体验如何?", "sentiment": "您的体验如何?",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"autoSaveDelay": "控制延迟(以秒为单位),在该延迟后将自动保存更新后的文件。仅在 \"files.autoSave\" 设置为“{0}”时适用。", "autoSaveDelay": "控制延迟(以秒为单位),在该延迟后将自动保存更新后的文件。仅在 \"files.autoSave\" 设置为“{0}”时适用。",
"binaryFileEditor": "二进制文件编辑器", "binaryFileEditor": "二进制文件编辑器",
"dynamicHeight": "控制打开的编辑器部分的高度是否应动态适应元素数量。", "dynamicHeight": "控制打开的编辑器部分的高度是否应动态适应元素数量。",
"editorConfigurationTitle": "编辑器",
"enableDragAndDrop": "控制资源管理器是否应该允许通过拖放移动文件和文件夹。", "enableDragAndDrop": "控制资源管理器是否应该允许通过拖放移动文件和文件夹。",
"encoding": "读取和编写文件时将使用的默认字符集编码。", "encoding": "读取和编写文件时将使用的默认字符集编码。",
"eol": "默认行尾字符。", "eol": "默认行尾字符。",
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
"confirmUndoMessage": "是否确定要清理所有更改?", "confirmUndoMessage": "是否确定要清理所有更改?",
"dirtyTreeCheckout": "无法签出。请首先提交你的工作或进行分段。", "dirtyTreeCheckout": "无法签出。请首先提交你的工作或进行分段。",
"dirtyTreePull": "无法请求。请首先提交你的工作或进行分段。", "dirtyTreePull": "无法请求。请首先提交你的工作或进行分段。",
"do you want to continue": "是否确定要继续?",
"init": "初始化", "init": "初始化",
"irreversible": "此操作不可逆!", "irreversible": "此操作不可逆!",
"never again": "好,永不再显示", "never again": "好,永不再显示",
...@@ -37,7 +36,7 @@ ...@@ -37,7 +36,7 @@
"refresh": "刷新", "refresh": "刷新",
"stageAllChanges": "全部暂存", "stageAllChanges": "全部暂存",
"stageChanges": "暂存", "stageChanges": "暂存",
"sync is unpredictable": "此操作会在“{0}”来回推送和拉取提交。", "sync is unpredictable": "此操作从“{0}”推送和拉取提交。",
"undoAllChanges": "全部清理", "undoAllChanges": "全部清理",
"undoChanges": "清理", "undoChanges": "清理",
"undoLastCommit": "撤消上次提交", "undoLastCommit": "撤消上次提交",
......
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "目标存储库已存在,请选择要克隆到的另一个目录。",
"cloning": "正在克隆存储库“{0}”...",
"directory": "目标克隆目录",
"repo": "请提供一个 git 存储库 URL。",
"url": "存储库 URL"
}
\ No newline at end of file
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"devtools.webview": "开发人员Webview 工具" "devtools.webview": "开发人员: Webview 工具"
} }
\ No newline at end of file
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
"TaskSystem.invalidTaskJson": "错误: tasks.json 文件的内容具有语法错误。请先更正错误然后再执行任务。\n", "TaskSystem.invalidTaskJson": "错误: tasks.json 文件的内容具有语法错误。请先更正错误然后再执行任务。\n",
"TaskSystem.noBuildType": "未配置任何有效的任务运行程序。支持的任务运行程序是“服务”和“程序”。", "TaskSystem.noBuildType": "未配置任何有效的任务运行程序。支持的任务运行程序是“服务”和“程序”。",
"TaskSystem.noConfiguration": "未配置任何任务运行程序。", "TaskSystem.noConfiguration": "未配置任何任务运行程序。",
"TaskSystem.noProcess": "启动的任务不再存在。如果任务衍生的后台进程退出 VS Code,则可能会导致出现孤立的进程。若要避免此情况,请使用等待标记启动最后一个后台进程。", "TaskSystem.noProcess": "启动的任务不再存在。如果任务已衍生出后台进程,则退出 VS Code 可能会导致出现孤立的进程。若要避免此情况,请使用等待标记启动最后一个后台进程。",
"TaskSystem.runningTask": "存在运行中的任务。要终止它吗?", "TaskSystem.runningTask": "存在运行中的任务。要终止它吗?",
"TaskSystem.terminateTask": "终止任务(&&T)", "TaskSystem.terminateTask": "终止任务(&&T)",
"TaskSystem.unknownError": "运行任务时发生了错误。请参见任务日志了解详细信息。", "TaskSystem.unknownError": "运行任务时发生了错误。请参见任务日志了解详细信息。",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"findMore": "在应用商店中查找更多信息...", "findMore": "在应用商店中查找更多...",
"noIconThemeDesc": "禁用文件图标", "noIconThemeDesc": "禁用文件图标",
"noIconThemeLabel": "无", "noIconThemeLabel": "无",
"preferences": "首选项", "preferences": "首选项",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.findInFiles": "在文件中查找",
"watermark.openFile": "打开文件",
"watermark.openFileFolder": "打开文件或文件夹",
"watermark.openFolder": "打开文件夹",
"watermark.openRecent": "打开最近的文件",
"watermark.quickOpen": "转到文件",
"watermark.showCommands": "显示所有命令",
"watermark.startDebugging": "开始调试",
"watermark.toggleTerminal": "切换终端",
"watermark.unboundCommand": "未绑定"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"reqpath": "“contributes.{0}.path”中应为字符串。提供的值: {1}", "reqpath": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
"schema.file": "默认文件图标,针对不与任何扩展名、文件名或语言 ID 匹配的所有文件显示。", "schema.file": "默认文件图标,针对不与任何扩展名、文件名或语言 ID 匹配的所有文件显示。",
"schema.fileExtension": "关联的图标定义的 ID。", "schema.fileExtension": "关联的图标定义的 ID。",
"schema.fileExtensions": "将文件扩展名关联到图标。对象键是文件扩展名。扩展名是文件名的最后一个点(不包括句点)的最后一部分。扩展名不区分大小写,以便进行比较。", "schema.fileExtensions": "将文件扩展名关联到图标。对象键是文件扩展名。扩展名是文件名的最后一个部分,位于最后一个点之后(不包括该点)。比较扩展名时不区分大小写。",
"schema.fileName": "关联的图标定义的 ID。", "schema.fileName": "关联的图标定义的 ID。",
"schema.fileNames": "将文件名关联到图标。对象键是完整的文件名,但不包括任何路径段。文件名可以包括句点和可能的文件扩展名。不允许任何模式或通配符。文件名匹配不区分大小写。", "schema.fileNames": "将文件名关联到图标。对象键是完整的文件名,但不包括任何路径段。文件名可以包括句点和可能的文件扩展名。不允许任何模式或通配符。文件名匹配不区分大小写。",
"schema.folder": "折叠文件夹的文件夹图标,如果未设置 folderExpanded,也指展开文件夹的文件夹图标。", "schema.folder": "折叠文件夹的文件夹图标,如果未设置 folderExpanded,也指展开文件夹的文件夹图标。",
......
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "只有在工作區資料夾中才能使用建議。", "ConfigureWorkspaceRecommendations.noWorkspace": "只有在工作區資料夾中才能使用建議。",
"ManageExtensionAction.uninstallingTooltip": "正在解除安裝",
"OpenExtensionsFile.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'extensions.json' 檔案。", "OpenExtensionsFile.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'extensions.json' 檔案。",
"Uninstalling": "正在解除安裝", "Uninstalling": "正在解除安裝",
"builtin": "內建", "builtin": "內建",
"clearExtensionsInput": "清除擴充功能輸入", "clearExtensionsInput": "清除擴充功能輸入",
"configureWorkspaceRecommendedExtensions": "設定建議的延伸模組 (工作區)", "configureWorkspaceRecommendedExtensions": "設定建議的延伸模組 (工作區)",
"disableAction": "停用", "disableAction": "停用",
"disableAll": "停用所有已安裝的延伸模組",
"disableAllWorkspace": "停用此工作區的所有已安裝延伸模組",
"disableAlwaysAction.label": "停用", "disableAlwaysAction.label": "停用",
"disableForWorkspaceAction": "工作區", "disableForWorkspaceAction": "工作區",
"disableForWorkspaceAction.label": "停用 (工作區)", "disableForWorkspaceAction.label": "停用 (工作區)",
"disableGloballyAction": "永遠", "disableGloballyAction": "永遠",
"enableAction": "啟用", "enableAction": "啟用",
"enableAll": "啟用所有已安裝的延伸模組",
"enableAllWorkspace": "啟用此工作區的所有已安裝延伸模組",
"enableAlwaysAction.label": "啟用", "enableAlwaysAction.label": "啟用",
"enableForWorkspaceAction": "工作區", "enableForWorkspaceAction": "工作區",
"enableForWorkspaceAction.label": "啟用 (工作區)", "enableForWorkspaceAction.label": "啟用 (工作區)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "安裝", "installAction": "安裝",
"installExtensions": "安裝擴充功能", "installExtensions": "安裝擴充功能",
"installing": "正在安裝", "installing": "正在安裝",
"postDisableMessage": "要重新載入此視窗以停用延伸模組 '{0}' 嗎?",
"postDisableTooltip": "重新載入以停用",
"postEnableMessage": "要重新載入此視窗以啟動延伸模組 '{0}' 嗎?",
"postEnableTooltip": "重新載入以啟動",
"postUninstallMessage": "要重新載入此視窗以停用已解除安裝的延伸模組 '{0}' 嗎?",
"postUninstallTooltip": "重新載入以停用", "postUninstallTooltip": "重新載入以停用",
"postUpdateMessage": "要重新載入此視窗以啟動已更新的延伸模組 '{0}' 嗎?",
"postUpdateTooltip": "重新載入以更新",
"reloadAction": "重新載入", "reloadAction": "重新載入",
"showDisabledExtensions": "顯示停用的延伸模組", "showDisabledExtensions": "顯示停用的延伸模組",
"showInstalledExtensions": "顯示安裝的擴充功能", "showInstalledExtensions": "顯示安裝的擴充功能",
...@@ -34,5 +46,5 @@ ...@@ -34,5 +46,5 @@
"toggleExtensionsViewlet": "顯示擴充功能", "toggleExtensionsViewlet": "顯示擴充功能",
"uninstallAction": "解除安裝", "uninstallAction": "解除安裝",
"updateAction": "更新", "updateAction": "更新",
"updateAll": "更新所有擴充功能" "updateAll": "更新所有延伸模組"
} }
\ No newline at end of file
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "目的地存放庫已存在,請選擇另一個目錄作為複製目標。",
"cloning": "正在複製存放庫 '{0}'...",
"directory": "目的地複製目錄",
"repo": "請提供 GIT 存放庫 URL。",
"url": "存放庫 URL"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.openFile": "開啟檔案",
"watermark.openFileFolder": "開啟檔案或資料夾",
"watermark.quickOpen": "前往檔案",
"watermark.showCommands": "顯示所有命令",
"watermark.toggleTerminal": "切換終端機",
"watermark.unboundCommand": "未繫結"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "Empfehlungen sind nur für einen Arbeitsbereichsordner verfügbar.", "ConfigureWorkspaceRecommendations.noWorkspace": "Empfehlungen sind nur für einen Arbeitsbereichsordner verfügbar.",
"ManageExtensionAction.uninstallingTooltip": "Wird deinstalliert",
"OpenExtensionsFile.failed": "Die Datei \"extensions.json\" kann nicht im Ordner \".vscode\" erstellt werden ({0}).", "OpenExtensionsFile.failed": "Die Datei \"extensions.json\" kann nicht im Ordner \".vscode\" erstellt werden ({0}).",
"Uninstalling": "Wird deinstalliert", "Uninstalling": "Wird deinstalliert",
"builtin": "Integriert", "builtin": "Integriert",
"clearExtensionsInput": "Extensioneingabe löschen", "clearExtensionsInput": "Extensioneingabe löschen",
"configureWorkspaceRecommendedExtensions": "Empfohlene Erweiterungen konfigurieren (Arbeitsbereich)", "configureWorkspaceRecommendedExtensions": "Empfohlene Erweiterungen konfigurieren (Arbeitsbereich)",
"disableAction": "Deaktivieren", "disableAction": "Deaktivieren",
"disableAll": "Alle installierten Erweiterungen löschen",
"disableAllWorkspace": "Alle installierten Erweiterungen für diesen Arbeitsbereich deaktivieren",
"disableAlwaysAction.label": "Deaktivieren", "disableAlwaysAction.label": "Deaktivieren",
"disableForWorkspaceAction": "Arbeitsbereich", "disableForWorkspaceAction": "Arbeitsbereich",
"disableForWorkspaceAction.label": "Deaktivieren (Arbeitsbereich)", "disableForWorkspaceAction.label": "Deaktivieren (Arbeitsbereich)",
"disableGloballyAction": "Immer", "disableGloballyAction": "Immer",
"enableAction": "Aktivieren", "enableAction": "Aktivieren",
"enableAll": "Alle installierten Erweiterungen aktivieren",
"enableAllWorkspace": "Alle installierten Erweiterungen für diesen Arbeitsbereich aktivieren",
"enableAlwaysAction.label": "Aktivieren", "enableAlwaysAction.label": "Aktivieren",
"enableForWorkspaceAction": "Arbeitsbereich", "enableForWorkspaceAction": "Arbeitsbereich",
"enableForWorkspaceAction.label": "Aktivieren (Arbeitsbereich)", "enableForWorkspaceAction.label": "Aktivieren (Arbeitsbereich)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "Installieren", "installAction": "Installieren",
"installExtensions": "Extensions installieren", "installExtensions": "Extensions installieren",
"installing": "Wird installiert.", "installing": "Wird installiert.",
"postDisableMessage": "Dieses Fenster erneut laden, um die Erweiterung \"{0}\" zu deaktivieren?",
"postDisableTooltip": "Zum Deaktivieren erneut laden",
"postEnableMessage": "Dieses Fenster erneut laden, um die Erweiterung \"{0}\" zu aktivieren?",
"postEnableTooltip": "Zum Aktivieren erneut laden",
"postUninstallMessage": "Dieses Fenster erneut laden, um die deinstallierte Erweiterung \"{0}\" zu deaktivieren?",
"postUninstallTooltip": "Zum Deaktivieren erneut laden", "postUninstallTooltip": "Zum Deaktivieren erneut laden",
"postUpdateMessage": "Dieses Fenster erneut laden, um die aktualisierte Erweiterung \"{0}\" zu aktivieren?",
"postUpdateTooltip": "Zum Aktualisieren erneut laden",
"reloadAction": "Erneut laden", "reloadAction": "Erneut laden",
"showDisabledExtensions": "Deaktivierte Erweiterungen anzeigen", "showDisabledExtensions": "Deaktivierte Erweiterungen anzeigen",
"showInstalledExtensions": "Installierte Extensions anzeigen", "showInstalledExtensions": "Installierte Extensions anzeigen",
......
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "Das Zielverzeichnis ist bereits vorhanden, wählen Sie ein anderes Verzeichnis für den Klonvorgang aus.",
"cloning": "Das Repository \"{0}\" wird geklont...",
"directory": "Zielklonverzeichnis",
"repo": "Geben Sie eine URL für das Git-Repository an.",
"url": "Repository-URL"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.openFile": "Datei öffnen",
"watermark.openFileFolder": "Datei oder Ordner öffnen",
"watermark.quickOpen": "Zu Datei wechseln",
"watermark.showCommands": "Alle Befehle anzeigen",
"watermark.toggleTerminal": "Terminal umschalten",
"watermark.unboundCommand": "Ungebunden"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"glyphMargin": "Controla si el editor debe representar el margen de glifo vertical. El margen de glifo se usa, principalmente, para depuración.", "glyphMargin": "Controla si el editor debe representar el margen de glifo vertical. El margen de glifo se usa, principalmente, para depuración.",
"hideCursorInOverviewRuler": "Controla si el cursor debe ocultarse en la regla de visión general.", "hideCursorInOverviewRuler": "Controla si el cursor debe ocultarse en la regla de visión general.",
"ignoreTrimWhitespace": "Controla si el editor de diferencias muestra los cambios de espacio inicial o espacio final como diferencias.", "ignoreTrimWhitespace": "Controla si el editor de diferencias muestra los cambios de espacio inicial o espacio final como diferencias.",
"insertSpaces": "Insertar espacios al presionar TAB. Este valor se invalida en función del contenido del archivo cuando `editor.detectIndentation` está activado.", "insertSpaces": "Insertar espacios al presionar TAB. Este valor se invalida en función del contenido del archivo cuando \"editor.detectIndentation\" está activado.",
"insertSpaces.errorMessage": "Se esperaba \"boolean\". Tenga en cuenta que el ajuste \"editor.detectIndentation\" ha reemplazado al valor \"auto\".", "insertSpaces.errorMessage": "Se esperaba \"boolean\". Tenga en cuenta que el ajuste \"editor.detectIndentation\" ha reemplazado al valor \"auto\".",
"lineHeight": "Controla la altura de línea. Utilice 0 para calcular el valor de lineHeight a partir de fontSize.", "lineHeight": "Controla la altura de línea. Utilice 0 para calcular el valor de lineHeight a partir de fontSize.",
"lineNumbers": "Controla la presentación de los números de línea. Los valores posibles son \"on\", \"off\" y \"relative\". \"relative\" muestra el número de líneas desde la posición actual del cursor.", "lineNumbers": "Controla la presentación de los números de línea. Los valores posibles son \"on\", \"off\" y \"relative\". \"relative\" muestra el número de líneas desde la posición actual del cursor.",
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
"app.launch.json.title": "Iniciar", "app.launch.json.title": "Iniciar",
"app.launch.json.version": "Versión de este formato de archivo.", "app.launch.json.version": "Versión de este formato de archivo.",
"debugNoType": "El valor \"type\" del adaptador de depuración no se puede omitir y debe ser de tipo \"string\".", "debugNoType": "El valor \"type\" del adaptador de depuración no se puede omitir y debe ser de tipo \"string\".",
"duplicateDebuggerType": "El tipo de depuración '{0}' ya está registrado y tiene el atributo '{1}', se ignora el atributo '{1}'.",
"selectDebug": "Seleccionar entorno", "selectDebug": "Seleccionar entorno",
"vscode.extension.contributes.breakpoints": "Aporta puntos de interrupción.", "vscode.extension.contributes.breakpoints": "Aporta puntos de interrupción.",
"vscode.extension.contributes.breakpoints.language": "Permite puntos de interrupción para este lenguaje.", "vscode.extension.contributes.breakpoints.language": "Permite puntos de interrupción para este lenguaje.",
...@@ -22,14 +21,14 @@ ...@@ -22,14 +21,14 @@
"vscode.extension.contributes.debuggers.initialConfigurations": "Configuraciones para generar el archivo \"launch.json\" inicial.", "vscode.extension.contributes.debuggers.initialConfigurations": "Configuraciones para generar el archivo \"launch.json\" inicial.",
"vscode.extension.contributes.debuggers.label": "Nombre para mostrar del adaptador de depuración.", "vscode.extension.contributes.debuggers.label": "Nombre para mostrar del adaptador de depuración.",
"vscode.extension.contributes.debuggers.linux": "Configuración específica de Linux.", "vscode.extension.contributes.debuggers.linux": "Configuración específica de Linux.",
"vscode.extension.contributes.debuggers.linux.runtime": "Runtime que se usa para Linux.", "vscode.extension.contributes.debuggers.linux.runtime": "Entorno de ejecución que se usa para Linux.",
"vscode.extension.contributes.debuggers.osx": "Configuración específica de OS X.", "vscode.extension.contributes.debuggers.osx": "Configuración específica de OS X.",
"vscode.extension.contributes.debuggers.osx.runtime": "Runtime que se usa para OSX.", "vscode.extension.contributes.debuggers.osx.runtime": "Entorno de ejecución que se usa para OSX.",
"vscode.extension.contributes.debuggers.program": "Ruta de acceso al programa de adaptadores de depuración, que puede ser absoluta o relativa respecto a la carpeta de extensión.", "vscode.extension.contributes.debuggers.program": "Ruta de acceso al programa de adaptadores de depuración, que puede ser absoluta o relativa respecto a la carpeta de extensión.",
"vscode.extension.contributes.debuggers.runtime": "Runtime opcional en caso de que el atributo del programa no sea un ejecutable pero requiera un runtime.", "vscode.extension.contributes.debuggers.runtime": "Entorno de ejecución opcional en caso de que el atributo del programa no sea un ejecutable pero requiera un entorno de ejecución.",
"vscode.extension.contributes.debuggers.runtimeArgs": "Argumentos de runtime opcionales.", "vscode.extension.contributes.debuggers.runtimeArgs": "Argumentos de entorno de ejecución opcionales.",
"vscode.extension.contributes.debuggers.type": "Identificador único de este adaptador de depuración.", "vscode.extension.contributes.debuggers.type": "Identificador único de este adaptador de depuración.",
"vscode.extension.contributes.debuggers.variables": "Asignación de variables interactivas (por ejemplo, ${action.pickProcess}) en `launch.json` a un comando.", "vscode.extension.contributes.debuggers.variables": "Asignación de variables interactivas (por ejemplo, ${action.pickProcess}) en `launch.json` a un comando.",
"vscode.extension.contributes.debuggers.windows": "Configuración específica de Windows.", "vscode.extension.contributes.debuggers.windows": "Configuración específica de Windows.",
"vscode.extension.contributes.debuggers.windows.runtime": "Runtime que se usa para Windows." "vscode.extension.contributes.debuggers.windows.runtime": "Entorno de ejecución que se usa para Windows."
} }
\ No newline at end of file
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "Las recomendaciones solo están disponibles en una carpeta de área de trabajo.", "ConfigureWorkspaceRecommendations.noWorkspace": "Las recomendaciones solo están disponibles en una carpeta de área de trabajo.",
"ManageExtensionAction.uninstallingTooltip": "Desinstalando",
"OpenExtensionsFile.failed": "No se puede crear el archivo \"extensions.json\" dentro de la carpeta \".vscode\" ({0}).", "OpenExtensionsFile.failed": "No se puede crear el archivo \"extensions.json\" dentro de la carpeta \".vscode\" ({0}).",
"Uninstalling": "Desinstalando", "Uninstalling": "Desinstalando",
"builtin": "Integrada", "builtin": "Integrada",
"clearExtensionsInput": "Borrar entrada de extensiones", "clearExtensionsInput": "Borrar entrada de extensiones",
"configureWorkspaceRecommendedExtensions": "Configurar extensiones recomendadas (área de trabajo)", "configureWorkspaceRecommendedExtensions": "Configurar extensiones recomendadas (área de trabajo)",
"disableAction": "Deshabilitar", "disableAction": "Deshabilitar",
"disableAll": "Deshabilitar todas las extensiones instaladas",
"disableAllWorkspace": "Deshabilitar todas las extensiones instaladas para esta área de trabajo",
"disableAlwaysAction.label": "Deshabilitar", "disableAlwaysAction.label": "Deshabilitar",
"disableForWorkspaceAction": "Área de trabajo", "disableForWorkspaceAction": "Área de trabajo",
"disableForWorkspaceAction.label": "Deshabilitar (área de trabajo)", "disableForWorkspaceAction.label": "Deshabilitar (área de trabajo)",
"disableGloballyAction": "Siempre", "disableGloballyAction": "Siempre",
"enableAction": "Habilitar", "enableAction": "Habilitar",
"enableAll": "Habilitar todas las extensiones instaladas",
"enableAllWorkspace": "Habilitar todas las extensiones instaladas para esta área de trabajo",
"enableAlwaysAction.label": "Habilitar", "enableAlwaysAction.label": "Habilitar",
"enableForWorkspaceAction": "Área de trabajo", "enableForWorkspaceAction": "Área de trabajo",
"enableForWorkspaceAction.label": "Habilitar (área de trabajo)", "enableForWorkspaceAction.label": "Habilitar (área de trabajo)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "Instalar", "installAction": "Instalar",
"installExtensions": "Instalar extensiones", "installExtensions": "Instalar extensiones",
"installing": "Instalando", "installing": "Instalando",
"postDisableMessage": "¿Quiere recargar esta ventana para desactivar la extensión '{0}'?",
"postDisableTooltip": "Recargar para desactivar",
"postEnableMessage": "¿Quiere recargar esta ventana para activar la extensión '{0}'?",
"postEnableTooltip": "Recargar para activar",
"postUninstallMessage": "¿Quiere recargar esta ventana para desactivar la extensión desinstalada '{0}'?",
"postUninstallTooltip": "Recargar para desactivar", "postUninstallTooltip": "Recargar para desactivar",
"postUpdateMessage": "¿Quiere recargar esta ventana para activar la extensión actualizada '{0}'?",
"postUpdateTooltip": "Recargar para actualizar",
"reloadAction": "Recargar", "reloadAction": "Recargar",
"showDisabledExtensions": "Mostrar extensiones deshabilitadas", "showDisabledExtensions": "Mostrar extensiones deshabilitadas",
"showInstalledExtensions": "Mostrar extensiones instaladas", "showInstalledExtensions": "Mostrar extensiones instaladas",
......
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "El repositorio de destino ya existe. Elija otro directorio para la clonación.",
"cloning": "Clonando el repositorio '{0}'...",
"directory": "Directorio de destino de la clonación",
"repo": "Proporcione la dirección URL de un repositorio GIT.",
"url": "URL de repositorio"
}
\ No newline at end of file
...@@ -6,5 +6,5 @@ ...@@ -6,5 +6,5 @@
{ {
"terminal.integrated.copySelection.noSelection": "No se puede copiar la selección del terminal cuando el terminal no tiene el foco", "terminal.integrated.copySelection.noSelection": "No se puede copiar la selección del terminal cuando el terminal no tiene el foco",
"terminal.integrated.exitedWithCode": "El proceso del terminal finalizó con el código de salida: {0}", "terminal.integrated.exitedWithCode": "El proceso del terminal finalizó con el código de salida: {0}",
"terminal.integrated.launchFailed": "No se pudo iniciar el comando de proceso terminal \"{0}{1}\" (código de salida: 2})" "terminal.integrated.launchFailed": "No se pudo iniciar el comando de proceso terminal \"{0}{1}\" (código de salida: {2})"
} }
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.openFile": "Abrir archivo",
"watermark.openFileFolder": "Abrir archivo o carpeta",
"watermark.quickOpen": "Ir al archivo",
"watermark.showCommands": "Mostrar todos los comandos",
"watermark.toggleTerminal": "Alternar terminal",
"watermark.unboundCommand": "sin enlazar"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
"miToggleDebugConsole": "Console de dé&&bogage", "miToggleDebugConsole": "Console de dé&&bogage",
"miToggleDevTools": "Activer/désactiver les ou&&tils de développement", "miToggleDevTools": "Activer/désactiver les ou&&tils de développement",
"miToggleEditorLayout": "Activer/désactiver la &&disposition du groupe d'éditeurs", "miToggleEditorLayout": "Activer/désactiver la &&disposition du groupe d'éditeurs",
"miToggleFocusMode": "Basculer le mode Focus",
"miToggleFullScreen": "Plei&&n écran", "miToggleFullScreen": "Plei&&n écran",
"miToggleIntegratedTerminal": "&&Terminal intégré", "miToggleIntegratedTerminal": "&&Terminal intégré",
"miToggleMenuBar": "Activer/désactiver la &&barre de menus", "miToggleMenuBar": "Activer/désactiver la &&barre de menus",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"quickSuggestionsDelay": "Contrôle le délai en ms au bout duquel les suggestions rapides s'affichent", "quickSuggestionsDelay": "Contrôle le délai en ms au bout duquel les suggestions rapides s'affichent",
"renderControlCharacters": "Contrôle si l'éditeur doit afficher les caractères de contrôle", "renderControlCharacters": "Contrôle si l'éditeur doit afficher les caractères de contrôle",
"renderIndentGuides": "Contrôle si l'éditeur doit afficher les repères de mise en retrait", "renderIndentGuides": "Contrôle si l'éditeur doit afficher les repères de mise en retrait",
"renderLineHighlight": "Contrôle si l'éditeur doit afficher la surbrillance de la ligne active", "renderLineHighlight": "Contrôle la façon dont l'éditeur doit afficher la surbrillance de la ligne active. Les différentes possibilités sont 'none', 'gutter', 'line' et 'all'.",
"renderWhitespace": "Contrôle la façon dont l'éditeur affiche les espaces blancs. Il existe trois options possibles : 'none', 'boundary' et 'all'. L'option 'boundary' n'affiche pas les espaces uniques qui séparent les mots.", "renderWhitespace": "Contrôle la façon dont l'éditeur affiche les espaces blancs. Il existe trois options possibles : 'none', 'boundary' et 'all'. L'option 'boundary' n'affiche pas les espaces uniques qui séparent les mots.",
"roundedSelection": "Contrôle si les sélections ont des angles arrondis", "roundedSelection": "Contrôle si les sélections ont des angles arrondis",
"rulers": "Colonnes où afficher les règles verticales", "rulers": "Colonnes où afficher les règles verticales",
......
...@@ -33,10 +33,12 @@ ...@@ -33,10 +33,12 @@
"navigateEditorHistoryByInput": "Ouvrir l'éditeur précédent dans l'historique", "navigateEditorHistoryByInput": "Ouvrir l'éditeur précédent dans l'historique",
"navigateNext": "Suivant", "navigateNext": "Suivant",
"navigatePrevious": "Précédent", "navigatePrevious": "Précédent",
"nextEditorInGroup": "Ouvrir l'éditeur suivant du groupe",
"openNextEditor": "Ouvrir l'éditeur suivant", "openNextEditor": "Ouvrir l'éditeur suivant",
"openNextEditorInGroup": "Ouvrir l'éditeur suivant du groupe", "openNextRecentlyUsedEditorInGroup": "Ouvrir l'éditeur suivant du groupe",
"openPreviousEditor": "Ouvrir l'éditeur précédent", "openPreviousEditor": "Ouvrir l'éditeur précédent",
"openPreviousEditorInGroup": "Ouvrir l'éditeur précédent du groupe", "openPreviousEditorInGroup": "Ouvrir l'éditeur précédent du groupe",
"openPreviousRecentlyUsedEditorInGroup": "Ouvrir l'éditeur précédent du groupe",
"openToSide": "Ouvrir sur le côté", "openToSide": "Ouvrir sur le côté",
"reopenClosedEditor": "Rouvrir l'éditeur fermé", "reopenClosedEditor": "Rouvrir l'éditeur fermé",
"showAllEditors": "Afficher tous les éditeurs", "showAllEditors": "Afficher tous les éditeurs",
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"diffLeftRightLabel": "{0} - {1}", "diffLeftRightLabel": "{0} - {1}",
"files": "fichiers", "files": "fichiers",
"folders": "dossiers", "folders": "dossiers",
"keybindingsReference": "Référence des raccourcis clavier",
"newWindow": "Nouvelle fenêtre", "newWindow": "Nouvelle fenêtre",
"noFolderOpened": "Il n'existe actuellement aucun dossier ouvert à fermer dans cette instance.", "noFolderOpened": "Il n'existe actuellement aucun dossier ouvert à fermer dans cette instance.",
"openRecent": "Ouvrir les éléments récents", "openRecent": "Ouvrir les éléments récents",
......
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"telemetry.enableCrashReporting": "Activez l'envoi de rapports d'incidents à Microsoft.\n\t// Cette option nécessite un redémarrage pour être prise en compte." "telemetry.enableCrashReporting": "Activez l'envoi de rapports d'incidents à Microsoft.\nCette option nécessite un redémarrage pour être prise en compte.",
"telemetryConfigurationTitle": "Télémétrie"
} }
\ No newline at end of file
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"enablePreview": "Contrôle si les éditeurs ouverts s'affichent en mode aperçu. Les éditeurs en mode aperçu sont réutilisés jusqu'à ce qu'ils soient conservés (par exemple, après un double-clic ou une modification).", "enablePreview": "Contrôle si les éditeurs ouverts s'affichent en mode aperçu. Les éditeurs en mode aperçu sont réutilisés jusqu'à ce qu'ils soient conservés (par exemple, après un double-clic ou une modification).",
"enablePreviewFromQuickOpen": "Contrôle si les éditeurs de Quick Open s'affichent en mode aperçu. Les éditeurs en mode aperçu sont réutilisés jusqu'à ce qu'ils soient conservés (par exemple, après un double-clic ou une modification).", "enablePreviewFromQuickOpen": "Contrôle si les éditeurs de Quick Open s'affichent en mode aperçu. Les éditeurs en mode aperçu sont réutilisés jusqu'à ce qu'ils soient conservés (par exemple, après un double-clic ou une modification).",
"file": "Fichier", "file": "Fichier",
"fullScreenFocusMode": "Contrôle si le mode Focus doit automatiquement passer le banc d'essai en mode plein écran.",
"help": "Aide", "help": "Aide",
"openDefaultSettings": "Contrôle si l'ouverture des paramètres entraîne également l'ouverture d'un éditeur qui affiche tous les paramètres par défaut.", "openDefaultSettings": "Contrôle si l'ouverture des paramètres entraîne également l'ouverture d'un éditeur qui affiche tous les paramètres par défaut.",
"openFilesInNewWindow": "Après activation, les fichiers s'ouvrent dans une nouvelle fenêtre au lieu de réutiliser une instance existante.", "openFilesInNewWindow": "Après activation, les fichiers s'ouvrent dans une nouvelle fenêtre au lieu de réutiliser une instance existante.",
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"notAvailable": "non disponible",
"snapshotObj": "Seules les valeurs primitives sont affichées pour cet objet.", "snapshotObj": "Seules les valeurs primitives sont affichées pour cet objet.",
"startDebugFirst": "Démarrez une session de débogage pour évaluation", "startDebugFirst": "Démarrez une session de débogage pour évaluation",
"unknownSource": "Source inconnue", "unknownSource": "Source inconnue",
......
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "Les recommandations ne sont disponibles que pour un dossier d'espace de travail.", "ConfigureWorkspaceRecommendations.noWorkspace": "Les recommandations ne sont disponibles que pour un dossier d'espace de travail.",
"ManageExtensionAction.uninstallingTooltip": "Désinstallation",
"OpenExtensionsFile.failed": "Impossible de créer le fichier 'extensions.json' dans le dossier '.vscode' ({0}).", "OpenExtensionsFile.failed": "Impossible de créer le fichier 'extensions.json' dans le dossier '.vscode' ({0}).",
"Uninstalling": "Désinstallation en cours", "Uninstalling": "Désinstallation en cours",
"builtin": "Intégrée", "builtin": "Intégrée",
"clearExtensionsInput": "Effacer l'entrée des extensions", "clearExtensionsInput": "Effacer l'entrée des extensions",
"configureWorkspaceRecommendedExtensions": "Configurer les extensions recommandées (espace de travail)", "configureWorkspaceRecommendedExtensions": "Configurer les extensions recommandées (espace de travail)",
"disableAction": "Désactiver", "disableAction": "Désactiver",
"disableAll": "Désactiver toutes les extensions installées",
"disableAllWorkspace": "Désactiver toutes les extensions installées pour cet espace de travail",
"disableAlwaysAction.label": "Désactiver", "disableAlwaysAction.label": "Désactiver",
"disableForWorkspaceAction": "Espace de travail", "disableForWorkspaceAction": "Espace de travail",
"disableForWorkspaceAction.label": "Désactiver (espace de travail)", "disableForWorkspaceAction.label": "Désactiver (espace de travail)",
"disableGloballyAction": "Toujours", "disableGloballyAction": "Toujours",
"enableAction": "Activer", "enableAction": "Activer",
"enableAll": "Activer toutes les extensions installées",
"enableAllWorkspace": "Activer toutes les extensions installées pour cet espace de travail",
"enableAlwaysAction.label": "Activer", "enableAlwaysAction.label": "Activer",
"enableForWorkspaceAction": "Espace de travail", "enableForWorkspaceAction": "Espace de travail",
"enableForWorkspaceAction.label": "Activer (espace de travail)", "enableForWorkspaceAction.label": "Activer (espace de travail)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "Installer", "installAction": "Installer",
"installExtensions": "Installer les extensions", "installExtensions": "Installer les extensions",
"installing": "Installation", "installing": "Installation",
"postDisableMessage": "Recharger cette fenêtre pour désactiver l'extension '{0}' ?",
"postDisableTooltip": "Recharger pour désactiver",
"postEnableMessage": "Recharger cette fenêtre pour activer l'extension '{0}' ?",
"postEnableTooltip": "Recharger pour activer",
"postUninstallMessage": "Recharger cette fenêtre pour désactiver l'extension désinstallée '{0}' ?",
"postUninstallTooltip": "Recharger pour désactiver", "postUninstallTooltip": "Recharger pour désactiver",
"postUpdateMessage": "Recharger cette fenêtre pour activer l'extension mise à jour '{0}' ?",
"postUpdateTooltip": "Recharger pour mettre à jour",
"reloadAction": "Recharger", "reloadAction": "Recharger",
"showDisabledExtensions": "Afficher les extensions désactivées", "showDisabledExtensions": "Afficher les extensions désactivées",
"showInstalledExtensions": "Afficher les extensions installées", "showInstalledExtensions": "Afficher les extensions installées",
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"autoSaveDelay": "Contrôle le délai en ms au bout duquel un fichier à l'intégrité compromise est enregistré automatiquement. S'applique uniquement quand \"files.autoSave\" a la valeur \"{0}\"", "autoSaveDelay": "Contrôle le délai en ms au bout duquel un fichier à l'intégrité compromise est enregistré automatiquement. S'applique uniquement quand \"files.autoSave\" a la valeur \"{0}\"",
"binaryFileEditor": "Éditeur de fichier binaire", "binaryFileEditor": "Éditeur de fichier binaire",
"dynamicHeight": "Contrôle si la hauteur de la section des éditeurs ouverts doit s'adapter dynamiquement ou non au nombre d'éléments.", "dynamicHeight": "Contrôle si la hauteur de la section des éditeurs ouverts doit s'adapter dynamiquement ou non au nombre d'éléments.",
"editorConfigurationTitle": "Éditeur",
"enableDragAndDrop": "Contrôle si l'explorateur doit autoriser le déplacement de fichiers et de dossiers par glisser-déplacer.", "enableDragAndDrop": "Contrôle si l'explorateur doit autoriser le déplacement de fichiers et de dossiers par glisser-déplacer.",
"encoding": "Encodage du jeu de caractères par défaut à utiliser durant la lecture et l'écriture des fichiers.", "encoding": "Encodage du jeu de caractères par défaut à utiliser durant la lecture et l'écriture des fichiers.",
"eol": "Caractère de fin de ligne par défaut.", "eol": "Caractère de fin de ligne par défaut.",
......
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "Le dépôt de destination existe déjà. Choisissez un autre répertoire dans lequel enregistrer le clone.",
"cloning": "Clonage du dépôt '{0}'...",
"directory": "Répertoire du clone de destination",
"repo": "Indiquez l'URL d'un dépôt GIT.",
"url": "URL du dépôt"
}
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"terminal.integrated.fontLigatures": "Contrôle si les ligatures de police sont activées sur le terminal.", "terminal.integrated.fontLigatures": "Contrôle si les ligatures de police sont activées sur le terminal.",
"terminal.integrated.fontSize": "Contrôle la taille de police en pixels du terminal. La valeur par défaut est la valeur associée à editor.fontSize.", "terminal.integrated.fontSize": "Contrôle la taille de police en pixels du terminal. La valeur par défaut est la valeur associée à editor.fontSize.",
"terminal.integrated.lineHeight": "Contrôle la hauteur de ligne du terminal. La multiplication de ce nombre par la taille de police du terminal permet d'obtenir la hauteur de ligne réelle en pixels.", "terminal.integrated.lineHeight": "Contrôle la hauteur de ligne du terminal. La multiplication de ce nombre par la taille de police du terminal permet d'obtenir la hauteur de ligne réelle en pixels.",
"terminal.integrated.scrollback": "Contrôle la quantité maximale de lignes que le terminal conserve dans sa mémoire tampon.",
"terminal.integrated.setLocaleVariables": "Contrôle si les variables locales sont définies au démarrage du terminal. La valeur par défaut est true sur OS X, false sur les autres plateformes.", "terminal.integrated.setLocaleVariables": "Contrôle si les variables locales sont définies au démarrage du terminal. La valeur par défaut est true sur OS X, false sur les autres plateformes.",
"terminal.integrated.shell.linux": "Chemin de l'interpréteur de commandes utilisé par le terminal sur Linux.", "terminal.integrated.shell.linux": "Chemin de l'interpréteur de commandes utilisé par le terminal sur Linux.",
"terminal.integrated.shell.osx": "Chemin de l'interpréteur de commandes utilisé par le terminal sur OS X.", "terminal.integrated.shell.osx": "Chemin de l'interpréteur de commandes utilisé par le terminal sur OS X.",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.findInFiles": "Chercher dans les fichiers",
"watermark.keybindingsReference": "Référence de clavier",
"watermark.newUntitledFile": "Nouveau fichier sans titre",
"watermark.openFile": "Ouvrir le fichier",
"watermark.openFileFolder": "Ouvrir un fichier ou un dossier",
"watermark.openFolder": "Ouvrir le dossier",
"watermark.openGlobalKeybindings": "Raccourcis clavier",
"watermark.openRecent": "Ouvrir les éléments récents",
"watermark.quickOpen": "Accéder au fichier",
"watermark.selectKeymap": "Modifier le mappage de clés",
"watermark.selectTheme": "Modifier le thème de couleur",
"watermark.showCommands": "Afficher toutes les commandes",
"watermark.startDebugging": "Démarrer le débogage",
"watermark.toggleTerminal": "Activer/désactiver le terminal",
"watermark.unboundCommand": "indépendant"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"files.backup.failSave": "Les fichiers n'ont pas pu être sauvegardés (Erreur : {0}), essayez d'enregistrer vos fichiers pour quitter."
}
\ No newline at end of file
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "Gli elementi consigliati sono disponibili solo per una cartella dell'area di lavoro.", "ConfigureWorkspaceRecommendations.noWorkspace": "Gli elementi consigliati sono disponibili solo per una cartella dell'area di lavoro.",
"ManageExtensionAction.uninstallingTooltip": "Disinstallazione",
"OpenExtensionsFile.failed": "Non è possibile creare il file 'extensions.json' all'interno della cartella '.vscode' ({0}).", "OpenExtensionsFile.failed": "Non è possibile creare il file 'extensions.json' all'interno della cartella '.vscode' ({0}).",
"Uninstalling": "Disinstallazione", "Uninstalling": "Disinstallazione",
"builtin": "Predefinita", "builtin": "Predefinita",
"clearExtensionsInput": "Cancella input estensioni", "clearExtensionsInput": "Cancella input estensioni",
"configureWorkspaceRecommendedExtensions": "Configura estensioni consigliate (area di lavoro)", "configureWorkspaceRecommendedExtensions": "Configura estensioni consigliate (area di lavoro)",
"disableAction": "Disabilita", "disableAction": "Disabilita",
"disableAll": "Disabilita tutte le estensioni installate",
"disableAllWorkspace": "Disabilita tutte le estensioni installate per questa area di lavoro",
"disableAlwaysAction.label": "Disabilita", "disableAlwaysAction.label": "Disabilita",
"disableForWorkspaceAction": "Area di lavoro", "disableForWorkspaceAction": "Area di lavoro",
"disableForWorkspaceAction.label": "Disabilita (area di lavoro)", "disableForWorkspaceAction.label": "Disabilita (area di lavoro)",
"disableGloballyAction": "Sempre", "disableGloballyAction": "Sempre",
"enableAction": "Abilita", "enableAction": "Abilita",
"enableAll": "Abilita tutte le estensioni installate",
"enableAllWorkspace": "Abilita tutte le estensioni installate per questa area di lavoro",
"enableAlwaysAction.label": "Abilita", "enableAlwaysAction.label": "Abilita",
"enableForWorkspaceAction": "Area di lavoro", "enableForWorkspaceAction": "Area di lavoro",
"enableForWorkspaceAction.label": "Abilita (area di lavoro)", "enableForWorkspaceAction.label": "Abilita (area di lavoro)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "Installa", "installAction": "Installa",
"installExtensions": "Installa estensioni", "installExtensions": "Installa estensioni",
"installing": "Installazione", "installing": "Installazione",
"postDisableMessage": "Ricaricare questa finestra per disattivare l'estensione '{0}'?",
"postDisableTooltip": "Ricaricare per disattivare",
"postEnableMessage": "Ricaricare questa finestra per attivare l'estensione '{0}'?",
"postEnableTooltip": "Ricaricare per attivare",
"postUninstallMessage": "Ricaricare questa finestra per disattivare l'estensione disinstallata '{0}'?",
"postUninstallTooltip": "Ricaricare per disattivare", "postUninstallTooltip": "Ricaricare per disattivare",
"postUpdateMessage": "Ricaricare questa finestra per attivare l'estensione aggiornata '{0}'?",
"postUpdateTooltip": "Ricaricare per aggiornare",
"reloadAction": "Ricarica", "reloadAction": "Ricarica",
"showDisabledExtensions": "Mostra estensioni disabilitate", "showDisabledExtensions": "Mostra estensioni disabilitate",
"showInstalledExtensions": "Mostra estensioni installate", "showInstalledExtensions": "Mostra estensioni installate",
......
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "Il repository di destinazione esiste già. Selezionare un'altra directory in cui eseguire la clonazione.",
"cloning": "Clonazione del repository '{0}'...",
"directory": "Directory di clonazione di destinazione",
"repo": "Specificare un URL per il repository GIT.",
"url": "URL del repository"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.openFile": "Apri file",
"watermark.openFileFolder": "Apri file o cartella",
"watermark.quickOpen": "Vai al file",
"watermark.showCommands": "Mostra tutti i comandi",
"watermark.toggleTerminal": "Attiva/Disattiva terminale",
"watermark.unboundCommand": "non associato"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "推奨事項はワークスペース フォルダーでのみ利用可能です。", "ConfigureWorkspaceRecommendations.noWorkspace": "推奨事項はワークスペース フォルダーでのみ利用可能です。",
"ManageExtensionAction.uninstallingTooltip": "アンインストールしています",
"OpenExtensionsFile.failed": "'.vscode' ファルダー ({0}) 内に 'extensions.json' ファイルを作成できません。", "OpenExtensionsFile.failed": "'.vscode' ファルダー ({0}) 内に 'extensions.json' ファイルを作成できません。",
"Uninstalling": "アンインストールしています", "Uninstalling": "アンインストールしています",
"builtin": "ビルトイン", "builtin": "ビルトイン",
"clearExtensionsInput": "拡張機能の入力のクリア", "clearExtensionsInput": "拡張機能の入力のクリア",
"configureWorkspaceRecommendedExtensions": "お勧めの拡張機能の構成 (ワークスペース)", "configureWorkspaceRecommendedExtensions": "お勧めの拡張機能の構成 (ワークスペース)",
"disableAction": "無効にする", "disableAction": "無効にする",
"disableAll": "インストール済みのすべての拡張機能を無効にする",
"disableAllWorkspace": "このワークスペースのインストール済みの拡張機能をすべて無効にする",
"disableAlwaysAction.label": "無効にする", "disableAlwaysAction.label": "無効にする",
"disableForWorkspaceAction": "ワークスペース", "disableForWorkspaceAction": "ワークスペース",
"disableForWorkspaceAction.label": "無効にする (ワークスペース)", "disableForWorkspaceAction.label": "無効にする (ワークスペース)",
"disableGloballyAction": "常に行う", "disableGloballyAction": "常に行う",
"enableAction": "有効", "enableAction": "有効",
"enableAll": "インストール済みの拡張機能をすべて有効にする",
"enableAllWorkspace": "このワークスペースのインストール済みの拡張機能をすべて有効にする",
"enableAlwaysAction.label": "有効にする", "enableAlwaysAction.label": "有効にする",
"enableForWorkspaceAction": "ワークスペース", "enableForWorkspaceAction": "ワークスペース",
"enableForWorkspaceAction.label": "有効にする (ワークスペース)", "enableForWorkspaceAction.label": "有効にする (ワークスペース)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "インストール", "installAction": "インストール",
"installExtensions": "拡張機能のインストール", "installExtensions": "拡張機能のインストール",
"installing": "インストールしています", "installing": "インストールしています",
"postDisableMessage": "このウィンドウを再度読み込んで、拡張機能 '{0}' を非アクティブ化しますか?",
"postDisableTooltip": "読み込んで非アクティブ化する",
"postEnableMessage": "このウィンドウを再度読み込んで、拡張機能 '{0}' をアクティブ化しますか?",
"postEnableTooltip": "再度読み込んでアクティブにする",
"postUninstallMessage": "このウィンドウを再度読み込んで、アンインストール済みの拡張機能 '{0}' を非アクティブ化しますか?",
"postUninstallTooltip": "読み込んで非アクティブ化する", "postUninstallTooltip": "読み込んで非アクティブ化する",
"postUpdateMessage": "このウィンドウを再度読み込んで、更新済みの拡張機能 '{0}' をアクティブ化しますか?",
"postUpdateTooltip": "再度読み込んで更新する",
"reloadAction": "再度読み込む", "reloadAction": "再度読み込む",
"showDisabledExtensions": "無効な拡張機能の表示", "showDisabledExtensions": "無効な拡張機能の表示",
"showInstalledExtensions": "インストール済みの拡張機能の表示", "showInstalledExtensions": "インストール済みの拡張機能の表示",
......
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "宛先レポジトリは既に存在しています。複製するための別のディレクトリを選択してください。",
"cloning": "リポジトリ '{0}' を複製しています...",
"directory": "宛先の複製ディレクトリ",
"repo": "Git リポジトリの URL を入力してください。",
"url": "リポジトリ URL"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.openFile": "ファイルを開く",
"watermark.openFileFolder": "ファイルまたはフォルダーを開く",
"watermark.quickOpen": "ファイルに移動する",
"watermark.showCommands": "すべてのコマンドの表示",
"watermark.toggleTerminal": "端末の切り替え",
"watermark.unboundCommand": "バインドなし"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
"doNotCheckAgain": "다시 확인 안 함", "doNotCheckAgain": "다시 확인 안 함",
"moreInformation": "추가 정보", "moreInformation": "추가 정보",
"updateTscCheck": "사용자 설정 'typescript.check.tscVersion'을 false로 업데이트했습니다.", "updateTscCheck": "사용자 설정 'typescript.check.tscVersion'을 false로 업데이트했습니다.",
"versionMismatch": "버전이 일치하지 않습니다. 전역 tsc({0})가 VS 코드의 언어 서비스({1})와 다릅니다. 일관되지 않은 컴파일 오류가 발생할 수 있습니다." "versionMismatch": "버전이 일치하지 않습니다. 전역 tsc({0})가 VS Code의 언어 서비스({1})와 다릅니다. 일관되지 않은 컴파일 오류가 발생할 수 있습니다."
} }
\ No newline at end of file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"renderControlCharacters": "편집기에서 제어 문자를 렌더링할지를 제어합니다.", "renderControlCharacters": "편집기에서 제어 문자를 렌더링할지를 제어합니다.",
"renderIndentGuides": "편집기에서 들여쓰기 가이드를 렌더링할지를 제어합니다.", "renderIndentGuides": "편집기에서 들여쓰기 가이드를 렌더링할지를 제어합니다.",
"renderLineHighlight": "편집기가 현재 줄 강조 표시를 렌더링하는지 여부를 제어합니다.", "renderLineHighlight": "편집기가 현재 줄 강조 표시를 렌더링하는지 여부를 제어합니다.",
"renderWhitespace": "편집기에서 공백 문자를 렌더링하는 방법을 제어합니다. 가능한 값은 '없음', '경계' 및 '모두'입니다. '경계' 옵션은 단어 사이의 한 칸 공백을 렌더링하지 않습니다.", "renderWhitespace": "편집기에서 공백 문자를 렌더링하는 방법을 제어합니다. 가능한 값은 'none', 'boundary' 및 'all'입니다. 'boundary' 옵션은 단어 사이의 한 칸 공백을 렌더링하지 않습니다.",
"roundedSelection": "선택 항목의 모서리를 둥글게 할지 여부를 제어합니다.", "roundedSelection": "선택 항목의 모서리를 둥글게 할지 여부를 제어합니다.",
"rulers": "세로 눈금자를 표시할 열", "rulers": "세로 눈금자를 표시할 열",
"scrollBeyondLastLine": "편집기에서 마지막 줄 이후로 스크롤할지 여부를 제어합니다.", "scrollBeyondLastLine": "편집기에서 마지막 줄 이후로 스크롤할지 여부를 제어합니다.",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"schema.blockComments": "블록 주석이 표시되는 방법을 정의합니다.", "schema.blockComments": "블록 주석이 표시되는 방법을 정의합니다.",
"schema.brackets": "들여쓰기를 늘리거나 줄이는 대괄호 기호를 정의합니다.", "schema.brackets": "들여쓰기를 늘리거나 줄이는 대괄호 기호를 정의합니다.",
"schema.closeBracket": "닫는 대괄호 문자 또는 문자열 시퀀스입니다.", "schema.closeBracket": "닫는 대괄호 문자 또는 문자열 시퀀스입니다.",
"schema.comments": "주석 기호 정의", "schema.comments": "주석 기호를 정의합니다.",
"schema.lineComment": "줄 주석을 시작하는 문자 시퀀스입니다.", "schema.lineComment": "줄 주석을 시작하는 문자 시퀀스입니다.",
"schema.openBracket": "여는 대괄호 문자 또는 문자열 시퀀스입니다.", "schema.openBracket": "여는 대괄호 문자 또는 문자열 시퀀스입니다.",
"schema.surroundingPairs": "선택한 문자열을 둘러싸는 데 사용할 수 있는 대괄호 쌍을 정의합니다." "schema.surroundingPairs": "선택한 문자열을 둘러싸는 데 사용할 수 있는 대괄호 쌍을 정의합니다."
......
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.", "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
"vscode.extension.contributes.snippets": "코드 조각을 적용합니다.", "vscode.extension.contributes.snippets": "코드 조각을 적용합니다.",
"vscode.extension.contributes.snippets-language": "이 코드 조각이 적용되는 언어 식별자입니다.", "vscode.extension.contributes.snippets-language": "이 코드 조각이 적용되는 언어 식별자입니다.",
"vscode.extension.contributes.snippets-path": "코드 조각 파일의 경로입니다. 이 경로는 확장 폴더에 상대적이며 일반적으로 './snippets/'로 시작합니다." "vscode.extension.contributes.snippets-path": "코드 조각 파일의 경로입니다. 이 경로는 확장 폴더의 상대 경로이며 일반적으로 './snippets/'로 시작합니다."
} }
\ No newline at end of file
...@@ -14,6 +14,6 @@ ...@@ -14,6 +14,6 @@
"vscode.extension.contributes.grammars.embeddedLanguages": "이 문법에 포함된 언어가 있는 경우 언어 ID에 대한 범위 이름의 맵입니다.", "vscode.extension.contributes.grammars.embeddedLanguages": "이 문법에 포함된 언어가 있는 경우 언어 ID에 대한 범위 이름의 맵입니다.",
"vscode.extension.contributes.grammars.injectTo": "이 문법이 삽입되는 언어 범위 이름 목록입니다.", "vscode.extension.contributes.grammars.injectTo": "이 문법이 삽입되는 언어 범위 이름 목록입니다.",
"vscode.extension.contributes.grammars.language": "이 구문이 적용되는 언어 식별자입니다.", "vscode.extension.contributes.grammars.language": "이 구문이 적용되는 언어 식별자입니다.",
"vscode.extension.contributes.grammars.path": "tmLanguage 파일의 경로입니다. 이 경로는 확장 폴더에 상대적이며 일반적으로 './syntaxes/'로 시작합니다.", "vscode.extension.contributes.grammars.path": "tmLanguage 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './syntaxes/'로 시작합니다.",
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 파일에 사용되는 Textmate 범위 이름입니다." "vscode.extension.contributes.grammars.scopeName": "tmLanguage 파일에 사용되는 Textmate 범위 이름입니다."
} }
\ No newline at end of file
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"noCompatible": "이 버전의 코드에서 {0}의 호환 버전을 찾을 수 없습니다.", "noCompatible": "이 버전의 Code에서 {0}의 호환 버전을 찾을 수 없습니다.",
"notFound": "확장을 찾을 수 없습니다." "notFound": "확장을 찾을 수 없습니다."
} }
\ No newline at end of file
...@@ -14,12 +14,12 @@ ...@@ -14,12 +14,12 @@
"closeOtherEditorsInGroup": "다른 편집기 닫기", "closeOtherEditorsInGroup": "다른 편집기 닫기",
"evenEditorGroups": "균등한 편집기 그룹 너비", "evenEditorGroups": "균등한 편집기 그룹 너비",
"focusActiveEditorGroup": "활성 편집기 그룹에 포커스", "focusActiveEditorGroup": "활성 편집기 그룹에 포커스",
"focusFirstEditorGroup": "첫 번째 편집기 그룹으로 포커스 이동", "focusFirstEditorGroup": "첫 번째 편집기 그룹에 포커스",
"focusLastEditorInStack": "그룹의 마지막 편집기 열기", "focusLastEditorInStack": "그룹의 마지막 편집기 열기",
"focusNextGroup": "다음 그룹으로 포커스 이동", "focusNextGroup": "다음 그룹에 포커스",
"focusPreviousGroup": "이전 그룹으로 포커스 이동", "focusPreviousGroup": "이전 그룹에 포커스",
"focusSecondEditorGroup": "두 번째 편집기 그룹으로 포커스 이동", "focusSecondEditorGroup": "두 번째 편집기 그룹에 포커스",
"focusThirdEditorGroup": "세 번째 편집기 그룹으로 포커스 이동", "focusThirdEditorGroup": "세 번째 편집기 그룹에 포커스",
"keepEditor": "편집기 유지", "keepEditor": "편집기 유지",
"maximizeEditor": "편집기 그룹 최대화 및 사이드바 숨기기", "maximizeEditor": "편집기 그룹 최대화 및 사이드바 숨기기",
"minimizeOtherEditorGroups": "다른 편집기 그룹 최소화", "minimizeOtherEditorGroups": "다른 편집기 그룹 최소화",
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
"navigateNext": "앞으로 이동", "navigateNext": "앞으로 이동",
"navigatePrevious": "뒤로 이동", "navigatePrevious": "뒤로 이동",
"openNextEditor": "다음 편집기 열기", "openNextEditor": "다음 편집기 열기",
"openNextEditorInGroup": "그룹에서 최근에 사용한 다음 편집기 열기",
"openPreviousEditor": "이전 편집기 열기", "openPreviousEditor": "이전 편집기 열기",
"openPreviousEditorInGroup": "그룹에서 최근에 사용한 이전 편집기 열기", "openPreviousEditorInGroup": "그룹에서 최근에 사용한 이전 편집기 열기",
"openToSide": "측면에서 열기", "openToSide": "측면에서 열기",
......
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
"commandDeprecated": "**{0}** 명령이 제거되었습니다. 대신 **{1}** 명령을 사용할 수 있습니다.", "commandDeprecated": "**{0}** 명령이 제거되었습니다. 대신 **{1}** 명령을 사용할 수 있습니다.",
"editorCommand.activeEditorMove.arg.description": "인수 속성:\n\t\t\t\t\t\t* 'to': 이동할 위치를 지정하는 문자열 값입니다.\n\t\t\t\t\t\t'by': 이동할 단위를 지정하는 문자열 값입니다. 탭 단위 또는 그룹 단위입니다.\n\t\t\t\t\t\t'value': 이동할 위치 수 또는 절대 위치를 지정하는 숫자 값입니다.\n\t\t\t\t\t", "editorCommand.activeEditorMove.arg.description": "인수 속성:\n\t\t\t\t\t\t* 'to': 이동할 위치를 지정하는 문자열 값입니다.\n\t\t\t\t\t\t'by': 이동할 단위를 지정하는 문자열 값입니다. 탭 단위 또는 그룹 단위입니다.\n\t\t\t\t\t\t'value': 이동할 위치 수 또는 절대 위치를 지정하는 숫자 값입니다.\n\t\t\t\t\t",
"editorCommand.activeEditorMove.arg.name": "활성 편집기 이동 인수", "editorCommand.activeEditorMove.arg.name": "활성 편집기 이동 인수",
"editorCommand.activeEditorMove.description": "활성 편집기를 탭 또는 그룹 단위로 이동합니다.", "editorCommand.activeEditorMove.description": "활성 편집기를 탭 또는 그룹 단위로 이동",
"openKeybindings": "바로 가기 키 구성" "openKeybindings": "바로 가기 키 구성"
} }
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"closePanel": "패널 닫기", "closePanel": "패널 닫기",
"focusPanel": "패널로 포커스 이동", "focusPanel": "패널에 포커스",
"toggleMaximizedPanel": "최대화된 패널 설정/해제", "toggleMaximizedPanel": "최대화된 패널 설정/해제",
"togglePanel": "패널 설정/해제", "togglePanel": "패널 설정/해제",
"view": "보기" "view": "보기"
......
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"focusSideBar": "사이드바로 포커스 이동", "focusSideBar": "사이드바에 포커스",
"viewCategory": "보기" "viewCategory": "보기"
} }
\ No newline at end of file
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"runningAsRoot": "코드를 '루트'로 실행하지 않는 것이 좋습니다.", "runningAsRoot": "Code를 '루트'로 실행하지 않는 것이 좋습니다.",
"sharedProcessCrashed": "공유 프로세스가 예기치 않게 종료되었습니다. 복구하려면 창을 다시 로드하세요." "sharedProcessCrashed": "공유 프로세스가 예기치 않게 종료되었습니다. 복구하려면 창을 다시 로드하세요."
} }
\ No newline at end of file
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
"continueDebug": "계속", "continueDebug": "계속",
"deactivateBreakpoints": "중단점 비활성화", "deactivateBreakpoints": "중단점 비활성화",
"debugConsoleAction": "디버그 콘솔", "debugConsoleAction": "디버그 콘솔",
"debugFocusConsole": "포커스 디버그 콘솔", "debugFocusConsole": "디버그 콘솔에 포커스",
"disableAllBreakpoints": "모든 중단점 해제", "disableAllBreakpoints": "모든 중단점 해제",
"disconnectDebug": "연결 끊기", "disconnectDebug": "연결 끊기",
"editConditionalBreakpoint": "중단점 편집...", "editConditionalBreakpoint": "중단점 편집...",
"editWatchExpression": "식 편집", "editWatchExpression": "식 편집",
"enableAllBreakpoints": "모든 중단점 설정", "enableAllBreakpoints": "모든 중단점 설정",
"focusProcess": "포커스 프로세스", "focusProcess": "프로세스에 포커스",
"launchJsonNeedsConfigurtion": "'launch.json' 구성 또는 수정", "launchJsonNeedsConfigurtion": "'launch.json' 구성 또는 수정",
"openLaunchJson": "{0} 열기", "openLaunchJson": "{0} 열기",
"pauseDebug": "일시 중지", "pauseDebug": "일시 중지",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"actions.repl.acceptInput": "REPL 입력 수락", "actions.repl.acceptInput": "REPL 입력 적용",
"actions.repl.historyNext": "기록 다음", "actions.repl.historyNext": "기록 다음",
"actions.repl.historyPrevious": "기록 이전", "actions.repl.historyPrevious": "기록 이전",
"replAriaLabel": "read–eval–print loop 패널" "replAriaLabel": "read–eval–print loop 패널"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"debugOSXConfiguration": "OS X 특정 시작 구성 특성입니다.", "debugOSXConfiguration": "OS X 특정 시작 구성 특성입니다.",
"debugPrelaunchTask": "디버그 세션이 시작되기 이전에 실행할 작업입니다.", "debugPrelaunchTask": "디버그 세션이 시작되기 이전에 실행할 작업입니다.",
"debugRequest": "구성 형식을 요청합니다. \"시작\" 또는 \"연결\"일 수 있습니다.", "debugRequest": "구성 형식을 요청합니다. \"시작\" 또는 \"연결\"일 수 있습니다.",
"debugServer": "디버그 확장 배포 전용입니다. 포트가 지정된 경우 VS 코드에서는 서버 모드로 실행하는 디버그 어댑터에 연결을 시도합니다.", "debugServer": "디버그 확장 배포 전용입니다. 포트가 지정된 경우 VS Code에서는 서버 모드로 실행하는 디버그 어댑터에 연결을 시도합니다.",
"debugType": "구성의 형식입니다.", "debugType": "구성의 형식입니다.",
"debugWindowsConfiguration": "Windows 특정 시작 구성 특성입니다.", "debugWindowsConfiguration": "Windows 특정 시작 구성 특성입니다.",
"internalConsoleOptions": "내부 디버그 콘솔의 동작을 제어합니다.", "internalConsoleOptions": "내부 디버그 콘솔의 동작을 제어합니다.",
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
"app.launch.json.title": "시작", "app.launch.json.title": "시작",
"app.launch.json.version": "이 파일 형식의 버전입니다.", "app.launch.json.version": "이 파일 형식의 버전입니다.",
"debugNoType": "디버그 어댑터 '형식'은 생략할 수 없으며 '문자열' 형식이어야 합니다.", "debugNoType": "디버그 어댑터 '형식'은 생략할 수 없으며 '문자열' 형식이어야 합니다.",
"duplicateDebuggerType": "디버그 형식 '{0}'은(는) 이미 등록되어 있고 '{1}' 특성을 포함합니다. '{1}' 특성을 무시합니다.",
"selectDebug": "환경 선택", "selectDebug": "환경 선택",
"vscode.extension.contributes.breakpoints": "중단점을 적용합니다.", "vscode.extension.contributes.breakpoints": "중단점을 적용합니다.",
"vscode.extension.contributes.breakpoints.language": "이 언어에 대해 중단점을 허용합니다.", "vscode.extension.contributes.breakpoints.language": "이 언어에 대해 중단점을 허용합니다.",
...@@ -25,7 +24,7 @@ ...@@ -25,7 +24,7 @@
"vscode.extension.contributes.debuggers.linux.runtime": "Linux에 사용되는 런타임입니다.", "vscode.extension.contributes.debuggers.linux.runtime": "Linux에 사용되는 런타임입니다.",
"vscode.extension.contributes.debuggers.osx": "OS X 특정 설정입니다.", "vscode.extension.contributes.debuggers.osx": "OS X 특정 설정입니다.",
"vscode.extension.contributes.debuggers.osx.runtime": "OSX에 사용되는 런타임입니다.", "vscode.extension.contributes.debuggers.osx.runtime": "OSX에 사용되는 런타임입니다.",
"vscode.extension.contributes.debuggers.program": "디버그 어댑터 프로그램의 경로입니다. 절대 경로이거나 확장 폴더에 대한 상대 경로입니다.", "vscode.extension.contributes.debuggers.program": "디버그 어댑터 프로그램의 경로입니다. 절대 경로이거나 확장 폴더 상대 경로입니다.",
"vscode.extension.contributes.debuggers.runtime": "프로그램 특성이 실행 파일이 아니지만 런타임이 필요한 경우의 선택적 런타임입니다.", "vscode.extension.contributes.debuggers.runtime": "프로그램 특성이 실행 파일이 아니지만 런타임이 필요한 경우의 선택적 런타임입니다.",
"vscode.extension.contributes.debuggers.runtimeArgs": "선택적 런타임 인수입니다.", "vscode.extension.contributes.debuggers.runtimeArgs": "선택적 런타임 인수입니다.",
"vscode.extension.contributes.debuggers.type": "이 디버그 어댑터에 대한 고유한 식별자입니다.", "vscode.extension.contributes.debuggers.type": "이 디버그 어댑터에 대한 고유한 식별자입니다.",
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"license": "라이선스", "license": "라이선스",
"menuContexts": "메뉴 컨텍스트", "menuContexts": "메뉴 컨텍스트",
"name": "확장 이름", "name": "확장 이름",
"noChangelog": "변경 로그를 사용할 수 없습니다.", "noChangelog": "CHANGELOG를 사용할 수 없습니다.",
"noContributions": "참여 없음", "noContributions": "참여 없음",
"noDependencies": "종속성 없음", "noDependencies": "종속성 없음",
"noReadme": "사용 가능한 추가 정보가 없습니다.", "noReadme": "사용 가능한 추가 정보가 없습니다.",
......
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "권장 사항은 작업 영역 폴더에서만 사용할 수 있습니다.", "ConfigureWorkspaceRecommendations.noWorkspace": "권장 사항은 작업 영역 폴더에서만 사용할 수 있습니다.",
"OpenExtensionsFile.failed": "'.vscode' 폴더 내에 'extensions.json' 파일을 만들 수 없습니다({0}).", "ManageExtensionAction.uninstallingTooltip": "제거하는 중",
"OpenExtensionsFile.failed": "'.vscode' 폴더({0}) 내에 'extensions.json' 파일을 만들 수 없습니다.",
"Uninstalling": "제거하는 중", "Uninstalling": "제거하는 중",
"builtin": "기본 제공", "builtin": "기본 제공",
"clearExtensionsInput": "확장 입력 지우기", "clearExtensionsInput": "확장 입력 지우기",
"configureWorkspaceRecommendedExtensions": "권장 확장 구성(작업 영역)", "configureWorkspaceRecommendedExtensions": "권장 확장 구성(작업 영역)",
"disableAction": "사용 안 함", "disableAction": "사용 안 함",
"disableAll": "설치된 모든 확장 사용 안 함",
"disableAllWorkspace": "이 작업 영역에 대해 설치된 모든 확장 사용 안 함",
"disableAlwaysAction.label": "사용 안 함", "disableAlwaysAction.label": "사용 안 함",
"disableForWorkspaceAction": "작업 영역", "disableForWorkspaceAction": "작업 영역",
"disableForWorkspaceAction.label": "사용 안 함(작업 영역)", "disableForWorkspaceAction.label": "사용 안 함(작업 영역)",
"disableGloballyAction": "항상", "disableGloballyAction": "항상",
"enableAction": "사용", "enableAction": "사용",
"enableAll": "설치된 모든 확장 사용",
"enableAllWorkspace": "이 작업 영역에 대해 설치된 모든 확장 사용",
"enableAlwaysAction.label": "사용", "enableAlwaysAction.label": "사용",
"enableForWorkspaceAction": "작업 영역", "enableForWorkspaceAction": "작업 영역",
"enableForWorkspaceAction.label": "사용(작업 영역)", "enableForWorkspaceAction.label": "사용(작업 영역)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "설치", "installAction": "설치",
"installExtensions": "확장 설치", "installExtensions": "확장 설치",
"installing": "설치 중", "installing": "설치 중",
"postDisableMessage": "이 창을 다시 로드하여 '{0}' 확장을 비활성화하시겠습니까?",
"postDisableTooltip": "비활성화하려면 다시 로드",
"postEnableMessage": "이 창을 다시 로드하여 '{0}' 확장을 활성화하시겠습니까?",
"postEnableTooltip": "활성화하려면 다시 로드",
"postUninstallMessage": "이 창을 다시 로드하여 제거된 확장 '{0}'을(를) 비활성화하시겠습니까?",
"postUninstallTooltip": "비활성화하려면 다시 로드", "postUninstallTooltip": "비활성화하려면 다시 로드",
"postUpdateMessage": "이 창을 다시 로드하여 업데이트된 확장 '{0}'을(를) 활성화하시겠습니까?",
"postUpdateTooltip": "업데이트하려면 다시 로드",
"reloadAction": "다시 로드", "reloadAction": "다시 로드",
"showDisabledExtensions": "사용할 수 없는 확장 표시", "showDisabledExtensions": "사용할 수 없는 확장 표시",
"showInstalledExtensions": "설치된 확장 표시", "showInstalledExtensions": "설치된 확장 표시",
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
"emptyFileNameError": "파일 또는 폴더 이름을 입력해야 합니다.", "emptyFileNameError": "파일 또는 폴더 이름을 입력해야 합니다.",
"fileNameExistsError": "파일 또는 폴더 **{0}**이(가) 이 위치에 이미 있습니다. 다른 이름을 선택하세요.", "fileNameExistsError": "파일 또는 폴더 **{0}**이(가) 이 위치에 이미 있습니다. 다른 이름을 선택하세요.",
"filePathTooLongError": "**{0}**(이)라는 이름을 사용하면 경로가 너무 길어집니다. 짧은 이름을 선택하세요.", "filePathTooLongError": "**{0}**(이)라는 이름을 사용하면 경로가 너무 길어집니다. 짧은 이름을 선택하세요.",
"focusFilesExplorer": "파일 탐색기에 포커스 설정", "focusFilesExplorer": "파일 탐색기에 포커스",
"focusOpenEditors": "열려 있는 편집기 뷰에 포커스 설정", "focusOpenEditors": "열려 있는 편집기 뷰에 포커스",
"globalCompareFile": "활성 파일을 다음과 비교...", "globalCompareFile": "활성 파일을 다음과 비교...",
"importFiles": "파일 가져오기", "importFiles": "파일 가져오기",
"invalidFileNameError": "**{0}**(이)라는 이름은 파일 또는 폴더 이름으로 올바르지 않습니다. 다른 이름을 선택하세요.", "invalidFileNameError": "**{0}**(이)라는 이름은 파일 또는 폴더 이름으로 올바르지 않습니다. 다른 이름을 선택하세요.",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"files.exclude.boolean": "파일 경로를 일치시킬 GLOB 패턴입니다. 패턴을 사용하거나 사용하지 않도록 설정하려면 true 또는 false로 설정하세요.", "files.exclude.boolean": "파일 경로를 일치시킬 GLOB 패턴입니다. 패턴을 사용하거나 사용하지 않도록 설정하려면 true 또는 false로 설정하세요.",
"files.exclude.when": "일치하는 파일의 형제에 대한 추가 검사입니다. $(basename)을 일치하는 파일 이름에 대한 변수로 사용하세요.", "files.exclude.when": "일치하는 파일의 형제에 대한 추가 검사입니다. $(basename)을 일치하는 파일 이름에 대한 변수로 사용하세요.",
"filesConfigurationTitle": "파일", "filesConfigurationTitle": "파일",
"formatOnSave": "파일 저장 시 서식을 지정합니다. 포맷터를 사용할 수 있어야 하며, 파일이 자동으로 저장되야 하고, 편집기가 종료되지 않아야 합니다.", "formatOnSave": "파일 저장 시 서식을 지정합니다. 포맷터를 사용할 수 있어야 하며, 파일이 자동으로 저장되지 않아야 하고, 편집기가 종료되지 않아야 합니다.",
"insertFinalNewline": "사용하도록 설정되면 저장할 때 파일 끝에 마지막 줄바꿈을 삽입합니다.", "insertFinalNewline": "사용하도록 설정되면 저장할 때 파일 끝에 마지막 줄바꿈을 삽입합니다.",
"openEditorsVisible": "열려 있는 편집기 창에 표시되는 편집기 수입니다. 창을 숨기려면 0으로 설정합니다.", "openEditorsVisible": "열려 있는 편집기 창에 표시되는 편집기 수입니다. 창을 숨기려면 0으로 설정합니다.",
"showExplorerViewlet": "탐색기 표시", "showExplorerViewlet": "탐색기 표시",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"gitCommands": "Git 명령", "gitCommands": "Git 명령",
"gitConfigurationTitle": "Git", "gitConfigurationTitle": "Git",
"gitEnabled": "git를 사용하도록 설정할까요?", "gitEnabled": "git를 사용하도록 설정할까요?",
"gitLargeRepos": "항상 대규모 리포지토리가 코드로 관리되도록 허용합니다.", "gitLargeRepos": "항상 대규모 리포지토리가 Code로 관리되도록 허용합니다.",
"gitLongCommit": "긴 커밋 메시지에 대해 경고할지 여부입니다.", "gitLongCommit": "긴 커밋 메시지에 대해 경고할지 여부입니다.",
"gitPath": "Git 실행 파일의 경로", "gitPath": "Git 실행 파일의 경로",
"gitPendingChangesBadge": "{0}이(가) 변경 내용을 보류 중입니다.", "gitPendingChangesBadge": "{0}이(가) 변경 내용을 보류 중입니다.",
......
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"allo": "대규모 리포지토리 허용", "allo": "대규모 리포지토리 허용",
"huge": "리포지토리에 활성 변경 내용이 많은 것 같습니다.\n코드가 매우 느려질 수 있습니다.", "huge": "리포지토리에 활성 변경 내용이 많은 것 같습니다.\nCode가 매우 느려질 수 있습니다.",
"setting": "다음 설정을 사용하여 이 경고를 영구적으로 사용하지 않을 수 있습니다." "setting": "다음 설정을 사용하여 이 경고를 영구적으로 사용하지 않을 수 있습니다."
} }
\ No newline at end of file
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "대상 리포지토리가 이미 있습니다. 복제할 다른 디렉터리를 선택하세요.",
"cloning": "'{0}' 리포지토리를 복제하는 중...",
"directory": "대상 복제 디렉터리",
"repo": "Git 리포지토리 URL을 입력하세요.",
"url": "리포지토리 URL"
}
\ No newline at end of file
...@@ -53,12 +53,12 @@ ...@@ -53,12 +53,12 @@
"JsonSchema.taskSelector": "인수가 작업임을 나타내는 접두사입니다.", "JsonSchema.taskSelector": "인수가 작업임을 나타내는 접두사입니다.",
"JsonSchema.tasks": "작업 구성입니다. 일반적으로 외부 Task Runner에 이미 정의되어 있는 작업을 보강합니다.", "JsonSchema.tasks": "작업 구성입니다. 일반적으로 외부 Task Runner에 이미 정의되어 있는 작업을 보강합니다.",
"JsonSchema.tasks.args": "이 작업이 호출될 때 명령에 전달되는 추가 인수입니다.", "JsonSchema.tasks.args": "이 작업이 호출될 때 명령에 전달되는 추가 인수입니다.",
"JsonSchema.tasks.build": "이 작업을 코드의 기본 빌드 명령에 매핑합니다.", "JsonSchema.tasks.build": "이 작업을 Code의 기본 빌드 명령에 매핑합니다.",
"JsonSchema.tasks.matchers": "사용할 문제 선택기입니다. 문자열, 문제 선택기 정의 또는 문자열 및 문제 선택기 배열일 수 있습니다.", "JsonSchema.tasks.matchers": "사용할 문제 선택기입니다. 문자열, 문제 선택기 정의 또는 문자열 및 문제 선택기 배열일 수 있습니다.",
"JsonSchema.tasks.showOutput": "실행 중인 작업에 대한 출력을 표시할지 여부를 제어합니다. 생략하면 전역적으로 정의된 값이 사용됩니다.", "JsonSchema.tasks.showOutput": "실행 중인 작업에 대한 출력을 표시할지 여부를 제어합니다. 생략하면 전역적으로 정의된 값이 사용됩니다.",
"JsonSchema.tasks.suppressTaskName": "작업 이름을 명령에 인수로 추가할지 여부를 제어합니다. 생략하면 전역적으로 정의된 값이 사용됩니다.", "JsonSchema.tasks.suppressTaskName": "작업 이름을 명령에 인수로 추가할지 여부를 제어합니다. 생략하면 전역적으로 정의된 값이 사용됩니다.",
"JsonSchema.tasks.taskName": "작업 이름", "JsonSchema.tasks.taskName": "작업 이름",
"JsonSchema.tasks.test": "이 작업을 코드의 기본 테스트 명령에 매핑합니다.", "JsonSchema.tasks.test": "이 작업을 Code의 기본 테스트 명령에 매핑합니다.",
"JsonSchema.tasks.watching": "실행된 작업을 활성 상태로 유지할지 파일 시스템을 조사할지 여부를 나타냅니다.", "JsonSchema.tasks.watching": "실행된 작업을 활성 상태로 유지할지 파일 시스템을 조사할지 여부를 나타냅니다.",
"JsonSchema.version": "구성의 버전 번호입니다.", "JsonSchema.version": "구성의 버전 번호입니다.",
"JsonSchema.watching": "실행된 작업을 활성 상태로 유지할지 파일 시스템을 조사할지 여부를 나타냅니다.", "JsonSchema.watching": "실행된 작업을 활성 상태로 유지할지 파일 시스템을 조사할지 여부를 나타냅니다.",
...@@ -74,13 +74,13 @@ ...@@ -74,13 +74,13 @@
"TaskSystem.invalidTaskJson": "오류: tasks.json 파일의 내용에 구문 오류가 있습니다. 작업을 실행하기 전에 오류를 정정하세요.\n", "TaskSystem.invalidTaskJson": "오류: tasks.json 파일의 내용에 구문 오류가 있습니다. 작업을 실행하기 전에 오류를 정정하세요.\n",
"TaskSystem.noBuildType": "유효한 Task Runner가 구성되어 있지 않습니다. 지원되는 Task Runner는 '서비스' 및 '프로그램'입니다.", "TaskSystem.noBuildType": "유효한 Task Runner가 구성되어 있지 않습니다. 지원되는 Task Runner는 '서비스' 및 '프로그램'입니다.",
"TaskSystem.noConfiguration": "구성된 Task Runner가 없습니다.", "TaskSystem.noConfiguration": "구성된 Task Runner가 없습니다.",
"TaskSystem.noProcess": "시작된 작업이 더 이상 존재하지 않습니다. 작업에서 생성된, VS 코드를 끝내는 백그라운드 프로세스가 분리된 프로세스가 될 수 있습니다. 이를 방지하려면 wait 플래그를 사용하여 마지막 백그라운드 프로세스를 시작하세요.", "TaskSystem.noProcess": "시작된 작업이 더 이상 존재하지 않습니다. 작업에서 생성된, VS Code를 끝내는 백그라운드 프로세스가 분리된 프로세스가 될 수 있습니다. 이를 방지하려면 wait 플래그를 사용하여 마지막 백그라운드 프로세스를 시작하세요.",
"TaskSystem.runningTask": "실행 중인 작업이 있습니다. 이 작업을 종료할까요?", "TaskSystem.runningTask": "실행 중인 작업이 있습니다. 이 작업을 종료할까요?",
"TaskSystem.terminateTask": "작업 종료(&&T)", "TaskSystem.terminateTask": "작업 종료(&&T)",
"TaskSystem.unknownError": "작업을 실행하는 동안 오류가 발생했습니다. 자세한 내용은 작업 로그를 참조하세요.", "TaskSystem.unknownError": "작업을 실행하는 동안 오류가 발생했습니다. 자세한 내용은 작업 로그를 참조하세요.",
"TerminateAction.failed": "실행 중인 작업을 종료하지 못했습니다.", "TerminateAction.failed": "실행 중인 작업을 종료하지 못했습니다.",
"TerminateAction.label": "실행 중인 작업 종료", "TerminateAction.label": "실행 중인 작업 종료",
"TerminateAction.noProcess": "시작된 프로세스가 더 이상 존재하지 않습니다. 작업에서 생성된, VS 코드를 끝내는 백그라운드 작업이 분리된 프로세스가 될 수 있습니다.", "TerminateAction.noProcess": "시작된 프로세스가 더 이상 존재하지 않습니다. 작업에서 생성된, VS Code를 끝내는 백그라운드 작업이 분리된 프로세스가 될 수 있습니다.",
"TestAction.label": "테스트 작업 실행", "TestAction.label": "테스트 작업 실행",
"manyMarkers": "99+", "manyMarkers": "99+",
"problems": "문제", "problems": "문제",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"terminal": "터미널", "terminal": "터미널",
"terminal.integrated.commandsToSkipShell": "키 바인딩이 셸에 전송되지 않고 항상 코드에서 처리되는 명령 ID 집합입니다. 따라서 셸에서 정상적으로 사용되어 터미널에 포커스가 없을 때와 동일하게 작동하는 키 바인딩을 사용할 수 있습니다(예: <Ctrl+P>를 사용하여 Quick Open 시작).", "terminal.integrated.commandsToSkipShell": "키 바인딩이 셸에 전송되지 않고 항상 Code에서 처리되는 명령 ID 집합입니다. 따라서 셸에서 정상적으로 사용되어 터미널에 포커스가 없을 때와 동일하게 작동하는 키 바인딩을 사용할 수 있습니다(예: <Ctrl+P>를 사용하여 Quick Open 시작).",
"terminal.integrated.cursorBlinking": "터미널 커서 깜박임 여부를 제어합니다.", "terminal.integrated.cursorBlinking": "터미널 커서 깜박임 여부를 제어합니다.",
"terminal.integrated.fontFamily": "터미널의 글꼴 패밀리를 제어하며, 기본값은 editor.fontFamily의 값입니다.", "terminal.integrated.fontFamily": "터미널의 글꼴 패밀리를 제어하며, 기본값은 editor.fontFamily의 값입니다.",
"terminal.integrated.fontLigatures": "터미널에서 글꼴 합자가 사용되는지를 제어합니다.", "terminal.integrated.fontLigatures": "터미널에서 글꼴 합자가 사용되는지를 제어합니다.",
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
{ {
"workbench.action.terminal.clear": "지우기", "workbench.action.terminal.clear": "지우기",
"workbench.action.terminal.copySelection": "선택 영역 복사", "workbench.action.terminal.copySelection": "선택 영역 복사",
"workbench.action.terminal.focus": "터미널로 포커스 이동", "workbench.action.terminal.focus": "터미널에 포커스",
"workbench.action.terminal.focusNext": "다음 터미널로 포커스 이동", "workbench.action.terminal.focusNext": "다음 터미널에 포커스",
"workbench.action.terminal.focusPrevious": "이전 터미널로 포커스 이동", "workbench.action.terminal.focusPrevious": "이전 터미널에 포커스",
"workbench.action.terminal.kill": "활성 터미널 인스턴스 종료", "workbench.action.terminal.kill": "활성 터미널 인스턴스 종료",
"workbench.action.terminal.kill.short": "터미널 종료", "workbench.action.terminal.kill.short": "터미널 종료",
"workbench.action.terminal.new": "새 통합 터미널 만들기", "workbench.action.terminal.new": "새 통합 터미널 만들기",
......
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.openFile": "파일 열기",
"watermark.openFileFolder": "파일 또는 폴더 열기",
"watermark.quickOpen": "파일로 이동",
"watermark.showCommands": "모든 명령 표시",
"watermark.toggleTerminal": "터미널 설정/해제",
"watermark.unboundCommand": "바인딩 안 됨"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"schema.folderNames": "폴더 이름을 아이콘과 연결합니다. 개체 키는 경로 세그먼트를 제외한 폴더 이름입니다. 패턴이나 와일드카드는 허용되지 않습니다. 폴더 이름 일치는 대/소문자를 구분하지 않습니다.", "schema.folderNames": "폴더 이름을 아이콘과 연결합니다. 개체 키는 경로 세그먼트를 제외한 폴더 이름입니다. 패턴이나 와일드카드는 허용되지 않습니다. 폴더 이름 일치는 대/소문자를 구분하지 않습니다.",
"schema.folderNamesExpanded": "폴더 이름을 확장된 폴더의 아이콘과 연결합니다. 개체 키는 경로 세그먼트를 제외한 폴더 이름입니다. 패턴이나 와일드카드는 허용되지 않습니다. 폴더 이름 일치는 대/소문자를 구분하지 않습니다.", "schema.folderNamesExpanded": "폴더 이름을 확장된 폴더의 아이콘과 연결합니다. 개체 키는 경로 세그먼트를 제외한 폴더 이름입니다. 패턴이나 와일드카드는 허용되지 않습니다. 폴더 이름 일치는 대/소문자를 구분하지 않습니다.",
"schema.font-format": "글꼴의 형식입니다.", "schema.font-format": "글꼴의 형식입니다.",
"schema.font-path": "현재 아이콘 테마 파일을 기준으로 한 글꼴 경로입니다.", "schema.font-path": "현재 아이콘 테마 파일의 상대 글꼴 경로입니다.",
"schema.font-size": "글꼴의 기본 크기입니다.", "schema.font-size": "글꼴의 기본 크기입니다.",
"schema.font-sstyle": "글꼴의 스타일입니다.", "schema.font-sstyle": "글꼴의 스타일입니다.",
"schema.font-weight": "글꼴의 두께입니다.", "schema.font-weight": "글꼴의 두께입니다.",
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"schema.highContrast": "고대비 색 테마에서 파일 아이콘에 대한 선택적 연결입니다.", "schema.highContrast": "고대비 색 테마에서 파일 아이콘에 대한 선택적 연결입니다.",
"schema.iconDefinition": "아이콘 정의입니다. 개체 키는 정의의 ID입니다.", "schema.iconDefinition": "아이콘 정의입니다. 개체 키는 정의의 ID입니다.",
"schema.iconDefinitions": "파일을 아이콘과 연결할 때 사용할 수 있는 모든 아이콘의 설명입니다.", "schema.iconDefinitions": "파일을 아이콘과 연결할 때 사용할 수 있는 모든 아이콘의 설명입니다.",
"schema.iconPath": "SVG 또는 PNG를 사용하는 경우: 이미지의 경로입니다. 경로는 아이콘 집합 파일을 기준으로 합니다.", "schema.iconPath": "SVG 또는 PNG를 사용하는 경우: 이미지의 경로입니다. 아이콘 집합 파일의 상대 경로입니다.",
"schema.id": "글꼴의 ID입니다.", "schema.id": "글꼴의 ID입니다.",
"schema.languageId": "연결에 대한 아이콘 정의의 ID입니다.", "schema.languageId": "연결에 대한 아이콘 정의의 ID입니다.",
"schema.languageIds": "언어를 아이콘과 연결합니다. 개체 키는 언어 기여 지점에 정의된 언어 ID입니다.", "schema.languageIds": "언어를 아이콘과 연결합니다. 개체 키는 언어 기여 지점에 정의된 언어 ID입니다.",
...@@ -46,9 +46,9 @@ ...@@ -46,9 +46,9 @@
"vscode.extension.contributes.iconThemes": "파일 아이콘 테마를 제공합니다.", "vscode.extension.contributes.iconThemes": "파일 아이콘 테마를 제공합니다.",
"vscode.extension.contributes.iconThemes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.", "vscode.extension.contributes.iconThemes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.",
"vscode.extension.contributes.iconThemes.label": "UI에 표시된 아이콘 테마의 레이블입니다.", "vscode.extension.contributes.iconThemes.label": "UI에 표시된 아이콘 테마의 레이블입니다.",
"vscode.extension.contributes.iconThemes.path": "아이콘 테마 정의 파일의 경로입니다. 경로는 확장 폴더를 기준으로 하며 일반적으로 './icons/awesome-icon-theme.json'입니다.", "vscode.extension.contributes.iconThemes.path": "아이콘 테마 정의 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './icons/awesome-icon-theme.json'입니다.",
"vscode.extension.contributes.themes": "textmate 색 테마를 적용합니다.", "vscode.extension.contributes.themes": "textmate 색 테마를 적용합니다.",
"vscode.extension.contributes.themes.label": "UI에 표시되는 색 테마의 레이블입니다.", "vscode.extension.contributes.themes.label": "UI에 표시되는 색 테마의 레이블입니다.",
"vscode.extension.contributes.themes.path": "tmTheme 파일의 경로입니다. 이 경로는 확장 폴더에 상대적이며 일반적으로 './themes/themeFile.tmTheme'입니다.", "vscode.extension.contributes.themes.path": "tmTheme 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './themes/themeFile.tmTheme'입니다.",
"vscode.extension.contributes.themes.uiTheme": "편집기 주변의 색을 정의하는 기본 테마입니다. 'vs'는 밝은색 테마이고, 'vs-dark'는 어두운색 테마입니다. 'hc-black'은 어두운 고대비 테마입니다." "vscode.extension.contributes.themes.uiTheme": "편집기 주변의 색을 정의하는 기본 테마입니다. 'vs'는 밝은색 테마이고, 'vs-dark'는 어두운색 테마입니다. 'hc-black'은 어두운 고대비 테마입니다."
} }
\ No newline at end of file
...@@ -5,17 +5,22 @@ ...@@ -5,17 +5,22 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"ConfigureWorkspaceRecommendations.noWorkspace": "Рекомендации доступны только для папки рабочей области.", "ConfigureWorkspaceRecommendations.noWorkspace": "Рекомендации доступны только для папки рабочей области.",
"ManageExtensionAction.uninstallingTooltip": "Идет удаление",
"OpenExtensionsFile.failed": "Не удается создать файл \"extensions.json\" в папке \".vscode\" ({0}).", "OpenExtensionsFile.failed": "Не удается создать файл \"extensions.json\" в папке \".vscode\" ({0}).",
"Uninstalling": "Идет удаление", "Uninstalling": "Идет удаление",
"builtin": "Встроенное", "builtin": "Встроенное",
"clearExtensionsInput": "Очистить входные данные расширений", "clearExtensionsInput": "Очистить входные данные расширений",
"configureWorkspaceRecommendedExtensions": "Настроить рекомендуемые расширения (рабочая область)", "configureWorkspaceRecommendedExtensions": "Настроить рекомендуемые расширения (рабочая область)",
"disableAction": "Отключить", "disableAction": "Отключить",
"disableAll": "Отключить все установленные расширения",
"disableAllWorkspace": "Отключить все установленные расширения для этой рабочей области",
"disableAlwaysAction.label": "Отключить", "disableAlwaysAction.label": "Отключить",
"disableForWorkspaceAction": "Рабочая область", "disableForWorkspaceAction": "Рабочая область",
"disableForWorkspaceAction.label": "Отключить (рабочая область)", "disableForWorkspaceAction.label": "Отключить (рабочая область)",
"disableGloballyAction": "Всегда", "disableGloballyAction": "Всегда",
"enableAction": "Включить", "enableAction": "Включить",
"enableAll": "Включить все установленные расширения",
"enableAllWorkspace": "Включить все установленные расширения для этой рабочей области",
"enableAlwaysAction.label": "Включить", "enableAlwaysAction.label": "Включить",
"enableForWorkspaceAction": "Рабочая область", "enableForWorkspaceAction": "Рабочая область",
"enableForWorkspaceAction.label": "Включить (рабочая область)", "enableForWorkspaceAction.label": "Включить (рабочая область)",
...@@ -23,7 +28,14 @@ ...@@ -23,7 +28,14 @@
"installAction": "Установить", "installAction": "Установить",
"installExtensions": "Установить расширения", "installExtensions": "Установить расширения",
"installing": "Идет установка", "installing": "Идет установка",
"postDisableMessage": "Обновить это окно, чтобы отключить расширение \"{0}\"?",
"postDisableTooltip": "Обновление для отключения",
"postEnableMessage": "Обновить это окно, чтобы активировать расширение \"{0}\"?",
"postEnableTooltip": "Обновление для активации",
"postUninstallMessage": "Обновить это окно, чтобы отключить удаленное расширение \"{0}\"?",
"postUninstallTooltip": "Перезагрузка для деактивации", "postUninstallTooltip": "Перезагрузка для деактивации",
"postUpdateMessage": "Обновить это окно, чтобы активировать обновленное расширение \"{0}\"?",
"postUpdateTooltip": "Обновление окна для обновления",
"reloadAction": "Перезагрузить", "reloadAction": "Перезагрузить",
"showDisabledExtensions": "Показать отключенные расширения", "showDisabledExtensions": "Показать отключенные расширения",
"showInstalledExtensions": "Показать установленные расширения", "showInstalledExtensions": "Показать установленные расширения",
......
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "already exists": "Целевой репозиторий уже существует, выберите другой каталог-назначение для клонирования.",
"cloning": "Клонирование репозитория \"{0}\"...",
"directory": "Каталог-назначение для клонирования",
"repo": "Укажите URL-адрес репозитория Git.",
"url": "URL-адрес репозитория"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{
"watermark.openFile": "Открыть файл",
"watermark.openFileFolder": "Открыть файл или папку",
"watermark.quickOpen": "Перейти к файлу",
"watermark.showCommands": "Показать все команды",
"watermark.toggleTerminal": "Терминал",
"watermark.unboundCommand": "свободный"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* 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.
{}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册