Skip to content

Commit 0bb6b99

Browse files
committed
Update translations from Crowdin
This adds a new Portuguese translation.
1 parent 0fea153 commit 0bb6b99

File tree

4 files changed

+342
-4
lines changed

4 files changed

+342
-4
lines changed

pkg/i18n/translations/ko.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
{
22
"NotEnoughSpace": "패널을 렌더링 할 공간이 부족합니다.",
3+
"DiffTitle": "변경점",
34
"FilesTitle": "파일",
45
"BranchesTitle": "브랜치",
56
"CommitsTitle": "커밋",
7+
"EasterEgg": "이스터 에그",
68
"UnstagedChanges": "Staged되지 않은 변경 내용",
79
"StagedChanges": "Staged된 변경 내용",
810
"MainTitle": "메인",
911
"StagingTitle": "메인 패널 (Staging)",
1012
"MergingTitle": "메인 패널 (Merging)",
13+
"SquashMergeCommittedTitle": "스쿼시 병합 및 커밋",
1114
"NormalTitle": "메인 패널 (Normal)",
1215
"LogTitle": "로그",
1316
"CommitSummary": "커밋 메시지",
1417
"CredentialsUsername": "사용자 이름",
1518
"CredentialsPassword": "패스워드",
1619
"CredentialsPassphrase": "SSH키의 passphrase 입력",
20+
"CredentialsPIN": "SSH키\u001d의 PIN\u001d을 입력",
1721
"PassUnameWrong": "패스워드, passphrase 또는 사용자 이름이 잘못되었습니다.",
1822
"Commit": "커밋 변경내용",
1923
"AmendLastCommit": "마지맛 커밋 수정",
@@ -34,6 +38,16 @@
3438
"Pull": "업데이트",
3539
"Scroll": "스크롤",
3640
"FileFilter": "파일을 필터하기 (Staged/unstaged)",
41+
"CopyToClipboardMenu": "클립보드에 복사",
42+
"CopyFileName": "파일명",
43+
"CopyFilePath": "경로",
44+
"CopySelectedDiff": "선택한 파일의 변경점",
45+
"CopyAllFilesDiff": "모든 파일의 변경점",
46+
"NoContentToCopyError": "복사 대상이 없습니다",
47+
"FileNameCopiedToast": "파일명을 클립보드에 복사했습니다.",
48+
"FilePathCopiedToast": "파일경로를 클립보드에 복사했습니다.",
49+
"FileDiffCopiedToast": "파일의 변경점을 클립보드에 복사했습니다.",
50+
"AllFilesDiffCopiedToast": "모든 파일의 변경점을 클립보드에 복사했습니다.",
3751
"FilterStagedFiles": "Staged된 파일만 표시",
3852
"FilterUnstagedFiles": "Stage되지 않은 파일만 표시",
3953
"ResetFilter": "필터 리셋",
@@ -47,6 +61,10 @@
4761
"BranchName": "브랜치 이름",
4862
"NewBranchNameBranchOff": "새 브랜치 이름 (branch is off of '{{.branchName}}')",
4963
"CantDeleteCheckOutBranch": "체크아웃하는 브랜치는 삭제할 수 없습니다!",
64+
"DeleteBranchTitle": "'{{.selectedBranchName}}' 브랜치를 삭제하시겠습니까?",
65+
"DeleteLocalBranch": "로컬 브랜치를 삭제",
66+
"DeleteRemoteBranchOption": "원격 브랜치를 삭제",
67+
"ForceDeleteBranchTitle": "브랜치를 강제 삭제",
5068
"ForceDeleteBranchMessage": "'{{.selectedBranchName}}'는 완전히 병합되지 않았습니다. 정말 삭제하시겠습니까?",
5169
"RebaseBranch": "체크아웃된 브랜치를 이 브랜치에 리베이스",
5270
"CantRebaseOntoSelf": "브랜치를 자기 자신에게 리베이스할 수는 없습니다.",
@@ -62,6 +80,8 @@
6280
"Quit": "종료",
6381
"SureFixupThisCommit": "Are you sure you want to 'fixup' this commit? It will be merged into the commit below",
6482
"SureSquashThisCommit": "Are you sure you want to squash this commit into the commit below?",
83+
"Squash": "스쿼시",
84+
"SquashMerge": "스쿼시 병합",
6585
"PickCommitTooltip": "Pick commit (when mid-rebase)",
6686
"RevertCommit": "커밋 되돌리기",
6787
"Reword": "커밋메시지 변경",
@@ -181,6 +201,8 @@
181201
"Discard": "View 'discard changes' options",
182202
"Cancel": "취소",
183203
"DiscardAllChanges": "모든 변경사항 버리기",
204+
"Delete": "삭제",
205+
"Reset": "초기화",
184206
"ViewResetOptions": "View reset options",
185207
"CreateFixupCommitTooltip": "Create fixup commit for this commit",
186208
"SquashAboveCommitsTooltip": "Squash all 'fixup!' commits above selected commit (autosquash)",

0 commit comments

Comments
 (0)