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/git')
-rw-r--r--i18n/kor/extensions/git/out/autofetch.i18n.json3
-rw-r--r--i18n/kor/extensions/git/out/model.i18n.json1
-rw-r--r--i18n/kor/extensions/git/package.i18n.json2
3 files changed, 5 insertions, 1 deletions
diff --git a/i18n/kor/extensions/git/out/autofetch.i18n.json b/i18n/kor/extensions/git/out/autofetch.i18n.json
index cadfed4c233..7f6a3198eb6 100644
--- a/i18n/kor/extensions/git/out/autofetch.i18n.json
+++ b/i18n/kor/extensions/git/out/autofetch.i18n.json
@@ -8,5 +8,6 @@
],
"yes": "예",
"no": "아니요",
- "not now": "나중에 물어보기"
+ "not now": "나중에 물어보기",
+ "suggest auto fetch": "Code에서 ['git fetch']({0})를 정기적으로 실행하도록 하시겠습니까?"
} \ No newline at end of file
diff --git a/i18n/kor/extensions/git/out/model.i18n.json b/i18n/kor/extensions/git/out/model.i18n.json
index 2f1a201e501..47bfb877f0f 100644
--- a/i18n/kor/extensions/git/out/model.i18n.json
+++ b/i18n/kor/extensions/git/out/model.i18n.json
@@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
+ "too many submodules": "'{0}' 리포지토리에 자동으로 열리지 않는 {1}개의 하위 모듈이 있습니다. 모듈 내의 파일을 열러 각 모듈을 개별적으로 열 수는 있습니다.",
"no repositories": "사용 가능한 리포지토리가 없습니다.",
"pick repo": "리포지토리 선택"
} \ No newline at end of file
diff --git a/i18n/kor/extensions/git/package.i18n.json b/i18n/kor/extensions/git/package.i18n.json
index bff6239e1e3..07838b84a85 100644
--- a/i18n/kor/extensions/git/package.i18n.json
+++ b/i18n/kor/extensions/git/package.i18n.json
@@ -7,6 +7,7 @@
"Do not edit this file. It is machine generated."
],
"displayName": "Git",
+ "description": "Git SCM 통합",
"command.clone": "복제",
"command.init": "리포지토리 초기화",
"command.close": "리포지토리 닫기",
@@ -74,6 +75,7 @@
"config.decorations.enabled": "Git에서 색과 배지를 탐색기와 열려 있는 편집기 뷰에 적용하는지 제어합니다.",
"config.promptToSaveFilesBeforeCommit": "Git가 제출(commit)하기 전에 저장되지 않은 파일을 검사할지를 제어합니다. ",
"config.showInlineOpenFileAction": "Git 변경점 보기에서 파일 열기 동작 줄을 표시할지의 여부를 제어합니다.",
+ "config.inputValidation": "커밋 메시지 입력 유효성 검사를 언제 표시할지 제어합니다.",
"config.detectSubmodules": "Git 하위 모듈을 자동으로 검색할지 여부를 제어합니다.",
"colors.modified": "수정된 리소스의 색상입니다.",
"colors.deleted": "삭제된 리소스의 색상입니다.",