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/out')
-rw-r--r--i18n/kor/extensions/git/out/commands.i18n.json4
-rw-r--r--i18n/kor/extensions/git/out/repository.i18n.json2
2 files changed, 4 insertions, 2 deletions
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": "스테이징된 변경 내용",