@codingame/monaco-vscode-language-pack-ko 2.0.0-v2.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,22 +43,25 @@
43
43
  "Insert Markdown Media and Links": "Markdown 미디어 및 링크 삽입",
44
44
  "Insert image": "이미지 삽입",
45
45
  "Insert link": "링크 삽입",
46
- "Link definition for \\'{0}\\' already exists": "\\'{0}\\'에 대한 링크 정의가 이미 있음",
46
+ "Link definition for '{0}' already exists": "'{0}'에 대한 링크 정의가 이미 있습니다.",
47
47
  "Link definition is unused": "링크 정의가 사용되지 않습니다.",
48
48
  "Link is already a reference": "링크가 이미 참조입니다.",
49
49
  "Link is also defined here": "링크가 여기에도 정의되어 있습니다.",
50
+ "Link to '# {0}' in '{1}'": "Link to '# {0}' in '{1}'",
51
+ "Link to '{0}'": "Link to '{0}'",
50
52
  "Markdown Language Server": "Markdown 언어 서버",
51
53
  "Media": "미디어",
52
54
  "More Information": "추가 정보",
53
55
  "Never": "안 함",
54
56
  "No": "아니요",
55
- "No header found: \\'{0}\\'": "헤더를 찾을 수 없음: \\'{0}\\'",
56
- "No link definition found: \\'{0}\\'": "링크 정의를 찾을 수 없음: \\'{0}\\'",
57
+ "No header found: '{0}'": "헤더를 찾을 수 없습니다. '{0}'",
58
+ "No link definition found: '{0}'": "링크 정의를 찾을 수 없음: '{0}'",
57
59
  "Not on link": "링크에 없음",
58
60
  "Only load secure content": "보안 콘텐츠만 로드",
59
61
  "Organize link definitions": "링크 정의 구성",
60
62
  "Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "Markdown 미리 보기에서 잠재적으로 안전하지 않거나 보안되지 않은 콘텐츠가 사용하지 않도록 설정되어 있습니다. 안전하지 않은 콘텐츠를 허용하거나 스크립트를 사용하려면 Markdown 미리 보기 보안 설정을 변경하세요.",
61
63
  "Preview {0}": "미리 보기 {0}",
64
+ "Reference link '{0}'": "Reference link '{0}'",
62
65
  "Remove duplicate link definition": "중복 링크 정의 제거",
63
66
  "Remove unused link definition": "사용되지 않는 링크 정의 제거",
64
67
  "Renaming is not supported here. Try renaming a header or link.": "여기서는 이름을 바꾸는 것이 지원되지 않습니다. 머리글 또는 링크의 이름을 변경해 보세요.",
