@codingame/monaco-vscode-language-pack-ko 5.1.2-segmenter.1 → 5.2.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.
- package/package.json +2 -2
- package/translations/extensions/vscode.github-authentication.i18n.json +0 -2
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +1 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +5 -2
- package/translations/main.i18n.json.js +1755 -1755
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@5.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@5.2.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"Continue": "계속",
|
|
13
12
|
"Continue to GitHub": "GitHub로 계속 진행",
|
|
14
13
|
"Continue to GitHub to create a Personal Access Token (PAT)": "GitHub로 계속 진행하여 PAT(개인용 액세스 토큰) 만들기",
|
|
15
14
|
"Copy & Continue to GitHub": "복사 후 GitHub에서 계속 진행",
|
|
@@ -23,7 +22,6 @@
|
|
|
23
22
|
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "인증을 완료하려면 GitHub로 이동하여 위의 일회용 코드를 붙여넣으세요.",
|
|
24
23
|
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "인증을 완료하려면 GitHub로 이동하여 PAT를 만든 다음 입력 상자에 PAT를 붙여넣습니다.",
|
|
25
24
|
"Yes": "예",
|
|
26
|
-
"You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?/{0} is a comma-separated list of account names. {1} is the account name to log into.": "이미 다른 계정에 로그인했습니다({0}).\n\n해당 계정에서 로그아웃하고 대신 '{1}'에 로그인하시겠습니까?",
|
|
27
25
|
"You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "이 확장 프로그램이 GitHub를 사용하도록 승인하는 작업을 아직 완료하지 않았습니다. 다른 방법을 시도해 보시겠습니까?({0})",
|
|
28
26
|
"Your Code: {0}/The {0} will be a code, e.g. 123-456": "코드: {0}",
|
|
29
27
|
"device code": "디바이스 코드",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"Open settings": "설정 열기",
|
|
16
16
|
"Paste authorization code here...": "여기에 권한 부여 코드를 붙여넣습니다...",
|
|
17
17
|
"Provide the authorization code to complete the sign in flow.": "로그인 흐름을 완료하는 권한 부여 코드를 제공합니다.",
|
|
18
|
+
"Signing in to your account...": "계정에 로그인하는 중...",
|
|
18
19
|
"The environment `{0}` is not a valid environment.": "'{0}' 환경이 올바른 환경이 아닙니다.",
|
|
19
20
|
"You have been signed out because reading stored authentication information failed.": "저장된 인증 정보를 읽는 데 실패하여 로그아웃되었습니다.",
|
|
20
21
|
"You must also specify a custom environment in order to use the custom environment auth provider.": "사용자 지정 환경 인증 공급자를 사용하려면 사용자 지정 환경도 지정해야 합니다."
|
|
@@ -82,11 +82,13 @@
|
|
|
82
82
|
"Organize Imports": "가져오기 구성",
|
|
83
83
|
"Partial Mode": "부분 모드",
|
|
84
84
|
"Please open a folder in VS Code to use a TypeScript or JavaScript project": "TypeScript 또는 JavaScript 프로젝트를 사용하려면 VS Code의 폴더를 여세요.",
|
|
85
|
+
"Please report an issue against Yarn PnP": "Please report an issue against Yarn PnP",
|
|
85
86
|
"Please update your TypeScript version": "TypeScript 버전을 업데이트하세요.",
|
|
86
87
|
"Project Wide IntelliSense not available": "프로젝트 전체 IntelliSense를 사용할 수 없음",
|
|
87
88
|
"Remove Unused Imports": "사용하지 않는 가져오기 제거",
|
|
88
89
|
"Remove all unused code": "사용하지 않는 모든 코드 제거",
|
|
89
90
|
"Report Issue": "문제 신고",
|
|
91
|
+
"Report issue against Yarn PnP": "Report issue against Yarn PnP",
|
|
90
92
|
"Select Version": "버전 선택",
|
|
91
93
|
"Select code action to apply": "적용할 코드 동작 선택",
|
|
92
94
|
"Select existing file...": "기존 파일 선택...",
|
|
@@ -107,6 +109,7 @@
|
|
|
107
109
|
"The current selection cannot be extracted": "현재 선택 영역을 추출할 수 없습니다.",
|
|
108
110
|
"The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "경로 {0}이(가) TS 서버를 실행하는 올바른 노드 설치를 가리키지 않습니다. 번들 노드로 대체합니다.",
|
|
109
111
|
"The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "경로 {0}이(가) 올바른 tsserver 설치를 가리키지 않습니다. 포함된 TypeScript 버전을 대신 사용합니다.",
|
|
112
|
+
"The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.": "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.",
|
|
110
113
|
"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} 이상 기능을 사용하도록 작업 영역을 업데이트하여 버그가 아직 수정되지 않았는지 확인하세요.",
|
|
111
114
|
"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 버전을 사용하시겠습니까?",
|
|
112
115
|
"This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "이 작업 영역은 '{0}'의 노드 설치를 사용하여 TS 서버를 실행하려고 합니다. 사용하시겠습니까?",
|
|
@@ -152,7 +155,6 @@
|
|
|
152
155
|
"codeActions.refactor.rewrite.property.generateAccessors.description": "'get' 및 'set' 접근자 생성",
|
|
153
156
|
"codeActions.refactor.rewrite.property.generateAccessors.title": "접근자 생성",
|
|
154
157
|
"codeActions.source.organizeImports.title": "가져오기 구성",
|
|
155
|
-
"configuration.experimental.tsserver.web.typeAcquisition.enabled": "웹에서 패키지 취득을 사용하거나 사용하지 않도록 설정합니다.",
|
|
156
158
|
"configuration.implicitProjectConfig.checkJs": "JavaScript 파일의 의미 체계 검사를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",
|
|
157
159
|
"configuration.implicitProjectConfig.experimentalDecorators": "프로젝트의 일부가 아닌 JavaScript 파일에서 'experimentalDecorators'를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",
|
|
158
160
|
"configuration.implicitProjectConfig.module": "프로그램의 모듈 시스템을 설정합니다. 자세한 내용은 https://www.typescriptlang.org/tsconfig#module을 참조하세요.",
|
|
@@ -210,7 +212,8 @@
|
|
|
210
212
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "파일 변경에 운영 체제/파일 시스템의 기본 이벤트를 사용하려고 시도합니다.",
|
|
211
213
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "운영 체제/파일 시스템의 기본 이벤트를 사용하여 파일이 포함된 디렉터리의 대한 변경 내용을 수신합니다. 그러면 파일 감시자를 적게 사용할 수 있지만 정확도가 떨어집니다.",
|
|
212
214
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "웹에서 프로젝트 전체 IntelliSense를 사용/사용 안 함으로 설정합니다. VS Code는 신뢰할 수 있는 컨텍스트에서 실행되어야 합니다.",
|
|
213
|
-
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "의미 체계 오류를 표시하지 않습니다.
|
|
215
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "프로젝트 전체 IntelliSense를 사용하도록 설정한 경우에도 웹에서 의미 체계 오류를 표시하지 않습니다. 프로젝트 전체 IntelliSense를 사용하도록 설정하지 않았거나 사용할 수 없는 경우 항상 켜져 있습니다. `#typescript.tsserver.web.projectWideIntellisense.enabled#`를 참조하세요.",
|
|
216
|
+
"configuration.tsserver.web.typeAcquisition.enabled": "웹에서 패키지 취득을 사용하거나 사용하지 않도록 설정합니다. 이렇게 하면 가져온 패키지에 대해 IntelliSense가 활성화됩니다. '#typescript.tsserver.web.projectWideIntellisense.enabled#'이 필요합니다. 현재 Safari에서 지원되지 않습니다.",
|
|
214
217
|
"configuration.typescript": "TypeScript",
|
|
215
218
|
"description": "JavaScript 및 TypeScript에 대한 다양한 언어 지원을 제공합니다.",
|
|
216
219
|
"displayName": "TypeScript 및 JavaScript 언어 기능",
|