Welcome to mirror list, hosted at ThFree Co, Russian Federation.

commands.i18n.json « out « git « extensions « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b60ceccaa806e64196a5b7e66ba758688e7f9aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"tag at": "{0}의 태그",
	"remote branch at": "{0}에서 원격 분기",
	"repourl": "리포지토리 URL",
	"parent": "부모 디렉터리",
	"cloning": "Git 리포지토리를 복제하는 중...",
	"openrepo": "리포지토리 열기",
	"proposeopen": "복제된 리포지토리를 여시겠습니까?",
	"confirm revert": "{0}에서 선택한 변경 내용을 되돌리시겠습니까?",
	"revert": "변경 내용 되돌리기",
	"confirm discard": "{0}의 변경 내용을 취소하시겠습니까?",
	"confirm discard multiple": "{0}개 파일의 변경 내용을 취소하시겠습니까?",
	"discard": "변경 내용 취소",
	"confirm discard all": "모든 변경 내용을 취소하시겠습니까? 이 작업은 되돌릴 수 없습니다.",
	"discardAll": "모든 변경 내용 취소",
	"no staged changes": "저장할 단계적 변경 사항이 없습니다.\n\n모든 변경 사항을 자동으로 스테이징하고 직접 저장하시겠습니까?",
	"yes": "예",
	"always": "항상",
	"no changes": "커밋할 변경 내용이 없습니다.",
	"commit message": "커밋 메시지",
	"provide commit message": "커밋 메시지를 제공하세요.",
	"branch name": "분기 이름",
	"provide branch name": "분기 이름을 입력하세요.",
	"select branch to delete": "삭제할 분기 선택",
	"confirm force delete branch": "'{0}' 분기가 완벽히 병합되지 않았습니다. 그래도 삭제할까요?",
	"delete branch": "분기 삭제",
	"no remotes to pull": "리포지토리에 풀하도록 구성된 원격 항목이 없습니다.",
	"no remotes to push": "리포지토리에 푸시하도록 구성된 원격이 없습니다.",
	"nobranch": "원격에 푸시할 분기를 체크 아웃하세요.",
	"pick remote": "'{0}' 분기를 다음에 게시하려면 원격을 선택하세요.",
	"sync is unpredictable": "이 작업은 '{0}' 간에 커밋을 푸시하고 풀합니다.",
	"ok": "확인",
	"never again": "다시 표시 안 함",
	"no remotes to publish": "리포지토리에 게시하도록 구성된 원격이 없습니다.",
	"disabled": "Git은 이 작업 영역에서 사용하지 않도록 설정되어 있거나 지원되지 않습니다.",
	"clean repo": "체크 아웃하기 전에 리포지토리 작업 트리를 정리하세요.",
	"cant push": "참조를 원격에 푸시할 수 없습니다. 먼저 '풀'을 실행하여 변경 내용을 통합하세요.",
	"git error details": "Git: {0}",
	"git error": "Git 오류",
	"open git log": "Git 로그 열기"
}