Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/kor/extensions')
-rw-r--r--i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json7
-rw-r--r--i18n/kor/extensions/emmet/package.i18n.json10
-rw-r--r--i18n/kor/extensions/git/out/commands.i18n.json4
-rw-r--r--i18n/kor/extensions/git/out/repository.i18n.json2
-rw-r--r--i18n/kor/extensions/typescript/package.i18n.json1
5 files changed, 5 insertions, 19 deletions
diff --git a/i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json
index c2b4c21ed25..3fd8cdf57b3 100644
--- a/i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json
+++ b/i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json
@@ -4,13 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// 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": "값이 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호 (' - ')",
diff --git a/i18n/kor/extensions/emmet/package.i18n.json b/i18n/kor/extensions/emmet/package.i18n.json
index 0576d669667..7b41ed8ca2a 100644
--- a/i18n/kor/extensions/emmet/package.i18n.json
+++ b/i18n/kor/extensions/emmet/package.i18n.json
@@ -28,13 +28,6 @@
"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": "부동 소수점 값의 기본 단위",
@@ -43,6 +36,5 @@
"emmetPreferencesStylusAfter": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
"emmetPreferencesCssBetween": "CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
"emmetPreferencesSassBetween": "Sass 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
- "emmetPreferencesStylusBetween": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
- "emmetShowSuggestionsAsSnippets": "True이면 emmet 제안이 코드 조각으로 표시되며 editor.snippetSuggestions 설정에 따라 코드 조각을 정렬할 수 있습니다."
+ "emmetPreferencesStylusBetween": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호"
} \ No newline at end of file
diff --git a/i18n/kor/extensions/git/out/commands.i18n.json b/i18n/kor/extensions/git/out/commands.i18n.json
index 74283128949..1e7920f8a21 100644
--- a/i18n/kor/extensions/git/out/commands.i18n.json
+++ b/i18n/kor/extensions/git/out/commands.i18n.json
@@ -12,8 +12,8 @@
"cloning": "Git 리포지토리를 복제하는 중...",
"openrepo": "리포지토리 열기",
"proposeopen": "복제된 리포지토리를 여시겠습니까?",
- "path to init": "폴더 경로",
- "provide path": "Git 리포지토리를 초기화할 폴더 경로를 입력하세요.",
+ "init repo": "리포지토리 초기화",
+ "create repo": "리포지토리 초기화",
"HEAD not available": "'{0}'의 HEAD 버전이 없습니다.",
"confirm stage files with merge conflicts": "병합 충돌이 있는 {0} 파일을 스테이징하시겠습니까?",
"confirm stage file with merge conflicts": "병합 충돌이 있는 {0}을(를) 스테이징하시겠습니까?",
diff --git a/i18n/kor/extensions/git/out/repository.i18n.json b/i18n/kor/extensions/git/out/repository.i18n.json
index c5c45af0062..6334a9e47ef 100644
--- a/i18n/kor/extensions/git/out/repository.i18n.json
+++ b/i18n/kor/extensions/git/out/repository.i18n.json
@@ -21,6 +21,8 @@
"deleted by us": "본인이 삭제함",
"both added": "둘 다 추가됨",
"both modified": "둘 다 수정됨",
+ "untracked, short": "U",
+ "modified, short": "M",
"commit": "커밋",
"merge changes": "변경 내용 병합",
"staged changes": "스테이징된 변경 내용",
diff --git a/i18n/kor/extensions/typescript/package.i18n.json b/i18n/kor/extensions/typescript/package.i18n.json
index 9024eb3187d..7077f24ff61 100644
--- a/i18n/kor/extensions/typescript/package.i18n.json
+++ b/i18n/kor/extensions/typescript/package.i18n.json
@@ -44,7 +44,6 @@
"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 문제(감시 모드)"
} \ No newline at end of file