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

gitActions.i18n.json « browser « git « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38b69396dcab8ad403fd1396c11b3eeba1b8abc9 (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.
{
	"authFailed": "원격 git에 대한 인증이 실패했습니다.",
	"cancel": "취소",
	"cleanChangesLabel": "변경 내용 정리(&&C)",
	"commit": "Commit",
	"commitAll": "모두 커밋",
	"commitAll2": "모두 커밋",
	"commitAllSignedOff": "모두 커밋(로그오프됨)",
	"commitMessage": "커밋 메시지",
	"commitStaged": "스테이징된 항목 커밋",
	"commitStaged2": "스테이징된 항목 커밋",
	"commitStagedSignedOff": "스테이징된 항목 커밋(로그오프됨)",
	"confirmPublishMessage": "'{0}'을(를) '{1}'에 게시할까요?",
	"confirmPublishMessageButton": "게시(&&P)",
	"confirmUndo": "'{0}'의 변경 내용을 정리할까요?",
	"confirmUndoAllMultiple": "{0}개 파일에 스테이징되지 않은 변경 내용이 있습니다.\n\n이 작업은 취소할 수 없습니다.",
	"confirmUndoAllOne": "{0} 파일에 스테이징되지 않은 변경 내용이 있습니다.\n\n이 작업은 취소할 수 없습니다.",
	"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": "단계",
	"sync is unpredictable": "이 작업은 '{0}' 간에 커밋을 푸시하고 풀합니다.",
	"undoAllChanges": "모두 정리",
	"undoChanges": "정리",
	"undoLastCommit": "마지막 커밋 실행 취소",
	"unstage": "스테이징 취소",
	"unstageAllChanges": "모두 스테이징 취소"
}