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/commands.i18n.json5
-rw-r--r--i18n/kor/extensions/git/package.i18n.json7
2 files changed, 11 insertions, 1 deletions
diff --git a/i18n/kor/extensions/git/out/commands.i18n.json b/i18n/kor/extensions/git/out/commands.i18n.json
index b60ceccaa80..600483c9e09 100644
--- a/i18n/kor/extensions/git/out/commands.i18n.json
+++ b/i18n/kor/extensions/git/out/commands.i18n.json
@@ -11,6 +11,7 @@
"cloning": "Git 리포지토리를 복제하는 중...",
"openrepo": "리포지토리 열기",
"proposeopen": "복제된 리포지토리를 여시겠습니까?",
+ "HEAD not available": "'{0}'의 HEAD 버전이 없습니다.",
"confirm revert": "{0}에서 선택한 변경 내용을 되돌리시겠습니까?",
"revert": "변경 내용 되돌리기",
"confirm discard": "{0}의 변경 내용을 취소하시겠습니까?",
@@ -24,12 +25,16 @@
"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": "병합 충돌이 있습니다. 해결한 후 계속하십시오.",
"no remotes to pull": "리포지토리에 풀하도록 구성된 원격 항목이 없습니다.",
+ "pick remote pull repo": "분기를 가져올 원격 선택",
"no remotes to push": "리포지토리에 푸시하도록 구성된 원격이 없습니다.",
"nobranch": "원격에 푸시할 분기를 체크 아웃하세요.",
"pick remote": "'{0}' 분기를 다음에 게시하려면 원격을 선택하세요.",
diff --git a/i18n/kor/extensions/git/package.i18n.json b/i18n/kor/extensions/git/package.i18n.json
index b21d655387c..38e31439c8c 100644
--- a/i18n/kor/extensions/git/package.i18n.json
+++ b/i18n/kor/extensions/git/package.i18n.json
@@ -9,6 +9,7 @@
"command.refresh": "새로 고침",
"command.openChange": "변경 내용 열기",
"command.openFile": "파일 열기",
+ "command.openHEADFile": "파일 열기(HEAD)",
"command.stage": "변경 내용 스테이징",
"command.stageAll": "모든 변경 내용 스테이징",
"command.stageSelectedRanges": "선택한 범위 스테이징",
@@ -27,13 +28,16 @@
"command.checkout": "다음으로 체크 아웃...",
"command.branch": "분기 만들기...",
"command.deleteBranch": "분기 삭제...",
+ "command.merge": "분기 병합...",
"command.pull": "풀",
"command.pullRebase": "풀(다시 지정)",
+ "command.pullFrom": "가져올 위치...",
"command.push": "푸시",
"command.pushTo": "다음으로 푸시...",
"command.sync": "동기화",
"command.publish": "분기 게시",
"command.showOutput": "Git 출력 표시",
+ "command.ignore": ".gitignore에 파일 추가",
"config.enabled": "Git 사용 여부",
"config.path": "Git 실행 파일의 경로",
"config.autorefresh": "자동 새로 고침 사용 여부",
@@ -44,5 +48,6 @@
"config.checkoutType": "`다음으로 체크 아웃...`을 실행할 때 나열되는 분기 유형을 제어합니다. `all`이면 모든 참조를 표시하고, `local`이면 로컬 분기만 표시하고, `tags`이면 태그만 표시하고, `remote`이면 원격 분기만 표시합니다.",
"config.ignoreLegacyWarning": "레거시 Git 경고를 무시합니다.",
"config.ignoreLimitWarning": "리포지토리에 변경 내용이 너무 많으면 경고를 무시합니다.",
- "config.defaultCloneDirectory": "git 리포지토리를 복제할 기본 위치"
+ "config.defaultCloneDirectory": "git 리포지토리를 복제할 기본 위치",
+ "config.enableSmartCommit": "단계적 변경 사항이 없는 경우 모든 변경 사항을 저장합니다."
} \ No newline at end of file