@@ -74,15 +77,17 @@
74
77
  "package": {
75
78
  "configuration.copyIntoWorkspace.mediaFiles": "외부 이미지 및 비디오 파일을 작업 영역에 복사해 봅니다.",
76
79
  "configuration.copyIntoWorkspace.never": "외부 파일을 작업 영역에 복사하지 마세요.",
77
- "configuration.markdown.copyFiles.destination": "놓기 또는 붙여넣기로 만든 복사된 파일을 만들 위치를 정의합니다. Markdown 문서에서 대상에 일치하는 GLOB의 지도입니다.\r\n\r\n대상에서 다음 변수를 사용할 있습니다.\r\n\r\n- `${documentFileName}` - Markdown 문서의 전체 파일 이름입니다(예: `readme.md`).\r\n- `${documentBaseName}` - Markdown 문서의 기본 이름입니다(예: `readme`).\r\n- `${documentExtName}` - Markdown 문서의 확장명입니다(예: `md`).\r\n- `${documentDirName}` - Markdown 문서의 상위 디렉터리 이름입니다.\r\n- `${documentWorkspaceFolder}` - Markdown 문서의 작업 영역 폴더입니다(예: `/Users/me/myProject`). 파일이 작업 영역에 포함되지 않은 경우 `${documentDirName}`과 같습니다.\r\n- `${fileName}` - 드롭한 파일의 파일 이름입니다(예: `image.png`).",
80
+ "configuration.markdown.copyFiles.destination": "Defines where files copied created by drop or paste should be created. This is a map from globs that match on the Markdown document to destinations.\r\n\r\nThe destinations may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.",
78
81
  "configuration.markdown.copyFiles.overwriteBehavior": "놓기 또는 붙여넣기로 만든 파일이 기존 파일을 덮어쓸지 여부를 제어합니다.",
79
82
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "이름이 같은 파일이 이미 있는 경우 파일 이름에 숫자를 추가합니다(예: 'image.png'는 'image-1.png'가 됩니다.).",
80
83
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "이름이 같은 파일이 이미 있는 경우 덮어씁니다.",
81
84
  "configuration.markdown.editor.drop.copyIntoWorkspace": "Markdown 편집기에 놓인 작업 영역 외부의 파일을 작업 영역으로 복사할지 여부를 제어합니다.\r\n\r\n`#markdown.copyFiles.destination#`을 사용하여 복사한 파일을 만들 위치를 구성합니다.",
82
85
  "configuration.markdown.editor.drop.enabled": "Shift 키를 누른 상태에서 Markdown 편집기에 파일 놓기를 설정합니다. '#editor.dropIntoEditor.enabled#'을 사용하도록 설정해야 합니다.",
86
+ "configuration.markdown.editor.filePaste.audioSnippet": "Snippet used when adding audio to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the audio file.\r\n- `${title}` — The title used for the audio. A snippet placeholder will automatically be created for this variable.",
83
87
  "configuration.markdown.editor.filePaste.copyIntoWorkspace": "Markdown 편집기에 붙여넣은 작업 영역 외부의 파일을 작업 영역으로 복사할지 여부를 제어합니다.\r\n\r\n`#markdown.copyFiles.destination#`을 사용하여 복사한 파일을 만들 위치를 구성합니다.",
84
88
  "configuration.markdown.editor.filePaste.enabled": "Markdown 편집기에 파일을 붙여넣어 Markdown 링크를 만들 수 있습니다. `#editor.pasteAs.enabled#를 활성화해야 합니다.",
85
- "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "URL을 \\Markdown editor에 붙여넣을 Markdown 링크를 만드는 방법을 제어합니다. '#editor.pasteAs.enabled#'를 사용하도록 설정해야 합니다.",
89
+ "configuration.markdown.editor.filePaste.videoSnippet": "Snippet used when adding videos to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the video file.\r\n- `${title}` — The title used for the video. A snippet placeholder will automatically be created for this variable.",
90
+ "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Controls if Markdown links are created when URLs are pasted into a Markdown editor. Requires enabling `#editor.pasteAs.enabled#`.",
86
91
  "configuration.markdown.links.openLocation.beside": "활성 편집기 옆에 있는 링크를 엽니다.",
87
92
  "configuration.markdown.links.openLocation.currentGroup": "활성 편집기 그룹에서 링크를 엽니다.",
88
93
  "configuration.markdown.links.openLocation.description": "Markdown 파일의 링크를 열어야 하는 위치를 제어합니다.",
@@ -114,9 +119,10 @@
114
119
  "configuration.markdown.validate.ignoredLinks.description": "유효성을 검사하지 않아야 하는 링크를 구성합니다. 예를 들어 `/about` 추가는 `[about](/about)` 링크의 유효성을 검사하지 않으며, glob `/assets/**/*.svg`를 사용하면 `assets` 디렉터리 아래의 `.svg` 파일로 연결되는 모든 링크에 대한 유효성 검사를 건너뛸 수 있습니다.",
115
120
  "configuration.markdown.validate.referenceLinks.enabled.description": "Markdown 파일에서 참조 링크(예: `[link][ref]`)의 유효성을 검사합니다. `#markdown.validate.enabled#`를 사용하도록 설정해야 합니다.",
116
121
  "configuration.markdown.validate.unusedLinkDefinitions.description": "현재 파일에서 사용되지 않는 링크 정의의 유효성을 검사합니다.",
117
- "configuration.pasteUrlAsFormattedLink.always": "URL을 Markdown 편집기에 붙여 넣을 때 항상 Markdown 링크를 만듭니다.",
118
- "configuration.pasteUrlAsFormattedLink.never": "URL을 Markdown 편집기에 붙여 넣을 때 Markdown 링크를 만들지 않습니다.",
119
- "configuration.pasteUrlAsFormattedLink.smart": "코드 대괄호 또는 기존 Markdown 링크 내부와 같은 특정 경우에 Markdown 링크를 만들지 않도록 현명하게 방지합니다.",
122
+ "configuration.pasteUrlAsFormattedLink.always": "Always insert Markdown links.",
123
+ "configuration.pasteUrlAsFormattedLink.never": "Never create Markdown links.",
124
+ "configuration.pasteUrlAsFormattedLink.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
125
+ "configuration.pasteUrlAsFormattedLink.smartWithSelection": "Smartly create Markdown links by default when you have selected text and are not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
120
126
  "description": "Markdown에 대한 다양한 언어 지원을 제공합니다.",
121
127
  "displayName": "Markdown 언어 기능",
122
128
  "markdown.copyImage.title": "이미지 복사",
@@ -29,7 +29,7 @@
29
29
  "Runs the script under the debugger": "디버거에서 스크립트 실행",
30
30
  "The currently latest version of the package": "패키지의 현재 최신 버전",
31
31
  "The setting \"npm.autoDetect\" is \"off\".": "\"npm.autoDetect\" 설정이 \"해제\"되어 있습니다.",
32
- "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don\\'t match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "{0}을(를) 기본 패키지 관리자로 사용하고 있습니다. {1}에 대한 잠금 파일을 여러 개 찾았습니다. 이 문제를 해결하려면 기본 패키지 관리자와 일치하지 않는 잠금 파일을 삭제하거나 \"npm.packageManager\" 설정을 \"auto\" 이외의 값으로 변경하세요.",
32
+ "Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don't match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "기본 패키지 관리자로 {0}을(를) 사용하고 있습니다. {1}에 대한 잠금 파일을 여러 개 찾았습니다. 이 문제를 해결하려면 기본 패키지 관리자와 일치하지 않는 잠금 파일을 삭제하거나 \"npm.packageManager\" 설정을 \"auto\" 이외의 값으로 변경하세요.",
33
33
  "in {0}": "{0} 후",
34
34
  "latest": "최신",
35
35
  "now": "지금",
@@ -34,7 +34,6 @@
34
34
  "Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'typescript.npm' in your user settings. Alternatively, check the [documentation]({0}) to learn more.": "JavaScript 언어 기능에 대한 입력 파일을 설치할 수 없습니다. NPM이 설치되어 있는지 확인하거나 사용자 설정에서 'typescript.npm'을 구성하세요. 자세히 알아보려면 [설명서]({0})를 확인하세요.",
35
35
  "Could not load the TypeScript version at this path": "이 경로에서 TypeScript 버전을 로드할 수 없음",
36
36
  "Could not open TS Server log file": "TS 서버 로그 파일을 열 수 없습니다.",
37
- "Destination Files": "대상 파일",
38
37
  "Disable logging": "로깅 사용 안 함",
39
38
  "Disables semantic checking in a JavaScript file. Must be at the top of a file.": "JavaScript 파일에서 의미 검사를 사용하지 않습니다. 파일의 최상단에 있어야 합니다.",
40
39
  "Dismiss": "해제",
@@ -102,22 +101,21 @@
102
101
  "TS Server logging is currently enabled which may impact performance.": "TS 서버 로깅이 현재 사용하도록 설정되어 있어 성능에 영향을 미칠 수 있습니다.",
103
102
  "TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "TS 서버 로깅이 꺼져 있습니다. “typescript.tsserver.log”를 설정하고 TS 서버를 다시 시작하여 로깅을 사용하도록 설정하세요.",
104
103
  "The JS/TS language service crashed 5 times in the last 5 Minutes.": "JS/TS 언어 서비스가 지난 5분 동안 5번 충돌했습니다.",
105
- "The JS/TS language service crashed 5 times in the last 5 Minutes.\\nThis may be caused by a plugin contributed by one of these extensions: {0}\\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 지난 5분간 5 충돌했습니다.\\n이 오류는 {0} 확장 하나에서 제공한 플러그인 때문일 있습니다.\\nVS Code 문제를 제출하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
104
+ "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.",
106
105
  "The JS/TS language service crashed.": "JS/TS 언어 서비스가 충돌했습니다.",
107
- "The JS/TS language service crashed.\\nThis may be caused by a plugin contributed by one of these extensions: {0}.\\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 충돌했습니다.\\n이 오류는 {0} 확장 하나에서 제공한 플러그인 때문일 있습니다.\\nVS Code 문제를 제출하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
106
+ "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
108
107
  "The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "JS/TS 언어 서비스가 즉시 5번 충돌했습니다. 서비스가 다시 시작되지 않습니다.",
109
- "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\\nThis may be caused by a plugin contributed by one of these extensions: {0}.\\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 언어 서비스가 즉시 5 충돌했습니다. 서비스가 다시 시작되지 않습니다.\\n이 오류는 {0} 확장 하나에서 제공한 플러그인 때문일 있습니다.\\nVS Code 문제를 제출하기 전에 이러한 확장을 사용하지 않도록 설정해 보세요.",
108
+ "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
110
109
  "The current selection cannot be extracted": "현재 선택 영역을 추출할 수 없습니다.",
110
+ "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.",
111
111
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "경로 {0}이(가) 올바른 tsserver 설치를 가리키지 않습니다. 포함된 TypeScript 버전을 대신 사용합니다.",
112
- "The path {0} doesn\\'t point to a valid Node installation to run TS Server. Falling back to bundled Node.": "경로 {0}이(가) TS 서버를 실행하는 올바른 노드 설치를 가리키지 않습니다. 번들 노드로 대체합니다.",
113
- "The path {0} doesn\\'t point to a valid tsserver install. Falling back to bundled TypeScript version.": "경로 {0}이(가) 올바른 tsserver 설치를 가리키지 않습니다. 포함된 TypeScript 버전을 대신 사용합니다.",
114
- "The workspace is using an old version of TypeScript ({0}).\\n\\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "작업 영역에서 이전 버전의 TypeScript({0})를 사용하고 있습니다.\\n\\n문제를 보고하기 전에 TypeScript {1} 이상 버전을 사용하도록 작업 영역을 업데이트하여 버그가 아직 수정되지 않았는지 확인하세요.",
112
+ "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.",
115
113
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "이 작업 영역에는 TypeScript 버전이 포함되어 있습니다. TypeScript 및 JavaScript 언어 기능에 작업 영역 TypeScript 버전을 사용하시겠습니까?",
116
114
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "이 작업 영역은 '{0}'의 노드 설치를 사용하여 TS 서버를 실행하려고 합니다. 사용하시겠습니까?",
117
115
  "To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 {0}과(와) 같이 파일이 많은 폴더를 제외하세요.",
118
116
  "To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 사용하지 않는 소스 파일이 포함된 큰 폴더를 제외하세요.",
119
117
  "TypeScript Server Log": "TypeScript 서버 로그",
120
- "TypeScript Task in tasks.json contains \\\"\\\\\\\\\\\". TypeScript tasks tsconfig must use \\\"/\\\"": "tasks.json의 TypeScript 작업에 \\\"\\\\\\\\\\\"가 포함되어 있습니다. TypeScript 작업 tsconfig는 \\\"/\\\"를 사용해야 합니다.",
118
+ "TypeScript Task in tasks.json contains \"\\\\\". TypeScript tasks tsconfig must use \"/\"": "tasks.json의 TypeScript 작업에 \"\\\\\"가 포함되어 있습니다. TypeScript 작업 tsconfig는 \"/\"를 사용해야 합니다.",
121
119
  "TypeScript Version": "TypeScript 버전",
122
120
  "TypeScript language server exited with error. Error message is: {0}": "오류가 발생하여 TypeScript 언어 서버가 종료되었습니다. 오류 메시지: {0}",
123
121
  "TypeScript: Configure Excludes": "TypeScript: 제외 구성",
@@ -125,9 +123,10 @@
125
123
  "Update imports for the following {0} files?": "다음 {0} 파일에 대한 가져오기를 업데이트하시겠습니까?",
126
124
  "Use VS Code's Version": "VS Code의 버전 사용",
127
125
  "Use Workspace Version": "작업 영역 버전 사용",
128
- "VS Code\\'s tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "잘못 동작하는 바이러스 감지 도구와 같은 다른 애플리케이션에서 VS Code의 tsserver가 삭제되었습니다. VS Code를 다시 설치하세요.",
126
+ "VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "잘못 동작하는 바이러스 감지 도구와 같은 다른 애플리케이션에서 VS Code의 tsserver가 삭제되었습니다. VS Code를 다시 설치하세요.",
129
127
  "Yes": "예",
130
128
  "build - {0}": "빌드 - {0}",
129
+ "destination files": "destination files",
131
130
  "invalid version": "잘못 된 버전",
132
131
  "watch - {0}": "감시 - {0}",
133
132
  "{0} (Fix all in file)": "{0} (파일에서 모두 수정)",