@codingame/monaco-vscode-language-pack-ko 11.1.1 → 11.1.2
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/index.js +1 -0
- package/package.json +2 -2
- package/translations/extensions/vscode.git.i18n.json +70 -4
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/extensions/vscode.json-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.markdown-language-features.i18n.json +3 -0
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +4 -2
- package/translations/extensions/vscode.terminal-suggest.i18n.json +17 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +23 -39
- package/translations/main.i18n.json.js +2349 -2349
package/index.js
CHANGED
|
@@ -72,6 +72,7 @@ registerLocalization('MS-CEINTL.vscode-language-pack-ko', 'ko', content, {
|
|
|
72
72
|
'vscode.simple-browser': new URL('./translations/extensions/vscode.simple-browser.i18n.json', import.meta.url).href,
|
|
73
73
|
'vscode.sql': new URL('./translations/extensions/vscode.sql.i18n.json', import.meta.url).href,
|
|
74
74
|
'vscode.swift': new URL('./translations/extensions/vscode.swift.i18n.json', import.meta.url).href,
|
|
75
|
+
'vscode.terminal-suggest': new URL('./translations/extensions/vscode.terminal-suggest.i18n.json', import.meta.url).href,
|
|
75
76
|
'vscode.theme-abyss': new URL('./translations/extensions/vscode.theme-abyss.i18n.json', import.meta.url).href,
|
|
76
77
|
'vscode.theme-defaults': new URL('./translations/extensions/vscode.theme-defaults.i18n.json', import.meta.url).href,
|
|
77
78
|
'vscode.theme-kimbie-dark': new URL('./translations/extensions/vscode.theme-kimbie-dark.i18n.json', import.meta.url).href,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.2",
|
|
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@11.1.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@11.1.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"Conflict: Deleted By Us": "충돌: 자체 삭제",
|
|
88
88
|
"Continue Rebase": "계속 기준 다시 지정",
|
|
89
89
|
"Continuing Rebase...": "기준 주소 다시 지정을 계속하는 중...",
|
|
90
|
+
"Copy Commit Hash": "커밋 해시 복사",
|
|
90
91
|
"Could not clone your repository as Git is not installed.": "Git이 설치되지 않아 저장소를 복제할 수 없습니다.",
|
|
91
92
|
"Create Empty Commit": "빈 커밋 만들기",
|
|
92
93
|
"Current": "현재",
|
|
@@ -112,9 +113,11 @@
|
|
|
112
113
|
"File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "“{0}” 파일을 Microsoft가 삭제하고 다른 사용자가 수정했습니다.\n\n원하는 작업을 선택하세요.",
|
|
113
114
|
"Force Checkout": "강제 체크 아웃",
|
|
114
115
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "강제 푸시가 허용되지 않습니다. \"git.allowForcePush\" 설정으로 사용하도록 설정하세요.",
|
|
116
|
+
"Git Blame Information": "Git 원인 정보",
|
|
115
117
|
"Git History": "Git 기록",
|
|
116
118
|
"Git error": "Git 오류",
|
|
117
|
-
"Git local working
|
|
119
|
+
"Git local changes (working tree + index)": "Git 로컬 변경 내용(작업 트리 + 인덱스)",
|
|
120
|
+
"Git local changes (working tree)": "Git 로컬 변경 내용(작업 트리)",
|
|
118
121
|
"Git not found. Install it or configure it using the \"git.path\" setting.": "Git을 찾을 수 없습니다. “git.path”를 사용하여 Git을 설치하거나 구성합니다.",
|
|
119
122
|
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "작업 영역의 부모 폴더 또는 열린 파일에서 Git 리포지토리를 찾았습니다. 리포지토리를 열까요?",
|
|
120
123
|
"Git: {0}": "Git: {0}",
|
|
@@ -155,13 +158,15 @@
|
|
|
155
158
|
"Never": "안 함",
|
|
156
159
|
"No": "아니요",
|
|
157
160
|
"No rebase in progress.": "진행 중인 다시 지정이 없습니다.",
|
|
161
|
+
"Not Committed Yet": "아직 커밋되지 않음",
|
|
162
|
+
"Not Committed Yet (Staged)": "아직 커밋되지 않음(스테이징됨)",
|
|
158
163
|
"OK": "확인",
|
|
159
164
|
"OK, Don't Ask Again": "네, 다시 표시 안 함",
|
|
160
165
|
"OK, Don't Show Again": "다시 표시 안 함",
|
|
161
166
|
"Open": "열기",
|
|
162
167
|
"Open Commit": "커밋 열기",
|
|
163
168
|
"Open Comparison": "비교 열기",
|
|
164
|
-
"Open File": "
|
|
169
|
+
"Open File": "파일 열기",
|
|
165
170
|
"Open Git Log": "Git 로그 열기",
|
|
166
171
|
"Open Merge": "병합 열기",
|
|
167
172
|
"Open Repositories In Parent Folders": "부모 폴더에서 리포지토리 열기",
|
|
@@ -268,7 +273,7 @@
|
|
|
268
273
|
"There are {0} unsaved files.\n\nWould you like to save them before stashing?": "저장되지 않은 파일이 {0}개 있습니다.\n\n스태시하기 전에 저장하시겠습니까?",
|
|
269
274
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "취소하는 경우 {0}개의 추적되지 않은 파일이 디스크에서 삭제됩니다.",
|
|
270
275
|
"There were merge conflicts while applying the stash.": "스태시를 적용하는 중 병합 충돌이 발생했습니다.",
|
|
271
|
-
"There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "
|
|
276
|
+
"There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "변경 내용을 Cherry Pick 하는 동안 병합 충돌이 발생했습니다. 커밋하기 전에 충돌을 해결하세요.",
|
|
272
277
|
"This action will pull and push commits from and to \"{0}/{1}\".": "이 작업은 '{0}/{1}'을(를) 오가는 커밋을 풀/푸시합니다.",
|
|
273
278
|
"This repository has no remotes configured to fetch from.": "이 리포지토리에 페치할 원격 항목이 구성되어 있지 않습니다.",
|
|
274
279
|
"This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "이렇게 하면 {0}개의 추적되지 않은 파일이 삭제됩니다!\n삭제 후에는 되돌릴 수 없습니다!\n이 파일은 영원히 손실됩니다.",
|
|
@@ -281,6 +286,7 @@
|
|
|
281
286
|
"Untracked": "추적되지 않음",
|
|
282
287
|
"Untracked Changes": "추적되지 않은 변경 사항",
|
|
283
288
|
"Update Git": "Git 업데이트",
|
|
289
|
+
"View Commit": "커밋 보기",
|
|
284
290
|
"Would you like to add \"{0}\" to .gitignore?": "\"{0}\"을(를) .gitignore에 추가하시겠습니까?",
|
|
285
291
|
"Would you like to open the cloned repository, or add it to the current workspace?": "복제된 리포지토리를 열거나 현재 작업 영역에 추가하시겠습니까?",
|
|
286
292
|
"Would you like to open the cloned repository?": "복제된 리포지토리를 여시겠습니까?",
|
|
@@ -304,7 +310,9 @@
|
|
|
304
310
|
"[main] Using git \"{0}\" from \"{1}\"": "[main] \"{0}\"에서 git \"{1}\"을(를) 사용하는 중",
|
|
305
311
|
"[main] Validating found git in: \"{0}\"": "[main] \"{0}\"에서 찾은 git 유효성을 검사하는 중",
|
|
306
312
|
"branches": "분기",
|
|
313
|
+
"in {0}": "{0} 내",
|
|
307
314
|
"no": "아니요",
|
|
315
|
+
"now": "지금",
|
|
308
316
|
"remote branches": "원격 분기",
|
|
309
317
|
"tags": "태그",
|
|
310
318
|
"yes": "예",
|
|
@@ -331,10 +339,63 @@
|
|
|
331
339
|
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} 게시 Branch",
|
|
332
340
|
"{0} Sync Changes{1}{2}": "{0} 변경 내용 동기화 {1}{2}",
|
|
333
341
|
"{0} characters over {1} in current line": "현재 줄에서 {0} 글자 초과 {1}",
|
|
342
|
+
"{0} day": "{0}일",
|
|
343
|
+
"{0} day ago": "{0}일 전",
|
|
344
|
+
"{0} days": "{0}일",
|
|
345
|
+
"{0} days ago": "{0}일 전",
|
|
346
|
+
"{0} hour": "{0}시간",
|
|
347
|
+
"{0} hour ago": "{0}시간 전",
|
|
348
|
+
"{0} hours": "{0}시간",
|
|
349
|
+
"{0} hours ago": "{0}시간 전",
|
|
350
|
+
"{0} hr": "{0}시간",
|
|
351
|
+
"{0} hr ago": "{0}시간 전",
|
|
352
|
+
"{0} hrs": "{0}시간",
|
|
353
|
+
"{0} hrs ago": "{0}시간 전",
|
|
354
|
+
"{0} min": "{0}분",
|
|
355
|
+
"{0} min ago": "{0}분 전",
|
|
356
|
+
"{0} mins": "{0}분",
|
|
357
|
+
"{0} mins ago": "{0}분 전",
|
|
358
|
+
"{0} minute": "{0}분",
|
|
359
|
+
"{0} minute ago": "{0}분 전",
|
|
360
|
+
"{0} minutes": "{0}분",
|
|
361
|
+
"{0} minutes ago": "{0}분 전",
|
|
362
|
+
"{0} mo": "{0}개월",
|
|
363
|
+
"{0} mo ago": "{0}개월 전",
|
|
364
|
+
"{0} month": "{0}개월",
|
|
365
|
+
"{0} month ago": "{0}개월 전",
|
|
366
|
+
"{0} months": "{0}개월",
|
|
367
|
+
"{0} months ago": "{0}개월 전",
|
|
368
|
+
"{0} mos": "{0}개월",
|
|
369
|
+
"{0} mos ago": "{0}개월 전",
|
|
370
|
+
"{0} sec": "{0}초",
|
|
371
|
+
"{0} sec ago": "{0}초 전",
|
|
372
|
+
"{0} second": "{0}초",
|
|
373
|
+
"{0} second ago": "{0}초 전",
|
|
374
|
+
"{0} seconds": "{0}초",
|
|
375
|
+
"{0} seconds ago": "{0}초 전",
|
|
376
|
+
"{0} secs": "{0}초",
|
|
377
|
+
"{0} secs ago": "{0}초 전",
|
|
378
|
+
"{0} week": "{0}주",
|
|
379
|
+
"{0} week ago": "{0}주 전",
|
|
380
|
+
"{0} weeks": "{0}주",
|
|
381
|
+
"{0} weeks ago": "{0}주 전",
|
|
382
|
+
"{0} wk": "{0}주",
|
|
383
|
+
"{0} wk ago": "{0}주 전",
|
|
384
|
+
"{0} wks": "{0}주",
|
|
385
|
+
"{0} wks ago": "{0}주 전",
|
|
386
|
+
"{0} year": "{0}년",
|
|
387
|
+
"{0} year ago": "{0}년 전",
|
|
388
|
+
"{0} years": "{0}년",
|
|
389
|
+
"{0} years ago": "{0}년 전",
|
|
390
|
+
"{0} yr": "{0}년",
|
|
391
|
+
"{0} yr ago": "{0}년 전",
|
|
392
|
+
"{0} yrs": "{0}년",
|
|
393
|
+
"{0} yrs ago": "{0}년 전",
|
|
334
394
|
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
335
395
|
},
|
|
336
396
|
"package": {
|
|
337
397
|
"colors.added": "추가된 리소스의 색입니다.",
|
|
398
|
+
"colors.blameEditorDecoration": "블레임 편집기 장식의 색입니다.",
|
|
338
399
|
"colors.conflict": "충돌이 발생한 리소스의 색상입니다.",
|
|
339
400
|
"colors.deleted": "삭제된 리소스의 색상입니다.",
|
|
340
401
|
"colors.ignored": "무시된 리소스의 색상입니다.",
|
|
@@ -356,9 +417,10 @@
|
|
|
356
417
|
"command.branchFrom": "타 분기에서 새 분기 만들기...",
|
|
357
418
|
"command.checkout": "다음으로 체크 아웃...",
|
|
358
419
|
"command.checkoutDetached": "체크 아웃(분리됨)...",
|
|
420
|
+
"command.checkoutRef": "체크 아웃",
|
|
359
421
|
"command.checkoutRefDetached": "체크 아웃(분리됨)",
|
|
360
422
|
"command.cherryPick": "cherry-pick...",
|
|
361
|
-
"command.cherryPickAbort": "
|
|
423
|
+
"command.cherryPickAbort": "Cherry Pick 중단",
|
|
362
424
|
"command.cherryPickRef": "Cherry Pick",
|
|
363
425
|
"command.clean": "변경 내용 취소",
|
|
364
426
|
"command.cleanAll": "모든 변경 내용 취소",
|
|
@@ -493,6 +555,10 @@
|
|
|
493
555
|
"config.autofetch": "true로 설정하면 커밋이 현재 Git 리포지토리의 기본 원격에서 자동으로 페치됩니다. 'all'로 설정하면 모든 원격에서 페치됩니다.",
|
|
494
556
|
"config.autofetchPeriod": "#git.autofetch#가 사용되는 경우 각 자동 git fetch 사이의 시간(초)입니다.",
|
|
495
557
|
"config.autorefresh": "자동 새로 고침을 사용할지 여부입니다.",
|
|
558
|
+
"config.blameEditorDecoration.enabled": "편집기 장식을 사용하여 편집기에서 git 블레임 정보를 표시할지 여부를 제어합니다.",
|
|
559
|
+
"config.blameEditorDecoration.template": "블레임 정보 편집기 장식의 템플릿입니다. 지원되는 변수:\r\n\r\n* `hash`: 커밋 해시\r\n\r\n* 'hashShort': 커밋 해시의 처음 8자\r\n\r\n* 'subject': 커밋 메시지의 첫 줄\r\n\r\n* 'authorName': 작성자 이름\r\n\r\n* 'authorEmail': 작성자 이메일\r\n\r\n* 'authorDate': 작성자 날짜\r\n\r\n* 'authorDateAgo': 현재 날짜와 작성자 날짜 간의 시간 차이\r\n\r\n",
|
|
560
|
+
"config.blameStatusBarItem.enabled": "상태 표시줄에 블레임 정보를 표시할지 여부를 제어합니다.",
|
|
561
|
+
"config.blameStatusBarItem.template": "블레임 정보 상태 표시줄 항목에 대한 템플릿입니다. 지원되는 변수:\r\n\r\n* `hash`: 커밋 해시\r\n\r\n* 'hashShort': 커밋 해시의 처음 8자\r\n\r\n* 'subject': 커밋 메시지의 첫 줄\r\n\r\n* 'authorName': 작성자 이름\r\n\r\n* 'authorEmail': 작성자 이메일\r\n\r\n* 'authorDate': 작성자 날짜\r\n\r\n* 'authorDateAgo': 현재 날짜와 작성자 날짜 간의 시간 차이\r\n\r\n",
|
|
496
562
|
"config.branchPrefix": "새 브랜치를 만들 때 사용되는 접두사입니다.",
|
|
497
563
|
"config.branchProtection": "보호된 브랜치 목록입니다. 기본적으로 변경 내용이 보호된 브랜치에 커밋되기 전에 프롬프트가 표시됩니다. 프롬프트는 '#git.branchProtectionPrompt#' 설정을 사용하여 제어할 수 있습니다.",
|
|
498
564
|
"config.branchProtectionPrompt": "변경 내용이 보호된 분기에 커밋되기 전에 프롬프트가 표시되는지 여부를 제어합니다.",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"copyCellOutput.title": "셀 출력 복사",
|
|
17
17
|
"description": "Jupyter의 .ipynb 노트북 파일 열기 및 읽기에 대한 기본 지원을 제공합니다",
|
|
18
18
|
"displayName": ".ipynb 지원",
|
|
19
|
-
"ipynb.experimental.serialization": "
|
|
19
|
+
"ipynb.experimental.serialization": "작업자 스레드에서 Jupyter Notebook을 직렬화하는 실험적 기능입니다.",
|
|
20
20
|
"ipynb.pasteImagesAsAttachments.enabled": "ipynb 노트북 파일의 Markdown 셀에 이미지 붙여넣기를 활성화/비활성화합니다. 붙여넣은 이미지는 셀에 첨부 파일로 삽입됩니다.",
|
|
21
21
|
"markdownAttachmentRenderer.displayName": "Markdown-It ipynb 셀 첨부 파일 렌더러",
|
|
22
22
|
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"$ref '{0}' in '{1}' can not be resolved.": "'{1}'의 $ref '{0}'을(를) 확인할 수 없습니다.",
|
|
13
13
|
"<empty>": "<empty>",
|
|
14
14
|
"A default value. Used by suggestions.": "기본값입니다. 제안에서 사용됩니다.",
|
|
15
|
-
"A descriptive title of the
|
|
16
|
-
"A long description of the
|
|
15
|
+
"A descriptive title of the schema.": "설명이 포함된 스키마의 제목입니다.",
|
|
16
|
+
"A long description of the schema. Used in hover menus and suggestions.": "스키마에 대한 자세한 설명입니다. 가리킨 메뉴 및 제안에서 사용됩니다.",
|
|
17
17
|
"A map of property names to either an array of property names or a schema. An array of property names means the property named in the key depends on the properties in the array being present in the object in order to be valid. If the value is a schema, then the schema is only applied to the object if the property in the key exists on the object.": "속성 이름 배열 또는 스키마에 대한 속성 이름 맵입니다. 속성 이름의 배열은 키에 이름이 지정된 속성이 유효하기 위해 개체에 있는 배열의 속성에 종속됨을 의미합니다. 값이 스키마이면 키의 속성이 개체에 있는 경우에만 스키마가 개체에 적용됩니다.",
|
|
18
18
|
"A map of property names to schemas for each property.": "각 속성의 스키마에 대한 속성 이름 맵입니다.",
|
|
19
19
|
"A map of regular expressions on property names to schemas for matching properties.": "일치하는 속성의 스키마에 대한 속성 이름의 정규식 맵입니다.",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"Configured in workspace settings": "작업 영역 설정에 구성됨",
|
|
44
44
|
"Default value": "기본값",
|
|
45
45
|
"Describes the content encoding of a string property.": "문자열 속성의 콘텐츠 인코딩을 설명합니다.",
|
|
46
|
-
"Describes the format expected for the value.": "값에 필요한 형식을 설명합니다.",
|
|
46
|
+
"Describes the format expected for the value. By default, not used for validation": "값에 필요한 형식을 설명합니다. 기본적으로 유효성 검사에 사용되지 않음",
|
|
47
47
|
"Describes the media type of a string property.": "문자열 속성의 미디어 유형을 설명합니다.",
|
|
48
48
|
"Downloading schemas is disabled through setting '{0}'": "'{0}' 설정을 통해 스키마 다운로드를 사용하지 않도록 설정함",
|
|
49
49
|
"Downloading schemas is disabled. Click to configure.": "스키마 다운로드를 사용할 수 없습니다. 구성하려면 클릭하세요.",
|
|
50
50
|
"Draft-03 schemas are not supported.": "Draft-03 스키마는 지원되지 않습니다.",
|
|
51
51
|
"Duplicate anchor declaration: '{0}'": "앵커 선언 중복: '{0}'",
|
|
52
52
|
"Duplicate object key": "중복된 개체 키",
|
|
53
|
-
"Either a schema or a boolean. If a schema,
|
|
53
|
+
"Either a schema or a boolean. If a schema, used to validate all properties not matched by 'properties', 'propertyNames', or 'patternProperties'. If false, any properties not defined by the adajacent keywords will cause this schema to fail.": "스키마 또는 부울입니다. 스키마인 경우, 'properties', 'propertyNames' 또는 'patternProperties'와 일치하지 않는 모든 속성의 유효성 검사에 사용됩니다. false이면 adjacent 키워드로 정의되지 않은 속성이 있을 때 이 스키마가 실패합니다.",
|
|
54
54
|
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "기본 스키마 형식(숫자, 정수, null, 배열, 개체, 부울, 문자열) 중 하나의 문자열 또는 이러한 형식의 하위 집합을 지정하는 문자열의 배열입니다.",
|
|
55
55
|
"End of file expected.": "파일의 끝이 필요합니다.",
|
|
56
56
|
"Expected a JSON object, array or literal.": "JSON 개체, 배열 또는 리터럴이 필요합니다.",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"Expected comma or closing brace": "쉼표 또는 닫는 중괄호 필요",
|
|
59
59
|
"Expected comma or closing bracket": "쉼표 또는 닫는 대괄호 필요",
|
|
60
60
|
"Failed to sort the JSONC document, please consider opening an issue.": "JSONC 문서를 정렬하지 못했습니다. 문제를 여는 것이 좋습니다.",
|
|
61
|
-
"For arrays, only when items is set as an array. If
|
|
61
|
+
"For arrays, only when items is set as an array. If items are a schema, this schema validates items after the ones specified by the items schema. If false, additional items will cause validation to fail.": "배열의 경우 항목이 배열로 설정된 경우에만 해당합니다. 항목이 스키마인 경우, 이 스키마는 항목 스키마에서 지정한 것 뒤에 오는 항목의 유효성을 검사합니다. false이면 추가 항목이 있을 때 유효성 검사가 실패합니다.",
|
|
62
62
|
"For arrays. Can either be a schema to validate every element against or an array of schemas to validate each item against in order (the first schema will validate the first element, the second schema will validate the second element, and so on.": "배열의 경우입니다. 모든 요소의 유효성을 검사할 대상 스키마이거나 각 항목의 유효성을 검사할 대상 스키마 배열일 수 있습니다. 첫 번째 스키마는 첫 번째 요소의 유효성을 검사하고, 두 번째 스키마는 두 번째 요소의 유효성을 검사하는 순서입니다.",
|
|
63
63
|
"If all of the items in the array must be unique. Defaults to false.": "배열의 모든 항목이 고유해야 하는 경우입니다. 기본값은 false입니다.",
|
|
64
64
|
"If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema.": "인스턴스가 개체인 경우 이 키워드는 인스턴스의 모든 속성 이름이 제공된 스키마에 대해 유효성을 검사하는지 확인합니다.",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"String is not an e-mail address.": "문자열이 이메일 주소가 아닙니다.",
|
|
119
119
|
"String is shorter than the minimum length of {0}.": "문자열이 최소 길이 {0}보다 짧습니다.",
|
|
120
120
|
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "\"else\" 하위 스키마는 \"if\" 하위 스키마가 실패할 때 유효성 검사에 사용됩니다.",
|
|
121
|
-
"The \"
|
|
121
|
+
"The \"then\" subschema is used for validation when the \"if\" subschema succeeds.": "\"if\" 하위 스키마가 성공하면 \"then\" 하위 스키마가 유효성 검사에 사용됩니다.",
|
|
122
122
|
"The maximum length of a string.": "문자열의 최대 길이입니다.",
|
|
123
123
|
"The maximum number of items that can be inside an array. Inclusive.": "배열 내에 있을 수 있는 최대 항목 수입니다. 명시한 수를 포함합니다.",
|
|
124
124
|
"The maximum number of properties an object can have. Inclusive.": "개체가 가질 수 있는 최대 속성 수입니다. 명시한 숫자를 포함합니다.",
|
|
@@ -34,13 +34,16 @@
|
|
|
34
34
|
"Follow link": "링크로 이동",
|
|
35
35
|
"Go to link definition": "링크 정의로 이동",
|
|
36
36
|
"Header does not exist in file: {0}": "헤더가 파일에 없습니다. {0}",
|
|
37
|
+
"Insert Markdown Audio": "Markdown 오디오 삽입",
|
|
37
38
|
"Insert Markdown Image": "Markdown 이미지 삽입",
|
|
38
39
|
"Insert Markdown Images": "Markdown 이미지 삽입",
|
|
39
40
|
"Insert Markdown Images and Links": "Markdown 이미지 및 링크 삽입",
|
|
40
41
|
"Insert Markdown Link": "Markdown 링크 삽입",
|
|
41
42
|
"Insert Markdown Links": "Markdown 링크 삽입",
|
|
42
43
|
"Insert Markdown Media": "Markdown 미디어 삽입",
|
|
44
|
+
"Insert Markdown Media and Images": "Markdown 미디어 및 이미지 삽입",
|
|
43
45
|
"Insert Markdown Media and Links": "Markdown 미디어 및 링크 삽입",
|
|
46
|
+
"Insert Markdown Video": "Markdown 비디오 삽입",
|
|
44
47
|
"Insert image": "이미지 삽입",
|
|
45
48
|
"Insert link": "링크 삽입",
|
|
46
49
|
"Link definition for '{0}' already exists": "'{0}'에 대한 링크 정의가 이미 있습니다.",
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"package": {
|
|
30
30
|
"description": "Microsoft 인증 공급자",
|
|
31
31
|
"displayName": "Microsoft 계정",
|
|
32
|
+
"microsoft-authentication.implementation.description": "Microsoft 계정 로그인하는 데 사용할 인증 구현입니다.",
|
|
33
|
+
"microsoft-authentication.implementation.enumDescriptions.classic": "클래식 인증 흐름을 사용하여 Microsoft 계정 로그인합니다.",
|
|
34
|
+
"microsoft-authentication.implementation.enumDescriptions.msal": "MSAL(Microsoft 인증 라이브러리)을 사용하여 Microsoft 계정에 로그인합니다.",
|
|
32
35
|
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "사용자 지정 소버린 클라우드에 대한 Active Directory 엔드포인트입니다.",
|
|
33
36
|
"microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "사용자 지정 소버린 클라우드의 Active Directory 리소스 ID입니다.",
|
|
34
37
|
"microsoft-sovereign-cloud.customEnvironment.description": "Microsoft 소버린 클라우드 인증 공급자와 함께 사용할 소버린 클라우드에 대한 사용자 지정 구성입니다. 이 기능을 사용하려면 `#microsoft-sovereign-cloud.environment#`을 'custom'으로 설정해야 합니다.",
|
|
@@ -41,8 +44,7 @@
|
|
|
41
44
|
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure 미국 정부",
|
|
42
45
|
"microsoft-sovereign-cloud.environment.enumDescriptions.custom": "사용자 지정 Microsoft 소버린 클라우드",
|
|
43
46
|
"signIn": "로그인",
|
|
44
|
-
"signOut": "로그아웃"
|
|
45
|
-
"useMsal.description": "MSAL(Microsoft 인증 라이브러리)을 사용하여 Microsoft 계정에 로그인합니다."
|
|
47
|
+
"signOut": "로그아웃"
|
|
46
48
|
}
|
|
47
49
|
}
|
|
48
50
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"package": {
|
|
12
|
+
"description": "zsh, bash 및 fish 터미널에 대한 터미널 완성을 추가하는 확장입니다.",
|
|
13
|
+
"displayName": "VS Code 터미널 제안",
|
|
14
|
+
"view.name": "터미널 제안"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"Go to Source Definition failed. Requires TypeScript 4.7+.": "원본 정의로 이동하지 못했습니다. TypeScript 4.7 이상이 필요합니다.",
|
|
64
64
|
"Go to Source Definition failed. Unknown file type.": "원본 정의로 이동하지 못했습니다. 알 수 없는 파일 형식입니다.",
|
|
65
65
|
"Go to Source Definition failed. Unsupported file type.": "원본 정의로 이동하지 못했습니다. 지원되지 않는 파일 형식입니다.",
|
|
66
|
-
"Initializing
|
|
66
|
+
"Initializing '{0}'": "'{0}'을(를) 초기화하는 중",
|
|
67
67
|
"JS/TS IntelliSense Status": "JS/TS IntelliSense 상태",
|
|
68
68
|
"JSDoc comment": "JSDoc 주석",
|
|
69
69
|
"Learn More": "자세한 정보",
|
|
@@ -87,8 +87,6 @@
|
|
|
87
87
|
"Please report an issue against Yarn PnP": "Yarn PnP에 대해 문제를 보고하세요.",
|
|
88
88
|
"Please update your TypeScript version": "TypeScript 버전을 업데이트하세요.",
|
|
89
89
|
"Project Wide IntelliSense not available": "프로젝트 전체 IntelliSense를 사용할 수 없음",
|
|
90
|
-
"Related files provider failed. Copilot requested file with unsupported language mode.": "Related files provider failed. Copilot requested file with unsupported language mode.",
|
|
91
|
-
"Related files provider failed. No active text editor.": "Related files provider failed. No active text editor.",
|
|
92
90
|
"Remove Unused Imports": "사용하지 않는 가져오기 제거",
|
|
93
91
|
"Remove all unused code": "사용하지 않는 모든 코드 제거",
|
|
94
92
|
"Report Issue": "문제 신고",
|
|
@@ -139,27 +137,7 @@
|
|
|
139
137
|
"{0} references": "참조 {0}개"
|
|
140
138
|
},
|
|
141
139
|
"package": {
|
|
142
|
-
"
|
|
143
|
-
"codeActions.refactor.extract.constant.title": "상수 추출",
|
|
144
|
-
"codeActions.refactor.extract.function.description": "메서드 또는 함수에 대한 식추출.",
|
|
145
|
-
"codeActions.refactor.extract.function.title": "추출 함수",
|
|
146
|
-
"codeActions.refactor.extract.interface.description": "인터페이스에 대한 형식을 추출합니다.",
|
|
147
|
-
"codeActions.refactor.extract.interface.title": "인터페이스 추출",
|
|
148
|
-
"codeActions.refactor.extract.type.description": "형식 별칭에 대한 추출 형식입니다.",
|
|
149
|
-
"codeActions.refactor.extract.type.title": "추출 유형",
|
|
150
|
-
"codeActions.refactor.move.newFile.description": "식을 새 파일로 이동합니다.",
|
|
151
|
-
"codeActions.refactor.move.newFile.title": "새 파일로 이동",
|
|
152
|
-
"codeActions.refactor.rewrite.arrow.braces.description": "화살표 함수에서 중괄호를 추가하거나 제거합니다.",
|
|
153
|
-
"codeActions.refactor.rewrite.arrow.braces.title": "화살표 중괄호 다시 쓰기",
|
|
154
|
-
"codeActions.refactor.rewrite.export.description": "기본 내보내기와 명명된 내보내기 간에 변환합니다.",
|
|
155
|
-
"codeActions.refactor.rewrite.export.title": "내보내기 변환",
|
|
156
|
-
"codeActions.refactor.rewrite.import.description": "명명된 가져오기와 네임스페이스 가져오기 간에 변환합니다.",
|
|
157
|
-
"codeActions.refactor.rewrite.import.title": "가져오기 변환",
|
|
158
|
-
"codeActions.refactor.rewrite.parameters.toDestructured.title": "매개 변수를 구조 파괴 개체로 변환",
|
|
159
|
-
"codeActions.refactor.rewrite.property.generateAccessors.description": "'get' 및 'set' 접근자 생성",
|
|
160
|
-
"codeActions.refactor.rewrite.property.generateAccessors.title": "접근자 생성",
|
|
161
|
-
"codeActions.source.organizeImports.title": "가져오기 구성",
|
|
162
|
-
"configuration.expandableHover": "(실험적) 마우스로 가리키면 확장 사용/사용 안 함을 설정할 수 있습니다.",
|
|
140
|
+
"configuration.expandableHover": "마우스로 가리켜서 확장을 활성화/비활성화합니다.",
|
|
163
141
|
"configuration.implicitProjectConfig.checkJs": "JavaScript 파일의 의미 체계 검사를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",
|
|
164
142
|
"configuration.implicitProjectConfig.experimentalDecorators": "프로젝트의 일부가 아닌 JavaScript 파일에서 'experimentalDecorators'를 사용하거나 사용하지 않도록 설정합니다. 기존 `jsconfig.json` 또는 `tsconfig.json` 파일은 이 설정을 재정의합니다.",
|
|
165
143
|
"configuration.implicitProjectConfig.module": "프로그램의 모듈 시스템을 설정합니다. 자세한 내용은 https://www.typescriptlang.org/tsconfig#module을 참조하세요.",
|
|
@@ -176,7 +154,7 @@
|
|
|
176
154
|
"configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "이름이 형식 이름과 동일한 변수에 대한 형식 힌트를 표시하지 않습니다.",
|
|
177
155
|
"configuration.javascript.checkJs.checkJs.deprecation": "이 설정은 사용되지 않으며 대신 `js/ts.implicitProjectConfig.checkJs`가 사용됩니다.",
|
|
178
156
|
"configuration.javascript.checkJs.experimentalDecorators.deprecation": "이 설정은 사용되지 않으며 대신 `js/ts.implicitProjectConfig.experimentalDecorators`가 사용됩니다.",
|
|
179
|
-
"configuration.preferGoToSourceDefinition": "대신
|
|
157
|
+
"configuration.preferGoToSourceDefinition": "대신 ‘원본 정의로 이동’을 트리거하여 가능한 경우 ‘정의로 이동’ 작업이 유형 선언 파일을 사용하지 않도록 합니다. 이렇게 하면 ‘원본 정의로 이동’이 마우스 제스처로 트리거될 수 있습니다.",
|
|
180
158
|
"configuration.suggest.autoImports": "자동 가져오기 제안을 사용하거나 사용하지 않도록 설정합니다.",
|
|
181
159
|
"configuration.suggest.classMemberSnippets.enabled": "클래스 멤버에 대한 코드 조각 완성을 활성화/비활성화합니다.",
|
|
182
160
|
"configuration.suggest.completeFunctionCalls": "매개 변수 서명으로 함수를 완료하세요.",
|
|
@@ -188,7 +166,7 @@
|
|
|
188
166
|
"configuration.suggest.objectLiteralMethodSnippets.enabled": "개체 리터럴의 메서드에 대한 코드 조각 완성을 활성화/비활성화합니다.",
|
|
189
167
|
"configuration.suggest.paths": "import 문 및 요청 호출의 경로에 대한 제안을 사용하거나 사용하지 않도록 설정합니다.",
|
|
190
168
|
"configuration.surveys.enabled": "VS Code의 Javascript 및 Typescript 지원을 개선하는 데 도움이 되는 가끔 있는 설문을 사용하거나 사용하지 않도록 설정합니다.",
|
|
191
|
-
"configuration.tsserver.experimental.enableProjectDiagnostics": "
|
|
169
|
+
"configuration.tsserver.experimental.enableProjectDiagnostics": "프로젝트 전체 오류 보고를 활성화합니다.",
|
|
192
170
|
"configuration.tsserver.maxTsServerMemory": "TypeScript 서버 프로세스에 할당할 최대 메모리 양(MB)입니다. 4GB보다 큰 메모리 제한을 사용하려면 '#typescript.tsserver.nodePath#'을 사용하여 사용자 지정 노드 설치로 TS Server를 실행합니다.",
|
|
193
171
|
"configuration.tsserver.nodePath": "사용자 지정 노드 설치에서 TS 서버를 실행합니다. 이 값은 노드 실행 파일의 경로이거나 VS 코드가 노드 설치를 감지하도록 하려는 경우 'node'일 수 있습니다.",
|
|
194
172
|
"configuration.tsserver.useSeparateSyntaxServer": "구문 관련 작업(예: 접기 계산 또는 문서 기호 컴퓨팅)에 더 빨리 응답할 수 있는 별도 TypeScript 서버의 생성을 활성/비활성화합니다.",
|
|
@@ -198,14 +176,14 @@
|
|
|
198
176
|
"configuration.tsserver.useSyntaxServer.auto": "전체 서버와 구문 작업 전용의 경량 서버를 모두 생성하세요. 구문 서버는 프로젝트를 로드하는 동안 구문 작업을 가속화하고 IntelliSense를 제공하는 데 사용됩니다.",
|
|
199
177
|
"configuration.tsserver.useSyntaxServer.never": "전용 구문 서버를 사용하지 마세요. 단일 서버를 사용하여 모든 IntelliSense 작업을 처리하세요.",
|
|
200
178
|
"configuration.tsserver.useVsCodeWatcher": "TypeScript 대신 VS Code 파일 감시자를 사용합니다. 작업 영역에서 TypeScript 5.4 이상을 사용해야 합니다.",
|
|
201
|
-
"configuration.tsserver.useVsCodeWatcher.deprecation": "
|
|
179
|
+
"configuration.tsserver.useVsCodeWatcher.deprecation": "대신 '#typescript.tsserver.watchOptions#' 설정을 사용하세요.",
|
|
202
180
|
"configuration.tsserver.watchOptions": "파일 및 디렉터리 추적에 사용할 감시 전략을 구성합니다.",
|
|
203
181
|
"configuration.tsserver.watchOptions.fallbackPolling": "파일 시스템 이벤트를 사용하는 경우, 이 옵션은 시스템에 기본 파일 감시자가 부족하고/부족하거나 시스템에서 기본 파일 감시자를 지원하지 않는 경우 사용되는 폴링 전략을 지정합니다.",
|
|
204
182
|
"configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "자주 수정되지 않는 파일이 덜 자주 검사되는 동적 큐를 사용합니다.",
|
|
205
183
|
"configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "모든 파일의 변경 사항을 고정된 간격으로 초당 여러 번 확인합니다.",
|
|
206
184
|
"configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "모든 파일에서 1초에 여러 번 변경 내용을 확인하지만, 휴리스틱을 사용하여 특정 형식의 파일은 다른 파일보다 덜 자주 확인합니다.",
|
|
207
185
|
"configuration.tsserver.watchOptions.synchronousWatchDirectory": "디렉터리에서 지연 감시를 사용하지 않습니다. 지연 감시는 많은 파일 변경이 한꺼번에 발생하는 경우(예: 실행 중인 npm install에서 node_modules 변경) 유용하지만, 덜 일반적인 설정의 경우 이 플래그를 사용하여 지연 감시를 사용하지 않도록 설정할 수 있습니다.",
|
|
208
|
-
"configuration.tsserver.watchOptions.vscode": "
|
|
186
|
+
"configuration.tsserver.watchOptions.vscode": "TypeScript 대신 VS Code 파일 감시자를 사용합니다. 작업 영역에서 TypeScript 5.4 이상을 사용해야 합니다.",
|
|
209
187
|
"configuration.tsserver.watchOptions.watchDirectory": "재귀 파일 감시 기능이 없는 시스템에서 전체 디렉터리 트리를 감시하는 방법에 대한 전략입니다.",
|
|
210
188
|
"configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "수정이 자주 발생하지 않는 디렉터리가 덜 자주 검사되는 동적 큐를 사용합니다.",
|
|
211
189
|
"configuration.tsserver.watchOptions.watchDirectory.fixedChunkSizePolling": "정기적으로 디렉터리를 청크 단위로 폴링합니다.",
|
|
@@ -222,7 +200,7 @@
|
|
|
222
200
|
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "프로젝트 전체 IntelliSense를 사용하도록 설정한 경우에도 웹에서 의미 체계 오류를 표시하지 않습니다. 프로젝트 전체 IntelliSense를 사용하도록 설정하지 않았거나 사용할 수 없는 경우 항상 켜져 있습니다. `#typescript.tsserver.web.projectWideIntellisense.enabled#`를 참조하세요.",
|
|
223
201
|
"configuration.tsserver.web.typeAcquisition.enabled": "웹에서 패키지 취득을 사용하거나 사용하지 않도록 설정합니다. 이렇게 하면 가져온 패키지에 대해 IntelliSense가 활성화됩니다. '#typescript.tsserver.web.projectWideIntellisense.enabled#'이 필요합니다. 현재 Safari에서 지원되지 않습니다.",
|
|
224
202
|
"configuration.typescript": "TypeScript",
|
|
225
|
-
"configuration.updateImportsOnPaste": "
|
|
203
|
+
"configuration.updateImportsOnPaste": "코드를 붙여넣을 때 가져오기 업데이트를 사용하도록 설정합니다. TypeScript 5.7+가 필요합니다.\r\n\r\n기본적으로 붙여넣은 후 가져오기를 업데이트하는 옵션이 표시됩니다. '#editor.pasteAs.preferences#' 설정을 사용하여 붙여넣을 때 가져오기를 자동으로 업데이트할 수 있습니다. '\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]'.",
|
|
226
204
|
"description": "JavaScript 및 TypeScript에 대한 다양한 언어 지원을 제공합니다.",
|
|
227
205
|
"displayName": "TypeScript 및 JavaScript 언어 기능",
|
|
228
206
|
"format.indentSwitchCase": "switch 문의 case 절을 들여쓰기합니다. 작업 영역에서 TypeScript 5.1+를 사용해야 합니다.",
|
|
@@ -251,7 +229,7 @@
|
|
|
251
229
|
"inlayHints.parameterNames.none": "매개변수 이름 힌트를 비활성화합니다.",
|
|
252
230
|
"javascript.format.enable": "기본 JavaScript 포맷터를 사용하거나 사용하지 않습니다.",
|
|
253
231
|
"javascript.goToProjectConfig.title": "프로젝트 구성(jsconfig/tsconfig)으로 이동합니다.",
|
|
254
|
-
"javascript.preferences.jsxAttributeCompletionStyle.auto": "prop
|
|
232
|
+
"javascript.preferences.jsxAttributeCompletionStyle.auto": "prop 유형을 기준으로 특성 이름 뒤에 `={}` 또는 `=\"\"`를 삽입합니다. 문자열 특성에 사용되는 따옴표 형식을 제어하려면 '#javascript.preferences.quoteStyle#'을 참조하세요.",
|
|
255
233
|
"javascript.preferences.organizeImports": "가져오기 순서 지정 방법을 제어하는 고급 기본 설정입니다.",
|
|
256
234
|
"javascript.referencesCodeLens.enabled": "JavaScript 파일에서 CodeLense 참조를 사용/사용 안 함으로 설정합니다.",
|
|
257
235
|
"javascript.referencesCodeLens.showOnAllFunctions": "JavaScript 파일의 모든 기능에 대한 참조 CodeLens를 사용/사용하지 않도록 설정합니다.",
|
|
@@ -291,21 +269,27 @@
|
|
|
291
269
|
"typescript.preferences.includePackageJsonAutoImports.off": "종속성을 검색하지 않습니다.",
|
|
292
270
|
"typescript.preferences.includePackageJsonAutoImports.on": "종속성을 항상 검색합니다.",
|
|
293
271
|
"typescript.preferences.jsxAttributeCompletionStyle": "JSX 특성 완성에 선호되는 스타일입니다.",
|
|
294
|
-
"typescript.preferences.jsxAttributeCompletionStyle.auto": "prop
|
|
272
|
+
"typescript.preferences.jsxAttributeCompletionStyle.auto": "prop 유형을 기준으로 특성 이름 뒤에 `={}` 또는 `=\"\"`를 삽입합니다. 문자열 특성에 사용되는 따옴표 형식을 제어하려면 '#typescript.preferences.quoteStyle#'을 참조하세요.",
|
|
295
273
|
"typescript.preferences.jsxAttributeCompletionStyle.braces": "속성 이름 뒤에 `={}`를 삽입하세요.",
|
|
296
274
|
"typescript.preferences.jsxAttributeCompletionStyle.none": "특성 이름만 삽입하세요.",
|
|
297
275
|
"typescript.preferences.organizeImports": "가져오기 순서 지정 방법을 제어하는 고급 기본 설정입니다.",
|
|
298
|
-
"typescript.preferences.organizeImports.accentCollation": "문자와 기본 문자가 같지 않은 문자의 구분 기호를 비교합니다.",
|
|
299
|
-
"typescript.preferences.organizeImports.caseFirst": "
|
|
276
|
+
"typescript.preferences.organizeImports.accentCollation": "'organizeImports.unicodeCollation: 'unicode'’가 필요합니다. 문자와 기본 문자가 같지 않은 문자의 구분 기호를 비교합니다.",
|
|
277
|
+
"typescript.preferences.organizeImports.caseFirst": "'organizeImports.unicodeCollation: 'unicode''가 필요하고 'organizeImports.caseSensitivity'가 'caseInsensitive'가 아닙니다. 대문자를 소문자보다 앞에 정렬할지 여부를 나타냅니다.",
|
|
278
|
+
"typescript.preferences.organizeImports.caseFirst.default": "'로캘'에서 지정한 기본 순서입니다.",
|
|
279
|
+
"typescript.preferences.organizeImports.caseFirst.lower": "소문자가 대문자보다 앞에 옵니다. 예: a, A, z, Z'.",
|
|
280
|
+
"typescript.preferences.organizeImports.caseFirst.upper": "대문자가 소문자보다 앞에 옵니다. 예: 'A, a, B, b'.",
|
|
281
|
+
"typescript.preferences.organizeImports.caseSensitivity": "대/소문자 구분과 관련하여 가져오기를 정렬하는 방법을 지정합니다. 'auto' 또는 지정되지 않은 경우 파일당 대/소문자 구분을 검색합니다.",
|
|
300
282
|
"typescript.preferences.organizeImports.caseSensitivity.auto": "가져오기 정렬에 대한 대/소문자 구분을 검색합니다.",
|
|
301
283
|
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "정렬은 대/소문자를 구분하지 않고 가져옵니다.",
|
|
302
284
|
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "가져오기를 대/소문자를 구분하여 정렬합니다.",
|
|
303
|
-
"typescript.preferences.organizeImports.locale": "데이터 정렬에 사용되는 로캘을 재정의합니다. UI 로캘을 사용하려면 `auto`로 지정하세요.
|
|
304
|
-
"typescript.preferences.organizeImports.numericCollation": "정수 값을 기준으로 숫자 문자열을 정렬합니다.",
|
|
285
|
+
"typescript.preferences.organizeImports.locale": "'organizeImports.unicodeCollation: 'unicode'’가 필요합니다. 데이터 정렬에 사용되는 로캘을 재정의합니다. UI 로캘을 사용하려면 `auto`로 지정하세요.",
|
|
286
|
+
"typescript.preferences.organizeImports.numericCollation": "'organizeImports.unicodeCollation: 'unicode'’가 필요합니다. 정수 값을 기준으로 숫자 문자열을 정렬합니다.",
|
|
287
|
+
"typescript.preferences.organizeImports.typeOrder": "형식 전용 명명된 가져오기를 정렬하는 방법을 지정합니다.",
|
|
305
288
|
"typescript.preferences.organizeImports.typeOrder.auto": "형식 전용 명명된 가져오기를 정렬해야 하는 위치를 검색합니다.",
|
|
306
|
-
"typescript.preferences.organizeImports.typeOrder.first": "형식은 명명된 가져오기만 가져오기 목록의
|
|
307
|
-
"typescript.preferences.organizeImports.typeOrder.inline": "명명된 가져오기는 이름별로만 정렬됩니다.",
|
|
308
|
-
"typescript.preferences.organizeImports.typeOrder.last": "형식은 명명된 가져오기만 가져오기 목록의 끝으로 정렬됩니다.",
|
|
289
|
+
"typescript.preferences.organizeImports.typeOrder.first": "형식은 명명된 가져오기만 가져오기 목록의 시작 부분으로 정렬됩니다. 예: 'import { type A, type Y, B, Z } from 'module';'",
|
|
290
|
+
"typescript.preferences.organizeImports.typeOrder.inline": "명명된 가져오기는 이름별로만 정렬됩니다. 예: `import { type A, B, type Y, Z } from 'module';`",
|
|
291
|
+
"typescript.preferences.organizeImports.typeOrder.last": "형식은 명명된 가져오기만 가져오기 목록의 끝으로 정렬됩니다. 예: 'import { B, Z, type A, type Y } from 'module';'",
|
|
292
|
+
"typescript.preferences.organizeImports.unicodeCollation": "유니코드 또는 서수 데이터 정렬을 사용하여 가져오기를 정렬할지 여부를 지정합니다.",
|
|
309
293
|
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "각 코드 포인트의 숫자 값을 사용하여 가져오기를 정렬합니다.",
|
|
310
294
|
"typescript.preferences.organizeImports.unicodeCollation.unicode": "유니코드 코드 데이터 정렬을 사용하여 가져오기를 정렬합니다.",
|
|
311
295
|
"typescript.preferences.preferTypeOnlyAutoImports": "가능한 경우 항상 자동 가져오기에 `type` 키워드를 포함합니다. 작업 영역에서 TypeScript 5.3 이상을 사용해야 합니다.",
|
|
@@ -344,7 +328,7 @@
|
|
|
344
328
|
"typescript.updateImportsOnFileMove.enabled.never": "경로 이름을 바꾸지 않고 메시지를 표시하지 않습니다.",
|
|
345
329
|
"typescript.updateImportsOnFileMove.enabled.prompt": "이름을 바꿀 때마다 프롬프트를 표시합니다.",
|
|
346
330
|
"typescript.validate.enable": "TypeScript 유효성 검사를 사용하거나 사용하지 않습니다.",
|
|
347
|
-
"typescript.workspaceSymbols.excludeLibrarySymbols": "Go to Symbol in Workspace(작업 영역에서 기호로 이동) 결과의 라이브러리 파일에서 가져온 기호를 제외합니다. 작업 영역에서 TypeScript 5.3+를 사용해야 합니다.",
|
|
331
|
+
"typescript.workspaceSymbols.excludeLibrarySymbols": "‘Go to Symbol in Workspace(작업 영역에서 기호로 이동)’ 결과의 라이브러리 파일에서 가져온 기호를 제외합니다. 작업 영역에서 TypeScript 5.3+를 사용해야 합니다.",
|
|
348
332
|
"typescript.workspaceSymbols.scope": "[작업 영역에서 기호로 이동](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name)하여 검색할 파일을 제어합니다.",
|
|
349
333
|
"typescript.workspaceSymbols.scope.allOpenProjects": "열려 있는 모든 JavaScript 또는 TypeScript 프로젝트에서 기호를 검색합니다.",
|
|
350
334
|
"typescript.workspaceSymbols.scope.currentProject": "현재 JavaScript 또는 TypeScript 프로젝트에서만 기호를 검색합니다.",
|