Skip to content

Commit 6f0f1e7

Browse files
authored
Update translations from Crowdin (#5005)
2 parents 32a701c + 3967edd commit 6f0f1e7

File tree

7 files changed

+13
-34
lines changed

7 files changed

+13
-34
lines changed

docs/keybindings/Keybindings_ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
197197
| `` <esc> `` | 파일 목록으로 돌아가기 | |
198198
| `` <tab> `` | 패널 전환 | Switch to other view (staged/unstaged changes). |
199199
| `` E `` | Edit hunk | Edit selected hunk in external editor. |
200-
| `` c `` | 커밋 변경내용 | Commit staged changes. |
200+
| `` c `` | 커밋 변경내용 | 스테이징된 변경 사항 커밋. |
201201
| `` w `` | Commit changes without pre-commit hook | |
202202
| `` C `` | Git 편집기를 사용하여 변경 내용을 커밋합니다. | |
203203
| `` <c-f> `` | Find base commit for fixup | Find the commit that your current changes are building upon, for the sake of amending/fixing up the commit. This spares you from having to look through your branch's commits one-by-one to see which commit should be amended/fixed up. See docs: <https://github.com/jesseduffield/lazygit/tree/master/docs/Fixup_Commits.md> |
@@ -379,7 +379,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
379379
| `` <space> `` | Staged 전환 | Toggle staged for selected file. |
380380
| `` <c-b> `` | 파일을 필터하기 (Staged/unstaged) | |
381381
| `` y `` | 클립보드에 복사 | |
382-
| `` c `` | 커밋 변경내용 | Commit staged changes. |
382+
| `` c `` | 커밋 변경내용 | 스테이징된 변경 사항 커밋. |
383383
| `` w `` | Commit changes without pre-commit hook | |
384384
| `` A `` | 마지맛 커밋 수정 | |
385385
| `` C `` | Git 편집기를 사용하여 변경 내용을 커밋합니다. | |

pkg/i18n/translations/ja.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"StagedChanges": "ステージされた変更",
1212
"StagingTitle": "メインパネル(ステージング)",
1313
"MergingTitle": "メインパネル(マージ中)",
14-
"SquashMergeUncommittedTitle": "スカッシュマージして未コミットのままにする",
15-
"SquashMergeCommittedTitle": "スカッシュマージしてコミットする",
16-
"SquashMergeUncommitted": "'{{.selectedBranch}}'をワーキングツリーにスカッシュマージします。",
17-
"SquashMergeCommitted": "'{{.selectedBranch}}'を'{{.checkedOutBranch}}'に単一のコミットとしてスカッシュマージします。",
18-
"RegularMergeTooltip": "'{{.selectedBranch}}'を'{{.checkedOutBranch}}'にマージします。",
1914
"NormalTitle": "メインパネル(通常)",
2015
"LogTitle": "ログ",
2116
"CommitSummary": "コミット概要",
@@ -50,7 +45,6 @@
5045
"ToggleTreeView": "ファイルツリービューを切り替え",
5146
"OpenDiffTool": "外部差分ツールを開く(git difftool)",
5247
"OpenMergeTool": "外部マージツールを開く",
53-
"OpenMergeToolTooltip": "`git mergetool`を実行します。",
5448
"Refresh": "更新",
5549
"RefreshTooltip": "Gitの状態を更新します(`git status`、`git branch`などをバックグラウンドで実行してパネルの内容を更新します)。これは`git fetch`を実行しません。",
5650
"Push": "プッシュ",
@@ -247,7 +241,6 @@
247241
"RefreshFiles": "ファイルを更新",
248242
"FocusMainView": "メインビューにフォーカス",
249243
"Merge": "マージ",
250-
"RegularMerge": "通常のマージ",
251244
"MergeBranchTooltip": "選択した項目を現在のブランチにマージするためのオプションを表示します(通常のマージ、スカッシュマージ)",
252245
"ConfirmQuit": "本当に終了してよろしいですか?",
253246
"SwitchRepo": "最近のリポジトリをチェックアウト",
@@ -781,7 +774,6 @@
781774
"WorktreesTitle": "ワークツリー",
782775
"WorktreeTitle": "ワークツリー",
783776
"RemoveWorktreePrompt": "ワークツリー '{{.worktreeName}}' を削除してよろしいですか?",
784-
"ForceRemoveWorktreePrompt": "'{{.worktreeName}}' には変更されたファイルまたは追跡されていないファイルが含まれています(正直なところ、両方含まれている可能性があります)。削除してよろしいですか?",
785777
"RemovingWorktree": "ワークツリーを削除中",
786778
"AddingWorktree": "ワークツリーを追加中",
787779
"CantDeleteCurrentWorktree": "現在のワークツリーは削除できません!",

pkg/i18n/translations/ko.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,26 @@
99
"StagedChanges": "Staged된 변경 내용",
1010
"StagingTitle": "메인 패널 (Staging)",
1111
"MergingTitle": "메인 패널 (Merging)",
12-
"SquashMergeCommittedTitle": "스쿼시 병합 및 커밋",
1312
"NormalTitle": "메인 패널 (Normal)",
1413
"LogTitle": "로그",
1514
"CommitSummary": "커밋 메시지",
1615
"CredentialsUsername": "사용자 이름",
1716
"CredentialsPassword": "패스워드",
1817
"CredentialsPassphrase": "SSH키의 passphrase 입력",
1918
"CredentialsPIN": "SSH키\u001d의 PIN\u001d을 입력",
19+
"CredentialsToken": "SSH 키를 위한 토큰 입력",
2020
"PassUnameWrong": "패스워드, passphrase 또는 사용자 이름이 잘못되었습니다.",
2121
"Commit": "커밋 변경내용",
22+
"CommitTooltip": "스테이징된 변경 사항 커밋.",
2223
"AmendLastCommit": "마지맛 커밋 수정",
2324
"AmendLastCommitTitle": "마지막 커밋 수정",
2425
"SureToAmend": "마지막 커밋을 수정하시겠습니까? 그런 다음 커밋 패널에서 커밋 메시지를 변경할 수 있습니다.",
2526
"NoCommitToAmend": "Amend 가능한 커밋이 없습니다.",
2627
"CommitChangesWithEditor": "Git 편집기를 사용하여 변경 내용을 커밋합니다.",
28+
"NoBaseCommitsFound": "기본 커밋을 찾을 수 없습니다",
29+
"MultipleBaseCommitsFoundStaged": "여러 개의 기본 커밋을 찾았습니다. (한 번에 더 적은 변경 사항을 스테이징해보세요)",
30+
"MultipleBaseCommitsFoundUnstaged": "여러 개의 기본 커밋을 찾았습니다. (변경 사항 중 일부를 스테이징해보세요)",
31+
"BaseCommitIsAlreadyOnMainBranch": "이 변경 사항의 기본 커밋은 이미 메인 브랜치에 있습니다",
2732
"StatusTitle": "상태",
2833
"GlobalTitle": "글로벌 키 바인딩",
2934
"Execute": "실행",
@@ -46,7 +51,7 @@
4651
"AllFilesDiffCopiedToast": "모든 파일의 변경점을 클립보드에 복사했습니다.",
4752
"FilterStagedFiles": "Staged된 파일만 표시",
4853
"FilterUnstagedFiles": "Stage되지 않은 파일만 표시",
49-
"MergeConflictsTitle": "병합 충돌 내용",
54+
"MergeConflictsTitle": "병합 충돌",
5055
"Checkout": "체크아웃",
5156
"NoChangedFiles": "변경된 파일이 없습니다.",
5257
"SoftReset": "소프트 리셋",
@@ -348,6 +353,9 @@
348353
"Push": "푸시",
349354
"Pull": "업데이트(Pull)",
350355
"OpenFile": "파일 열기",
356+
"CopyToClipboard": "클립보드에 복사",
357+
"CopySelectedTextToClipboard": "선택한 텍스트를 클립보드에 복사",
358+
"DeleteRemoteBranch": "원격 브랜치 삭제",
351359
"RemoveSubmodule": "서브모듈 삭제",
352360
"ResetSubmodule": "서브모듈 Reset",
353361
"AddSubmodule": "서브모듈 추가",

pkg/i18n/translations/pl.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"ToggleTreeView": "Przełącz widok drzewa plików",
4242
"OpenDiffTool": "Otwórz zewnętrzne narzędzie różnic (git difftool)",
4343
"OpenMergeTool": "Otwórz zewnętrzne narzędzie scalania",
44-
"OpenMergeToolTooltip": "Uruchom `git mergetool`.",
4544
"Refresh": "Odśwież",
4645
"RefreshTooltip": "Odśwież stan git (tj. uruchom `git status`, `git branch`, itp. w tle, aby zaktualizować zawartość paneli). To nie uruchamia `git fetch`.",
4746
"Push": "Wypchnij",
@@ -634,7 +633,6 @@
634633
"WorktreesTitle": "Drzewa pracy",
635634
"WorktreeTitle": "Drzewo pracy",
636635
"RemoveWorktreePrompt": "Czy na pewno chcesz usunąć drzewo pracy '{{.worktreeName}}'?",
637-
"ForceRemoveWorktreePrompt": "'{{.worktreeName}}' zawiera zmodyfikowane lub nieśledzone pliki (szczerze mówiąc, może zawierać oba). Czy na pewno chcesz to usunąć?",
638636
"RemovingWorktree": "Usuwanie drzewa pracy",
639637
"AddingWorktree": "Dodawanie drzewa pracy",
640638
"CantDeleteCurrentWorktree": "Nie możesz usunąć bieżącego drzewa pracy!",

pkg/i18n/translations/pt.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"StagedChanges": "Alterações preparadas",
1212
"StagingTitle": "Painel Principal (preparação)",
1313
"MergingTitle": "Painel principal (mesclagem)",
14-
"SquashMergeUncommittedTitle": "Mesclar Squash e sair sem commit",
15-
"SquashMergeCommittedTitle": "Mesclar Squash e commit",
16-
"SquashMergeUncommitted": "Mesclar Squash '{{.selectedBranch}}' na árvore de trabalho",
17-
"SquashMergeCommitted": "Mesclar Squash '{{.selectedBranch}}' em '{{.checkedOutBranch}}' como um único commit.",
18-
"RegularMergeTooltip": "Mesclar '{{.selectedBranch}}' em '{{.checkedOutBranch}}'.",
1914
"NormalTitle": "Painel Principal (Normal)",
2015
"LogTitle": "Log",
2116
"CommitSummary": "Sumário do commit",
@@ -50,7 +45,6 @@
5045
"ToggleTreeView": "Alternar exibição de árvore de arquivo",
5146
"OpenDiffTool": "Abrir ferramenta de diff externa (git difftool)",
5247
"OpenMergeTool": "Abrir ferramenta de merge externa",
53-
"OpenMergeToolTooltip": "Execute `git mergetool`.",
5448
"Refresh": "Atualizar",
5549
"RefreshTooltip": "Atualize o estado do git (ou seja, execute `git status`, `git branch`, etc em segundo plano para atualizar o conteúdo de painéis). Isso não executa `git fetch`.",
5650
"Push": "Empurre (Push)",
@@ -239,7 +233,6 @@
239233
"ExcludeFile": "Adicionar ao .git/info/exclui",
240234
"RefreshFiles": "Atualizar arquivos",
241235
"Merge": "Mesclar",
242-
"RegularMerge": "Mesclagem regular",
243236
"MergeBranchTooltip": "Ver opções para mesclar o item selecionado no branch atual (mesclar regularmente, mesclar squash)",
244237
"ConfirmQuit": "Tem a certeza de que pretende sair?",
245238
"SwitchRepo": "Mudar para um repositório recente",
@@ -296,6 +289,7 @@
296289
"InformationTitle": "Informações",
297290
"SecondaryTitle": "Secundário",
298291
"ReflogCommitsTitle": "Reflog",
292+
"ConflictsResolved": "Todos os conflitos de merge resolvidos. Continuar?",
299293
"Continue": "Continuar",
300294
"UnstagedFilesAfterConflictsResolved": "Os arquivos foram modificados desde que os conflitos foram resolvidos. Auto-encapsulá-los e continuar?",
301295
"RebasingTitle": "Rebase '{{.checkedOutBranch}}'",

pkg/i18n/translations/zh-CN.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"StagedChanges": "已暂存变更",
1212
"StagingTitle": "正在暂存",
1313
"MergingTitle": "正在合并",
14-
"SquashMergeUncommittedTitle": "压缩合并并保持未提交状态",
15-
"SquashMergeCommittedTitle": "压缩合并,然后提交",
16-
"SquashMergeUncommitted": "将分支 ‘{{.selectedBranch}}’ 压缩合并到工作树中",
17-
"SquashMergeCommitted": "将分支 '{{.selectedBranch}}' 压缩合并为单个提交,到 '{{.checkedOutBranch}}' 分支中。",
18-
"RegularMergeTooltip": "将分支 '{{.selectedBranch}}' 合并到 '{{.checkedOutBranch}}'",
1914
"NormalTitle": "正常",
2015
"LogTitle": "日志",
2116
"CommitSummary": "提交信息",
@@ -50,7 +45,6 @@
5045
"ToggleTreeView": "切换文件树视图",
5146
"OpenDiffTool": "使用外部差异比较工具(git difftool)",
5247
"OpenMergeTool": "打开外部合并工具(git mergetool)",
53-
"OpenMergeToolTooltip": "执行 `git mergetool`.",
5448
"Refresh": "刷新",
5549
"RefreshTooltip": "刷新git状态(即在后台上运行`git status`,`git branch`等命令以更新面板内容) 不会运行`git fetch`",
5650
"Push": "推送",
@@ -242,7 +236,6 @@
242236
"ExcludeFile": "添加到 .git/info/exclude",
243237
"RefreshFiles": "刷新文件",
244238
"Merge": "合并到当前检出的分支",
245-
"RegularMerge": "常规合并",
246239
"MergeBranchTooltip": "Merge selected branch into currently checked out branch.",
247240
"ConfirmQuit": "您确定要退出吗?",
248241
"SwitchRepo": "切换到最近的仓库",
@@ -757,7 +750,6 @@
757750
"WorktreesTitle": "工作区",
758751
"WorktreeTitle": "工作区",
759752
"RemoveWorktreePrompt": "您确定要删除工作树 {{.worktreeName}}' ?",
760-
"ForceRemoveWorktreePrompt": "'{{.worktreeName}}' 包含已修改或未跟踪的文件(说实话,它可能包含两者)。您确定要删除它吗?",
761753
"RemovingWorktree": "正在删除工作树",
762754
"AddingWorktree": "添加工作区",
763755
"CantDeleteCurrentWorktree": "您不能删除当前的工作树!",

pkg/i18n/translations/zh-TW.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"StagedChanges": "已預存變更",
1212
"StagingTitle": "主面板(預存)",
1313
"MergingTitle": "主面板(合併)",
14-
"SquashMergeUncommittedTitle": "壓縮合併但不提交",
15-
"SquashMergeCommittedTitle": "壓縮合併並提交",
1614
"NormalTitle": "主面板(一般)",
1715
"LogTitle": "版本記錄",
1816
"CommitSummary": "提交摘要",
@@ -36,7 +34,6 @@
3634
"ToggleTreeView": "顯示檔案樹狀視圖",
3735
"OpenDiffTool": "開啟外部差異工具 (git difftool)",
3836
"OpenMergeTool": "開啟外部合併工具",
39-
"OpenMergeToolTooltip": "執行 `git mergetool`。",
4037
"Refresh": "重新整理",
4138
"Push": "推送",
4239
"Pull": "拉取",
@@ -164,7 +161,6 @@
164161
"ExcludeFile": "添加到 .git/info/exclude",
165162
"RefreshFiles": "重新整理檔案",
166163
"Merge": "合併到當前檢出的分支",
167-
"RegularMerge": "一般合併",
168164
"ConfirmQuit": "是否結束?",
169165
"SwitchRepo": "切換到最近使用的版本庫",
170166
"UnsupportedGitService": "不支援的 git 服務",
@@ -539,7 +535,6 @@
539535
"WorktreesTitle": "工作目錄",
540536
"WorktreeTitle": "工作目錄",
541537
"RemoveWorktreePrompt": "是否刪除 {{.worktreeName}} 工作目錄?",
542-
"ForceRemoveWorktreePrompt": "'{{.worktreeName}}' 包括已更動或未追蹤的檔案。是否繼續刪除工作目錄?",
543538
"RemovingWorktree": "正在刪除工作目錄",
544539
"AddingWorktree": "正在建立工作目錄",
545540
"CantDeleteCurrentWorktree": "無法刪除當前工作目錄!",

0 commit comments

Comments
 (0)