diff --git a/docs-master/keybindings/Keybindings_ja.md b/docs-master/keybindings/Keybindings_ja.md index 39758d3ed6b..b657aa794f7 100644 --- a/docs-master/keybindings/Keybindings_ja.md +++ b/docs-master/keybindings/Keybindings_ja.md @@ -115,7 +115,7 @@ _凡例:`<c-b>` はctrl+b、`<a-b>` はalt+b、`B` はshift+bを意味 | `` `` | パッチに含めるファイルを切り替え | ファイルがカスタムパッチに含まれるかどうかを切り替えます。https://github.com/jesseduffield/lazygit#rebase-magic-custom-patchesを参照してください。 | | `` a `` | すべてのファイルを切り替え | コミットのすべてのファイルをカスタムパッチに追加/削除します。https://github.com/jesseduffield/lazygit#rebase-magic-custom-patchesを参照してください。 | | `` `` | ファイルに入る / ディレクトリの折りたたみを切り替える | ファイルが選択されている場合、そのファイルに入ってカスタムパッチに個々の行を追加/削除できます。ディレクトリが選択されている場合、ディレクトリを切り替えます。 | -| `` ` `` | ファイルツリービューを切り替え | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.

The default can be changed in the config file with the key 'gui.showFileTree'. | +| `` ` `` | ファイルツリービューを切り替え | ファイル表示をフラット表示とツリー表示で切り替えます。フラット表示はすべてのファイルパスを一覧で表示し、ツリー表示はディレクトリごとにファイルをグループ化します。

デフォルトは設定ファイル内の 'gui.showFileTree' キーで変更できます。 | | `` - `` | すべてのファイルを折りたたむ | ファイルツリー内のすべてのディレクトリを折りたたみます | | `` = `` | すべてのファイルを展開 | ファイルツリー内のすべてのディレクトリを展開します | | `` 0 `` | メインビューにフォーカス | | @@ -235,7 +235,7 @@ _凡例:`<c-b>` はctrl+b、`<a-b>` はalt+b、`B` はshift+bを意味 | `` d `` | 破棄 | 選択したファイルの変更を破棄するオプションを表示します。 | | `` g `` | アップストリームへのリセットオプションを表示 | | | `` D `` | リセット | 作業ツリーのリセットオプション(例:作業ツリーの完全破棄)を表示します。 | -| `` ` `` | ファイルツリービューを切り替え | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.

