|
1 | 1 | {
|
2 | 2 | "NotEnoughSpace": "패널을 렌더링 할 공간이 부족합니다.",
|
| 3 | + "DiffTitle": "변경점", |
3 | 4 | "FilesTitle": "파일",
|
4 | 5 | "BranchesTitle": "브랜치",
|
5 | 6 | "CommitsTitle": "커밋",
|
| 7 | + "EasterEgg": "이스터 에그", |
6 | 8 | "UnstagedChanges": "Staged되지 않은 변경 내용",
|
7 | 9 | "StagedChanges": "Staged된 변경 내용",
|
8 | 10 | "MainTitle": "메인",
|
9 | 11 | "StagingTitle": "메인 패널 (Staging)",
|
10 | 12 | "MergingTitle": "메인 패널 (Merging)",
|
| 13 | + "SquashMergeCommittedTitle": "스쿼시 병합 및 커밋", |
11 | 14 | "NormalTitle": "메인 패널 (Normal)",
|
12 | 15 | "LogTitle": "로그",
|
13 | 16 | "CommitSummary": "커밋 메시지",
|
14 | 17 | "CredentialsUsername": "사용자 이름",
|
15 | 18 | "CredentialsPassword": "패스워드",
|
16 | 19 | "CredentialsPassphrase": "SSH키의 passphrase 입력",
|
| 20 | + "CredentialsPIN": "SSH키\u001d의 PIN\u001d을 입력", |
17 | 21 | "PassUnameWrong": "패스워드, passphrase 또는 사용자 이름이 잘못되었습니다.",
|
18 | 22 | "Commit": "커밋 변경내용",
|
19 | 23 | "AmendLastCommit": "마지맛 커밋 수정",
|
|
34 | 38 | "Pull": "업데이트",
|
35 | 39 | "Scroll": "스크롤",
|
36 | 40 | "FileFilter": "파일을 필터하기 (Staged/unstaged)",
|
| 41 | + "CopyToClipboardMenu": "클립보드에 복사", |
| 42 | + "CopyFileName": "파일명", |
| 43 | + "CopyFilePath": "경로", |
| 44 | + "CopySelectedDiff": "선택한 파일의 변경점", |
| 45 | + "CopyAllFilesDiff": "모든 파일의 변경점", |
| 46 | + "NoContentToCopyError": "복사 대상이 없습니다", |
| 47 | + "FileNameCopiedToast": "파일명을 클립보드에 복사했습니다.", |
| 48 | + "FilePathCopiedToast": "파일경로를 클립보드에 복사했습니다.", |
| 49 | + "FileDiffCopiedToast": "파일의 변경점을 클립보드에 복사했습니다.", |
| 50 | + "AllFilesDiffCopiedToast": "모든 파일의 변경점을 클립보드에 복사했습니다.", |
37 | 51 | "FilterStagedFiles": "Staged된 파일만 표시",
|
38 | 52 | "FilterUnstagedFiles": "Stage되지 않은 파일만 표시",
|
39 | 53 | "ResetFilter": "필터 리셋",
|
|
47 | 61 | "BranchName": "브랜치 이름",
|
48 | 62 | "NewBranchNameBranchOff": "새 브랜치 이름 (branch is off of '{{.branchName}}')",
|
49 | 63 | "CantDeleteCheckOutBranch": "체크아웃하는 브랜치는 삭제할 수 없습니다!",
|
| 64 | + "DeleteBranchTitle": "'{{.selectedBranchName}}' 브랜치를 삭제하시겠습니까?", |
| 65 | + "DeleteLocalBranch": "로컬 브랜치를 삭제", |
| 66 | + "DeleteRemoteBranchOption": "원격 브랜치를 삭제", |
| 67 | + "ForceDeleteBranchTitle": "브랜치를 강제 삭제", |
50 | 68 | "ForceDeleteBranchMessage": "'{{.selectedBranchName}}'는 완전히 병합되지 않았습니다. 정말 삭제하시겠습니까?",
|
51 | 69 | "RebaseBranch": "체크아웃된 브랜치를 이 브랜치에 리베이스",
|
52 | 70 | "CantRebaseOntoSelf": "브랜치를 자기 자신에게 리베이스할 수는 없습니다.",
|
|
62 | 80 | "Quit": "종료",
|
63 | 81 | "SureFixupThisCommit": "Are you sure you want to 'fixup' this commit? It will be merged into the commit below",
|
64 | 82 | "SureSquashThisCommit": "Are you sure you want to squash this commit into the commit below?",
|
| 83 | + "Squash": "스쿼시", |
| 84 | + "SquashMerge": "스쿼시 병합", |
65 | 85 | "PickCommitTooltip": "Pick commit (when mid-rebase)",
|
66 | 86 | "RevertCommit": "커밋 되돌리기",
|
67 | 87 | "Reword": "커밋메시지 변경",
|
|
181 | 201 | "Discard": "View 'discard changes' options",
|
182 | 202 | "Cancel": "취소",
|
183 | 203 | "DiscardAllChanges": "모든 변경사항 버리기",
|
| 204 | + "Delete": "삭제", |
| 205 | + "Reset": "초기화", |
184 | 206 | "ViewResetOptions": "View reset options",
|
185 | 207 | "CreateFixupCommitTooltip": "Create fixup commit for this commit",
|
186 | 208 | "SquashAboveCommitsTooltip": "Squash all 'fixup!' commits above selected commit (autosquash)",
|
|
0 commit comments