Files
vscode/i18n/kor/extensions/git/package.i18n.json
2017-04-12 10:35:32 +02:00

44 lines
2.3 KiB
JSON

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"command.branch": "분기 만들기...",
"command.checkout": "다음으로 체크 아웃...",
"command.clean": "변경 내용 취소",
"command.cleanAll": "모든 변경 내용 취소",
"command.clone": "복제",
"command.commit": "커밋",
"command.commitAll": "모두 커밋",
"command.commitAllSigned": "모두 커밋(로그오프됨)",
"command.commitStaged": "스테이징된 항목 커밋",
"command.commitStagedSigned": "스테이징된 항목 커밋(로그오프됨)",
"command.init": "리포지토리 초기화",
"command.openChange": "변경 내용 열기",
"command.openFile": "파일 열기",
"command.publish": "게시",
"command.pull": "풀",
"command.pullRebase": "풀(다시 지정)",
"command.push": "푸시",
"command.pushTo": "다음으로 푸시...",
"command.refresh": "새로 고침",
"command.revertSelectedRanges": "선택한 범위 되돌리기",
"command.showOutput": "Git 출력 표시",
"command.stage": "변경 내용 스테이징",
"command.stageAll": "모든 변경 내용 스테이징",
"command.stageSelectedRanges": "선택한 범위 스테이징",
"command.sync": "동기화",
"command.undoCommit": "마지막 커밋 실행 취소",
"command.unstage": "변경 내용 스테이징 취소",
"command.unstageAll": "모든 변경 내용 스테이징 취소",
"command.unstageSelectedRanges": "선택한 범위 스테이징 취소",
"config.autofetch": "자동 가져오기 사용 여부",
"config.autorefresh": "자동 새로 고침 사용 여부",
"config.checkoutType": "나열되는 분기 유형을 제어합니다.",
"config.confirmSync": "Git 리포지토리를 동기화하기 전에 확인합니다.",
"config.countBadge": "Git 배지 카운터를 제어합니다.",
"config.enableLongCommitWarning": "긴 커밋 메시지에 대해 경고할지 여부입니다.",
"config.enabled": "Git 사용 여부",
"config.path": "Git 실행 파일의 경로"
}