mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"exampleExtension": "예"
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"activeEditorShort": "예: myFile.txt",
|
||||
"activeEditorMedium": "예: myFolder/myFile.txt",
|
||||
"activeEditorLong": "예: /Users/Development/myProject/myFolder/myFile.txt",
|
||||
"rootName": "예: myFolder1, myFolder2, myFolder3",
|
||||
"rootPath": "예: /Users/Development/myProject",
|
||||
"folderName": "예: myFolder",
|
||||
"folderPath": "예: /Users/Development/myFolder",
|
||||
"appName": "예: VS Code",
|
||||
"dirty": "활성 편집기가 더티인 경우 더티 표시기",
|
||||
"separator": "값이 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호 (' - ')",
|
||||
"assocLabelFile": "확장명이 있는 파일",
|
||||
"assocDescriptionFile": "파일 이름에서 GLOB 패턴과 일치하는 모든 파일을 지정된 ID를 사용하는 언어에 매핑합니다.",
|
||||
"assocLabelPath": "경로가 있는 파일",
|
||||
"assocDescriptionPath": "경로에서 절대 경로 GLOB 패턴과 일치하는 모든 파일을 지정된 ID를 사용하는 언어에 매핑합니다.",
|
||||
"fileLabel": "확장명별 파일",
|
||||
"fileDescription": "특정 파일 확장명이 있는 모든 파일을 일치시킵니다.",
|
||||
"filesLabel": "여러 확장명이 있는 파일",
|
||||
"filesDescription": "파일 확장명이 있는 모든 파일을 일치시킵니다.",
|
||||
"derivedLabel": "이름별 형제가 있는 파일",
|
||||
"derivedDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
|
||||
"topFolderLabel": "이름별 폴더(최상위)",
|
||||
"topFolderDescription": "특정 이름의 최상위 폴더를 일치시킵니다.",
|
||||
"topFoldersLabel": "이름이 여러 개 있는 폴더(최상위)",
|
||||
"topFoldersDescription": "여러 최상위 폴더를 일치시킵니다.",
|
||||
"folderLabel": "이름별 폴더(모든 위치)",
|
||||
"folderDescription": "모든 위치에 있는 특정 이름의 폴더를 일치시킵니다.",
|
||||
"falseDescription": "패턴을 사용하지 않도록 설정합니다.",
|
||||
"trueDescription": "패턴을 사용하도록 설정합니다.",
|
||||
"siblingsDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
|
||||
"languageSpecificEditorSettings": "언어별 편집기 설정",
|
||||
"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의"
|
||||
}
|
||||
8
i18n/kor/extensions/css/client/out/cssMain.i18n.json
Normal file
8
i18n/kor/extensions/css/client/out/cssMain.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"cssserver.name": "CSS 언어 서버"
|
||||
}
|
||||
74
i18n/kor/extensions/css/package.i18n.json
Normal file
74
i18n/kor/extensions/css/package.i18n.json
Normal file
@@ -0,0 +1,74 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"css.lint.argumentsInColorFunction.desc": "잘못된 매개 변수 수",
|
||||
"css.lint.boxModel.desc": "패딩 또는 테두리를 사용하는 경우 너비 또는 높이를 사용하지 마세요.",
|
||||
"css.lint.compatibleVendorPrefixes.desc": "공급업체 관련 접두사를 사용할 경우 다른 모든 공급업체 관련 속성도 포함합니다.",
|
||||
"css.lint.duplicateProperties.desc": "중복된 스타일 정의를 사용하지 마세요.",
|
||||
"css.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
|
||||
"css.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
|
||||
"css.lint.fontFaceProperties.desc": "@font-face 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
|
||||
"css.lint.hexColorLength.desc": "16진수 색은 3개 또는 6개의 16진수로 구성되어야 합니다.",
|
||||
"css.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
|
||||
"css.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
|
||||
"css.lint.important.desc": "!important는 사용하지 않도록 합니다. 이것은 전체 CSS의 특정성에 문제가 있어서 리팩터링해야 함을 나타냅니다.",
|
||||
"css.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
|
||||
"css.lint.propertyIgnoredDueToDisplay.desc": "display 때문에 속성이 무시됩니다. 예를 들어 'display: inline'을 사용할 경우 width, height, margin-top, margin-bottom 및 float 속성은 적용되지 않습니다.",
|
||||
"css.lint.universalSelector.desc": "범용 선택기 (*)는 느린 것으로 알려져 있습니다.",
|
||||
"css.lint.unknownProperties.desc": "알 수 없는 속성입니다.",
|
||||
"css.lint.unknownVendorSpecificProperties.desc": "알 수 없는 공급업체 관련 속성입니다.",
|
||||
"css.lint.vendorPrefix.desc": "공급업체 관련 접두사를 사용할 때 표준 속성도 포함합니다.",
|
||||
"css.lint.zeroUnits.desc": "0에는 단위가 필요하지 않습니다.",
|
||||
"css.trace.server.desc": "VS Code와 CSS 언어 서버 간 통신을 추적합니다.",
|
||||
"css.validate.title": "CSS 유효성 검사 및 문제 심각도를 제어합니다.",
|
||||
"css.validate.desc": "모든 유효성 검사 사용 또는 사용 안 함",
|
||||
"less.lint.argumentsInColorFunction.desc": "잘못된 매개 변수 수",
|
||||
"less.lint.boxModel.desc": "패딩 또는 테두리를 사용하는 경우 너비 또는 높이를 사용하지 마세요.",
|
||||
"less.lint.compatibleVendorPrefixes.desc": "공급업체 관련 접두사를 사용할 경우 다른 모든 공급업체 관련 속성도 포함합니다.",
|
||||
"less.lint.duplicateProperties.desc": "중복된 스타일 정의를 사용하지 마세요.",
|
||||
"less.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
|
||||
"less.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
|
||||
"less.lint.fontFaceProperties.desc": "@font-face 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
|
||||
"less.lint.hexColorLength.desc": "16진수 색은 3개 또는 6개의 16진수로 구성되어야 합니다.",
|
||||
"less.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
|
||||
"less.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
|
||||
"less.lint.important.desc": "!important는 사용하지 않도록 합니다. 이것은 전체 CSS의 특정성에 문제가 있어서 리팩터링해야 함을 나타냅니다.",
|
||||
"less.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
|
||||
"less.lint.propertyIgnoredDueToDisplay.desc": "display 때문에 속성이 무시됩니다. 예를 들어 'display: inline'을 사용할 경우 width, height, margin-top, margin-bottom 및 float 속성은 적용되지 않습니다.",
|
||||
"less.lint.universalSelector.desc": "범용 선택기 (*)는 느린 것으로 알려져 있습니다.",
|
||||
"less.lint.unknownProperties.desc": "알 수 없는 속성입니다.",
|
||||
"less.lint.unknownVendorSpecificProperties.desc": "알 수 없는 공급업체 관련 속성입니다.",
|
||||
"less.lint.vendorPrefix.desc": "공급업체 관련 접두사를 사용할 때 표준 속성도 포함합니다.",
|
||||
"less.lint.zeroUnits.desc": "0에는 단위가 필요하지 않습니다.",
|
||||
"less.validate.title": "LESS 유효성 검사 및 문제 심각도를 제어합니다.",
|
||||
"less.validate.desc": "모든 유효성 검사 사용 또는 사용 안 함",
|
||||
"scss.lint.argumentsInColorFunction.desc": "잘못된 매개 변수 수",
|
||||
"scss.lint.boxModel.desc": "패딩 또는 테두리를 사용하는 경우 너비 또는 높이를 사용하지 마세요.",
|
||||
"scss.lint.compatibleVendorPrefixes.desc": "공급업체 관련 접두사를 사용할 경우 다른 모든 공급업체 관련 속성도 포함합니다.",
|
||||
"scss.lint.duplicateProperties.desc": "중복된 스타일 정의를 사용하지 마세요.",
|
||||
"scss.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
|
||||
"scss.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
|
||||
"scss.lint.fontFaceProperties.desc": "@font-face 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
|
||||
"scss.lint.hexColorLength.desc": "16진수 색은 3개 또는 6개의 16진수로 구성되어야 합니다.",
|
||||
"scss.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
|
||||
"scss.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
|
||||
"scss.lint.important.desc": "!important는 사용하지 않도록 합니다. 이것은 전체 CSS의 특정성에 문제가 있어서 리팩터링해야 함을 나타냅니다.",
|
||||
"scss.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
|
||||
"scss.lint.propertyIgnoredDueToDisplay.desc": "display 때문에 속성이 무시됩니다. 예를 들어 'display: inline'을 사용할 경우 width, height, margin-top, margin-bottom 및 float 속성은 적용되지 않습니다.",
|
||||
"scss.lint.universalSelector.desc": "범용 선택기 (*)는 느린 것으로 알려져 있습니다.",
|
||||
"scss.lint.unknownProperties.desc": "알 수 없는 속성입니다.",
|
||||
"scss.lint.unknownVendorSpecificProperties.desc": "알 수 없는 공급업체 관련 속성입니다.",
|
||||
"scss.lint.vendorPrefix.desc": "공급업체 관련 접두사를 사용할 때 표준 속성도 포함합니다.",
|
||||
"scss.lint.zeroUnits.desc": "0에는 단위가 필요하지 않습니다.",
|
||||
"scss.validate.title": "SCSS 유효성 검사 및 문제 심각도를 제어합니다.",
|
||||
"scss.validate.desc": "모든 유효성 검사 사용 또는 사용 안 함",
|
||||
"less.colorDecorators.enable.desc": "색 데코레이터 사용 또는 사용 안 함",
|
||||
"scss.colorDecorators.enable.desc": "색 데코레이터 사용 또는 사용 안 함",
|
||||
"css.colorDecorators.enable.desc": "색 데코레이터 사용 또는 사용 안 함",
|
||||
"css.colorDecorators.enable.deprecationMessage": "`css.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다.",
|
||||
"scss.colorDecorators.enable.deprecationMessage": "`scss.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다.",
|
||||
"less.colorDecorators.enable.deprecationMessage": "`less.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다."
|
||||
}
|
||||
48
i18n/kor/extensions/emmet/package.i18n.json
Normal file
48
i18n/kor/extensions/emmet/package.i18n.json
Normal file
@@ -0,0 +1,48 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"command.wrapWithAbbreviation": "약어로 래핑",
|
||||
"command.wrapIndividualLinesWithAbbreviation": "약어로 개별 줄 래핑",
|
||||
"command.removeTag": "태그 제거",
|
||||
"command.updateTag": "태그 업데이트",
|
||||
"command.matchTag": "일치하는 쌍으로 이동",
|
||||
"command.balanceIn": "균형있게(안쪽으로)",
|
||||
"command.balanceOut": "균형있게(바깥쪽으로)",
|
||||
"command.prevEditPoint": "이전 편집 점으로 이동",
|
||||
"command.nextEditPoint": "다음 편집 점으로 이동",
|
||||
"command.mergeLines": "줄 병합",
|
||||
"command.selectPrevItem": "이전 항목 선택",
|
||||
"command.selectNextItem": "다음 항목 선택",
|
||||
"command.splitJoinTag": "태그 분할/조인",
|
||||
"command.toggleComment": "주석 토글",
|
||||
"command.evaluateMathExpression": "수식 평가",
|
||||
"command.updateImageSize": "이미지 크기 업데이트",
|
||||
"command.reflectCSSValue": "CSS 값 반영",
|
||||
"command.incrementNumberByOne": "1씩 증가",
|
||||
"command.decrementNumberByOne": "1씩 감소",
|
||||
"command.incrementNumberByOneTenth": "0.1씩 증가",
|
||||
"command.decrementNumberByOneTenth": "0.1씩 감소",
|
||||
"command.incrementNumberByTen": "10씩 증가",
|
||||
"command.decrementNumberByTen": "10씩 감소",
|
||||
"emmetSyntaxProfiles": "지정된 구문에 대한 프로필을 정의하거나 특정 규칙이 포함된 고유한 프로필을 사용하세요.",
|
||||
"emmetExclude": "Emmet 약어를 확장하면 안 되는 언어의 배열입니다.",
|
||||
"emmetExtensionsPath": "Emmet 프로필 및 코드 조각이 포함된 폴더의 경로입니다.'",
|
||||
"emmetShowExpandedAbbreviation": "확장된 emmet 약어를 제안으로 표시합니다.\n\"inMarkupAndStylesheetFilesOnly\" 옵션이 html, haml, jade, slim, xml, xsl, css, scss, sass, less 및 stylus에 적용됩니다.\n\"always\" 옵션이 마크업/css에 관계없이 파일의 모든 부분에 적용됩니다.",
|
||||
"emmetShowAbbreviationSuggestions": "가능한 emmet 약어를 제안으로 표시합니다. 스타일시트에는 적용되지 않고 emmet.showExpandedAbbreviation이 \"never\"로 설정되어 있을 때도 적용되지 않습니다.",
|
||||
"emmetIncludeLanguages": "기본 지원되지 않는 언어에서 emmet 약어를 사용합니다. 언어와 emmet 지원 언어 사이에 매핑을 추가합니다.\n예: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
|
||||
"emmetVariables": "emmet 조각에 사용되는 변수",
|
||||
"emmetTriggerExpansionOnTab": "사용하도록 설정하면 emmet 약어는 <Tab> 키를 눌렀을 때 확장됩니다.",
|
||||
"emmetPreferences": "Emmet의 일부 작업 및 해결 프로그램의 동작을 수정하는 데 사용되는 기본 설정입니다.",
|
||||
"emmetPreferencesIntUnit": "정수 값의 기본 단위",
|
||||
"emmetPreferencesFloatUnit": "부동 소수점 값의 기본 단위",
|
||||
"emmetPreferencesCssAfter": "CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
|
||||
"emmetPreferencesSassAfter": "Sass 파일에서 CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
|
||||
"emmetPreferencesStylusAfter": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
|
||||
"emmetPreferencesCssBetween": "CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
|
||||
"emmetPreferencesSassBetween": "Sass 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
|
||||
"emmetPreferencesStylusBetween": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
|
||||
"emmetShowSuggestionsAsSnippets": "True이면 emmet 제안이 코드 조각으로 표시되며 editor.snippetSuggestions 설정에 따라 코드 조각을 정렬할 수 있습니다."
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"httpsRequired": "이미지는 HTTPS 프로토콜을 사용해야 합니다.",
|
||||
"svgsNotValid": "SVG는 올바른 이미지 소스가 아닙니다.",
|
||||
"embeddedSvgsNotValid": "내장 SVG는 올바른 이미지 소스가 아닙니다.",
|
||||
"dataUrlsNotValid": "데이터 URL은 올바른 이미지 소스가 아닙니다.",
|
||||
"relativeUrlRequiresHttpsRepository": "관계형 이미지 URL은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
||||
"relativeIconUrlRequiresHttpsRepository": "아이콘은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
||||
"relativeBadgeUrlRequiresHttpsRepository": "관계형 배지 URL은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"languageSpecificEditorSettings": "언어별 편집기 설정",
|
||||
"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의"
|
||||
}
|
||||
8
i18n/kor/extensions/git/out/askpass-main.i18n.json
Normal file
8
i18n/kor/extensions/git/out/askpass-main.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"missOrInvalid": "자격 증명이 없거나 잘못되었습니다."
|
||||
}
|
||||
77
i18n/kor/extensions/git/out/commands.i18n.json
Normal file
77
i18n/kor/extensions/git/out/commands.i18n.json
Normal file
@@ -0,0 +1,77 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"tag at": "{0}의 태그",
|
||||
"remote branch at": "{0}에서 원격 분기",
|
||||
"create branch": "$(plus) 새 분기 생성",
|
||||
"repourl": "리포지토리 URL",
|
||||
"parent": "부모 디렉터리",
|
||||
"cloning": "Git 리포지토리를 복제하는 중...",
|
||||
"openrepo": "리포지토리 열기",
|
||||
"proposeopen": "복제된 리포지토리를 여시겠습니까?",
|
||||
"path to init": "폴더 경로",
|
||||
"provide path": "Git 리포지토리를 초기화할 폴더 경로를 입력하세요.",
|
||||
"HEAD not available": "'{0}'의 HEAD 버전이 없습니다.",
|
||||
"confirm stage files with merge conflicts": "병합 충돌이 있는 {0} 파일을 스테이징하시겠습니까?",
|
||||
"confirm stage file with merge conflicts": "병합 충돌이 있는 {0}을(를) 스테이징하시겠습니까?",
|
||||
"yes": "예",
|
||||
"confirm revert": "{0}에서 선택한 변경 내용을 되돌리시겠습니까?",
|
||||
"revert": "변경 내용 되돌리기",
|
||||
"discard": "변경 내용 취소",
|
||||
"confirm delete": "{0}을(를) 삭제하시겠습니까?",
|
||||
"delete file": "파일 삭제",
|
||||
"confirm discard": "{0}의 변경 내용을 취소하시겠습니까?",
|
||||
"confirm discard multiple": "{0}개 파일의 변경 내용을 취소하시겠습니까?",
|
||||
"warn untracked": "{0}개의 추적되지 않은 파일을 삭제합니다.",
|
||||
"confirm discard all single": "{0}의 변경 내용을 취소하시겠습니까?",
|
||||
"confirm discard all": "{0} 파일에서 변경 내용을 모두 취소하시겠습니까?\n이 작업은 되돌릴 수 없습니다.\n현재 작업 설정이 영구적으로 손실됩니다.",
|
||||
"discardAll multiple": "1개 파일 취소",
|
||||
"discardAll": "{0}개 파일 모두 버리기",
|
||||
"confirm delete multiple": "{0}개 파일을 삭제하시겠습니까?",
|
||||
"delete files": "파일 삭제",
|
||||
"there are untracked files single": "취소한 경우 다음 추적되지 않은 파일이 디스크에서 삭제됩니다. {0}.",
|
||||
"there are untracked files": "취소하는 경우 {0}개의 추적되지 않은 파일이 디스크에서 삭제됩니다.",
|
||||
"confirm discard all 2": "{0}\n\n이 작업은 되돌릴 수 없으며, 현재 작업 설정이 영구적으로 손실됩니다.",
|
||||
"yes discard tracked": "1개의 추적된 파일 취소",
|
||||
"yes discard tracked multiple": "{0}개의 추적된 파일 취소",
|
||||
"no staged changes": "저장할 단계적 변경 사항이 없습니다.\n\n모든 변경 사항을 자동으로 스테이징하고 직접 저장하시겠습니까?",
|
||||
"always": "항상",
|
||||
"no changes": "커밋할 변경 내용이 없습니다.",
|
||||
"commit message": "커밋 메시지",
|
||||
"provide commit message": "커밋 메시지를 제공하세요.",
|
||||
"select a ref to checkout": "체크아웃할 참조 선택",
|
||||
"branch name": "분기 이름",
|
||||
"provide branch name": "분기 이름을 입력하세요.",
|
||||
"select branch to delete": "삭제할 분기 선택",
|
||||
"confirm force delete branch": "'{0}' 분기가 완벽히 병합되지 않았습니다. 그래도 삭제할까요?",
|
||||
"delete branch": "분기 삭제",
|
||||
"select a branch to merge from": "병합할 분기 선택",
|
||||
"merge conflicts": "병합 충돌이 있습니다. 해결한 후 계속하십시오.",
|
||||
"tag name": "태그 이름",
|
||||
"provide tag name": "태그 이름을 입력하세요.",
|
||||
"tag message": "메시지",
|
||||
"provide tag message": "태그에 주석을 달 메시지를 입력하세요.",
|
||||
"no remotes to pull": "리포지토리에 풀하도록 구성된 원격 항목이 없습니다.",
|
||||
"pick remote pull repo": "분기를 가져올 원격 선택",
|
||||
"no remotes to push": "리포지토리에 푸시하도록 구성된 원격이 없습니다.",
|
||||
"push with tags success": "태그와 함께 푸시되었습니다.",
|
||||
"nobranch": "원격에 푸시할 분기를 체크 아웃하세요.",
|
||||
"pick remote": "'{0}' 분기를 다음에 게시하려면 원격을 선택하세요.",
|
||||
"sync is unpredictable": "이 작업은 '{0}' 간에 커밋을 푸시하고 풀합니다.",
|
||||
"ok": "확인",
|
||||
"never again": "다시 표시 안 함",
|
||||
"no remotes to publish": "리포지토리에 게시하도록 구성된 원격이 없습니다.",
|
||||
"no changes stash": "스태시할 변경 내용이 없습니다.",
|
||||
"provide stash message": "필요한 경우 스태시 메시지를 입력하세요.",
|
||||
"stash message": "스태시 메시지",
|
||||
"no stashes": "복원할 스태시가 없습니다.",
|
||||
"pick stash to pop": "표시할 스태시 선택",
|
||||
"clean repo": "체크 아웃하기 전에 리포지토리 작업 트리를 정리하세요.",
|
||||
"cant push": "참조를 원격에 푸시할 수 없습니다. 먼저 '풀'을 실행하여 변경 내용을 통합하세요.",
|
||||
"git error details": "Git: {0}",
|
||||
"git error": "Git 오류",
|
||||
"open git log": "Git 로그 열기"
|
||||
}
|
||||
11
i18n/kor/extensions/git/out/main.i18n.json
Normal file
11
i18n/kor/extensions/git/out/main.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"using git": "{1}에서 git {0}을(를) 사용하는 중",
|
||||
"updateGit": "Git 업데이트",
|
||||
"neverShowAgain": "다시 표시 안 함",
|
||||
"git20": "Git {0}이(가) 설치된 것 같습니다. 코드는 2 이하의 Git에서 최적으로 작동합니다."
|
||||
}
|
||||
9
i18n/kor/extensions/git/out/model.i18n.json
Normal file
9
i18n/kor/extensions/git/out/model.i18n.json
Normal file
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"no repositories": "사용 가능한 리포지토리가 없습니다.",
|
||||
"pick repo": "리포지토리 선택"
|
||||
}
|
||||
31
i18n/kor/extensions/git/out/repository.i18n.json
Normal file
31
i18n/kor/extensions/git/out/repository.i18n.json
Normal file
@@ -0,0 +1,31 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"open": "열기",
|
||||
"index modified": "인덱스 수정됨",
|
||||
"modified": "수정됨",
|
||||
"index added": "인덱스 추가됨",
|
||||
"index deleted": "인덱스 삭제됨",
|
||||
"deleted": "삭제됨",
|
||||
"index renamed": "인덱스 이름 변경됨",
|
||||
"index copied": "인덱스 복사됨",
|
||||
"untracked": "추적되지 않음",
|
||||
"ignored": "무시됨",
|
||||
"both deleted": "둘 다 삭제됨",
|
||||
"added by us": "본인이 추가함",
|
||||
"deleted by them": "타인이 삭제함",
|
||||
"added by them": "타인이 추가함",
|
||||
"deleted by us": "본인이 삭제함",
|
||||
"both added": "둘 다 추가됨",
|
||||
"both modified": "둘 다 수정됨",
|
||||
"commit": "커밋",
|
||||
"merge changes": "변경 내용 병합",
|
||||
"staged changes": "스테이징된 변경 내용",
|
||||
"changes": "변경 내용",
|
||||
"ok": "확인",
|
||||
"neveragain": "다시 표시 안 함",
|
||||
"huge": "'{0}'의 Git 리포지토리에 활성 변경 내용이 너무 많습니다. Git 기능의 하위 집합만 사용할 수 있도록 설정됩니다."
|
||||
}
|
||||
8
i18n/kor/extensions/git/out/scmProvider.i18n.json
Normal file
8
i18n/kor/extensions/git/out/scmProvider.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"commit": "커밋"
|
||||
}
|
||||
11
i18n/kor/extensions/git/out/statusbar.i18n.json
Normal file
11
i18n/kor/extensions/git/out/statusbar.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"checkout": "체크 아웃...",
|
||||
"sync changes": "변경 내용 동기화",
|
||||
"publish changes": "변경 내용 게시",
|
||||
"syncing changes": "변경 내용을 동기화하는 중..."
|
||||
}
|
||||
63
i18n/kor/extensions/git/package.i18n.json
Normal file
63
i18n/kor/extensions/git/package.i18n.json
Normal file
@@ -0,0 +1,63 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"command.clone": "복제",
|
||||
"command.init": "리포지토리 초기화",
|
||||
"command.close": "리포지토리 닫기",
|
||||
"command.refresh": "새로 고침",
|
||||
"command.openChange": "변경 내용 열기",
|
||||
"command.openFile": "파일 열기",
|
||||
"command.openHEADFile": "파일 열기(HEAD)",
|
||||
"command.stage": "변경 내용 스테이징",
|
||||
"command.stageAll": "모든 변경 내용 스테이징",
|
||||
"command.stageSelectedRanges": "선택한 범위 스테이징",
|
||||
"command.revertSelectedRanges": "선택한 범위 되돌리기",
|
||||
"command.unstage": "변경 내용 스테이징 취소",
|
||||
"command.unstageAll": "모든 변경 내용 스테이징 취소",
|
||||
"command.unstageSelectedRanges": "선택한 범위 스테이징 취소",
|
||||
"command.clean": "변경 내용 취소",
|
||||
"command.cleanAll": "모든 변경 내용 취소",
|
||||
"command.commit": "Commit",
|
||||
"command.commitStaged": "스테이징된 항목 커밋",
|
||||
"command.commitStagedSigned": "스테이징된 항목 커밋(로그오프됨)",
|
||||
"command.commitStagedAmend": "스테이징된 항목 커밋(수정)",
|
||||
"command.commitAll": "모두 커밋",
|
||||
"command.commitAllSigned": "모두 커밋(로그오프됨)",
|
||||
"command.commitAllAmend": "모두 커밋 (수정)",
|
||||
"command.undoCommit": "마지막 커밋 실행 취소",
|
||||
"command.checkout": "다음으로 체크 아웃...",
|
||||
"command.branch": "분기 만들기...",
|
||||
"command.deleteBranch": "분기 삭제...",
|
||||
"command.merge": "분기 병합...",
|
||||
"command.createTag": "태그 생성",
|
||||
"command.pull": "풀",
|
||||
"command.pullRebase": "풀(다시 지정)",
|
||||
"command.pullFrom": "가져올 위치...",
|
||||
"command.push": "푸시",
|
||||
"command.pushTo": "다음으로 푸시...",
|
||||
"command.pushWithTags": "태그로 푸시",
|
||||
"command.sync": "동기화",
|
||||
"command.publish": "분기 게시",
|
||||
"command.showOutput": "Git 출력 표시",
|
||||
"command.ignore": ".gitignore에 파일 추가",
|
||||
"command.stash": "스태시",
|
||||
"command.stashPop": "스태시 표시...",
|
||||
"command.stashPopLatest": "최신 슬래시 표시",
|
||||
"config.enabled": "Git 사용 여부",
|
||||
"config.path": "Git 실행 파일의 경로",
|
||||
"config.autorefresh": "자동 새로 고침 사용 여부",
|
||||
"config.autofetch": "자동 가져오기 사용 여부",
|
||||
"config.enableLongCommitWarning": "긴 커밋 메시지에 대해 경고할지 여부입니다.",
|
||||
"config.confirmSync": "Git 리포지토리를 동기화하기 전에 확인합니다.",
|
||||
"config.countBadge": "Git 배지 카운터를 제어합니다. `all`이면 변경 내용을 모두 계산하고, `tracked`이면 추적된 변경 내용만 계산하고, `off`이면 해제합니다.",
|
||||
"config.checkoutType": "`다음으로 체크 아웃...`을 실행할 때 나열되는 분기 유형을 제어합니다. `all`이면 모든 참조를 표시하고, `local`이면 로컬 분기만 표시하고, `tags`이면 태그만 표시하고, `remote`이면 원격 분기만 표시합니다.",
|
||||
"config.ignoreLegacyWarning": "레거시 Git 경고를 무시합니다.",
|
||||
"config.ignoreLimitWarning": "리포지토리에 변경 내용이 너무 많으면 경고를 무시합니다.",
|
||||
"config.defaultCloneDirectory": "git 리포지토리를 복제할 기본 위치",
|
||||
"config.enableSmartCommit": "단계적 변경 사항이 없는 경우 모든 변경 사항을 저장합니다.",
|
||||
"config.enableCommitSigning": "GPG를 사용한 커밋 서명을 사용하도록 설정합니다.",
|
||||
"config.discardAllScope": "`모든 변경 내용 취소` 명령으로 취소되는 변경 내용을 제어합니다. `모두`이면 모든 변경 내용을 취소합니다. `추적됨`이면 추적된 파일만 취소합니다. `프롬프트`이면 작업을 실행할 때마다 프롬프트 대화 상자를 표시합니다."
|
||||
}
|
||||
8
i18n/kor/extensions/grunt/out/main.i18n.json
Normal file
8
i18n/kor/extensions/grunt/out/main.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"execFailed": "Grunt 자동 검색에 실패하고 [0} 오류가 발생했습니다."
|
||||
}
|
||||
8
i18n/kor/extensions/grunt/package.i18n.json
Normal file
8
i18n/kor/extensions/grunt/package.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"config.grunt.autoDetect": "Grunt 작업의 자동 검색을 사용할지 여부를 제어합니다. 기본값은 [켜기]입니다."
|
||||
}
|
||||
8
i18n/kor/extensions/gulp/out/main.i18n.json
Normal file
8
i18n/kor/extensions/gulp/out/main.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"execFailed": "Gulp 자동 검색에 실패하고 {0} 오류가 발생했습니다."
|
||||
}
|
||||
8
i18n/kor/extensions/gulp/package.i18n.json
Normal file
8
i18n/kor/extensions/gulp/package.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"config.gulp.autoDetect": "Gulp 작업의 자동 검색을 사용할지 여부를 제어합니다. 기본값은 [켜기]입니다."
|
||||
}
|
||||
8
i18n/kor/extensions/html/client/out/htmlMain.i18n.json
Normal file
8
i18n/kor/extensions/html/client/out/htmlMain.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"htmlserver.name": "HTML 언어 서버"
|
||||
}
|
||||
29
i18n/kor/extensions/html/package.i18n.json
Normal file
29
i18n/kor/extensions/html/package.i18n.json
Normal file
@@ -0,0 +1,29 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"html.format.enable.desc": "기본 HTML 포맷터를 사용하거나 사용하지 않습니다.",
|
||||
"html.format.wrapLineLength.desc": "한 줄당 최대 문자 수입니다(0 = 사용 안 함).",
|
||||
"html.format.unformatted.desc": "쉼표로 분리된 태그 목록으로, 서식을 다시 지정해서는 안 됩니다. https://www.w3.org/TR/html5/dom.html#phrasing-content에 나열된 모든 태그의 기본값은 'null'로 설정됩니다.",
|
||||
"html.format.contentUnformatted.desc": "쉼표로 분리된 태그 목록으로, 콘텐츠의 서식을 다시 지정해서는 안 됩니다. 'pre' 태그의 기본값은 'null'로 설정됩니다.",
|
||||
"html.format.indentInnerHtml.desc": "<head> 및 <body> 섹션을 들여쓰기합니다.",
|
||||
"html.format.preserveNewLines.desc": "요소 앞에 있는 기존 줄 바꿈의 유지 여부입니다. 요소 앞에만 적용되며 태그 안이나 텍스트에는 적용되지 않습니다.",
|
||||
"html.format.maxPreserveNewLines.desc": "청크 한 개에 유지할 수 있는 최대 줄 바꿈 수입니다. 무제한일 때는 'null'을 사용합니다.",
|
||||
"html.format.indentHandlebars.desc": "{{#foo}} 및 {{/foo}}를 서식 지정하고 들여쓰기합니다.",
|
||||
"html.format.endWithNewline.desc": "줄 바꿈으로 끝납니다.",
|
||||
"html.format.extraLiners.desc": "쉼표로 분리된 태그 목록으로 앞에 줄 바꿈을 추가로 넣어야 합니다. \"head, body, /html\"의 기본값은 'null'로 설정됩니다.",
|
||||
"html.format.wrapAttributes.desc": "특성을 래핑합니다.",
|
||||
"html.format.wrapAttributes.auto": "줄 길이를 초과하는 경우에만 특성을 래핑합니다.",
|
||||
"html.format.wrapAttributes.force": "첫 번째 특성을 제외한 각 특성을 래핑합니다.",
|
||||
"html.format.wrapAttributes.forcealign": "첫 번째 특성을 제외한 각 특성을 래핑하고 정렬된 상태를 유지합니다.",
|
||||
"html.format.wrapAttributes.forcemultiline": "각 특성을 래핑합니다.",
|
||||
"html.suggest.angular1.desc": "기본 제공 HTML 언어 지원에서 Angular V1 태그 및 속성을 제안하는지 여부를 구성합니다.",
|
||||
"html.suggest.ionic.desc": "기본 제공 HTML 언어 지원에서 Ionic 태그, 속성 및 값을 제안하는지 여부를 구성합니다.",
|
||||
"html.suggest.html5.desc": "기본 제공 HTML 언어 지원에서 HTML5 태그, 속성 및 값을 제안하는지 여부를 구성합니다.",
|
||||
"html.trace.server.desc": "VS Code와 HTML 언어 서버 간 통신을 추적합니다.",
|
||||
"html.validate.scripts": "기본 제공 HTML 언어 지원에서 포함 스크립트의 유효성을 검사하는지 여부를 구성합니다.",
|
||||
"html.validate.styles": "기본 제공 HTML 언어 지원에서 포함 스타일의 유효성을 검사하는지 여부를 구성합니다.",
|
||||
"html.autoClosingTags": "HTML 태그의 자동 닫기를 사용하거나 사용하지 않습니다."
|
||||
}
|
||||
8
i18n/kor/extensions/jake/out/main.i18n.json
Normal file
8
i18n/kor/extensions/jake/out/main.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"execFailed": "Jake 자동 검색 실패 오류: {0}"
|
||||
}
|
||||
8
i18n/kor/extensions/jake/package.i18n.json
Normal file
8
i18n/kor/extensions/jake/package.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"config.jake.autoDetect": "Jake 작업에 대한 자동 검색 사용 여부를 설정합니다. 기본값은 [켜기]입니다."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"json.bower.default": "기본 bower.json",
|
||||
"json.bower.error.repoaccess": "Bower 리포지토리 요청 실패: {0}",
|
||||
"json.bower.latest.version": "최신"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"json.package.default": "기본 package.json",
|
||||
"json.npm.error.repoaccess": "NPM 리포지토리 요청 실패: {0}",
|
||||
"json.npm.latestversion": "패키지의 현재 최신 버전",
|
||||
"json.npm.majorversion": "최신 주 버전(1.x.x)을 일치시킵니다.",
|
||||
"json.npm.minorversion": "최신 부 버전(1.2.x)을 일치시킵니다.",
|
||||
"json.npm.version.hover": "최신 버전: {0}"
|
||||
}
|
||||
8
i18n/kor/extensions/json/client/out/jsonMain.i18n.json
Normal file
8
i18n/kor/extensions/json/client/out/jsonMain.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"jsonserver.name": "JSON 언어 서버"
|
||||
}
|
||||
16
i18n/kor/extensions/json/package.i18n.json
Normal file
16
i18n/kor/extensions/json/package.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"json.schemas.desc": "현재 프로젝트에서 스키마를 JSON 파일에 연결",
|
||||
"json.schemas.url.desc": "현재 디렉터리에 있는 스키마의 URL 또는 상대 경로",
|
||||
"json.schemas.fileMatch.desc": "스키마에 대한 JSON 파일을 확인할 때 일치할 파일 패턴의 배열입니다.",
|
||||
"json.schemas.fileMatch.item.desc": "스키마에 대한 JSON 파일을 확인할 때 일치할 '*'를 포함할 수 있는 파일 패턴입니다.",
|
||||
"json.schemas.schema.desc": "지정된 URL에 대한 스키마 정의입니다. 스키마 URL에 대한 액세스 방지를 위해서만 스키마를 제공해야 합니다.",
|
||||
"json.format.enable.desc": "기본 JSON 포맷터 사용/사용 안 함(다시 시작해야 함)",
|
||||
"json.tracing.desc": "VS Code와 JSON 언어 서버 간 통신을 추적합니다.",
|
||||
"json.colorDecorators.enable.desc": "색 데코레이터 사용 또는 사용 안 함",
|
||||
"json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다."
|
||||
}
|
||||
8
i18n/kor/extensions/markdown/out/extension.i18n.json
Normal file
8
i18n/kor/extensions/markdown/out/extension.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"onPreviewStyleLoadError": "'markdown.styles': {0}을 불러올 수 없음"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"preview.securityMessage.text": "이 문서에서 일부 콘텐츠가 사용하지 않도록 설정되었습니다.",
|
||||
"preview.securityMessage.title": "Markdown 미리 보기에서 잠재적으로 안전하지 않거나 보안되지 않은 콘텐츠가 사용하지 않도록 설정되어 있습니다. 이 콘텐츠나 스크립트를 허용하려면 Markdown 미리 보기 보안 설정을 변경하세요.",
|
||||
"preview.securityMessage.label": "콘텐츠 사용할 수 없음 보안 경고"
|
||||
}
|
||||
15
i18n/kor/extensions/markdown/out/security.i18n.json
Normal file
15
i18n/kor/extensions/markdown/out/security.i18n.json
Normal file
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"strict.title": "Strict",
|
||||
"strict.description": "보안 콘텐츠만 로드",
|
||||
"insecureContent.title": "보아되지 않은 콘텐츠 허용",
|
||||
"insecureContent.description": "http를 통한 콘텐츠 로드 사용",
|
||||
"disable.title": "사용 안 함",
|
||||
"disable.description": "모든 콘텐츠 및 스크립트 실행을 허용합니다. 권장하지 않습니다.",
|
||||
"moreInfo.title": "추가 정보",
|
||||
"preview.showPreviewSecuritySelector.title": "이 작업 영역에 대해 Markdown 미리 보기의 보안 설정 선택"
|
||||
}
|
||||
24
i18n/kor/extensions/markdown/package.i18n.json
Normal file
24
i18n/kor/extensions/markdown/package.i18n.json
Normal file
@@ -0,0 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"markdown.preview.breaks.desc": "마크다운 미리 보기에서 줄바꿈 렌더링 방식을 설정합니다. 'true'로 설정하면 모든 행에 대해 <br>이(가) 생성됩니다.",
|
||||
"markdown.preview.linkify": "Markdown 미리 보기에서 URL 같은 텍스트를 링크로 변환을 사용하거나 사용하지 않도록 설정합니다.",
|
||||
"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": "측면에서 미리 보기 열기",
|
||||
"markdown.showSource.title": "소스 표시",
|
||||
"markdown.styles.dec": "markdown 미리 보기에서 사용할 CSS 스타일시트의 URL 또는 로컬 경로 목록입니다. 상대 경로는 탐색기에서 열린 폴더를 기준으로 해석됩니다. 열린 폴더가 없으면 markdown 파일의 위치를 기준으로 해석됩니다. 모든 '\\'는 '\\\\'로 써야 합니다.",
|
||||
"markdown.showPreviewSecuritySelector.title": "미리 보기 보안 설정 변경",
|
||||
"markdown.trace.desc": "Markdown 확장에 대해 디버그 로깅을 사용하도록 설정합니다.",
|
||||
"markdown.refreshPreview.title": "미리 보기 새로 고침"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"acceptCurrentChange": "현재 변경 사항 수락",
|
||||
"acceptIncomingChange": "수신 변경 사항 수락",
|
||||
"acceptBothChanges": "두 변경 사항 모두 수락",
|
||||
"compareChanges": "변경 사항 비교"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"cursorNotInConflict": "편집기 커서가 병합 충돌 내에 없음",
|
||||
"compareChangesTitle": "{0}: 현재 변경 사항 ⟷ 수신 변경 사항",
|
||||
"cursorOnCommonAncestorsRange": "편집기 커서가 공통 과거 블록 내에 있습니다. \"현재\" 또는 \"수신\" 블록으로 옮기세요.",
|
||||
"cursorOnSplitterRange": "편집기 커서가 병합 충돌 스플리터 내에 있습니다. \"현재\" 또는 \"수신\" 블록으로 옮기세요.",
|
||||
"noConflicts": "이 파일에서 발견된 병합 충돌 없음",
|
||||
"noOtherConflictsInThisFile": "이 파일 내에 다른 병합 충돌 없음"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"currentChange": "(현재 변경 사항)",
|
||||
"incomingChange": "(수신 변경 사항)"
|
||||
}
|
||||
20
i18n/kor/extensions/merge-conflict/package.i18n.json
Normal file
20
i18n/kor/extensions/merge-conflict/package.i18n.json
Normal file
@@ -0,0 +1,20 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"command.category": "충돌 병합",
|
||||
"command.accept.all-incoming": "수신 모두 수락",
|
||||
"command.accept.all-both": "둘 다 모두 수락",
|
||||
"command.accept.current": "현재 수락",
|
||||
"command.accept.incoming": "수신 수락",
|
||||
"command.accept.selection": "선택 수락",
|
||||
"command.accept.both": "둘 다 수락",
|
||||
"command.next": "다음 충돌",
|
||||
"command.previous": "이전 충돌",
|
||||
"command.compare": "현재 충돌 비교",
|
||||
"config.title": "충돌 병합",
|
||||
"config.codeLensEnabled": "편집기 내에서 충돌 블록 CodeLense 병합 사용/사용 안 함",
|
||||
"config.decoratorsEnabled": "편집기 내에서 충돌 병합 사용/사용 안 함"
|
||||
}
|
||||
9
i18n/kor/extensions/npm/package.i18n.json
Normal file
9
i18n/kor/extensions/npm/package.i18n.json
Normal file
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"config.npm.autoDetect": "npm 스크립트에 대한 자동 검색 여부를 설정합니다. 기본값은 [켜기]입니다.",
|
||||
"config.npm.runSilent": " `--silent` 옵션으로 npm 명령 실행"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"php.useExecutablePath": "PHP 파일을 lint하기 위해 {0}(작업 영역 설정으로 정의됨)의 실행을 허용하시겠습니까?",
|
||||
"php.yes": "허용",
|
||||
"php.no": "허용 안 함",
|
||||
"wrongExecutable": "{0}은(는) 유효한 PHP 실행 파일이 아니기 때문에 유효성을 검사할 수 없습니다. 'php.validate.executablePath' 설정을 사용하여 PHP 실행 파일을 구성하세요.",
|
||||
"noExecutable": "PHP 실행 파일이 설정되지 않았기 때문에 유효성을 검사할 수 없습니다. 'php.validate.executablePath' 설정을 사용하여 PHP 실행 파일을 구성하세요.",
|
||||
"unknownReason": "{0} 경로를 사용하여 php를 실행하지 못했습니다. 이유를 알 수 없습니다."
|
||||
}
|
||||
14
i18n/kor/extensions/php/package.i18n.json
Normal file
14
i18n/kor/extensions/php/package.i18n.json
Normal file
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"configuration.suggest.basic": "기본 제공 PHP 언어 제안을 사용하는지 여부를 구성합니다. 지원에서는 PHP 전역 및 변수를 제안합니다.",
|
||||
"configuration.validate.enable": "기본 제공 PHP 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"configuration.validate.executablePath": "PHP 실행 파일을 가리킵니다.",
|
||||
"configuration.validate.run": "저장 시 또는 입력 시 Linter의 실행 여부입니다.",
|
||||
"configuration.title": "PHP",
|
||||
"commands.categroy.php": "PHP",
|
||||
"command.untrustValidationExecutable": "PHP 유효성 검사 실행 파일을 허용하지 않음(작업\n 영역 설정으로 정의됨)"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"moreInformation": "추가 정보",
|
||||
"doNotCheckAgain": "다시 확인 안 함",
|
||||
"close": "닫기",
|
||||
"updateTscCheck": "사용자 설정 'typescript.check.tscVersion'을 false로 업데이트했습니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"acquiringTypingsLabel": "typings를 가져오는 중...",
|
||||
"acquiringTypingsDetail": "IntelliSense에 대한 typings 정의를 가져오는 중입니다."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"ts-check": "JavaScript 파일에서 의미 검사를 사용합니다. 파일의 최상단에 있어야 합니다.",
|
||||
"ts-nocheck": "JavaScript 파일에서 의미 검사를 사용하지 않습니다. 파일의 최상단에 있어야 합니다.",
|
||||
"ts-ignore": "파일의 다음 행에서 @ts-check 오류를 억제합니다."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"oneImplementationLabel": "1개 구현",
|
||||
"manyImplementationLabel": "{0}개 구현",
|
||||
"implementationsErrorLabel": "구현을 확인할 수 없음"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"typescript.jsDocCompletionItem.documentation": "JSDoc 주석"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"oneReferenceLabel": "참조 1개",
|
||||
"manyReferenceLabel": "참조 {0}개",
|
||||
"referenceErrorLabel": "참조를 확인할 수 없음"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"buildAndWatchTscLabel": "보기 - {0}",
|
||||
"buildTscLabel": "빌드 - {0}"
|
||||
}
|
||||
15
i18n/kor/extensions/typescript/out/typescriptMain.i18n.json
Normal file
15
i18n/kor/extensions/typescript/out/typescriptMain.i18n.json
Normal file
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"typescript.projectConfigNoWorkspace": "TypeScript 또는 JavaScript 프로젝트를 사용하려면 VS Code의 폴더를 여세요.",
|
||||
"typescript.projectConfigUnsupportedFile": "TypeScript 또는 JavaScript 프로젝트를 확인할 수 없습니다. 지원되지 않는 파일 형식",
|
||||
"typescript.projectConfigCouldNotGetInfo": "TypeScript 또는 JavaScript 프로젝트를 확인할 수 없습니다.",
|
||||
"typescript.noTypeScriptProjectConfig": "파일이 TypeScript 프로젝트의 일부가 아닙니다.",
|
||||
"typescript.noJavaScriptProjectConfig": "파일이 JavaScript 프로젝트의 일부가 아닙니다.",
|
||||
"typescript.configureTsconfigQuickPick": "tsconfig.json 구성",
|
||||
"typescript.configureJsconfigQuickPick": "jsconfig.json 구성",
|
||||
"typescript.projectConfigLearnMore": "자세한 정보"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"noServerFound": "경로 {0}이(가) 올바른 tsserver 설치를 가리키지 않습니다. 포함된 TypeScript 버전을 대신 사용합니다.",
|
||||
"serverCouldNotBeStarted": "TypeScript 언어 서버를 시작할 수 없습니다. 오류 메시지: {0}",
|
||||
"typescript.openTsServerLog.notSupported": "TS 서버 로깅을 사용하려면 TS 2.2.2 이상이 필요합니다.",
|
||||
"typescript.openTsServerLog.loggingNotEnabled": "TS 서버 로깅이 꺼져 있습니다. `typescript.tsserver.log`를 설정하고 TS 서버를 다시 시작하여 로깅을 사용하도록 설정하세요.",
|
||||
"typescript.openTsServerLog.enableAndReloadOption": "로깅 사용 및 TS 서버 다시 시작",
|
||||
"typescript.openTsServerLog.noLogFile": "TS 서버에서 로깅을 시작하지 않았습니다.",
|
||||
"openTsServerLog.openFileFailedFailed": "TS 서버 로그 파일을 열 수 없습니다.",
|
||||
"serverDiedAfterStart": "TypeScript 언어 서비스가 시작된 직후 5번 종료되었습니다. 서비스가 다시 시작되지 않습니다.",
|
||||
"serverDiedReportIssue": "문제 보고",
|
||||
"serverDied": "TypeScript 언어 서비스가 지난 5분 동안 예기치 않게 5번 종료되었습니다."
|
||||
}
|
||||
8
i18n/kor/extensions/typescript/out/utils/api.i18n.json
Normal file
8
i18n/kor/extensions/typescript/out/utils/api.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"invalidVersion": "잘못된 버전"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"channelName": "TypeScript"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"hintExclude": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 {0}과(와) 같이 파일이 많은 폴더를 제외하세요.",
|
||||
"hintExclude.generic": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 사용하지 않는 소스 파일이 포함된 큰 폴더를 제외하세요.",
|
||||
"large.label": "제외 구성",
|
||||
"hintExclude.tooltip": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 사용하지 않는 소스 파일이 포함된 큰 폴더를 제외하세요."
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"installingPackages": "TypeScript IntelliSense를 향상하기 위해 데이터를 페치하는 중",
|
||||
"typesInstallerInitializationFailed.title": "JavaScript 언어 기능에 대한 입력 파일을 설치할 수 없습니다. NPM이 설치되어 있는지 확인하거나 사용자 설정에서 'typescript.npm'을 구성하세요.",
|
||||
"typesInstallerInitializationFailed.moreInformation": "추가 정보",
|
||||
"typesInstallerInitializationFailed.doNotCheckAgain": "다시 확인 안 함",
|
||||
"typesInstallerInitializationFailed.close": "닫기"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"useVSCodeVersionOption": "VS Code의 버전 사용",
|
||||
"useWorkspaceVersionOption": "작업 영역 버전 사용",
|
||||
"learnMore": "자세한 정보",
|
||||
"selectTsVersion": "JavaScript 및 TypeScript 언어 기능에 사용되는 TypeScript 버전 선택"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"couldNotLoadTsVersion": "이 경로에서 TypeScript 버전을 로드할 수 없습니다.",
|
||||
"noBundledServerFound": "잘못 동작하는 바이러스 감지 도구와 같은 다른 응용 프로그램에서 VS Code의 tsserver가 삭제되었습니다. VS Code를 다시 설치하세요."
|
||||
}
|
||||
50
i18n/kor/extensions/typescript/package.i18n.json
Normal file
50
i18n/kor/extensions/typescript/package.i18n.json
Normal file
@@ -0,0 +1,50 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"typescript.reloadProjects.title": "프로젝트 다시 로드",
|
||||
"javascript.reloadProjects.title": "프로젝트 다시 로드",
|
||||
"configuration.typescript": "TypeScript",
|
||||
"typescript.useCodeSnippetsOnMethodSuggest.dec": "매개 변수 서명으로 함수를 완료하세요.",
|
||||
"typescript.tsdk.desc": "사용할 tsserver 및 lib*.d.ts 파일이 들어 있는 폴더 경로를 지정합니다.",
|
||||
"typescript.disableAutomaticTypeAcquisition": "자동 형식 인식을 사용하지 않습니다. TypeScript >= 2.0.6이 필요합니다.",
|
||||
"typescript.tsserver.log": "파일에 대해 TS 서버 로깅을 사용하도록 설정합니다. 이 로그는 TS 서버 문제를 진단하는 데 사용될 수 있습니다. 로그에는 파일 경로, 소스 코드 및 프로젝트에서 잠재적으로 중요한 기타 정보가 포함될 수 있습니다.",
|
||||
"typescript.tsserver.trace": "TS 서버로 전송한 메시지 추적을 사용하도록 설정합니다. 이\n 추적은 TS 서버 문제를 진단하는 데 사용될 수 있습니다. 추적에는 파일 경로, 소스 코드 및 프로젝트에서 잠재적으로 중요한\n 기타 정보가 포함될 수 있습니다.",
|
||||
"typescript.validate.enable": "TypeScript 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"typescript.format.enable": "기본 TypeScript 포맷터를 사용하거나 사용하지 않습니다.",
|
||||
"javascript.format.enable": "기본 JavaScript 포맷터를 사용하거나 사용하지 않습니다.",
|
||||
"format.insertSpaceAfterCommaDelimiter": "쉼표 구분 기호 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterConstructor": "컨스트럭터 키워드 뒤 공백 처리를 정의합니다. TypeScript >= 2.3.0이 필요합니다.",
|
||||
"format.insertSpaceAfterSemicolonInForStatements": " for 문에서 세미콜론 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceBeforeAndAfterBinaryOperators": "이항 연산자 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterKeywordsInControlFlowStatements": "제어 흐름 문의 키워드 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "익명 함수의 function 키워드 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceBeforeFunctionParenthesis": "함수 인수 괄호 앞에 오는 공백 처리를 정의합니다. TypeScript 2.1.5 이상이 필요합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "비어 있지 않은 여는 괄호 뒤와 닫는 괄호 앞에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "비어 있지 않은 여는 대괄호 뒤와 닫는 대괄호 앞에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": "비어 있지 않은 여는 중괄호 뒤와 닫는 중괄호 앞의 공백 처리를 정의합니다. TypeScript >= 2.3.0이 필요합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "템플릿 문자열의 여는 중괄호 뒤와 닫는 중괄호 앞의 공백 처리를 정의합니다. TypeScript >= 2.0.6이 필요합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "JSX 식의 여는 중괄호 뒤와 닫는 중괄호 앞의 공백 처리를 정의합니다. TypeScript >= 2.0.6이 필요합니다.",
|
||||
"format.insertSpaceAfterTypeAssertion": "TypeScript에서 유형 어설션 이후 공백 처리를 정의합니다. TypeScript >= 2.4가 필요합니다.",
|
||||
"format.placeOpenBraceOnNewLineForFunctions": "함수의 새 줄에 여는 중괄호를 넣을지 정의합니다.",
|
||||
"format.placeOpenBraceOnNewLineForControlBlocks": "제어 블록의 새 줄에 여는 중괄호를 넣을지 정의합니다.",
|
||||
"javascript.validate.enable": "JavaScript 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"typescript.goToProjectConfig.title": "프로젝트 구성으로 이동",
|
||||
"javascript.goToProjectConfig.title": "프로젝트 구성으로 이동",
|
||||
"javascript.referencesCodeLens.enabled": "JavaScript 파일에서 CodeLense 참조를 사용/사용 안 함으로 설정합니다.",
|
||||
"typescript.referencesCodeLens.enabled": "TypeScript 파일에서 참조 CodeLense를 사용/사용 안 함으로 설정합니다. TypeScript >= 2.0.6이 필요합니다.",
|
||||
"typescript.implementationsCodeLens.enabled": "구현 CodeLens를 사용하거나 사용하지 않도록 설정합니다. TypeScript >= 2.2.0이 필요합니다.",
|
||||
"typescript.openTsServerLog.title": "TS 서버 로그 열기",
|
||||
"typescript.restartTsServer": "TS 서버 다시 시작",
|
||||
"typescript.selectTypeScriptVersion.title": "TypeScript 버전 선택",
|
||||
"jsDocCompletion.enabled": "자동 JSDoc 주석 사용/사용 안 함",
|
||||
"javascript.implicitProjectConfig.checkJs": "JavaScript 파일의 의미 체계 검사를 사용/사용하지 않습니다. 기존 jsconfig.json 또는 tsconfig.json 파일은 이 설정을 재정의합니다. TypeScript >=2.3.1이 필요합니다. ",
|
||||
"typescript.npm": "자동 입력 인식에 사용된 NPM 실행 파일 경로를 지정합니다. TypeScript >= 2.3.4가 필요합니다.",
|
||||
"typescript.check.npmIsInstalled": "자동 입력 인식에 대해 NPM이 설치되어 있는지 확인합니다.",
|
||||
"javascript.nameSuggestions": "JavaScript 제안 목록의 파일에서 고유한 이름 포함을 사용/사용 안 함으로 설정합니다.",
|
||||
"typescript.tsc.autoDetect": "tsc 작업의 자동 검색을 켜거나 끕니다.",
|
||||
"typescript.problemMatchers.tsc.label": "TypeScript 문제",
|
||||
"typescript.problemMatchers.tscWatch.label": "TypeScript 문제(감시 모드)"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"titleLabel": "{0}({1})"
|
||||
}
|
||||
8
i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json
Normal file
8
i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"repeated": "{0}(다시 발생함)"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"defaultLabel": "입력"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"caseDescription": "대/소문자 구분",
|
||||
"wordsDescription": "단어 단위로",
|
||||
"regexDescription": "정규식 사용"
|
||||
}
|
||||
10
i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json
Normal file
10
i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"alertErrorMessage": "오류: {0}",
|
||||
"alertWarningMessage": "경고: {0}",
|
||||
"alertInfoMessage": "정보: {0}"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"imgMeta": "{0}x{1} {2}",
|
||||
"largeImageError": "이미지가 너무 커서 편집기에 표시할 수 없습니다. ",
|
||||
"resourceOpenExternalButton": " 외부 프로그램으로 이미지를 열까요?",
|
||||
"nativeBinaryError": "파일이 이진이거나 매우 크거나 지원되지 않는 텍스트 인코딩을 사용하기 때문에 편집기에서 표시되지 않습니다.",
|
||||
"sizeB": "{0}B",
|
||||
"sizeKB": "{0}KB",
|
||||
"sizeMB": "{0}MB",
|
||||
"sizeGB": "{0}GB",
|
||||
"sizeTB": "{0}TB"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"more": "자세히"
|
||||
}
|
||||
18
i18n/kor/src/vs/base/common/errorMessage.i18n.json
Normal file
18
i18n/kor/src/vs/base/common/errorMessage.i18n.json
Normal file
@@ -0,0 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"message": "{0}. 오류 코드: {1}",
|
||||
"error.permission.verbose": "사용 권한이 거부되었습니다(HTTP {0}).",
|
||||
"error.permission": "사용 권한이 거부되었습니다.",
|
||||
"error.http.verbose": "{0}(HTTP {1}: {2})",
|
||||
"error.http": "{0}(HTTP {1})",
|
||||
"error.connection.unknown.verbose": "알 수 없는 연결 오류({0})",
|
||||
"error.connection.unknown": "알 수 없는 연결 오류가 발생했습니다. 인터넷에 연결되지 않았거나 연결된 서버가 오프라인 상태입니다.",
|
||||
"stackTrace.format": "{0}: {1}",
|
||||
"error.defaultMessage": "알 수 없는 오류가 발생했습니다. 자세한 내용은 로그를 참조하세요.",
|
||||
"nodeExceptionMessage": "시스템 오류가 발생했습니다({0}).",
|
||||
"error.moreErrors": "{0}(총 {1}개의 오류)"
|
||||
}
|
||||
16
i18n/kor/src/vs/base/common/json.i18n.json
Normal file
16
i18n/kor/src/vs/base/common/json.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"error.invalidSymbol": "잘못된 기호",
|
||||
"error.invalidNumberFormat": "잘못된 숫자 형식",
|
||||
"error.propertyNameExpected": "속성 이름 필요",
|
||||
"error.valueExpected": "값 필요",
|
||||
"error.colonExpected": "콜론이 필요합니다.",
|
||||
"error.commaExpected": "쉼표가 필요합니다.",
|
||||
"error.closeBraceExpected": "닫는 괄호 필요",
|
||||
"error.closeBracketExpected": "닫는 대괄호 필요",
|
||||
"error.endOfFileExpected": "파일 끝 필요"
|
||||
}
|
||||
16
i18n/kor/src/vs/base/common/jsonErrorMessages.i18n.json
Normal file
16
i18n/kor/src/vs/base/common/jsonErrorMessages.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"error.invalidSymbol": "잘못된 기호",
|
||||
"error.invalidNumberFormat": "잘못된 숫자 형식",
|
||||
"error.propertyNameExpected": "속성 이름 필요",
|
||||
"error.valueExpected": "값 필요",
|
||||
"error.colonExpected": "콜론이 필요합니다.",
|
||||
"error.commaExpected": "쉼표가 필요합니다.",
|
||||
"error.closeBraceExpected": "닫는 괄호 필요",
|
||||
"error.closeBracketExpected": "닫는 대괄호 필요",
|
||||
"error.endOfFileExpected": "파일 끝 필요"
|
||||
}
|
||||
16
i18n/kor/src/vs/base/common/keybindingLabels.i18n.json
Normal file
16
i18n/kor/src/vs/base/common/keybindingLabels.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"ctrlKey": "Ctrl",
|
||||
"shiftKey": "<Shift>",
|
||||
"altKey": "Alt",
|
||||
"windowsKey": "Windows",
|
||||
"ctrlKey.long": "컨트롤",
|
||||
"shiftKey.long": "<Shift>",
|
||||
"altKey.long": "Alt",
|
||||
"cmdKey.long": "명령",
|
||||
"windowsKey.long": "Windows"
|
||||
}
|
||||
11
i18n/kor/src/vs/base/common/processes.i18n.json
Normal file
11
i18n/kor/src/vs/base/common/processes.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"ExecutableParser.commandMissing": "오류: 실행 파일 정보에서는 문자열 형식의 명령을 정의해야 합니다.",
|
||||
"ExecutableParser.isShellCommand": "경고: isShellCommand는 boolean 형식이어야 합니다. {0} 값을 무시합니다.",
|
||||
"ExecutableParser.args": "경고: args는 string[] 형식이어야 합니다. {0} 값을 무시합니다.",
|
||||
"ExecutableParser.invalidCWD": "경고: options.cwd는 string 형식이어야 합니다. {0} 값을 무시합니다."
|
||||
}
|
||||
10
i18n/kor/src/vs/base/common/severity.i18n.json
Normal file
10
i18n/kor/src/vs/base/common/severity.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"sev.error": "오류",
|
||||
"sev.warning": "경고",
|
||||
"sev.info": "정보"
|
||||
}
|
||||
8
i18n/kor/src/vs/base/node/processes.i18n.json
Normal file
8
i18n/kor/src/vs/base/node/processes.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"TaskRunner.UNC": "UNC 드라이브에서 셸 명령을 실행할 수 없습니다."
|
||||
}
|
||||
8
i18n/kor/src/vs/base/node/zip.i18n.json
Normal file
8
i18n/kor/src/vs/base/node/zip.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"notFound": "zip 파일 내에 {0}이(가) 없습니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"quickOpenAriaLabelEntry": "{0}, 선택기",
|
||||
"quickOpenAriaLabel": "선택기"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"quickOpenAriaLabel": "빠른 선택기입니다. 결과의 범위를 축소하려면 입력합니다.",
|
||||
"treeAriaLabel": "빠른 선택기"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"collapse": "축소"
|
||||
}
|
||||
9
i18n/kor/src/vs/code/electron-main/auth.i18n.json
Normal file
9
i18n/kor/src/vs/code/electron-main/auth.i18n.json
Normal file
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"authRequire": "프록시 인증 필요",
|
||||
"proxyauth": "프록시 {0}에 인증이 필요합니다."
|
||||
}
|
||||
185
i18n/kor/src/vs/code/electron-main/menus.i18n.json
Normal file
185
i18n/kor/src/vs/code/electron-main/menus.i18n.json
Normal file
@@ -0,0 +1,185 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"mFile": "파일(&&F)",
|
||||
"mEdit": "편집(&&E)",
|
||||
"mSelection": "선택 영역(&S)",
|
||||
"mView": "보기(&&V)",
|
||||
"mGoto": "이동(&G)",
|
||||
"mDebug": "디버그(&&D)",
|
||||
"mWindow": "창",
|
||||
"mHelp": "도움말(&&H)",
|
||||
"mTask": "작업(&T)",
|
||||
"miNewWindow": "새 창(&&W)",
|
||||
"mAbout": "{0} 정보",
|
||||
"mServices": "서비스",
|
||||
"mHide": "{0} 숨기기",
|
||||
"mHideOthers": "기타 숨기기",
|
||||
"mShowAll": "모두 표시",
|
||||
"miQuit": "{0} 종료",
|
||||
"miNewFile": "새 파일(&&N)",
|
||||
"miOpen": "열기(&&O)...",
|
||||
"miOpenWorkspace": "작업 영역 열기(&O)...",
|
||||
"miOpenFolder": "폴더 열기(&&F)...",
|
||||
"miOpenFile": "파일 열기(&&O)...",
|
||||
"miOpenRecent": "최근 항목 열기(&&R)",
|
||||
"miSaveWorkspaceAs": "다른 이름으로 작업 영역 저장(&S)...",
|
||||
"miAddFolderToWorkspace": "작업 영역에 폴더 추가(&&A)",
|
||||
"miSave": "저장(&&S)",
|
||||
"miSaveAs": "다른 이름으로 저장(&&A)...",
|
||||
"miSaveAll": "모두 저장(&&L)",
|
||||
"miAutoSave": "자동 저장",
|
||||
"miRevert": "파일 되돌리기(&&V)",
|
||||
"miCloseWindow": "창 닫기(&&E)",
|
||||
"miCloseWorkspace": "작업 영역 닫기(&W)",
|
||||
"miCloseFolder": "폴더 닫기(&&F)",
|
||||
"miCloseEditor": "편집기 닫기(&&C)",
|
||||
"miExit": "끝내기(&X)",
|
||||
"miOpenSettings": "설정(&S)",
|
||||
"miOpenKeymap": "바로 가기 키(&&K)",
|
||||
"miOpenKeymapExtensions": "키맵 확장(&&K)",
|
||||
"miOpenSnippets": "사용자 코드 조각(&&S)",
|
||||
"miSelectColorTheme": "색 테마(&&C)",
|
||||
"miSelectIconTheme": "파일 아이콘 테마(&&I)",
|
||||
"miPreferences": "기본 설정(&&P)",
|
||||
"miReopenClosedEditor": "닫힌 편집기 다시 열기(&&R)",
|
||||
"miMore": "자세히...(&M)",
|
||||
"miClearRecentOpen": "최근에 연 항목 지우기(&&C)",
|
||||
"miUndo": "실행 취소(&&U)",
|
||||
"miRedo": "다시 실행(&&R)",
|
||||
"miCut": "자르기(&T)",
|
||||
"miCopy": "복사(&&C)",
|
||||
"miPaste": "붙여넣기(&&P)",
|
||||
"miFind": "찾기(&&F)",
|
||||
"miReplace": "바꾸기(&&R)",
|
||||
"miFindInFiles": "파일에서 찾기(&&I)",
|
||||
"miReplaceInFiles": "파일에서 바꾸기(&&I)",
|
||||
"miEmmetExpandAbbreviation": "Emmet: 약어 확장(&&X)",
|
||||
"miShowEmmetCommands": "Emmet(&&M)...",
|
||||
"miToggleLineComment": "줄 주석 설정/해제(&&T)",
|
||||
"miToggleBlockComment": "블록 주석 설정/해제(&&B)",
|
||||
"miMultiCursorAlt": "다중 커서를 위해 Alt+Click으로 전환",
|
||||
"miMultiCursorCmd": "다중 커서에 Cmd+Click 사용 ",
|
||||
"miMultiCursorCtrl": "다중 커서에 Ctrl+클릭 사용",
|
||||
"miInsertCursorAbove": "위에 커서 추가(&&A)",
|
||||
"miInsertCursorBelow": "아래에 커서 추가(&&D)",
|
||||
"miInsertCursorAtEndOfEachLineSelected": "줄 끝에 커서 추가(&&U)",
|
||||
"miAddSelectionToNextFindMatch": "다음 항목 추가(&&N)",
|
||||
"miAddSelectionToPreviousFindMatch": "이전 항목 추가(&&R)",
|
||||
"miSelectHighlights": "모든 항목 선택(&&O)",
|
||||
"miCopyLinesUp": "위에 줄 복사(&&C)",
|
||||
"miCopyLinesDown": "아래에 줄 복사(&&P)",
|
||||
"miMoveLinesUp": "줄 위로 이동(&&V)",
|
||||
"miMoveLinesDown": "줄 아래로 이동(&&L)",
|
||||
"miSelectAll": "모두 선택(&&S)",
|
||||
"miSmartSelectGrow": "선택 영역 확장(&&E)",
|
||||
"miSmartSelectShrink": "선택 영역 축소(&&S)",
|
||||
"miViewExplorer": "탐색기(&&E)",
|
||||
"miViewSearch": "검색(&&S)",
|
||||
"miViewSCM": "SCM(&&C)",
|
||||
"miViewDebug": "디버그(&&D)",
|
||||
"miViewExtensions": "확장(&&X)",
|
||||
"miToggleOutput": "출력(&&O)",
|
||||
"miToggleDebugConsole": "디버그 콘솔(&&B)",
|
||||
"miToggleIntegratedTerminal": "통합 터미널(&&I)",
|
||||
"miMarker": "문제(&&P)",
|
||||
"miAdditionalViews": "추가 뷰(&&V)",
|
||||
"miCommandPalette": "명령 팔레트(&&C)...",
|
||||
"miToggleFullScreen": "전체 화면 설정/해제(&&F)",
|
||||
"miToggleZenMode": "Zen 모드 설정/해제",
|
||||
"miToggleMenuBar": "메뉴 모음 설정/해제(&&B)",
|
||||
"miSplitEditor": "편집기 분할(&&E)",
|
||||
"miToggleEditorLayout": "편집기 그룹 레이아웃 설정/해제(&&L)",
|
||||
"miToggleSidebar": "사이드바 설정/해제(&&T)",
|
||||
"miMoveSidebarRight": "사이드바를 오른쪽으로 이동(&&M)",
|
||||
"miMoveSidebarLeft": "사이드바를 왼쪽으로 이동(&&M)",
|
||||
"miTogglePanel": "패널 설정/해제(&&P)",
|
||||
"miHideStatusbar": "상태 표시줄 숨기기(&&H)",
|
||||
"miShowStatusbar": "상태 표시줄 표시(&&S)",
|
||||
"miHideActivityBar": "작업 막대 숨기기(&&A)",
|
||||
"miShowActivityBar": "작업 막대 표시(&&A)",
|
||||
"miToggleWordWrap": "자동 줄 바꿈 설정/해제(&&W)",
|
||||
"miToggleMinimap": "미니맵 토글(&&M)",
|
||||
"miToggleRenderWhitespace": "공백 설정/해제 및 렌더링(&&R)",
|
||||
"miToggleRenderControlCharacters": "제어 문자 설정/해제(&&C)",
|
||||
"miZoomIn": "확대(&&Z)",
|
||||
"miZoomOut": "축소(&&U)",
|
||||
"miZoomReset": "확대/축소 다시 설정(&&R)",
|
||||
"miBack": "뒤로(&B)",
|
||||
"miForward": "앞으로(&&F)",
|
||||
"miNextEditor": "다음 편집기(&&N)",
|
||||
"miPreviousEditor": "이전 편집기(&&P)",
|
||||
"miNextEditorInGroup": "그룹에서 다음에 사용되는 편집기(&&N)",
|
||||
"miPreviousEditorInGroup": "그룹에서 이전에 사용된 편집기(&&P)",
|
||||
"miSwitchEditor": "편집기 전환(&&E)",
|
||||
"miFocusFirstGroup": "첫 번째 그룹(&&F)",
|
||||
"miFocusSecondGroup": "두 번째 그룹(&&S)",
|
||||
"miFocusThirdGroup": "세 번째 그룹(&&T)",
|
||||
"miNextGroup": "다음 그룹(&&N)",
|
||||
"miPreviousGroup": "이전 그룹(&&P)",
|
||||
"miSwitchGroup": "그룹 전환(&&G)",
|
||||
"miGotoFile": "파일로 이동(&&F)...",
|
||||
"miGotoSymbolInFile": "파일의 기호로 이동(&&S)...",
|
||||
"miGotoSymbolInWorkspace": "작업 영역의 기호로 이동(&&W)...",
|
||||
"miGotoDefinition": "정의로 이동(&&D)",
|
||||
"miGotoTypeDefinition": "형식 정의로 이동( &&T)",
|
||||
"miGotoImplementation": "구현으로 이동( &&I)",
|
||||
"miGotoLine": "줄 이동(&&L)...",
|
||||
"miStartDebugging": "디버깅 시작(&&S)",
|
||||
"miStartWithoutDebugging": "디버깅하지 않고 시작(&&W)",
|
||||
"miStopDebugging": "디버깅 중지(&&S)",
|
||||
"miRestart Debugging": "디버깅 다시 시작(&&R)",
|
||||
"miOpenConfigurations": "구성 열기(&&C)",
|
||||
"miAddConfiguration": "구성 추가...",
|
||||
"miStepOver": "프로시저 단위 실행(&&O)",
|
||||
"miStepInto": "한 단계씩 코드 실행(&&I)",
|
||||
"miStepOut": "프로시저 나가기(&&U)",
|
||||
"miContinue": "계속(&&C)",
|
||||
"miToggleBreakpoint": "중단점 설정/해제(&&B)",
|
||||
"miConditionalBreakpoint": "조건부 중단점(&&C)...",
|
||||
"miColumnBreakpoint": "열 중단점(&&O)",
|
||||
"miFunctionBreakpoint": "함수 중단점(&&F)...",
|
||||
"miNewBreakpoint": "새 중단점(&&N)",
|
||||
"miEnableAllBreakpoints": "모든 중단점 설정",
|
||||
"miDisableAllBreakpoints": "모든 중단점 사용 안 함(&&L)",
|
||||
"miRemoveAllBreakpoints": "모든 중단점 제거(&&A)",
|
||||
"miInstallAdditionalDebuggers": "추가 디버거 설치(&&I)...",
|
||||
"mMinimize": "최소화",
|
||||
"mZoom": "확대/축소",
|
||||
"mBringToFront": "모두 맨 앞으로 가져오기",
|
||||
"miSwitchWindow": "창 전환(&&W)",
|
||||
"miToggleDevTools": "개발자 도구 설정/해제(&&T)",
|
||||
"miAccessibilityOptions": "접근성 옵션(&&O)",
|
||||
"miReportIssues": "문제 보고(&&I)",
|
||||
"miWelcome": "시작(&&W)",
|
||||
"miInteractivePlayground": "대화형 실습(&&I)",
|
||||
"miDocumentation": "설명서(&&D)",
|
||||
"miReleaseNotes": "릴리스 정보(&&R)",
|
||||
"miKeyboardShortcuts": "바로 가기 키 참조(&&K)",
|
||||
"miIntroductoryVideos": "소개 비디오(&&V)",
|
||||
"miTipsAndTricks": "팁과 요령(&T)",
|
||||
"miTwitter": "Twitter에서 참여(&&J)",
|
||||
"miUserVoice": "검색 기능 요청(&&S)",
|
||||
"miLicense": "라이선스 보기(&&L)",
|
||||
"miPrivacyStatement": "개인정보처리방침(&&P)",
|
||||
"miAbout": "정보(&&A)",
|
||||
"miRunTask": "작업 실행(&&R)...",
|
||||
"miBuildTask": "빌드 작업 실행(&&B)...",
|
||||
"miRunningTask": "실행 중인 작업 표시(&&G)...",
|
||||
"miRestartTask": "실행 중인 작업 다시 시작(&&E)...",
|
||||
"miTerminateTask": "작업 종료(&&T)...",
|
||||
"miConfigureTask": "작업 구성(&&C)",
|
||||
"miConfigureBuildTask": "기본 빌드 작업 구성(&&F)",
|
||||
"accessibilityOptionsWindowTitle": "접근성 옵션",
|
||||
"miRestartToUpdate": "다시 시작하여 업데이트...",
|
||||
"miCheckingForUpdates": "업데이트를 확인하는 중...",
|
||||
"miDownloadUpdate": "사용 가능한 업데이트 다운로드",
|
||||
"miDownloadingUpdate": "업데이트를 다운로드하는 중...",
|
||||
"miInstallingUpdate": "업데이트를 설치하는 중...",
|
||||
"miCheckForUpdates": "업데이트 확인...",
|
||||
"aboutDetail": "\n버전 {0}\n커밋 {1}\n날짜 {2}\n셸 {3}\n렌더러 {4}\n노드 {5}\n아키텍처 {6}",
|
||||
"okButton": "확인"
|
||||
}
|
||||
8
i18n/kor/src/vs/code/electron-main/window.i18n.json
Normal file
8
i18n/kor/src/vs/code/electron-main/window.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"hiddenMenuBar": "**Alt** 키를 눌러 메뉴 모음에 계속 액세스할 수 있습니다."
|
||||
}
|
||||
28
i18n/kor/src/vs/code/electron-main/windows.i18n.json
Normal file
28
i18n/kor/src/vs/code/electron-main/windows.i18n.json
Normal file
@@ -0,0 +1,28 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"ok": "확인",
|
||||
"pathNotExistTitle": "경로가 없습니다.",
|
||||
"pathNotExistDetail": "'{0}' 경로가 디스크에 더 이상 없는 것 같습니다.",
|
||||
"openWorkspace": "열기(&&O)",
|
||||
"openWorkspaceTitle": "작업 영역 열기",
|
||||
"save": "저장(&&S)",
|
||||
"doNotSave": "저장 안 함(&&N)",
|
||||
"cancel": "취소",
|
||||
"saveWorkspaceMessage": "작업 영역 구성을 파일로 저장하시겠습니까?",
|
||||
"saveWorkspaceDetail": "작업 영역을 다시 열려면 작업 영역을 저장하세요.",
|
||||
"saveWorkspace": "작업 영역 저장",
|
||||
"reopen": "다시 열기",
|
||||
"wait": "계속 대기",
|
||||
"close": "닫기",
|
||||
"appStalled": "창이 더 이상 응답하지 않습니다.",
|
||||
"appStalledDetail": "창을 다시 열거나, 닫거나, 계속 기다릴 수 있습니다.",
|
||||
"appCrashed": "창이 충돌했습니다.",
|
||||
"appCrashedDetail": "불편을 드려서 죄송합니다. 창을 다시 열면 중단된 위치에서 계속할 수 있습니다.",
|
||||
"open": "열기",
|
||||
"openFolder": "폴더 열기",
|
||||
"openFile": "파일 열기"
|
||||
}
|
||||
17
i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
Normal file
17
i18n/kor/src/vs/code/node/cliProcessMain.i18n.json
Normal file
@@ -0,0 +1,17 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"notFound": "'{0}' 확장을 찾을 수 없습니다.",
|
||||
"notInstalled": "'{0}' 확장이 설치되어 있지 않습니다.",
|
||||
"useId": "게시자를 포함한 전체 확장 ID(예: {0})를 사용하세요.",
|
||||
"successVsixInstall": "확장 '{0}'이(가) 설치되었습니다!",
|
||||
"alreadyInstalled": "'{0}' 확장이 이미 설치되어 있습니다.",
|
||||
"foundExtension": "마켓플레이스에서 '{0}'을(를) 찾았습니다.",
|
||||
"installing": "설치 중...",
|
||||
"successInstall": "확장 '{0}' v{1}이(가) 성공적으로 설치되었습니다!",
|
||||
"uninstalling": "{0} 제거 중...",
|
||||
"successUninstall": "'{0}' 확장이 성공적으로 제거되었습니다!"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"diff.tooLarge": "파일 1개가 너무 커서 파일을 비교할 수 없습니다."
|
||||
}
|
||||
15
i18n/kor/src/vs/editor/browser/widget/diffReview.i18n.json
Normal file
15
i18n/kor/src/vs/editor/browser/widget/diffReview.i18n.json
Normal file
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"label.close": "닫기",
|
||||
"header": "다른 항목 {0} / {1}: 원본 {2}, {3}행, 수정 {4}, {5}행",
|
||||
"blankLine": "비어 있음",
|
||||
"equalLine": "원본 {0}, 수정 {1}: {2}",
|
||||
"insertLine": "+ 수정됨 {0}: {1}",
|
||||
"deleteLine": "- 원본 {0}: {1}",
|
||||
"editor.action.diffReview.next": "다음 다른 항목으로 이동",
|
||||
"editor.action.diffReview.prev": "다음 다른 항목으로 이동"
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"editorConfigurationTitle": "편집기",
|
||||
"fontFamily": "글꼴 패밀리를 제어합니다.",
|
||||
"fontWeight": "글꼴 두께를 제어합니다.",
|
||||
"fontSize": "글꼴 크기(픽셀)를 제어합니다.",
|
||||
"lineHeight": "줄 높이를 제어합니다. fontSize의 lineHeight를 계산하려면 0을 사용합니다.",
|
||||
"letterSpacing": "글자 간격을 픽셀 단위로 조정합니다.",
|
||||
"lineNumbers": "줄 번호의 표시 여부를 제어합니다. 가능한 값은 'on', 'off', 'relative'입니다. 'relative'는 현재 커서 위치에서 줄 수를 표시합니다.",
|
||||
"rulers": "세로 눈금자를 표시할 열",
|
||||
"wordSeparators": "단어 관련 탐색 또는 작업을 수행할 때 단어 구분 기호로 사용되는 문자입니다.",
|
||||
"tabSize": "탭 한 개에 해당하는 공백 수입니다. `editor.detectIndentation`이 켜져 있는 경우 이 설정은 파일 콘텐츠에 따라 재정의됩니다.",
|
||||
"tabSize.errorMessage": "'number'가 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.",
|
||||
"insertSpaces": "<Tab> 키를 누를 때 공백을 삽입합니다. `editor.detectIndentation`이 켜져 있는 경우 이 설정은 파일 콘텐츠에 따라 재정의됩니다.",
|
||||
"insertSpaces.errorMessage": "'boolean'이 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.",
|
||||
"detectIndentation": "파일을 열면 파일 콘텐츠를 기반으로 하여 'editor.tabSize'와 'editor.insertSpaces'가 검색됩니다.",
|
||||
"roundedSelection": "선택 항목의 모서리를 둥글게 할지 여부를 제어합니다.",
|
||||
"scrollBeyondLastLine": "편집기에서 마지막 줄 이후로 스크롤할지 여부를 제어합니다.",
|
||||
"smoothScrolling": "편집기에서 애니메이션을 사용하여 스크롤할지 여부를 제어합니다.",
|
||||
"minimap.enabled": "미니맵 표시 여부를 제어합니다.",
|
||||
"minimap.showSlider": "미니맵 슬라이더를 자동으로 숨길지 결정합니다. 가능한 값은 'always' 및 'mouseover'입니다.",
|
||||
"minimap.renderCharacters": "줄의 실제 문자(색 블록 아님) 렌더링",
|
||||
"minimap.maxColumn": "최대 특정 수의 열을 렌더링하도록 미니맵의 너비를 제한합니다.",
|
||||
"find.seedSearchStringFromSelection": "편집기 선택에서 Find Widget의 검색 문자열을 시딩할지 설정합니다.",
|
||||
"find.autoFindInSelection": "편집기에서 여러 글자 또는 행을 선택했을 때 Find in Selection 플래그를 켤지 설정합니다.",
|
||||
"wordWrap.off": "줄이 바뀌지 않습니다.",
|
||||
"wordWrap.on": "뷰포트 너비에서 줄이 바뀝니다.",
|
||||
"wordWrap.wordWrapColumn": "`editor.wordWrapColumn`에서 줄이 바뀝니다.",
|
||||
"wordWrap.bounded": "뷰포트의 최소값 및 `editor.wordWrapColumn`에서 줄이 바뀝니다.",
|
||||
"wordWrap": "줄 바꿈 여부를 제어합니다. 다음 중 하나일 수 있습니다.\n - 'off' (줄 바꿈 사용 안 함),\n - 'on' (뷰포트 줄 바꿈),\n - 'wordWrapColumn' (`editor.wordWrapColumn`에서 줄 바꿈) 또는\n - 'bounded' (뷰포트의 최소값 및 `editor.wordWrapColumn`에서 줄 바꿈).",
|
||||
"wordWrapColumn": "`editor.wordWrap`이 'wordWrapColumn' 또는 'bounded'인 경우 편집기의 열 줄 바꿈을 제어합니다.",
|
||||
"wrappingIndent": "줄 바꿈 행의 들여쓰기를 제어합니다. 'none', 'same' 또는 'indent' 중 하나일 수 있습니다.",
|
||||
"mouseWheelScrollSensitivity": "마우스 휠 스크롤 이벤트의 `deltaX` 및 `deltaY`에서 사용할 승수",
|
||||
"multiCursorModifier.ctrlCmd": "Windows와 Linux의 'Control'을 OSX의 'Command'로 매핑합니다.",
|
||||
"multiCursorModifier.alt": "Windows와 Linux의 'Alt'를 OSX의 'Option'으로 매핑합니다.",
|
||||
"multiCursorModifier": "마우스로 여러 커서를 추가할 때 사용할 수정자입니다. `ctrlCmd`는 Windows와 Linux에서 `Control`로 매핑되고 OSX에서 `Command`로 매핑됩니다. Go To Definition 및 Open Link 마우스 제스처가 멀티커서 수정자와 충돌하지 않도록 조정됩니다.",
|
||||
"quickSuggestions.strings": "문자열 내에서 빠른 제안을 사용합니다.",
|
||||
"quickSuggestions.comments": "주석 내에서 빠른 제안을 사용합니다.",
|
||||
"quickSuggestions.other": "문자열 및 주석 외부에서 빠른 제안을 사용합니다.",
|
||||
"quickSuggestions": "입력하는 동안 제안을 자동으로 표시할지 여부를 제어합니다.",
|
||||
"quickSuggestionsDelay": "빠른 제안을 표시할 지연 시간(ms)을 제어합니다.",
|
||||
"parameterHints": "입력과 동시에 매개변수 문서와 유형 정보를 표시하는 팝업을 사용",
|
||||
"autoClosingBrackets": "괄호를 연 다음에 편집기에서 괄호를 자동으로 닫을지 여부를 제어합니다.",
|
||||
"formatOnType": "입력 후 편집기에서 자동으로 줄의 서식을 지정할지 여부를 제어합니다.",
|
||||
"formatOnPaste": "붙여넣은 콘텐츠의 서식을 편집기에서 자동으로 지정할지 여부를 제어합니다. 포맷터는 반드시 사용할 수 있어야 하며 문서에서 범위의 서식을 지정할 수 있어야 합니다.",
|
||||
"autoIndent": "사용자가 입력을 하거나 행을 붙여넣기 또는 이동할 때 편집기가 자동으로 들여쓰기를 적용할지 결정합니다. 해당 언어의 들여쓰기 규칙이 있어야 합니다.",
|
||||
"suggestOnTriggerCharacters": "트리거 문자를 입력할 때 제안을 자동으로 표시할지 여부를 제어합니다.",
|
||||
"acceptSuggestionOnEnter": "'Tab' 키 외에 'Enter' 키에 대한 제안도 허용할지를 제어합니다. 새 줄을 삽입하는 동작과 제안을 허용하는 동작 간의 모호함을 없앨 수 있습니다.",
|
||||
"acceptSuggestionOnCommitCharacter": "커밋 문자에 대한 제안을 허용할지를 제어합니다. 예를 들어 JavaScript에서는 세미콜론(';')이 제안을 허용하고 해당 문자를 입력하는 커밋 문자일 수 있습니다.",
|
||||
"snippetSuggestions.top": "다른 제안 위에 조각 제안을 표시합니다.",
|
||||
"snippetSuggestions.bottom": "다른 제안 아래에 조각 제안을 표시합니다.",
|
||||
"snippetSuggestions.inline": "다른 제안과 함께 조각 제안을 표시합니다.",
|
||||
"snippetSuggestions.none": "코드 조각 제안을 표시하지 않습니다.\n",
|
||||
"snippetSuggestions": "코드 조각이 다른 추천과 함께 표시되는지 여부 및 정렬 방법을 제어합니다.",
|
||||
"emptySelectionClipboard": "선택 영역 없이 현재 줄 복사 여부를 제어합니다.",
|
||||
"wordBasedSuggestions": "문서 내 단어를 기반으로 완성을 계산할지 여부를 제어합니다.",
|
||||
"suggestFontSize": "제안 위젯의 글꼴 크기",
|
||||
"suggestLineHeight": "제안 위젯의 줄 높이",
|
||||
"selectionHighlight": "편집기에서 선택 항목과 유사한 일치 항목을 강조 표시할지 여부를 제어합니다.",
|
||||
"occurrencesHighlight": "편집기에서 의미 체계 기호 항목을 강조 표시할지 여부를 제어합니다.",
|
||||
"overviewRulerLanes": "개요 눈금자에서 동일한 위치에 표시될 수 있는 장식 수를 제어합니다.",
|
||||
"overviewRulerBorder": "개요 눈금자 주위에 테두리를 그릴지 여부를 제어합니다.",
|
||||
"cursorBlinking": "커서 애니메이션 스타일을 제어합니다. 가능한 값은 'blink', 'smooth', 'phase', 'expand' 및 'solid'입니다.",
|
||||
"mouseWheelZoom": "마우스 휠을 사용할 때 Ctrl 키를 누르고 있으면 편집기의 글꼴 확대/축소",
|
||||
"cursorStyle": "커서 스타일을 제어합니다. 허용되는 값은 '블록', '블록-윤곽', '줄', '줄-가늘게', '밑줄' 및 '밑줄-가늘게'입니다.",
|
||||
"fontLigatures": "글꼴 합자 사용",
|
||||
"hideCursorInOverviewRuler": "커서가 개요 눈금자에서 가려져야 하는지 여부를 제어합니다.",
|
||||
"renderWhitespace": "편집기에서 공백 문자를 렌더링하는 방법을 제어합니다. 가능한 값은 'none', 'boundary' 및 'all'입니다. 'boundary' 옵션은 단어 사이의 한 칸 공백을 렌더링하지 않습니다.",
|
||||
"renderControlCharacters": "편집기에서 제어 문자를 렌더링할지를 제어합니다.",
|
||||
"renderIndentGuides": "편집기에서 들여쓰기 가이드를 렌더링할지를 제어합니다.",
|
||||
"renderLineHighlight": "편집기가 현재 줄 강조 표시를 렌더링하는 방식을 제어합니다. 가능한 값은 'none', 'gutter', 'line' 및 'all'입니다.",
|
||||
"codeLens": "편집기에서 코드 필터를 표시하는지 여부를 제어합니다.",
|
||||
"folding": "편집기에서 코드 접기를 사용할지 여부를 제어합니다.",
|
||||
"showFoldingControls": "거터의 폴드 컨트롤을 자동으로 숨길지 결정합니다.",
|
||||
"matchBrackets": "대괄호 중 하나를 선택할 때 일치하는 대괄호를 강조 표시합니다.",
|
||||
"glyphMargin": "편집기에서 세로 문자 모양 여백을 렌더링할지 여부를 제어합니다. 문자 모양 여백은 주로 디버깅에 사용됩니다.",
|
||||
"useTabStops": "탭 정지 뒤에 공백 삽입 및 삭제",
|
||||
"trimAutoWhitespace": "끝에 자동 삽입된 공백 제거",
|
||||
"stablePeek": "해당 콘텐츠를 두 번 클릭하거나 <Esc> 키를 누르더라도 Peek 편집기를 열린 상태로 유지합니다.",
|
||||
"dragAndDrop": "편집기에서 끌어서 놓기로 선택 영역을 이동할 수 있는지 여부를 제어합니다.",
|
||||
"accessibilitySupport.auto": "편집기가 스크린 리더가 연결되면 플랫폼 API를 사용하여 감지합니다.",
|
||||
"accessibilitySupport.on": "편집기가 스크린 리더 사용을 위해 영구적으로 최적화됩니다.",
|
||||
"accessibilitySupport.off": "편집기가 스크린 리더 사용을 위해 최적화되지 않습니다.",
|
||||
"accessibilitySupport": "편집기를 스크린 리더를 위해 최적화된 모드로 실행할지 결정합니다.",
|
||||
"links": "편집기에서 링크를 감지하고 클릭할 수 있게 만들지 결정합니다.",
|
||||
"colorDecorators": "편집기에서 인라인 색 데코레이터 및 색 선택을 렌더링할지를 제어합니다.",
|
||||
"sideBySide": "diff 편집기에서 diff를 나란히 표시할지 인라인으로 표시할지 여부를 제어합니다.",
|
||||
"ignoreTrimWhitespace": "diff 편집기에서 선행 공백 또는 후행 공백 변경을 diffs로 표시할지 여부를 제어합니다.",
|
||||
"renderIndicators": "diff 편집기에서 추가/제거된 변경 내용에 대해 +/- 표시기를 표시하는지 여부를 제어합니다.",
|
||||
"selectionClipboard": "Linux 주 클립보드의 지원 여부를 제어합니다."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"editorViewAccessibleLabel": "편집기 콘텐츠"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"accessibilityOffAriaLabel": "지금은 편집기를 사용할 수 없습니다. Alt+F1을 눌러 옵션을 보세요.",
|
||||
"editorViewAccessibleLabel": "편집기 콘텐츠"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"corrupt.commands": "명령을 실행하는 동안 예기치 않은 예외가 발생했습니다."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"mode.tokenizationSupportFailed": "입력을 토큰화하는 동안 모드에서 오류가 발생했습니다."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"plainText.alias": "일반 텍스트"
|
||||
}
|
||||
11
i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json
Normal file
11
i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"conflict": "이러한 파일이 동시에 변경되었습니다. {0}",
|
||||
"summary.0": "편집하지 않음",
|
||||
"summary.nm": "{1}개 파일에서 {0}개 텍스트 편집을 수행함",
|
||||
"summary.n0": "1개 파일에서 {0}개 텍스트 편집을 수행함"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"vscode.extension.contributes.languages": "언어 선언을 적용합니다.",
|
||||
"vscode.extension.contributes.languages.id": "언어의 ID입니다.",
|
||||
"vscode.extension.contributes.languages.aliases": "언어에 대한 이름 별칭입니다.",
|
||||
"vscode.extension.contributes.languages.extensions": "파일 확장이 언어에 연결되어 있습니다.",
|
||||
"vscode.extension.contributes.languages.filenames": "파일 이름이 언어에 연결되어 있습니다.",
|
||||
"vscode.extension.contributes.languages.filenamePatterns": "파일 이름 GLOB 패턴이 언어에 연결되어 있습니다.",
|
||||
"vscode.extension.contributes.languages.mimetypes": "Mime 형식이 언어에 연결되어 있습니다.",
|
||||
"vscode.extension.contributes.languages.firstLine": "언어 파일의 첫 번째 줄과 일치하는 정규식입니다.",
|
||||
"vscode.extension.contributes.languages.configuration": "언어에 대한 구성 옵션을 포함하는 파일에 대한 상대 경로입니다."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"diagAndSourceMultiline": "[{0}]\n{1}",
|
||||
"diagAndSource": "[{0}] {1}"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"lineHighlight": "커서 위치의 줄 강조 표시에 대한 배경색입니다.",
|
||||
"lineHighlightBorderBox": "커서 위치의 줄 테두리에 대한 배경색입니다.",
|
||||
"rangeHighlight": "빠른 열기 및 찾기 기능 등을 통해 강조 표시된 영역의 배경색입니다.",
|
||||
"caret": "편집기 커서 색입니다.",
|
||||
"editorCursorBackground": "편집기 커서의 배경색입니다. 블록 커서와 겹치는 글자의 색상을 사용자 정의할 수 있습니다.",
|
||||
"editorWhitespaces": "편집기의 공백 문자 색입니다.",
|
||||
"editorIndentGuides": "편집기 들여쓰기 안내선 색입니다.",
|
||||
"editorLineNumbers": "편집기 줄 번호 색입니다.",
|
||||
"editorRuler": "편집기 눈금의 색상입니다.",
|
||||
"editorCodeLensForeground": "편집기 코드 렌즈의 전경색입니다.",
|
||||
"editorBracketMatchBackground": "일치하는 브래킷 뒤의 배경색입니다.",
|
||||
"editorBracketMatchBorder": "일치하는 브래킷 박스의 색상",
|
||||
"editorOverviewRulerBorder": "개요 눈금 경계의 색상입니다.",
|
||||
"editorGutter": "편집기 거터의 배경색입니다. 거터에는 글리프 여백과 행 수가 있습니다.",
|
||||
"errorForeground": "편집기 내 오류 표시선의 전경색입니다.",
|
||||
"errorBorder": "편집기 내 오류 표시선의 테두리 색입니다.",
|
||||
"warningForeground": "편집기 내 경고 표시선의 전경색입니다.",
|
||||
"warningBorder": "편집기 내 경고 표시선의 테두리 색입니다.",
|
||||
"overviewRulerRangeHighlight": "범위 강조 표시의 개요 눈금자 마커 색입니다.",
|
||||
"overviewRuleError": "오류의 개요 눈금자 마커 색입니다.",
|
||||
"overviewRuleWarning": "경고의 개요 눈금자 마커 색입니다.",
|
||||
"overviewRuleInfo": "정보의 개요 눈금자 마커 색입니다."
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"introMsg": "VS Code의 접근성 옵션을 사용해 주셔서 감사합니다.",
|
||||
"status": "상태:",
|
||||
"tabFocusModeOnMsg": "현재 편집기에서 <Tab> 키를 누르면 포커스가 다음 포커스 가능한 요소로 이동합니다. {0}을(를) 눌러서 이 동작을 설정/해제합니다.",
|
||||
"tabFocusModeOnMsgNoKb": "현재 편집기에서 <Tab> 키를 누르면 포커스가 다음 포커스 가능한 요소로 이동합니다. {0} 명령은 현재 키 바인딩으로 트리거할 수 없습니다.",
|
||||
"tabFocusModeOffMsg": "현재 편집기에서 <Tab> 키를 누르면 탭 문자가 삽입됩니다. {0}을(를) 눌러서 이 동작을 설정/해제합니다.",
|
||||
"tabFocusModeOffMsgNoKb": "현재 편집기에서 <Tab> 키를 누르면 탭 문자가 삽입됩니다. {0} 명령은 현재 키 바인딩으로 트리거할 수 없습니다.",
|
||||
"outroMsg": "이 도구 설명을 해제하고 Esc 키를 눌러서 편집기로 돌아갈 수 있습니다.",
|
||||
"ShowAccessibilityHelpAction": "접근성 도움말 표시"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"smartSelect.jumpBracket": "대괄호로 이동"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"caret.moveLeft": "캐럿을 왼쪽으로 이동",
|
||||
"caret.moveRight": "캐럿을 오른쪽으로 이동"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"transposeLetters.label": "문자 바꾸기"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"actions.clipboard.cutLabel": "잘라내기",
|
||||
"actions.clipboard.copyLabel": "복사",
|
||||
"actions.clipboard.pasteLabel": "붙여넣기",
|
||||
"actions.clipboard.copyWithSyntaxHighlightingLabel": "구문을 강조 표시하여 복사"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"comment.line": "줄 주석 설정/해제",
|
||||
"comment.line.add": "줄 주석 추가",
|
||||
"comment.line.remove": "줄 주석 제거",
|
||||
"comment.block": "블록 주석 설정/해제"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"action.showContextMenu.label": "편집기 상황에 맞는 메뉴 표시"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"label.find": "찾기",
|
||||
"placeholder.find": "찾기",
|
||||
"label.previousMatchButton": "이전 검색 결과",
|
||||
"label.nextMatchButton": "다음 검색 결과",
|
||||
"label.toggleSelectionFind": "선택 항목에서 찾기",
|
||||
"label.closeButton": "닫기",
|
||||
"label.replace": "바꾸기",
|
||||
"placeholder.replace": "바꾸기",
|
||||
"label.replaceButton": "바꾸기",
|
||||
"label.replaceAllButton": "모두 바꾸기",
|
||||
"label.toggleReplaceButton": "바꾸기 모드 설정/해제",
|
||||
"title.matchesCountLimit": "처음 999개의 결과가 강조 표시되지만 모든 찾기 작업은 전체 텍스트에 대해 수행됩니다.",
|
||||
"label.matchesLocation": "{0}/{1}",
|
||||
"label.noResults": "결과 없음"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"label.find": "찾기",
|
||||
"placeholder.find": "찾기",
|
||||
"label.previousMatchButton": "이전 검색 결과",
|
||||
"label.nextMatchButton": "다음 검색 결과",
|
||||
"label.closeButton": "닫기"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"startFindAction": "찾기",
|
||||
"findNextMatchAction": "다음 찾기",
|
||||
"findPreviousMatchAction": "이전 찾기",
|
||||
"nextSelectionMatchFindAction": "다음 선택 찾기",
|
||||
"previousSelectionMatchFindAction": "이전 선택 찾기",
|
||||
"startReplace": "바꾸기",
|
||||
"addSelectionToNextFindMatch": "다음 일치 항목 찾기에 선택 항목 추가",
|
||||
"addSelectionToPreviousFindMatch": "이전 일치 항목 찾기에 선택 항목 추가",
|
||||
"moveSelectionToNextFindMatch": "다음 일치 항목 찾기로 마지막 선택 항목 이동",
|
||||
"moveSelectionToPreviousFindMatch": "마지막 선택 항목을 이전 일치 항목 찾기로 이동",
|
||||
"selectAllOccurrencesOfFindMatch": "일치 항목 찾기의 모든 항목 선택",
|
||||
"changeAll.label": "모든 항목 변경",
|
||||
"showNextFindTermAction": "다음 검색어 표시",
|
||||
"showPreviousFindTermAction": "이전 검색어 표시"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"unfoldAction.label": "펼치기",
|
||||
"unFoldRecursivelyAction.label": "재귀적으로 펼치기",
|
||||
"foldAction.label": "접기",
|
||||
"foldRecursivelyAction.label": "재귀적으로 접기",
|
||||
"foldAllAction.label": "모두 접기",
|
||||
"unfoldAllAction.label": "모두 펼치기",
|
||||
"foldLevelAction.label": "수준 {0} 접기"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user