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/src/vs/workbench/parts/git/browser/gitActions.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json
index a6923e9caf4..38b69396dca 100644
--- a/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"authFailed": "원격 git에 대한 인증이 실패했습니다.",
+ "cancel": "취소",
"cleanChangesLabel": "변경 내용 정리(&&C)",
"commit": "Commit",
"commitAll": "모두 커밋",
@@ -22,16 +23,21 @@
"confirmUndoMessage": "모든 변경 내용을 정리할까요?",
"dirtyTreeCheckout": "체크 아웃할 수 없습니다. 먼저 작업을 커밋하거나 스테이지하세요.",
"dirtyTreePull": "끌어올 수 없습니다. 먼저 작업을 커밋하거나 스테이지하세요.",
+ "do you want to continue": "계속하시겠습니까?",
"init": "Init",
"irreversible": "이 작업은 취소할 수 없습니다.",
+ "never again": "다시 표시 안 함",
+ "ok": "확인",
"openChange": "변경 내용 열기",
"openFile": "파일 열기",
"publish": "게시",
"publishPickMessage": "'{0}' 분기를 다음에 게시하려면 원격을 선택합니다.",
+ "pushToRemote": "푸시 대상...",
+ "pushToRemotePickMessage": "'{0}' 분기를 푸시할 원격 선택:",
"refresh": "새로 고침",
"stageAllChanges": "모두 스테이징",
"stageChanges": "단계",
- "sureSync": "Git 리포지토리를 동기화할까요?",
+ "sync is unpredictable": "이 작업은 '{0}' 간에 커밋을 푸시하고 풀합니다.",
"undoAllChanges": "모두 정리",
"undoChanges": "정리",
"undoLastCommit": "마지막 커밋 실행 취소",