The default can be changed in the config file with the key 'gui.showFileTree'. | +| `` ` `` | ファイルツリービューを切り替え | ファイル表示をフラット表示とツリー表示で切り替えます。フラット表示はすべてのファイルパスを一覧で表示し、ツリー表示はディレクトリごとにファイルをグループ化します。

デフォルトは設定ファイル内の 'gui.showFileTree' キーで変更できます。 | | `` `` | 外部差分ツールを開く(git difftool) | | | `` M `` | View merge conflict options | View options for resolving merge conflicts. | | `` f `` | フェッチ | リモートから変更をフェッチします。 | diff --git a/docs-master/keybindings/Keybindings_zh-CN.md b/docs-master/keybindings/Keybindings_zh-CN.md index 37480d3c318..169dbb9c8c0 100644 --- a/docs-master/keybindings/Keybindings_zh-CN.md +++ b/docs-master/keybindings/Keybindings_zh-CN.md @@ -235,7 +235,7 @@ _图例:`` 意味着ctrl+b, `意味着Alt+b, `B` 意味着shift+b_ | `` F `` | 强制检出 | 强制检出所选分支。这将在检出所选分支之前放弃工作目录中的所有本地更改。 | | `` d `` | 删除 | 查看本地/远程分支的删除选项 | | `` r `` | 变基 | 将检出的分支变基到所选的分支上。 | -| `` M `` | 合并到当前检出的分支 | Merge selected branch into currently checked out branch. | +| `` M `` | 合并到当前检出的分支 | 查看将选中项合并到当前分支的选项(正常合并,压缩合并) | | `` f `` | 从上游快进此分支 | 将当前分支直接移动到远程追踪分支的最新提交 | | `` T `` | 创建标签 | | | `` s `` | 排序 | | @@ -402,7 +402,7 @@ _图例:`` 意味着ctrl+b, `意味着Alt+b, `B` 意味着shift+b_ | `` `` | 复制分支名称到剪贴板 | | | `` `` | 检出 | 基于当前选中的远程分支检出一个新的本地分支,或者将远程分支作分离的HEAD。 | | `` n `` | 新分支 | | -| `` M `` | 合并到当前检出的分支 | Merge selected branch into currently checked out branch. | +| `` M `` | 合并到当前检出的分支 | 查看将选中项合并到当前分支的选项(正常合并,压缩合并) | | `` r `` | 变基 | 将检出的分支变基到所选的分支上。 | | `` d `` | 删除 | 从远程删除远程分支。 | | `` u `` | 设置为上游 | 设置为检出分支的上游 | diff --git a/pkg/i18n/translations/ja.json b/pkg/i18n/translations/ja.json index b3ea2ac1aea..718a849d4b1 100644 --- a/pkg/i18n/translations/ja.json +++ b/pkg/i18n/translations/ja.json @@ -44,6 +44,7 @@ "ToggleStagedAll": "すべてステージ", "ToggleStagedAllTooltip": "ワーキングツリー内のすべてのファイルのステージ/アンステージを切り替えます。", "ToggleTreeView": "ファイルツリービューを切り替え", + "ToggleTreeViewTooltip": "ファイル表示をフラット表示とツリー表示で切り替えます。フラット表示はすべてのファイルパスを一覧で表示し、ツリー表示はディレクトリごとにファイルをグループ化します。\n\nデフォルトは設定ファイル内の 'gui.showFileTree' キーで変更できます。", "OpenDiffTool": "外部差分ツールを開く(git difftool)", "OpenMergeTool": "外部マージツールを開く", "Refresh": "更新", @@ -144,7 +145,6 @@ "CannotSquashOrFixupMergeCommit": "マージコミットをスカッシュまたはフィックスアップすることはできません", "Fixup": "フィックスアップ", "FixupTooltip": "選択したコミットをその下のコミットにマージします。フィックスアップはスカッシュと似ていますが、選択したコミットのメッセージは破棄され、下のコミットのメッセージのみが保持されます。", - "SureFixupThisCommit": "選択したコミットを下のコミットに'フィックスアップ'してもよろしいですか?", "SureSquashThisCommit": "選択したコミットを下のコミットにスカッシュしてもよろしいですか?", "Squash": "スカッシュ", "PickCommitTooltip": "選択したコミットをピックするようにマークします(リベース中)。これは、リベースを続行すると、コミットが保持されることを意味します。", @@ -814,7 +814,6 @@ "SelectedItemIsNotABranch": "選択された項目はブランチではありません", "SelectedItemDoesNotHaveFiles": "選択された項目には表示するファイルがありません", "MultiSelectNotSupportedForSubmodules": "サブモジュールでは複数選択はサポートされていません", - "OldCherryPickKeyWarning": "'c'キーは現在、コミットのコピー(チェリーピック)のデフォルトキーではなくなりました。代わりに`{{.copy}}`キーを使用してコピーし、`{{.paste}}`キーでペーストしてください。\n\nこの変更理由は以下の通りです:\n- 以前は'v'キーがステージング時の行選択にのみ使用されていましたが、現在はすべてのリストビューで範囲選択に使われています\n- そのため、コミットペースト用の新しいキーが必要になり、`{{.paste}}`をペーストに使うなら、`{{.copy}}`をコピーに使う方が直感的です\n\n以前の動作に戻したい場合は、設定ファイルに以下を追加してください:\n\nkeybinding:\n universal:\n toggleRangeSelect: \n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'", "CommandDoesNotSupportOpeningInEditor": "このコマンドはエディタへの切り替えをサポートしていません", "CustomCommands": "カスタムコマンド", "NoApplicableCommandsInThisContext": "(このコンテキストでは適用可能なコマンドはありません)", diff --git a/pkg/i18n/translations/ko.json b/pkg/i18n/translations/ko.json index a13d98e38be..653211f1c48 100644 --- a/pkg/i18n/translations/ko.json +++ b/pkg/i18n/translations/ko.json @@ -77,7 +77,6 @@ "CloseCancel": "닫기/취소", "Confirm": "확인", "Quit": "종료", - "SureFixupThisCommit": "Are you sure you want to 'fixup' this commit? It will be merged into the commit below", "SureSquashThisCommit": "Are you sure you want to squash this commit into the commit below?", "Squash": "스쿼시", "PickCommitTooltip": "Pick commit (when mid-rebase)", diff --git a/pkg/i18n/translations/nl.json b/pkg/i18n/translations/nl.json index 24b63f540a3..fb409e8c181 100644 --- a/pkg/i18n/translations/nl.json +++ b/pkg/i18n/translations/nl.json @@ -49,7 +49,6 @@ "Close": "Sluiten", "CloseCancel": "Sluiten", "Confirm": "Bevestig", - "SureFixupThisCommit": "Weet je zeker dat je fixup wil uitvoeren op deze commit? De commit hieronder zol worden squashed in deze", "SureSquashThisCommit": "Weet je zeker dat je deze commit wil samenvoegen met de commit hieronder?", "PickCommitTooltip": "Kies commit (wanneer midden in rebase)", "Reword": "Hernoem commit", diff --git a/pkg/i18n/translations/pl.json b/pkg/i18n/translations/pl.json index d7582231135..5112a54813c 100644 --- a/pkg/i18n/translations/pl.json +++ b/pkg/i18n/translations/pl.json @@ -100,7 +100,6 @@ "CannotSquashOrFixupFirstCommit": "Nie ma commita poniżej do scalenia", "Fixup": "Poprawka", "FixupTooltip": "Włącz wybrany commit do commita poniżej. Podobnie do fixup, ale wiadomość wybranego commita zostanie odrzucona.", - "SureFixupThisCommit": "Czy na pewno chcesz 'poprawić' wybrane commit(y) do commita poniżej?", "SureSquashThisCommit": "Czy na pewno chcesz scalić wybrane commit(y) do commita poniżej?", "Squash": "Scal", "PickCommitTooltip": "Oznacz wybrany commit do wybrania (podczas rebazowania). Oznacza to, że commit zostanie zachowany po kontynuacji rebazowania.", @@ -668,7 +667,6 @@ "NoItemSelected": "Nie wybrano elementu", "SelectedItemIsNotABranch": "Wybrany element nie jest branch'em", "SelectedItemDoesNotHaveFiles": "Wybrany element nie ma plików do wyświetlenia", - "OldCherryPickKeyWarning": "Klawisz 'c' nie jest już domyślnym klawiszem do kopiowania commitów do cherry pick. Proszę użyj `{{.copy}}` zamiast tego (i `{{.paste}}` aby wkleić). Powodem tej zmiany jest to, że klawisz 'v' do wybierania zakresu linii podczas stagingu jest teraz używany również do wybierania zakresu linii w każdym widoku listy, co oznacza, że musieliśmy znaleźć nowy klawisz do wklejania commitów, i jeśli zamierzamy teraz używać `{{.paste}}` do wklejania commitów, możemy równie dobrze użyć `{{.copy}}` do ich kopiowania. Jeśli chcesz skonfigurować klawisze, aby uzyskać stare zachowanie, ustaw następujące w swojej konfiguracji:\n\nkeybinding:\n universal:\n toggleRangeSelect: \n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'", "Actions": { "CheckoutCommit": "Przełącz commit", "CheckoutTag": "Przełącz tag", diff --git a/pkg/i18n/translations/pt.json b/pkg/i18n/translations/pt.json index a8d80b5f67c..72a353dacae 100644 --- a/pkg/i18n/translations/pt.json +++ b/pkg/i18n/translations/pt.json @@ -137,7 +137,6 @@ "CannotSquashOrFixupMergeCommit": "Não é possível squash ou corrigir um commit de merge", "Fixup": "Fixup", "FixupTooltip": "Faça o commit selecionado no commit abaixo dele. Semelhante para o squash, mas a mensagem do commit selecionado será descartada.", - "SureFixupThisCommit": "Tem certeza que deseja 'corrigir' o(s) commit(s) selecionado(s) no commit abaixo?", "SureSquashThisCommit": "Tem certeza que deseja esmagar o(s) commit(s) selecionado(s) no commit abaixo?", "Squash": "Squash", "PickCommitTooltip": "Marque o commit selecionado para ser escolhido (quando meados da base). Isso significa que o commit será mantido ao continuar o rebase.", diff --git a/pkg/i18n/translations/ru.json b/pkg/i18n/translations/ru.json index 522ed1caf9d..29732504b1d 100644 --- a/pkg/i18n/translations/ru.json +++ b/pkg/i18n/translations/ru.json @@ -63,7 +63,6 @@ "Quit": "Выйти", "CannotSquashOrFixupFirstCommit": "Ниже нет коммита, который можно было бы объединить", "Fixup": "Объединить несколько коммитов в один отбросив сообщение коммита (Fixup) ", - "SureFixupThisCommit": "Вы уверены, что хотите объединить несколько коммитов, отбросив сообщение коммита? Он будет объединён с коммитом ниже", "SureSquashThisCommit": "Вы уверены, что хотите объединить несколько коммитов в нижний коммит?", "Squash": "Объединить коммиты (Squash)", "PickCommitTooltip": "Выбрать коммит (в середине перебазирования)", diff --git a/pkg/i18n/translations/zh-CN.json b/pkg/i18n/translations/zh-CN.json index 7103befea03..f8456f6b1f0 100644 --- a/pkg/i18n/translations/zh-CN.json +++ b/pkg/i18n/translations/zh-CN.json @@ -152,7 +152,6 @@ "CannotSquashOrFixupMergeCommit": "无法对合并提交进行压缩或修正", "Fixup": "修正 (fixup)", "FixupTooltip": "将选定的提交合并到其下面的提交中。与压缩类似,但所选提交的消息将被丢弃。", - "SureFixupThisCommit": "您确定要“修正”此提交吗?它将合并到下面的提交中", "SureSquashThisCommit": "您确定要将这个提交压缩到下面的提交中吗?", "Squash": "压缩(Squash)", "PickCommitTooltip": "标记选中的提交为 picked(变基过程中)。这意味该提交将在后续的变基中保留。", @@ -249,7 +248,7 @@ "RefreshFiles": "刷新文件", "FocusMainView": "聚焦主视图", "Merge": "合并到当前检出的分支", - "MergeBranchTooltip": "Merge selected branch into currently checked out branch.", + "MergeBranchTooltip": "查看将选中项合并到当前分支的选项(正常合并,压缩合并)", "RegularMergeFastForward": "常规合并(快进)", "RegularMergeFastForwardTooltip": "将 '{{.checkedOutBranch}}' 快进到 '{{.selectedBranch}}',不创建合并提交。", "CannotFastForwardMerge": "无法将 '{{.checkedOutBranch}}' 快进到 '{{.selectedBranch}}'", @@ -413,6 +412,7 @@ "ViewItemFiles": "查看提交的文件", "CommitFilesTitle": "提交文件", "CheckoutCommitFileTooltip": "检出文件", + "CannotCheckoutWithModifiedFilesErr": "您已有对您试图签出的文件作出的本地修改。您需要先保存或丢弃这些文件。", "CanOnlyDiscardFromLocalCommits": "只能从本地提交中丢弃更改", "Remove": "删除", "DiscardOldFileChangeTooltip": "放弃对此文件的提交变更", @@ -482,7 +482,7 @@ "StashTooltip": "贮藏所有变更.若要使用其他贮藏变体,请使用查看贮藏选项快捷键", "StashAllChanges": "将所有变更加入贮藏", "StashStagedChanges": "贮藏已暂存变更", - "StashAllChangesKeepIndex": "将已暂存的变更加入贮藏", + "StashAllChangesKeepIndex": "贮藏所有更改并保留暂存区", "StashUnstagedChanges": "贮藏未暂存变更", "StashIncludeUntrackedChanges": "贮藏所有变更,包括未跟踪的文件", "StashOptions": "贮藏选项", @@ -882,7 +882,6 @@ "SelectedItemIsNotABranch": "选中的条目不是一个分支", "SelectedItemDoesNotHaveFiles": "选中的条目中没有", "MultiSelectNotSupportedForSubmodules": "子模块不支持多选操作", - "OldCherryPickKeyWarning": "The 'c' key is no longer the default key for copying commits to cherry pick. Please use `{{.copy}}` instead (and `{{.paste}}` to paste). The reason for this change is that the 'v' key for selecting a range of lines when staging is now also used for selecting a range of lines in any list view, meaning that we needed to find a new key for pasting commits, and if we're going to now use `{{.paste}}` for pasting commits, we may as well use `{{.copy}}` for copying them. If you want to configure the keybindings to get the old behaviour, set the following in your config:\n\nkeybinding:\n universal:\n toggleRangeSelect: \n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'", "CommandDoesNotSupportOpeningInEditor": "该命令不支持切换到编辑器", "CustomCommands": "自定义命令", "NoApplicableCommandsInThisContext": "(当前上下文无可用命令)", @@ -951,7 +950,7 @@ "Pull": "拉取(Pull)", "OpenFile": "打开文件", "StashAllChanges": "贮藏所有变更", - "StashAllChangesKeepIndex": "贮藏所有更改并保持索引", + "StashAllChangesKeepIndex": "贮藏所有更改并保留暂存区", "StashStagedChanges": "贮藏暂存的变更", "StashUnstagedChanges": "贮藏所有未暂存更改", "StashIncludeUntrackedChanges": "贮藏所有更改包括未跟踪的文件", diff --git a/pkg/i18n/translations/zh-TW.json b/pkg/i18n/translations/zh-TW.json index 13e380f30c0..4f25a5447e7 100644 --- a/pkg/i18n/translations/zh-TW.json +++ b/pkg/i18n/translations/zh-TW.json @@ -83,7 +83,6 @@ "Quit": "結束", "CannotSquashOrFixupFirstCommit": "沒有可以壓縮的提交", "Fixup": "修復 (Fixup)", - "SureFixupThisCommit": "是否對此提交進行 '修復' ? 其將被合併於以下之提交中", "SureSquashThisCommit": "是否要把這個提交壓縮到下面的提交中?", "Squash": "壓縮 (Squash)", "PickCommitTooltip": "挑選提交 (於變基過程中)",