提交 33ede878 编写于 作者: D Dirk Baeumer

Merged in translations

上级 c3e22c0e
......@@ -4,10 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"markdown.preview.experimentalSyncronizationEnabled.desc": "在 Markdown 预览和编辑器之间启用实验性同步",
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 预览中启用双击转换到编辑器。",
"markdown.preview.fontFamily.desc": "控制 Markdown 预览中使用的字体系列。",
"markdown.preview.fontSize.desc": "控制 Markdown 预览中使用的字号(以像素为单位)。",
"markdown.preview.lineHeight.desc": "控制 Markdown 预览中使用的行高。此数值与字号相关。",
"markdown.preview.markEditorSelection.desc": "在 Markdown 预览中标记当前的编辑器选定内容。",
"markdown.preview.scrollEditorWithPreview.desc": "当 Markdown 预览滚动时,更新编辑器的试图。",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "滚动 Markdown 预览以显示编辑器中当前所选的行。",
"markdown.preview.title": "打开预览",
"markdown.previewFrontMatter.dec": "设置如何在 Markdown 预览中呈现 YAML 扉页。“隐藏”会删除扉页。否则,扉页则被视为 Markdown 内容。",
"markdown.previewSide.title": "打开侧边预览",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noPHP": "无法验证 php 文件。找不到 php 程序。请使用 \"php.validate.executablePath\" 设置来配置 \"php\" 的位置",
"unknownReason": "使用路径运行 php 失败: {0}。原因未知。"
"noExecutable": "无法验证,因为未设置任何 PHP 可执行文件。单击“路径”状态栏项目以配置可执行文件。",
"unknownReason": "使用路径运行 php 失败: {0}。原因未知。",
"wrongExecutable": "无法验证,因为 {0} 不是有效的 PHP 可执行文件。单击“路径”状态栏项目以配置可执行文件。"
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"php.enterPath": "到 PHP 可执行文件的路径",
"php.migrateExecutablePath": "是否将上述路径用作 PHP 可执行文件路径?",
"php.path": "路径"
}
\ No newline at end of file
......@@ -4,8 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configuration.suggest.basic": "如果已启用内置 PHP 语言建议,则进行配置。此支持建议 PHP 全局变量和变量。",
"configuration.title": "PHP",
"configuration.validate.enable": "不管 php 验证是否已启用。",
"configuration.validate.executablePath": "指向可执行的 php。",
"configuration.validate.enable": "启用/禁用内置 PHP 验证。",
"configuration.validate.executablePath": "指向 PHP 可执行文件。",
"configuration.validate.run": "不管 linter 是在 save 还是在 type 上运行。"
}
\ No newline at end of file
......@@ -4,21 +4,19 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"activeVersion": "当前处于活动状态",
"channelName": "TypeScript",
"close": "关闭",
"localTSFound": "工作区文件夹包含 TypeScript 版本 {0}。是否要使用此版本而不是捆绑的版本 {1}?",
"neverCheckLocalVesion": "从不检查工作区版本",
"noServerFound": "路径 {0} 未指向有效的 tsserver 安装。将禁用 TypeScript 语言功能。",
"learnMore": "了解详细信息",
"noServerFound": "路径 {0} 未指向有效的 tsserver 安装。请回退到捆绑的 TypeScript 版本。",
"reloadBlurb": "重新加载窗口以应用更改",
"reloadTitle": "重新加载",
"selectTsVersion": "选择用作语言功能的 TypeScript 版本",
"serverCouldNotBeStarted": "无法启动 TypeScript 语言服务器。错误消息为: {0}",
"serverDied": "在过去 5 分钟内,TypeScript 语言服务意外中止了 5 次。请考虑启用 bug 报告。",
"serverDiedAfterStart": "TypeScript 语言服务在其启动后已中止 5 次。将不会重启该服务。请启用 bug 报告。",
"updateGlobalWorkspaceCheck": "已将用户设置 \"typescript.check.workspaceVersion\" 更新为 false",
"updateGlobalWorkspaceCheckFailed": "无法更新 \"typescript.check.workspaceVersion\" 用户设置。请确认用户设置文件有效",
"updateLocalWorkspaceCheck": "已将工作区设置 \"typescript.check.workspaceVersion\" 更新为 false",
"updateLocalWorkspaceCheckFailed": "无法更新 \"typescript.check.workspaceVersion\" 工作区设置。请确认工作区设置文件有效",
"updateTsdkFailed": "无法更新 \"typescript.tsdk\" 工作区设置。请确认工作区设置文件有效",
"updatedtsdk": "已将工作区设置 \"typescript.tsdk\" 更新为 {0}",
"use": "使用工作区({0})",
"useBundled": "捆绑使用({0})",
"serverDied": "在过去 5 分钟内,TypeScript 语言服务意外中止了 5 次。",
"serverDiedAfterStart": "TypeScript 语言服务在其启动后已中止 5 次。将不会重启该服务。",
"serverDiedReportIssue": "报告问题",
"useVSCodeVersionOption": "使用 VSCode 的版本",
"useWorkspaceVersionOption": "使用工作区版本",
"versionCheckUsingBundledTS": "对 Typescript 语言功能使用 VSCode 的 TypeScript 版本 {0}",
"versionNumber.custom": "自定义"
}
\ No newline at end of file
......@@ -18,7 +18,7 @@
"fontLigatures": "启用字体连字",
"fontSize": "以像素为单位控制字号。",
"fontWeight": "控制字体粗细。",
"formatOnPaste": "控制编辑器是否应自动设置粘贴内容的格式",
"formatOnPaste": "控制编辑器是否应自动设置粘贴内容的格式。格式化程序必须可用并且能设置文档中某一范围的格式。",
"formatOnType": "控制编辑器是否应在键入后自动设置行的格式",
"glyphMargin": "控制编辑器是否应呈现垂直字形边距。字形边距最常用于调试。",
"hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。",
......
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"transposeLetters.label": "转置字母"
}
\ No newline at end of file
......@@ -6,11 +6,10 @@
{
"configuredTabSize": "已配置制表符大小",
"detectIndentation": "检查内容中的缩进",
"editor.reindentlines": "重新缩进行",
"indentUsingSpaces": "使用空格缩进",
"indentUsingTabs": "使用 \"Tab\" 缩进",
"indentationToSpaces": "将缩进转换为空格",
"indentationToTabs": "将缩进转换为制表符",
"selectTabWidth": "选择当前文件的制表符大小",
"toggleRenderControlCharacters": "切换控制字符",
"toggleRenderWhitespace": "切换显示空格"
"selectTabWidth": "选择当前文件的制表符大小"
}
\ No newline at end of file
......@@ -12,10 +12,11 @@
"enablePreviewFromQuickOpen": "控制 Quick Open 中打开的编辑器是否显示为预览。预览编辑器可以重新使用,直到将其保留(例如,通过双击或编辑)。",
"file": "文件",
"help": "帮助",
"menuBarVisibility": "控制菜单栏的可见性。“切换”设置表示每按一次 Alt 键将显示和隐藏此菜单栏。",
"menuBarVisibility": "控制菜单栏的可见性。“切换”设置表示隐藏菜单栏,按一次 Alt 键则将显示此菜单栏。默认情况下,除非窗口为全屏,否则菜单栏可见。",
"newWindowDimensions": "控制打开新窗口的尺寸。默认情况下,新窗口将以小尺寸在屏幕的中央打开。当设置为“继承”时,窗口将获取与上一活动窗口相同的尺寸。当设置为“最大化”时,窗口将以最大化形式打开,如果配置为“全屏”,窗口将以全屏形式打开。",
"openDefaultSettings": "控制打开设置时是否打开显示所有默认设置的编辑器。",
"openFilesInNewWindow": "启用后,将在新窗口中打开文件,而不是重复使用现有实例。",
"openFilesInNewWindow": "控制应在新窗口中打开文件还是在上一活动窗口中打开。\n- 默认: 文件将在上一活动窗口中打开,除非通过平台或从查找程序(仅限 macOS)中打开\n- 启用: 文件将在新窗口中打开\n- 关闭: 文件将在上一活动窗口中打开\n注意,可能仍会存在忽略此设置的情况(例如当使用 -new-window 或 -reuse-window 命令行选项时)。",
"openFoldersInNewWindow": "控制文件夹应在新窗口中打开还是替换上一活动窗口。\n- 默认: 文件夹将在新窗口中打开,除非文件是从应用程序内选取的(例如通过“文件”菜单)\n- 启用: 文件夹将在新窗口中打开\n- 关闭: 文件夹将替换上一活动窗口\n注意,可能仍会存在忽略此设置的情况(例如当使用 -new-window 或 -reuse-window 命令行选项时)。",
"reopenFolders": "控制重启后重新打开文件夹的方式。选择“none”表示永不重新打开文件夹,选择“one”表示重新打开最后使用的一个文件夹,或选择“all”表示打开上次会话的所有文件夹。",
"restoreFullscreen": "如果窗口已退出全屏模式,控制其是否应还原为全屏模式。",
"showEditorTabs": "控制打开的编辑器是否显示在选项卡中。",
......
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "添加断点",
"addConfiguration": "添加配置"
"addConfiguration": "添加配置..."
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
"cancel": "取消",
"disableAll": "全部",
"disableDependeciesConfirmation": "是否想仅禁用“{0}”或也禁用其依赖项?",
"disableOnly": "仅禁用“{0}”",
"disableOnly": "仅",
"disableOtherKeymapsConfirmation": "禁用其他键映射以避免键绑定之间的冲突?",
"doNotEnable": "否",
"enable": "是",
......
......@@ -21,7 +21,10 @@
"files.exclude.when": "对匹配文件的同级文件的其他检查。使用 $(basename) 作为匹配文件名的变量。",
"filesConfigurationTitle": "文件",
"formatOnSave": "保存时设置文件的格式。格式化程序必须可用,不能自动保存文件,并且不能关闭编辑器。",
"hotExit": "控制是否在重启后还原未保存文件。如果启用它,退出编辑器时将不会提示保存。",
"hotExit": "控制是否在会话间记住未保存的文件,以允许在退出编辑器时跳过保存提示。",
"hotExit.off": "禁用热退出。",
"hotExit.onExit": "应用程序关闭时 - 即当 Windows/Linux 上的最后一个窗口关闭或触发 workbench.action.quit 命令时(命令托盘、键绑定、菜单)- 将触发热退出。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时 - 即当 Windows/Linux 上的最后一个窗口关闭或触发 workbench.action.quit 命令时(命令托盘、键绑定、菜单)- 将触发热退出。下次启动时将还原所有未打开文件夹的所有窗口。若要将文件夹窗口还原成关闭前的模式,请将 \"window.reopenFolders\" 设置为“所有”。",
"insertFinalNewline": "启用后,保存文件时在文件末尾插入一个最终新行。",
"openEditorsVisible": "在“打开的编辑器”窗格中显示的编辑器数量。将其设置为 0 可隐藏窗格。",
"showExplorerViewlet": "显示资源管理器",
......
......@@ -6,5 +6,6 @@
{
"clearOutput": "清除输出",
"switchToOutput.label": "切换到输出",
"toggleOutput": "切换输出"
"toggleOutput": "切换输出",
"toggleOutputScrollLock": "切换输出 Scroll Lock"
}
\ No newline at end of file
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLanguageBasedSettings": "配置特定语言的设置...",
"languageDescriptionConfigured": "({0})",
"openGlobalKeybindings": "打开键盘快捷方式",
"openGlobalSettings": "打开用户设置",
"openSettings": "打开设置",
"openWorkspaceSettings": "打开工作区设置"
"openWorkspaceSettings": "打开工作区设置",
"pickLanguage": "选择语言"
}
\ No newline at end of file
......@@ -6,11 +6,14 @@
{
"copyDefaultValue": "复制到设置",
"editTtile": "编辑",
"noSettingsFound": "没有任何匹配的设置",
"noSettingsFound": "无结果",
"oneSettingFound": "1 个设置匹配",
"preferencesAriaLabel": "默认首选项。只读文本编辑器。",
"replaceDefaultValue": "在设置中替换",
"settingsEditorName": "默认设置",
"settingsFound": "{0} 个设置匹配",
"totalSettingsMessage": "总计 {0} 个设置"
"totalSettingsMessage": "总计 {0} 个设置",
"unsupportedPHPExecutablePathSetting": "此设置必须是“用户设置”。若要为工作区配置 PHP,请打开 PHP 文件并单击状态栏中的“PHP 路径”。",
"unsupportedTypeScriptTsdkSetting": "此设置必须是“用户设置”。若要为工作区配置 TypeScript,请打开 TypeScript 文件并单击状态栏中的“TypeScript 版本”。",
"unsupportedWorkspaceSetting": "此设置必须是“用户设置”。"
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
{
"SearchSettingsWidget.AriaLabel": "搜索设置",
"SearchSettingsWidget.Placeholder": "搜索设置",
"settingsSwitcherBarAriaLabel": "设置转换器",
"userSettings": "用户设置",
"workspaceSettings": "工作区设置"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"ConfigureTaskRunnerAction.noWorkspace": "任务仅在工作区文件夹上可用。",
"ConfigureTaskRunnerAction.quickPick.template": "选择任务运行程序",
"JsonSchema.args": "传递到命令的其他参数。",
"JsonSchema.background": "已执行的任务是否保持活动状态并在后台运行。",
"JsonSchema.command": "要执行的命令。可以是外部程序或 shell 命令。",
"JsonSchema.echoCommand": "控制是否将已执行的命令回显到输出。默认值为 false。",
"JsonSchema.linux": "Linux 特定的命令配置",
......@@ -48,36 +49,45 @@
"JsonSchema.problemMatcher.watching.endsPattern": "如果在输出内匹配,则在监视任务结束时会发出信号。",
"JsonSchema.promptOnClose": "在具有正在运行的后台任务的情况下关闭 VS 代码时是否提示用户。",
"JsonSchema.shell": "指定命令是 shell 命令还是外部程序。如果省略,默认值是 false。",
"JsonSchema.shell.args": "shell 参数。",
"JsonSchema.shell.executable": "待使用的 shell。",
"JsonSchema.showOutput": "控制是否显示运行任务的输出。如果省略,则使用“始终”。",
"JsonSchema.suppressTaskName": "控制是否将任务名作为参数添加到命令。默认值是 false。",
"JsonSchema.taskSelector": "指示参数是任务的前缀。",
"JsonSchema.tasks": "任务配置。通常是外部任务运行程序中已定义任务的扩充。",
"JsonSchema.tasks.args": "在调用此任务时传递给命令的参数。",
"JsonSchema.tasks.background": "已执行的任务是否保持活动状态并在后台运行。",
"JsonSchema.tasks.build": "将此任务映射到代码的默认生成命令。",
"JsonSchema.tasks.linux": "Linux 特定的命令配置",
"JsonSchema.tasks.mac": "Mac 特定的命令配置",
"JsonSchema.tasks.matchers": "要使用的问题匹配程序。可以是字符串或问题匹配程序定义,或字符串和问题匹配程序数组。",
"JsonSchema.tasks.promptOnClose": "当 VS 代码与运行的任务一起关闭时是否提示用户。",
"JsonSchema.tasks.showOutput": "控制是否显示正在运行的任务的输出。如果省略,则使用全局定义的值。",
"JsonSchema.tasks.suppressTaskName": "控制是否将任务名作为参数添加到命令。如果省略,则使用全局定义的值。",
"JsonSchema.tasks.taskName": "任务名称",
"JsonSchema.tasks.test": "将此任务映射到代码的默认测试命令。",
"JsonSchema.tasks.watching": "已执行的任务是否保持活动状态,并且是否在监视文件系统。",
"JsonSchema.tasks.watching.deprecation": "已弃用。改用 isBackground。",
"JsonSchema.tasks.windows": "Windows 特定的命令配置",
"JsonSchema.version": "配置的版本号",
"JsonSchema.watching": "已执行的任务是否保持活动状态,并且是否在监视文件系统。",
"JsonSchema.watching.deprecation": "已弃用。改用 isBackground。",
"JsonSchema.watchingPattern.file": "文件名的匹配组索引。可以省略。",
"JsonSchema.watchingPattern.regexp": "用于检测监视任务的开始和结束的正则表达式。",
"JsonSchema.windows": "Windows 特定的命令配置",
"RebuildAction.label": "运行重新生成任务",
"RunTaskAction.label": "运行任务",
"ShowLogAction.label": "显示任务日志",
"ShowTerminalAction.label": "查看终端",
"TaskSystem.active": "当前有正在运行的任务处于活动状态。请先终止它,然后执行另外一项任务。",
"TaskSystem.activeSame": "任务已处于活动状态并处于监视模式。若要终止任务,请使用 \"F1\" >“终止任务”",
"TaskSystem.configurationErrors": "错误: 提供的任务配置具有验证错误,无法使用。请首先改正错误。",
"TaskSystem.exitAnyways": "仍然退出(&&E)",
"TaskSystem.fatalError": "提供的任务配置程序出现验证错误。请参见任务输出日志了解详细信息。",
"TaskSystem.invalidTaskJson": "错误: tasks.json 文件的内容具有语法错误。请先更正错误然后再执行任务。\n",
"TaskSystem.noBuildType": "未配置任何有效的任务运行程序。支持的任务运行程序是“服务”和“程序”。",
"TaskSystem.noConfiguration": "未配置任何任务运行程序。",
"TaskSystem.noHotSwap": "更改任务执行引擎需要重启 VS 代码。已忽略更改。",
"TaskSystem.noProcess": "启动的任务不再存在。如果任务已衍生出后台进程,则退出 VS Code 可能会导致出现孤立的进程。若要避免此情况,请使用等待标记启动最后一个后台进程。",
"TaskSystem.runningTask": "存在运行中的任务。要终止它吗?",
"TaskSystem.terminateTask": "终止任务(&&T)",
......@@ -85,6 +95,7 @@
"TerminateAction.failed": "未能终止运行中的任务",
"TerminateAction.label": "终止运行中的任务",
"TerminateAction.noProcess": "启动的进程不再存在。如果任务衍生的后台任务退出 VS Code,则可能会导致出现孤立的进程。",
"TerminateAction.terminalSystem": "在集成终端中执行任务。使用终端管理任务。",
"TestAction.label": "运行测试任务",
"manyMarkers": "99+",
"problems": "问题",
......
......@@ -4,12 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.globalMatcher": "警告: 全局匹配程序和任务不能混合。正在忽略全局匹配程序。",
"ConfigurationParser.invalidCWD": "警告: options.cwd 必须属于字符串类型。正在忽略值 {0}\n",
"ConfigurationParser.invalidVaraibleReference": "错误: 无效的 problemMatcher 引用: {0}\n",
"ConfigurationParser.noCommand": "错误: 未提供任何有效的命令名称。",
"ConfigurationParser.noName": "错误: 声明范围内的问题匹配程序必须具有名称:\n{0}\n",
"ConfigurationParser.noShell": "警告: 仅当在终端中执行任务时支持 shell 配置。",
"ConfigurationParser.noTaskName": "错误: 任务必须提供 taskName 属性。将忽略该任务。\n{0}\n",
"ConfigurationParser.noargs": "错误: 命令参数必须是字符串数组。提供的值为:\n{0}",
"ConfigurationParser.shellArgs": "任务 {0} 是 shell 命令且指定参数。若要确保命令行引用正确,请将参数合并到命令中。",
"ConfigurationParser.unknownMatcherKind": "警告: 已定义的问题匹配程序未知。受支持的类型为 string | ProblemMatcher | (string | ProblemMatcher)[]。\n{0}\n"
}
\ No newline at end of file
......@@ -9,6 +9,7 @@
"terminal.integrated.cursorBlinking": "控制终端游标是否闪烁。",
"terminal.integrated.cursorStyle": "控制终端游标的样式。",
"terminal.integrated.cwd": "将在其中启动终端的一个显式起始路径,它用作 shell 进程的当前工作目录(cwd)。当根目录为不方便的 cwd 时,此路径在工作区设置中可能十分有用。",
"terminal.integrated.flowControl": "确定终端仿真器是否使用流控制以便赶上 shell 进程,此操作的主要作用是: 当命令产生大量输出时,^C 和其他信号应响应更敏捷。如果使用替代 XOFF 和 XON 信号的自定义 ^S 或 ^Q 键绑定,则应禁用此操作。",
"terminal.integrated.fontFamily": "控制终端的字体系列,这在编辑器中是默认的。fontFamily 的值。",
"terminal.integrated.fontLigatures": "控制是否在终端中启用字体连字。",
"terminal.integrated.fontSize": "控制终端的字号(以像素为单位)。",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"clear": "清除",
"copy": "复制",
"createNewTerminal": "新终端",
"paste": "粘贴"
......
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorWalkThrough": "编辑器演示",
"editorWalkThrough.title": "编辑器演示"
"editorWalkThrough": "交互式运动场",
"editorWalkThrough.title": "交互式运动场"
}
\ No newline at end of file
......@@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"help": "帮助",
"walkThrough.editor.label": "演练"
"interactivePlayground": "交互式运动场",
"walkThrough.editor.label": "交互式运动场"
}
\ No newline at end of file
......@@ -3,4 +3,9 @@
* 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
{
"editorWalkThrough.arrowDown": "向下滚动(行)",
"editorWalkThrough.arrowUp": "向上滚动(行)",
"editorWalkThrough.pageDown": "向下滚动(页)",
"editorWalkThrough.pageUp": "向上滚动(页)"
}
\ No newline at end of file
......@@ -5,7 +5,8 @@
// Do not edit this file. It is machine generated.
{
"help": "帮助",
"weclomeOverlay": "用户界面键",
"hideWelcomeOverlay": "隐藏界面概述",
"welcomeOverlay": "用户界面概述",
"welcomeOverlay.commandPalette": "查找并运行所有命令",
"welcomeOverlay.debug": "启动和调试",
"welcomeOverlay.explorer": "文件资源管理器",
......
......@@ -3,4 +3,16 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"branch name": "분기 이름",
"clean repo": "체크 아웃하기 전에 리포지토리 작업 트리를 정리하세요.",
"confirm clean": "{0}의 변경 내용을 정리하시겠습니까?",
"confirm clean all": "모든 변경 내용을 정리하시겠습니까?",
"no, keep them": "아니요, 유지합니다.",
"open git log": "Git 로그 열기",
"pick remote": "'{0}' 분기를 다음에 게시하려면 원격을 선택하세요.",
"provide branch name": "분기 이름을 입력하세요.",
"remote branch at": "{0}에서 원격 분기",
"tag at": "{0}의 태그",
"yes": "예"
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"errorBuffer": "git에서 파일을 열 수 없습니다."
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"using git": "{1}에서 git {0}을(를) 사용하는 중"
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"changes": "변경 내용",
"merge changes": "변경 내용 병합",
"staged changes": "스테이징된 변경 내용"
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"publish changes": "변경 내용 게시",
"sync changes": "변경 내용 동기화",
"syncing changes": "변경 내용을 동기화하는 중..."
}
\ No newline at end of file
......@@ -3,4 +3,28 @@
* 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
{
"command.branch": "분기 만들기...",
"command.checkout": "다음으로 체크 아웃...",
"command.clean": "정리",
"command.cleanAll": "모두 정리",
"command.commitAll": "모두 커밋",
"command.commitAllSigned": "모두 커밋(로그오프됨)",
"command.commitStaged": "스테이징된 항목 커밋",
"command.commitStagedSigned": "스테이징된 항목 커밋(로그오프됨)",
"command.openChange": "변경 내용 열기",
"command.openFile": "파일 열기",
"command.publish": "게시",
"command.pull": "풀",
"command.pullRebase": "풀(다시 지정)",
"command.push": "푸시",
"command.pushTo": "다음으로 푸시...",
"command.refresh": "새로 고침",
"command.showOutput": "Git 출력 표시",
"command.stage": "스테이징",
"command.stageAll": "모두 스테이징",
"command.sync": "동기화",
"command.undoCommit": "마지막 커밋 실행 취소",
"command.unstage": "스테이징 취소",
"command.unstageAll": "모두 스테이징 취소"
}
\ No newline at end of file
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"html.format.contentUnformatted.desc": "쉼표로 분리된 태그 목록으로, 콘텐츠의 서식을 다시 지정해서는 안 됩니다. 'pre' 태그의 기본값은 'null'로 설정됩니다.",
"html.format.enable.desc": "기본 HTML 포맷터 사용/사용 안 함(다시 시작해야 함)",
"html.format.endWithNewline.desc": "줄 바꿈으로 끝납니다.",
"html.format.extraLiners.desc": "쉼표로 분리된 태그 목록으로 앞에 줄 바꿈을 추가로 넣어야 합니다. \"head, body, /html\"의 기본값은 'null'로 설정됩니다.",
......@@ -12,8 +13,15 @@
"html.format.maxPreserveNewLines.desc": "청크 한 개에 유지할 수 있는 최대 줄 바꿈 수입니다. 무제한일 때는 'null'을 사용합니다.",
"html.format.preserveNewLines.desc": "요소 앞에 있는 기존 줄 바꿈의 유지 여부입니다. 요소 앞에만 적용되며 태그 안이나 텍스트에는 적용되지 않습니다.",
"html.format.unformatted.desc": "쉼표로 분리된 태그 목록으로, 서식을 다시 지정해서는 안 됩니다. https://www.w3.org/TR/html5/dom.html#phrasing-content에 나열된 모든 태그의 기본값은 'null'로 설정됩니다.",
"html.format.wrapAttributes.auto": "줄 길이를 초과하는 경우에만 특성을 래핑합니다.",
"html.format.wrapAttributes.desc": "특성을 래핑합니다.",
"html.format.wrapAttributes.force": "첫 번째 특성을 제외한 각 특성을 래핑합니다.",
"html.format.wrapAttributes.forcealign": "첫 번째 특성을 제외한 각 특성을 래핑하고 정렬된 상태를 유지합니다.",
"html.format.wrapAttributes.forcemultiline": "각 특성을 래핑합니다.",
"html.format.wrapLineLength.desc": "한 줄당 최대 문자 수입니다(0 = 사용 안 함).",
"html.suggest.angular1.desc": "기본 제공 HTML 언어 지원에서 Angular V1 태그 및 속성을 제안하는지 여부를 구성합니다.",
"html.suggest.html5.desc": "기본 제공 HTML 언어 지원에서 HTML5 태그, 속성 및 값을 제안하는지 여부를 구성합니다.",
"html.suggest.ionic.desc": "기본 제공 HTML 언어 지원에서 Ionic 태그, 속성 및 값을 제안하는지 여부를 구성합니다."
"html.suggest.ionic.desc": "기본 제공 HTML 언어 지원에서 Ionic 태그, 속성 및 값을 제안하는지 여부를 구성합니다.",
"html.validate.scripts": "기본 제공 HTML 언어 지원에서 포함 스크립트의 유효성을 검사하는지 여부를 구성합니다.",
"html.validate.styles": "기본 제공 HTML 언어 지원에서 포함 스타일의 유효성을 검사하는지 여부를 구성합니다."
}
\ No newline at end of file
......@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"acquiringTypingsDetail": "IntelliSense에 대한 입력 항목 정의를 가져오는 중입니다.",
"acquiringTypingsLabel": "입력 항목을 가져오는 중..."
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"manyReferenceLabel": "참조",
"oneReferenceLabel": "참조",
"referenceErrorLabel": "참조를 확인할 수 없음"
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"installingPackages": "TypeScript IntelliSense를 향상하기 위해 데이터를 페치하는 중"
}
\ No newline at end of file
......@@ -20,9 +20,9 @@
"javascript.reloadProjects.title": "JavaScript 프로젝트 다시 로드",
"javascript.validate.enable": "JavaScript 유효성 검사를 사용하거나 사용하지 않습니다.",
"typescript.check.tscVersion": "전역 설치 TypeScript 컴파일러(예: tsc)가 사용된 TypeScript 언어 서비스와 다른지 확인하세요.",
"typescript.check.workspaceVersion": "TypeScript 버전을 작업 영역에서 사용할 수 있는지 확인하세요.",
"typescript.disableAutomaticTypeAcquisition": "자동 형식 인식을 사용하지 않습니다. TypeScript >= 2.0.6이 필요하며 변경 후 다시 시작해야 합니다.",
"typescript.format.enable": "기본 TypeScript 포맷터를 사용하거나 사용하지 않습니다.",
"typescript.referencesCodeLens.enabled": "참조 Code Lens 사용/사용 안 함",
"typescript.reloadProjects.title": "TypeScript 프로젝트 다시 로드",
"typescript.tsdk.desc": "사용할 tsserver 및 lib*.d.ts 파일이 들어 있는 폴더 경로를 지정합니다.",
"typescript.tsdk_version.desc": "tsserver의 버전을 지정합니다. tsserver가 npm을 사용하여 설치되지 않은 경우에만 필요합니다.",
......
......@@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"caseDescription": "대/소문자 구분",
"regexDescription": "정규식 사용",
"wordsDescription": "단어 단위로"
}
\ No newline at end of file
......@@ -36,7 +36,7 @@
"miCopy": "복사(&&O)",
"miCopyLinesDown": "아래에 줄 복사(&&P)",
"miCopyLinesUp": "위에 줄 복사(&&C)",
"miCut": "잘라내기(&&C)",
"miCut": "잘라내기(&&T)",
"miDocumentation": "설명서(&&D)",
"miDownloadUpdate": "사용 가능한 업데이트 다운로드",
"miDownloadingUpdate": "업데이트를 다운로드하는 중...",
......@@ -80,7 +80,6 @@
"miOpenRecent": "최근 항목 열기(&&R)",
"miOpenSettings": "사용자 설정(&&U)",
"miOpenSnippets": "사용자 코드 조각(&&S)",
"miOpenWorkspaceSettings": "작업 영역 설정(&&W)",
"miPaste": "붙여넣기(&&P)",
"miPreferences": "기본 설정(&&P)",
"miPreviousEditor": "이전 편집기(&&P)",
......@@ -132,7 +131,6 @@
"miViewDebug": "디버그(&&D)",
"miViewExplorer": "탐색기(&&E)",
"miViewExtensions": "확장(&&X)",
"miViewGit": "Git(&&G)",
"miViewSearch": "검색(&&S)",
"miZoomIn": "확대(&&Z)",
"miZoomOut": "축소(&&U)",
......
......@@ -4,7 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"acceptSuggestionOnEnter": "'Tab' 키 외에도 'Enter' 키를 사용한 제안도 허용할지 제어합니다. 새 줄을 삽입하는 행위와 제안을 허용하는 행위 간의 모호함을 없앨 수 있습니다.",
"acceptSuggestionOnCommitCharacter": "커밋 문자에 대한 제안을 허용할지를 제어합니다. 예를 들어 JavaScript에서는 세미콜론(';')이 제안을 허용하고 해당 문자를 입력하는 커밋 문자일 수 있습니다.",
"acceptSuggestionOnEnter": "'Tab' 키 외에 'Enter' 키에 대한 제안도 허용할지를 제어합니다. 새 줄을 삽입하는 동작과 제안을 허용하는 동작 간의 모호함을 없앨 수 있습니다.",
"autoClosingBrackets": "괄호를 연 다음에 편집기에서 괄호를 자동으로 닫을지 여부를 제어합니다.",
"codeLens": "편집기에서 코드 필터를 표시하는지 여부를 제어합니다.",
"cursorBlinking": "커서 애니메이션 스타일을 제어합니다. 가능한 값은 'blink', 'smooth', 'phase', 'expand' 및 'solid'입니다.",
......@@ -17,6 +18,7 @@
"fontLigatures": "글꼴 합자 사용",
"fontSize": "글꼴 크기(픽셀)를 제어합니다.",
"fontWeight": "글꼴 두께를 제어합니다.",
"formatOnPaste": "붙여넣은 콘텐츠의 서식을 편집기에서 자동으로 지정할지 여부를 제어합니다. 포맷터는 반드시 사용할 수 있어야 하며 문서에서 범위의 서식을 지정할 수 있어야 합니다.",
"formatOnType": "입력 후 편집기에서 자동으로 줄의 서식을 지정할지 여부를 제어합니다.",
"glyphMargin": "편집기에서 세로 문자 모양 여백을 렌더링할지 여부를 제어합니다. 문자 모양 여백은 주로 디버깅에 사용됩니다.",
"hideCursorInOverviewRuler": "커서가 개요 눈금자에서 가려져야 하는지 여부를 제어합니다.",
......
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"smartSelect.jumpBracket": "대괄호로 이동"
}
\ No newline at end of file
......@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"caret.moveLeft": "캐럿을 왼쪽으로 이동",
"caret.moveRight": "캐럿을 오른쪽으로 이동"
}
\ No newline at end of file
......@@ -6,11 +6,7 @@
{
"foldAction.label": "접기",
"foldAllAction.label": "모두 접기",
"foldLevel1Action.label": "수준 1 접기",
"foldLevel2Action.label": "수준 2 접기",
"foldLevel3Action.label": "수준 3 접기",
"foldLevel4Action.label": "수준 4 접기",
"foldLevel5Action.label": "수준 5 접기",
"foldLevelAction.label": "수준 {0} 접기",
"foldRecursivelyAction.label": "재귀적으로 접기",
"unFoldRecursivelyAction.label": "재귀적으로 펼치기",
"unfoldAction.label": "펼치기",
......
......@@ -6,6 +6,8 @@
{
"actions.goToDecl.label": "정의로 이동",
"actions.goToDeclToSide.label": "측면에서 정의 열기",
"actions.goToImplementation.label": "구현으로 이동",
"actions.peekImplementation.label": "Peek 구현",
"actions.previewDecl.label": "정의 피킹(Peeking)",
"meta.title": " – 정의 {0}개",
"multipleResults": "{0}개 정의를 표시하려면 클릭하세요."
......
......@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"inspectTMScopes": "개발자: TM 범위 검사",
"inspectTMScopesWidget.loading": "로드 중..."
}
\ No newline at end of file
......@@ -4,7 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"vscode.extension.contributes.grammars": "textmate 토크나이저를 적용합니다.",
"vscode.extension.contributes.grammars.embeddedLanguages": "이 문법에 포함된 언어가 있는 경우 언어 ID에 대한 범위 이름의 맵입니다.",
"vscode.extension.contributes.grammars.injectTo": "이 문법이 삽입되는 언어 범위 이름 목록입니다.",
"vscode.extension.contributes.grammars.path": "tmLanguage 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './syntaxes/'로 시작합니다."
"vscode.extension.contributes.grammars.language": "이 구문이 적용되는 언어 식별자입니다.",
"vscode.extension.contributes.grammars.path": "tmLanguage 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './syntaxes/'로 시작합니다.",
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 파일에 사용되는 Textmate 범위 이름입니다."
}
\ No newline at end of file
......@@ -7,6 +7,8 @@
"invalid.properties": "'configuration.properties'는 개체여야 합니다.",
"invalid.title": "'configuration.title'은 문자열이어야 합니다.",
"invalid.type": "설정된 경우 'configuration.type'을 '개체'로 설정해야 합니다.",
"overrideSettings.description": "언어 식별자 집합에 대해 재정의할 설정을 구성합니다.",
"overrideSettings.title": "설정 재정의",
"vscode.extension.contributes.configuration": "구성 설정을 적용합니다.",
"vscode.extension.contributes.configuration.properties": "구성 속성에 대한 설명입니다.",
"vscode.extension.contributes.configuration.title": "설정을 요약합니다. 이 레이블은 설정 파일에서 구분 주석으로 사용됩니다."
......
......@@ -8,8 +8,8 @@
"disableExtensions": "설치된 모든 확장을 사용하지 않도록 설정합니다.",
"disableGPU": "GPU 하드웨어 가속을 사용하지 않도록 설정합니다.",
"extensionHomePath": "확장의 루트 경로를 설정합니다.",
"goto": "줄과 열에 있는 경로의 파일을 엽니다(경로에 :line[:column] 추가).",
"gotoValidation": "`--goto` 모드에서 인수는 `FILE(:LINE(:COLUMN))` 형식이어야 합니다.",
"goto": "줄과 문자에 있는 경로의 파일을 엽니다(경로에 :line[:character] 추가).",
"gotoValidation": "`--goto` 모드에서 인수는 `FILE(:LINE(:CHARACTER))` 형식이어야 합니다.",
"help": "사용법을 출력합니다.",
"installExtension": "확장을 설치합니다.",
"listExtensions": "설치된 확장을 나열합니다.",
......
......@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"openFileFolder": "열기...",
"openFolder": "폴더 열기..."
}
\ No newline at end of file
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"ariaCompositeToolbarLabel": "{0} 동작",
"compositeTitleTooltip": "{0}({1})"
"titleTooltip": "{0}({1})"
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
"changeIndentation": "ID 변경",
"changeMode": "언어 모드 변경",
"configureAssociationsExt": "'{0}'에 대한 파일 연결 구성...",
"configureModeSettings": "'{0}' 언어 기반 설정 구성...",
"currentAssociation": "현재 연결",
"disableTabMode": "접근성 모드 사용 안 함",
"endOfLineCarriageReturnLineFeed": "CRLF",
......
......@@ -3,4 +3,10 @@
* 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
{
"readonlyEditorAriaLabel": "읽기 전용 텍스트 편집기입니다.",
"readonlyEditorWithInputAriaLabel": "{0}. 읽기 전용 텍스트 편집기입니다.",
"textEditor": "텍스트 편집기",
"untitledFileEditorAriaLabel": "제목 없는 파일 텍스트 편집기입니다.",
"untitledFileEditorWithInputAriaLabel": "{0}. 제목 없는 파일 텍스트 편집기입니다."
}
\ No newline at end of file
......@@ -3,4 +3,11 @@
* 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
{
"closePanel": "패널 닫기",
"focusPanel": "패널로 포커스 이동",
"panelActionTooltip": "{0}({1})",
"toggleMaximizedPanel": "최대화된 패널 설정/해제",
"togglePanel": "패널 설정/해제",
"view": "보기"
}
\ No newline at end of file
......@@ -4,9 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"closePanel": "패널 닫기",
"focusPanel": "패널에 포커스",
"toggleMaximizedPanel": "최대화된 패널 설정/해제",
"togglePanel": "패널 설정/해제",
"view": "보기"
"panelSwitcherBarAriaLabel": "활성 패널 전환기"
}
\ No newline at end of file
......@@ -6,5 +6,7 @@
{
"quickNavigateNext": "Quick Open에서 다음 탐색",
"quickNavigatePrevious": "Quick Open에서 이전 탐색",
"quickOpen": "파일로 이동..."
"quickOpen": "파일로 이동...",
"quickSelectNext": "Quick Open에서 다음 선택",
"quickSelectPrevious": "Quick Open에서 이전 선택"
}
\ No newline at end of file
......@@ -16,11 +16,14 @@
"keybindingsReference": "바로 가기 키 참조",
"newWindow": "새 창",
"noFolderOpened": "이 인스턴스에 현재 열려 있는 닫을 폴더가 없습니다.",
"openDocumentationUrl": "설명서",
"openIntroductoryVideosUrl": "소개 비디오",
"openRecent": "최근 파일 열기",
"openRecentPlaceHolder": "열기 경로 선택(새 창에서 열려면 Ctrl 키를 길게 누름)",
"openRecentPlaceHolderMac": "경로 선택(새 창에서 열려면 Cmd 키를 길게 누름)",
"reloadWindow": "창 다시 로드",
"reportIssues": "문제 보고",
"reportPerformanceIssue": "성능 문제 보고",
"switchWindow": "창 전환",
"switchWindowPlaceHolder": "창 선택",
"toggleDevTools": "개발자 도구 설정/해제",
......
......@@ -5,12 +5,14 @@
// Do not edit this file. It is machine generated.
{
"activityBarVisibility": "워크벤치에서 작업 막대의 표시 유형을 제어합니다.",
"autoDetectHighContrast": "사용하도록 설정한 경우 Windows에서 고대비 테마를 사용 중이면 고대비 테마로 자동으로 변경되고 Windows 고대비 테마를 해제하면 어두운 테마로 변경됩니다.",
"closeOnFocusLost": "Quick Open가 포커스를 잃으면 자동으로 닫을지 여부를 제어합니다.",
"editorOpenPositioning": "편집기가 열리는 위치를 제어합니다. 현재 활성 편집기의 왼쪽 또는 오른쪽에서 편집기를 열려면 '왼쪽' 또는 '오른쪽'을 선택합니다. 현재 활성 편집기와 독립적으로 편집기를 열려면 '처음' 또는 '마지막'을 선택합니다.",
"enablePreview": "열려 있는 편집기를 미리 보기로 표시할지 여부를 제어합니다. 미리 보기 편집기는 유지된 상태까지(예: 두 번 클릭 또는 편집을 통해) 다시 사용됩니다.",
"enablePreviewFromQuickOpen": "Quick Open에서 연 편집기를 미리 보기로 표시할지 여부를 제어합니다. 미리 보기 편집기는 유지된 상태까지(예: 두 번 클릭 또는 편집을 통해) 다시 사용됩니다.",
"file": "파일",
"help": "도움말",
"newWindowDimensions": "새 창을 열 때 크기를 제어합니다. 기본적으로 새 창은 화면 가운데에 작은 크기로 열립니다. '상속'으로 설정할 경우 마지막 활성 창과 동일한 크기로 창이 열립니다. '최대화'로 설정할 경우 창이 최대화되어 열리고 '전체 화면'으로 구성할 경우 전체 화면으로 열립니다.",
"openDefaultSettings": "설정을 열면 모든 기본 설정을 표시하는 편집기도 열리는지 여부를 제어합니다.",
"openFilesInNewWindow": "사용하도록 설정한 경우 기존 인스턴스를 재사용하지 않고 파일이 새 창에서 열립니다.",
"reopenFolders": "다시 시작한 이후에 폴더를 다시 여는 방법을 제어합니다. 폴더를 다시 열지 않으려면 'none'을 선택하고, 마지막으로 작업한 폴더를 다시 열려면 'one'을 선택하고, 마지막 세션의 모든 폴더를 다시 열려면 'all'을 선택합니다.",
......@@ -25,5 +27,8 @@
"windowConfigurationTitle": "창",
"workbenchConfigurationTitle": "워크벤치",
"zenMode.fullScreen": "Zen 모드를 켜면 워크벤치도 전체 화면 모드로 전환되는지 여부를 제어합니다.",
"zenMode.hideStatusBar": "Zen 모드를 켜면 워크벤치 하단에서 상태 표시줄도 숨길지를 제어합니다.",
"zenMode.hideTabs": "Zen 모드를 켜면 워크벤치 탭도 숨길지를 제어합니다.",
"zenModeConfigurationTitle": "Zen 모드",
"zoomLevel": "창의 확대/축소 수준을 조정합니다. 원래 크기는 0이고 각 상한 증분(예: 1) 또는 하한 증분(예: -1)은 20% 더 크거나 더 작게 확대/축소하는 것을 나타냅니다. 10진수를 입력하여 확대/축소 수준을 세부적으로 조정할 수도 있습니다."
}
\ No newline at end of file
......@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"confirmOpen": "'{0}' 폴더를 여시겠습니까?",
"copy": "복사",
"cut": "잘라내기",
"developer": "개발자",
"file": "파일",
"paste": "붙여넣기",
"redo": "다시 실행",
"selectAll": "모두 선택",
"undo": "실행 취소"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"install": "PATH에 '{0}' 명령 설치",
"later": "나중에",
"laterInfo": "명령 팔레트에서 '{0}' 작업을 항상 실행할 수 있습니다.",
"not available": "이 명령은 사용할 수 없습니다.",
"ok": "확인",
"shellCommand": "셸 명령",
"successFrom": "셸 명령 '{0}'이(가) PATH에서 제거되었습니다.",
......
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"toggleRenderControlCharacters": "제어 문자 설정/해제"
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"toggleRenderWhitespace": "공백 렌더링 설정/해제"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"addConfiguration": "구성 추가...",
"noConfigurations": "구성 없음"
}
\ No newline at end of file
......@@ -15,10 +15,11 @@
"debugConsoleAction": "디버그 콘솔",
"debugFocusConsole": "디버그 콘솔에 포커스",
"disableAllBreakpoints": "모든 중단점 해제",
"disableBreakpoint": "중단점 사용 안 함",
"disconnectDebug": "연결 끊기",
"editConditionalBreakpoint": "중단점 편집...",
"editWatchExpression": "식 편집",
"enableAllBreakpoints": "모든 중단점 설정",
"enableBreakpoint": "중단점 사용",
"focusProcess": "프로세스에 포커스",
"launchJsonNeedsConfigurtion": "'launch.json' 구성 또는 수정",
"openLaunchJson": "{0} 열기",
......@@ -41,6 +42,5 @@
"stepOutDebug": "단계 출력",
"stepOverDebug": "단위 실행",
"stopDebug": "중지",
"toggleEnablement": "중단점 사용/사용 안 함",
"unreadOutput": "디버그 콘솔의 새 출력"
}
\ No newline at end of file
......@@ -8,8 +8,8 @@
"debug": "디버그",
"debugCategory": "디버그",
"debugConfigurationTitle": "디버그",
"debugErrorEditor": "디버그 오류",
"debugPanel": "디버그 콘솔",
"inlineValues": "디버그하는 동안 편집기에서 변수 값을 인라인으로 표시합니다.",
"openExplorerOnEnd": "디버그 세션 끝에 탐색기 뷰를 자동으로 엽니다.",
"toggleDebugPanel": "디버그 콘솔",
"toggleDebugViewlet": "디버그 표시",
......
......@@ -16,11 +16,13 @@
"vscode.extension.contributes.breakpoints": "중단점을 적용합니다.",
"vscode.extension.contributes.breakpoints.language": "이 언어에 대해 중단점을 허용합니다.",
"vscode.extension.contributes.debuggers": "디버그 어댑터를 적용합니다.",
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "지정하는 경우 VS Code에서 이 명령을 호출하여 디버그 어댑터의 실행 파일 경로 및 전달할 인수를 확인합니다.",
"vscode.extension.contributes.debuggers.args": "어댑터에 전달할 선택적 인수입니다.",
"vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json'의 유효성 검사를 위한 JSON 스키마 구성입니다.",
"vscode.extension.contributes.debuggers.configurationSnippets": "'launch.json'에 새 구성을 추가하는 코드 조각입니다.",
"vscode.extension.contributes.debuggers.initialConfigurations": "초기 'launch.json'을 생성하기 위한 구성입니다.",
"vscode.extension.contributes.debuggers.label": "이 디버그 어댑터에 대한 이름을 표시합니다.",
"vscode.extension.contributes.debuggers.languages": "디버그 확장이 \"기본 디버거\"로 간주될 수 있는 언어 목록입니다.",
"vscode.extension.contributes.debuggers.linux": "Linux 특정 설정",
"vscode.extension.contributes.debuggers.linux.runtime": "Linux에 사용되는 런타임입니다.",
"vscode.extension.contributes.debuggers.osx": "OS X 특정 설정입니다.",
......@@ -28,6 +30,7 @@
"vscode.extension.contributes.debuggers.program": "디버그 어댑터 프로그램의 경로입니다. 절대 경로이거나 확장 폴더의 상대 경로입니다.",
"vscode.extension.contributes.debuggers.runtime": "프로그램 특성이 실행 파일이 아니지만 런타임이 필요한 경우의 선택적 런타임입니다.",
"vscode.extension.contributes.debuggers.runtimeArgs": "선택적 런타임 인수입니다.",
"vscode.extension.contributes.debuggers.startSessionCommand": "지정하는 경우 VS Code에서 이 확장을 대상으로 하는 \"디버그\" 또는 \"실행\" 작업에 대해 이 명령을 호출합니다.",
"vscode.extension.contributes.debuggers.type": "이 디버그 어댑터에 대한 고유한 식별자입니다.",
"vscode.extension.contributes.debuggers.variables": "`launch.json`의 대화형 변수(예: ${action.pickProcess})에서 명령으로의 매핑입니다.",
"vscode.extension.contributes.debuggers.windows": "Windows 특정 설정",
......
......@@ -5,19 +5,18 @@
// Do not edit this file. It is machine generated.
{
"DebugTaskNotFound": "preLaunchTask '{0}'을(를) 찾을 수 없습니다.",
"NewLaunchConfig": "응용 프로그램에 사용할 구성 시작 파일을 설정하세요.",
"NewLaunchConfig": "응용 프로그램에 사용할 구성 시작 파일을 설정하세요. {0}",
"breakpointAdded": "파일 {1}, 줄 {0}에 중단점이 추가되었습니다.",
"breakpointRemoved": "파일 {1}, 줄 {0}에서 중단점이 제거되었습니다.",
"compoundMustHaveConfigurationNames": "여러 구성을 시작하려면 복합에 \"configurationNames\" 특성 집합이 있어야 합니다.",
"debugAdapterCrash": "디버그 어댑터 프로세스가 예기치 않게 종료되었습니다.",
"compoundMustHaveConfigurations": "여러 구성을 시작하려면 복합에 \"configurations\" 특성 집합이 있어야 합니다.",
"debugAnyway": "디버그",
"debugSourceNotAvailable": "소스 {0}을(를) 사용할 수 없습니다.",
"debugTypeMissing": "선택한 시작 구성에 대한 'type' 속성이 없습니다.",
"debugTypeNotSupported": "구성된 디버그 형식 '{0}'은(는) 지원되지 않습니다.",
"debuggingPaused": "디버그가 일시 중지되었습니다. 이유 {0}, {1} {2}",
"debuggingStarted": "디버그가 시작되었습니다.",
"debuggingStopped": "디버그가 중지되었습니다.",
"differentTaskRunning": "{0} 작업을 실행 중입니다. 사전 실행 작업 {1}을(를) 실행할 수 없습니다.",
"noFolderWorkspaceDebugError": "활성 파일은 디버그할 수 없습니다. 이 파일이 디스크에 저장되어 있고 해당 파일 형식에 대한 디버그 확장이 설치되어 있는지 확인하세요.",
"preLaunchTaskError": "preLaunchTask '{0}' 진행 중에 빌드 오류가 감지되었습니다.",
"preLaunchTaskErrors": "preLaunchTask '{0}' 진행 중에 빌드 오류가 감지되었습니다.",
"preLaunchTaskExitCode": "preLaunchTask '{0}'이(가) {1} 종료 코드와 함께 종료되었습니다.",
......
......@@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"copy": "복사",
"copyStackTrace": "스택 추적 복사",
"copyValue": "값 복사"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"debuggee": "디버기"
"debug.terminal.not.available.error": "통합 터미널을 사용할 수 없습니다.",
"debug.terminal.title": "디버기"
}
\ No newline at end of file
......@@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"debugAdapterBinNotFound": "디버그 어댑터 실행 파일 '{0}'이(가) 없습니다.",
"debugAdapterCannotDetermineExecutable": "디버그 어댑터 '{0}'에 대한 실행 파일을 확인할 수 없습니다.",
"debugLinuxConfiguration": "Linux 특정 시작 구성 특성입니다.",
"debugName": "구성 이름이며, 구성 시작 드롭다운 메뉴에 표시됩니다.",
"debugOSXConfiguration": "OS X 특정 시작 구성 특성입니다.",
......
......@@ -6,6 +6,7 @@
{
"emmetConfigurationTitle": "Emmet",
"emmetExclude": "Emmet 약어를 확장하면 안 되는 언어의 배열입니다.",
"emmetExtensionsPath": "Emmet 프로필, 코드 조각 및 기본 설정이 포함된 폴더의 경로",
"emmetPreferences": "Emmet의 일부 작업 및 해결 프로그램의 동작을 수정하는 데 사용되는 기본 설정입니다.",
"emmetSyntaxProfiles": "지정된 구문에 대한 프로필을 정의하거나 특정 규칙이 포함된 고유한 프로필을 사용하세요.",
"triggerExpansionOnTab": "사용하도록 설정하면 emmet 약어는 <Tab> 키를 눌렀을 때 확장됩니다."
......
......@@ -15,14 +15,14 @@
"disableAction": "사용 안 함",
"disableAll": "설치된 모든 확장 사용 안 함",
"disableAllWorkspace": "이 작업 영역에 대해 설치된 모든 확장 사용 안 함",
"disableAlwaysAction.label": "사용 안 함",
"disableAlwaysAction.label": "사용 안 함(항상)",
"disableForWorkspaceAction": "작업 영역",
"disableForWorkspaceAction.label": "사용 안 함(작업 영역)",
"disableGloballyAction": "항상",
"enableAction": "사용",
"enableAll": "설치된 모든 확장 사용",
"enableAllWorkspace": "이 작업 영역에 대해 설치된 모든 확장 사용",
"enableAlwaysAction.label": "사용",
"enableAlwaysAction.label": "사용(항상)",
"enableForWorkspaceAction": "작업 영역",
"enableForWorkspaceAction.label": "사용(작업 영역)",
"enableGloballyAction": "항상",
......
......@@ -4,7 +4,17 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"cancel": "취소",
"disableAll": "모두",
"disableDependeciesConfirmation": "'{0}'만 사용하지 않도록 설정하시겠습니까, 아니면 종속성도 사용하지 않도록 설정하시겠습니까?",
"disableOnly": "해당 항목만",
"disableOtherKeymapsConfirmation": "키 바인딩 간 충돌을 피하기 위해 다른 키 맵을 사용하지 않도록 설정할까요?",
"doNotEnable": "아니요",
"enable": "예",
"enableDependeciesConfirmation": "'{0}'을(를) 사용하도록 설정하면 종속성도 사용하도록 설정됩니다. 계속하시겠습니까?",
"multipleDependentsError": "확장 '{0}'을(를) 사용하지 않도록 설정할 수 없습니다. 확장 '{1}', '{2}' 등이 이 확장에 종속됩니다.",
"no": "아니요",
"singleDependentError": "확장 '{0}'을(를) 사용하지 않도록 설정할 수 없습니다. 확장 '{1}'이(가) 이 확장에 종속됩니다.",
"twoDependentsError": "확장 '{0}'을(를) 사용하지 않도록 설정할 수 없습니다. 확장 '{1}' 및 '{2}'이(가) 이 확장에 종속됩니다.",
"yes": "예"
}
\ No newline at end of file
......@@ -20,11 +20,8 @@
"deleteButtonLabel": "삭제(&&D)",
"deleteButtonLabelRecycleBin": "휴지통으로 이동(&&M)",
"deleteButtonLabelTrash": "휴지통으로 이동(&&M)",
"dirtyMessageFile": "저장되지 않은 변경 내용이 있는 파일의 이름을 바꾸려고 합니다. 계속하시겠습니까?",
"dirtyMessageFileDelete": "저장되지 않은 변경 내용이 있는 파일을 삭제하려고 합니다. 계속하시겠습니까?",
"dirtyMessageFolder": "{0}개 파일에 저장되지 않은 변경 내용이 있는 폴더의 이름을 바꾸려고 합니다. 계속하시겠습니까?",
"dirtyMessageFolderDelete": "{0}개 파일에 저장되지 않은 변경 내용이 있는 폴더를 삭제하려고 합니다. 계속하시겠습니까?",
"dirtyMessageFolderOne": "1개 파일에 저장되지 않은 변경 내용이 있는 폴더의 이름을 바꾸려고 합니다. 계속하시겠습니까?",
"dirtyMessageFolderOneDelete": "1개 파일에 저장되지 않은 변경 내용이 있는 폴더를 삭제하려고 합니다. 계속하시겠습니까?",
"dirtyWarning": "변경 내용을 저장하지 않은 경우 변경 내용이 손실됩니다.",
"duplicateFile": "중복",
......@@ -46,11 +43,10 @@
"openToSide": "측면에서 열기",
"pasteFile": "붙여넣기",
"permDelete": "영구히 삭제",
"pickHistory": "비교할 편집기 기록 항목 선택",
"pickHistory": "비교할 이전에 연 파일 선택",
"refresh": "새로 고침",
"refreshExplorer": "탐색기 새로 고침",
"rename": "이름 바꾸기",
"renameLabel": "이름 바꾸기(&&R)",
"replaceButtonLabel": "바꾸기(&&R)",
"retry": "다시 시도",
"revert": "파일 되돌리기",
......
......@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"associations": "파일과 언어의 연결을 구성하세요(예: \"*.extension\": \"html\"). 이러한 구성은 설치된 언어의 기본 연결보다 우선 순위가 높습니다.",
"autoReveal": "탐색기에서 파일을 열 때 자동으로 표시할지를 제어합니다.",
"autoReveal": "탐색기에서 파일을 열 때 자동으로 표시하고 선택할지를 제어합니다.",
"autoSave": "더티 파일 자동 저장을 제어합니다. 허용되는 값은 \"{0}\", \"{1}\", \"{2}\"(편집기가 포커스를 잃음), \"{3}\"(창이 포커스를 잃음)입니다. \"{4}\"(으)로 설정하는 경우 \"files.autoSaveDelay\"에서 지연을 구성할 수 있습니다.",
"autoSaveDelay": "더티 파일을 자동으로 저장할 때까지의 지연(ms)을 제어합니다. \"files.autoSave\"\"{0}\"(으)로 설정한 경우에만 적용됩니다.",
"binaryFileEditor": "이진 파일 편집기",
......
......@@ -6,15 +6,13 @@
{
"acceptLocalChanges": "로컬 변경 사용 및 디스크 콘텐츠 덮어쓰기",
"compareChanges": "비교",
"conflictingFileHasChanged": "디스크에 있는 파일의 내용이 변경되고 비교 편집기의 왼쪽이 새로 고쳐졌습니다. 검토하고 다시 확인하세요.",
"discard": "삭제",
"genericSaveError": "'{0}'을(를) 저장하지 못했습니다. {1}",
"overwrite": "덮어쓰기",
"readonlySaveError": "'{0}'을(를) 저장하지 못했습니다. 파일이 쓰기 보호되어 있습니다. 보호를 제거하려면 '덮어쓰기'를 선택하세요.",
"resolveSaveConflict": "저장 충돌 해결",
"retry": "다시 시도",
"revertLocalChanges": "로컬 변경을 취소하고 디스크의 콘텐츠로 되돌리기",
"saveConflictDiffLabel": "{0}(디스크에 있음) ↔ {1}({2}에 있음)",
"saveConflictDiffLabel": "{0}(디스크에 있음) ↔ {1}({2}에 있음) - 저장 충돌 해결",
"staleSaveError": "'{0}'을(를) 저장하지 못했습니다. 디스크의 내용이 최신 버전입니다. 버전을 디스크에 있는 버전과 비교하려면 **비교**를 클릭하세요.",
"userGuide": "편집기 도구 모음의 작업을 사용하여 변경 내용을 **실행 취소**하거나 디스크의 콘텐츠를 변경 내용으로 **덮어쓰기**"
}
\ No newline at end of file
......@@ -7,5 +7,5 @@
"dirtyCounter": "{0}이(가) 저장되지 않음",
"openEditors": "열려 있는 편집기",
"openEditosrSection": "열려 있는 편집기 섹션",
"treeAriaLabel": "열려 있는 편집기"
"treeAriaLabel": "열린 편집기: 활성 파일 목록"
}
\ No newline at end of file
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"checkoutType": "나열되는 분기 유형을 제어합니다.",
"confirmSync": "Git 리포지토리를 동기화하기 전에 확인합니다.",
"countBadge": "Git 배지 카운터를 제어합니다.",
"git": "Git",
......
......@@ -8,6 +8,6 @@
"linuxDownloadFrom": "{0}에서 다운로드할 수 있습니다.",
"looksLike": "git가 시스템에 설치되지 않은 것 같습니다.",
"macInstallWith": "터미널 프롬프트에 {3}을(를) 입력하여 {0}과(와) 함께 설치하거나 {1}에서 다운로드하거나 {2} 명령줄 개발자 도구를 설치할 수 있습니다.",
"pleaseRestart": "git가 설치되면 {0}을(를) 다시 시작하세요.",
"pleaseRestart": "Git이 설치되면 VSCode를 다시 시작하세요.",
"winInstallWith": "{0}에서 설치하거나 {1}에서 다운로드할 수 있습니다."
}
\ No newline at end of file
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noWorkspace": "현재 열려 있는 폴더가 없습니다.",
"noWorkspaceHelp": "아직 폴더를 열지 않았습니다.",
"openFolder": "폴더 열기",
"pleaseRestart": "Git 기능에 액세스하려면 Git 리포지토리에서 폴더를 엽니다."
}
\ No newline at end of file
......@@ -7,7 +7,6 @@
"already exists": "대상 리포지토리가 이미 있습니다. 복제할 다른 디렉터리를 선택하세요.",
"cloning": "'{0}' 리포지토리를 복제하는 중...",
"directory": "대상 복제 디렉터리",
"repo": "Git 리포지토리 URL을 입력하세요.",
"url": "리포지토리 URL",
"valid": "올바른 Git 리포지토리 URL을 입력하세요."
}
\ No newline at end of file
......@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"channel": "'{0}'의 경우",
"output": "출력"
}
\ No newline at end of file
......@@ -4,9 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"copy": "설정에 복사",
"copyToSettings": "설정에 복사",
"selectAndCopySetting": "값을 선택하여 설정에 복사",
"selectValue": "값 선택",
"settingsEditorName": "기본 설정"
"copyDefaultValue": "설정에 복사",
"editTtile": "편집",
"oneSettingFound": "1개 설정 일치함",
"preferencesAriaLabel": "기본 설정. 읽기 전용 텍스트 편집기입니다.",
"replaceDefaultValue": "설정에서 바꾸기",
"settingsEditorName": "기본 설정",
"settingsFound": "{0}개 설정 일치함",
"totalSettingsMessage": "총 {0}개 설정"
}
\ No newline at end of file
......@@ -4,14 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"close": "닫기",
"defaultKeybindings": "기본 키 바인딩",
"emptyKeybindingsHeader": "키 바인딩을 이 파일에 넣어서 기본값을 덮어씁니다.",
"emptySettingsHeader": "설정을 이 파일에 넣어서 기본 설정을 덮어씁니다.",
"emptySettingsHeader1": "설정을 이 파일에 넣어서 기본 설정과 사용자 설정을 덮어씁니다.",
"fail.createSettings": "{0}'({1})을(를) 만들 수 없습니다.",
"keybindingsEditorName": "기본 바로 가기 키",
"neverShowAgain": "다시 표시 안 함",
"openFolderFirst": "첫 번째 폴더를 열어서 작업 영역 설정을 만듭니다.",
"openWorkspaceSettings": "작업 영역 설정 열기",
"workspaceHasSettings": "현재 열려 있는 폴더에 사용자 설정을 덮어쓸 수 있는 작업 영역 설정이 포함되어 있습니다."
"openFolderFirst": "첫 번째 폴더를 열어서 작업 영역 설정을 만듭니다."
}
\ No newline at end of file
......@@ -4,10 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"SearchSettingsWidget.AriaLabel": "기본 설정 검색",
"SearchSettingsWidget.Placeholder": "기본 설정 검색",
"defaultSettingsInfo": " - 오른쪽의 설정 파일에 배치하여 덮어씁니다.",
"defaultSettingsTitle": "기본 설정",
"noSettings": "설정을 찾을 수 없음",
"showCount": "{0}/{1}개 설정 표시"
"SearchSettingsWidget.AriaLabel": "설정 검색",
"SearchSettingsWidget.Placeholder": "설정 검색",
"userSettings": "사용자 설정",
"workspaceSettings": "작업 영역 설정"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"commonlyUsed": "가장 일반적으로 사용하는 설정",
"commonlyUsed": "일반적으로 사용되는 설정",
"defaultKeybindingsHeader": "키 바인딩을 키 바인딩 파일에 배치하여 덮어씁니다."
}
\ No newline at end of file
......@@ -9,5 +9,6 @@
"gotoLineDescriptionWin": "줄 이동",
"gotoSymbolDescription": "파일의 기호로 이동",
"gotoSymbolDescriptionScoped": "범주로 파일의 기호로 이동",
"helpDescription": "도움말 표시"
"helpDescription": "도움말 표시",
"viewPickerDescription": "뷰 열기"
}
\ No newline at end of file
......@@ -6,6 +6,8 @@
{
"ClearSearchResultsAction.label": "검색 결과 지우기",
"ConfigureGlobalExclusionsAction.label": "설정 열기",
"FocusNextSearchResult.label": "다음 검색 결과에 포커스",
"FocusPreviousSearchResult.label": "이전 검색 결과에 포커스",
"RefreshAction.label": "새로 고침",
"RemoveAction.label": "제거",
"file.replaceAll.label": "모두 바꾸기",
......
......@@ -15,6 +15,7 @@
"noResultsFound": "결과가 없습니다. 구성된 확장에 대한 설정을 검토하세요. - ",
"noResultsIncludes": "'{0}'에 결과 없음 - ",
"noResultsIncludesExcludes": "'{0}'에 '{1}'을(를) 제외한 결과 없음 - ",
"openFolder": "폴더 열기",
"openSettings.message": "설정 열기",
"removeAll.confirmation.message": "{1}개 파일에서 {0}개를 제거할까요?",
"removeAll.message": "{1}개 파일에서 {0}개를 제거했습니다.",
......@@ -28,5 +29,6 @@
"searchMaxResultsWarning": "결과 집합에는 모든 일치 항목의 하위 집합만 포함됩니다. 결과 범위를 좁히려면 검색을 더 세분화하세요.",
"searchScope.excludes": "제외할 파일",
"searchScope.includes": "포함할 파일",
"searchWithoutFolder": "아직 폴더를 열지 않았습니다. 현재 열린 파일만 검색됩니다. ",
"treeAriaLabel": "검색 결과"
}
\ No newline at end of file
......@@ -18,8 +18,8 @@
"JsonSchema.args": "명령에 전달되는 추가 인수입니다.",
"JsonSchema.command": "실행할 명령이며, 외부 프로그램 또는 셸 명령입니다.",
"JsonSchema.echoCommand": "실행된 명령을 출력에 에코할지 여부를 제어합니다. 기본값은 false입니다.",
"JsonSchema.linux": "Linux 특정 빌드 구성",
"JsonSchema.mac": "Mac 특정 빌드 구성",
"JsonSchema.linux": "Linux 특정 명령 구성",
"JsonSchema.mac": "Mac 특정 명령 구성",
"JsonSchema.matchers": "사용할 문제 선택기입니다. 문자열, 문제 선택기 정의 또는 문자열 및 문제 선택기 배열일 수 있습니다.",
"JsonSchema.options": "추가 명령 옵션",
"JsonSchema.options.cwd": "실행된 프로그램 또는 스크립트의 현재 작업 디렉터리입니다. 생략된 경우 Code의 현재 작업 영역 루트가 사용됩니다.",
......@@ -52,19 +52,22 @@
"JsonSchema.suppressTaskName": "작업 이름을 명령에 인수로 추가할지 여부를 제어합니다. 기본값은 false입니다.",
"JsonSchema.taskSelector": "인수가 작업임을 나타내는 접두사입니다.",
"JsonSchema.tasks": "작업 구성입니다. 일반적으로 외부 Task Runner에 이미 정의되어 있는 작업을 보강합니다.",
"JsonSchema.tasks.args": "이 작업이 호출될 때 명령에 전달되는 추가 인수입니다.",
"JsonSchema.tasks.args": "이 작업이 호출될 때 명령에 전달되는 인수입니다.",
"JsonSchema.tasks.build": "이 작업을 Code의 기본 빌드 명령에 매핑합니다.",
"JsonSchema.tasks.linux": "Linux 특정 명령 구성",
"JsonSchema.tasks.mac": "Mac 특정 명령 구성",
"JsonSchema.tasks.matchers": "사용할 문제 선택기입니다. 문자열, 문제 선택기 정의 또는 문자열 및 문제 선택기 배열일 수 있습니다.",
"JsonSchema.tasks.showOutput": "실행 중인 작업에 대한 출력을 표시할지 여부를 제어합니다. 생략하면 전역적으로 정의된 값이 사용됩니다.",
"JsonSchema.tasks.suppressTaskName": "작업 이름을 명령에 인수로 추가할지 여부를 제어합니다. 생략하면 전역적으로 정의된 값이 사용됩니다.",
"JsonSchema.tasks.taskName": "작업 이름",
"JsonSchema.tasks.test": "이 작업을 Code의 기본 테스트 명령에 매핑합니다.",
"JsonSchema.tasks.watching": "실행된 작업을 활성 상태로 유지할지 파일 시스템을 조사할지 여부를 나타냅니다.",
"JsonSchema.tasks.windows": "Windows 특정 명령 구성",
"JsonSchema.version": "구성의 버전 번호입니다.",
"JsonSchema.watching": "실행된 작업을 활성 상태로 유지할지 파일 시스템을 조사할지 여부를 나타냅니다.",
"JsonSchema.watchingPattern.file": "파일 이름의 일치 그룹 인덱스이며 생략할 수 있습니다.",
"JsonSchema.watchingPattern.regexp": "조사 작업의 시작 또는 끝을 검색하는 정규식입니다.",
"JsonSchema.windows": "Windows 특정 빌드 구성",
"JsonSchema.windows": "Windows 특정 명령 구성",
"RebuildAction.label": "다시 빌드 작업 실행",
"RunTaskAction.label": "작업 실행",
"ShowLogAction.label": "작업 로그 표시",
......
......@@ -4,5 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"TerminalTaskSystem": "UNC 드라이브에서 셸 명령을 실행할 수 없습니다.",
"TerminalTaskSystem.noBuildTask": "tasks.json에 정의된 빌드 작업이 없습니다.",
"TerminalTaskSystem.noTask": "'{0}' 작업을 찾을 수 없습니다.",
"TerminalTaskSystem.noTestTask": "tasks.json에 정의된 테스트 작업이 없습니다.",
"TerminalTaskSystem.terminalName": "작업 - {0}",
"TerminalTaskSystem.unknownError": "작업을 실행하는 동안 알 수 없는 오류가 발생했습니다. 자세한 내용은 작업 출력 로그를 참조하세요."
}
\ No newline at end of file
......@@ -7,10 +7,13 @@
"terminal": "터미널",
"terminal.integrated.commandsToSkipShell": "키 바인딩이 셸에 전송되지 않고 항상 Code에서 처리되는 명령 ID 집합입니다. 따라서 셸에서 정상적으로 사용되어 터미널에 포커스가 없을 때와 동일하게 작동하는 키 바인딩을 사용할 수 있습니다(예: <Ctrl+P>를 사용하여 Quick Open 시작).",
"terminal.integrated.cursorBlinking": "터미널 커서 깜박임 여부를 제어합니다.",
"terminal.integrated.cursorStyle": "터미널 커서의 스타일을 제어합니다.",
"terminal.integrated.cwd": "터미널이 시작될 명시적 시작 경로입니다. 셸 프로세스의 현재 작업 디렉터리(cwd)로 사용됩니다. 루트 디렉터리가 편리한 cwd가 아닌 경우 작업 영역 설정에서 특히 유용하게 사용할 수 있습니다.",
"terminal.integrated.fontFamily": "터미널의 글꼴 패밀리를 제어하며, 기본값은 editor.fontFamily의 값입니다.",
"terminal.integrated.fontLigatures": "터미널에서 글꼴 합자가 사용되는지를 제어합니다.",
"terminal.integrated.fontSize": "터미널의 글꼴 크기(픽셀)를 제어합니다.",
"terminal.integrated.lineHeight": "터미널의 줄 높이를 제어하며, 이 숫자는 터미널 글꼴 크기를 곱하여 실제 줄 높이(픽셀)를 얻습니다.",
"terminal.integrated.rightClickCopyPaste": "설정하는 경우 터미널 내에서 마우스 오른쪽 단추를 클릭할 때 상황에 맞는 메뉴가 표시되지 않고 대신 선택 항목이 있으면 복사하고 선택 항목이 없으면 붙여넣습니다.",
"terminal.integrated.scrollback": "터미널에서 버퍼에 유지하는 최대 줄 수를 제어합니다.",
"terminal.integrated.setLocaleVariables": "로캘 변수가 터미널 시작 시 설정되는지 여부를 제어하며, 기본값은 OS X에서 true이고 기타 플랫폼에서 false입니다.",
"terminal.integrated.shell.linux": "터미널이 Linux에서 사용하는 셸의 경로입니다.",
......
......@@ -6,5 +6,6 @@
{
"terminal.integrated.copySelection.noSelection": "터미널에 포커스가 없는 경우 터미널 선택을 복사할 수 없습니다.",
"terminal.integrated.exitedWithCode": "터미널 프로세스가 종료 코드 {0}(으)로 종료되었습니다.",
"terminal.integrated.launchFailed": "터미널 프로세스 명령 `{0}{1}`이(가) 시작하지 못했습니다(종료 코드: {2})."
"terminal.integrated.launchFailed": "터미널 프로세스 명령 `{0}{1}`이(가) 시작하지 못했습니다(종료 코드: {2}).",
"terminal.integrated.waitOnExit": "터미널을 닫으려면 아무 키나 누르세요."
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"help": "도움말"
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"walkThrough.unboundCommand": "바인딩 안 됨"
}
\ No newline at end of file
......@@ -3,4 +3,13 @@
* 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
{
"help": "도움말",
"welcomeOverlay.commandPalette": "모든 명령 찾기 및 실행",
"welcomeOverlay.debug": "시작 및 디버그",
"welcomeOverlay.explorer": "파일 탐색기",
"welcomeOverlay.extensions": "확장 관리",
"welcomeOverlay.git": "소스 코드 관리",
"welcomeOverlay.problems": "오류 및 경고 보기",
"welcomeOverlay.search": "전체 파일 검색"
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"help": "도움말",
"welcomePage.enabled": "사용하도록 설정하는 경우 시작 시 시작 환경이 표시됩니다.",
"workbenchConfigurationTitle": "워크벤치"
}
\ No newline at end of file
......@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"welcome.title": "시작",
"welcomePage": "시작"
}
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"compareLabels": "{0} ↔ {1}"
}
\ No newline at end of file
......@@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"invalid": "잘못된 `contributes.{0}`입니다. 배열이 필요합니다.",
"invalid.empty": "`contributes.{0}`에 대한 빈 값",
"opt.aliases": "`{0}` 속성은 생략 가능하며 `string[]` 형식이어야 합니다.",
"opt.configuration": "`{0}` 속성은 생략 가능하며 `string` 형식이어야 합니다.",
"opt.extensions": "`{0}` 속성은 생략 가능하며 `string[]` 형식이어야 합니다.",
......
......@@ -6,9 +6,10 @@
{
"error.cannotloadicontheme": "{0}을(를) 로드할 수 없습니다.",
"error.cannotloadtheme": "{0}을(를) 로드할 수 없습니다.",
"error.cannotparse": "plist 파일을 구문 분석하는 중 문제 발생: {0}",
"error.cannotparse": "테마 파일을 구문 분석하는 중 문제 발생: {0}",
"error.cannotparseicontheme": "파일 아이콘 파일을 구문 분석하는 동안 문제 발생: {0}",
"error.cannotparsejson": "JSON 테마 파일을 구문 분석하는 중 문제 발생: {0}",
"error.plist.invalidformat": "테마 파일을 구문 분석하는 중 문제 발생: {0}. 'settings'가 배열이 아닙니다.",
"invalid.path.1": "확장 폴더({2}) 내에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
"reqarray": "확장점 `{0}`은(는) 배열이어야 합니다.",
"reqid": "`contributes.{0}.id`에 문자열이 필요합니다. 제공된 값: {1}",
......
......@@ -4,10 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"markdown.preview.experimentalSyncronizationEnabled.desc": "Включить экспериментальную синхронизацию между режимом предварительного просмотра файла Markdown и редактором",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Разрешение двойного щелчка в параметрах предпросмотра Markdown в редакторе.",
"markdown.preview.fontFamily.desc": "Определяет семейство шрифтов, используемое в области предварительного просмотра файла Markdown.",
"markdown.preview.fontSize.desc": "Определяет размер шрифта (в пикселях), используемый в области предварительного просмотра файла Markdown.",
"markdown.preview.lineHeight.desc": "Определяет высоту строки, используемую в области предварительного просмотра файла Markdown. Это значение задается относительно размера шрифта.",
"markdown.preview.markEditorSelection.desc": "Выделение выбранного в текущем редакторе в предпросмотре Markdown.",
"markdown.preview.scrollEditorWithPreview.desc": "При прокрутке предпросмотра Markdown обновите представление в редакторе.",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "Прокрутка предпросмотра Markdown до выбранной строки в редакторе.",
"markdown.preview.title": "Открыть область предварительного просмотра",
"markdown.previewFrontMatter.dec": "Определяет обработку титульных листов YAML в области предварительного просмотра файла Markdown. Значение \"скрыть\" удаляет титульные листы. В противном случае титульные листы обрабатываются как содержимое файла Markdown.",
"markdown.previewSide.title": "Открыть область предварительного просмотра сбоку",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noPHP": "Не удается проверить PHP-файл. Не удалось найти PHP-программу. Используйте параметр php.validate.executablePath, чтобы задать расположение php",
"unknownReason": "Не удалось запустить PHP-файл, используя путь {0}. Причина неизвестна."
"noExecutable": "Не удается проверить, так как не задан исполняемый PHP-файл. Щелкните элемент строки состояния \"Путь\", чтобы настроить его.",
"unknownReason": "Не удалось запустить PHP-файл, используя путь {0}. Причина неизвестна.",
"wrongExecutable": "Не удается проверить, так как {0} не является допустимым исполняемым PHP-файлом. Щелкните элемент строки состояния \"Путь\", чтобы настроить его."
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册