mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
Update translations from Crowdin
This commit is contained in:
@ -1,346 +1,314 @@
|
||||
_This file is auto-generated. To update, make the changes in the pkg/i18n directory and then run `go generate ./...` from the project root._
|
||||
|
||||
# Lazygit キーバインド
|
||||
# Lazygit キーバインディング
|
||||
|
||||
_Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
||||
_凡例:`<c-b>` はctrl+b、`<a-b>` はalt+b、`B` はshift+bを意味します_
|
||||
|
||||
## グローバルキーバインド
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-r> `` | 最近使用したリポジトリに切り替え | |
|
||||
| `` <pgup> (fn+up/shift+k) `` | メインパネルを上にスクロール | |
|
||||
| `` <pgdown> (fn+down/shift+j) `` | メインパネルを下にスクロール | |
|
||||
| `` @ `` | コマンドログメニューを開く | View options for the command log e.g. show/hide the command log and focus the command log. |
|
||||
| `` P `` | Push | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
|
||||
| `` p `` | Pull | Pull changes from the remote for the current branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
|
||||
| `` ) `` | Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename. |
|
||||
| `` ( `` | Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename. |
|
||||
| `` } `` | Increase diff context size | Increase the amount of the context shown around changes in the diff view. |
|
||||
| `` { `` | Decrease diff context size | Decrease the amount of the context shown around changes in the diff view. |
|
||||
| `` : `` | Execute shell command | Bring up a prompt where you can enter a shell command to execute. |
|
||||
| `` <c-p> `` | View custom patch options | |
|
||||
| `` m `` | View merge/rebase options | View options to abort/continue/skip the current merge/rebase. |
|
||||
| `` R `` | リフレッシュ | Refresh the git state (i.e. run `git status`, `git branch`, etc in background to update the contents of panels). This does not run `git fetch`. |
|
||||
| `` + `` | 次のスクリーンモード (normal/half/fullscreen) | |
|
||||
| `` _ `` | 前のスクリーンモード | |
|
||||
| `` ? `` | メニューを開く | |
|
||||
| `` <c-s> `` | View filter options | View options for filtering the commit log, so that only commits matching the filter are shown. |
|
||||
| `` W `` | 差分メニューを開く | View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction. |
|
||||
| `` <c-e> `` | 差分メニューを開く | View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction. |
|
||||
| `` <c-r> `` | 最近のリポジトリをチェックアウト | |
|
||||
| `` <pgup> (fn+up/shift+k) `` | メインウィンドウを上にスクロール | |
|
||||
| `` <pgdown> (fn+down/shift+j) `` | メインウィンドウを下にスクロール | |
|
||||
| `` @ `` | コマンドログオプションを表示 | コマンドログのオプションを表示します(例:コマンドログの表示/非表示、コマンドログへのフォーカスなど)。 |
|
||||
| `` P `` | プッシュ | 現在のブランチを対応するアップストリームブランチにプッシュします。アップストリームが設定されていない場合、アップストリームブランチの設定を求められます。 |
|
||||
| `` p `` | プル | 現在のブランチのリモートから変更をプルします。アップストリームが設定されていない場合、アップストリームブランチの設定を求められます。 |
|
||||
| `` ) `` | リネーム検出の類似度しきい値を上げる | ファイルの削除と追加をリネーム(ファイル名変更)と判断するための類似度しきい値を上げます。値を上げると、より似ているファイルのみがリネームと認識されます。 |
|
||||
| `` ( `` | リネーム検出の類似度しきい値を下げる | ファイルの削除と追加をリネーム(ファイル名変更)と判断するための類似度しきい値を下げます。値を下げると、より多くのファイルペアがリネームと認識されます。 |
|
||||
| `` } `` | 差分コンテキストサイズを増やす | 差分ビューで変更の周りに表示されるコンテキストの量を増やします。 |
|
||||
| `` { `` | 差分コンテキストサイズを減らす | 差分ビューで変更の周りに表示されるコンテキストの量を減らします。 |
|
||||
| `` : `` | シェルコマンドを実行 | 実行するシェルコマンドを入力するプロンプトを表示します。 |
|
||||
| `` <c-p> `` | カスタムパッチオプションを表示 | |
|
||||
| `` m `` | マージ/リベースオプションを表示 | 現在のマージ/リベースを中止/継続/スキップするオプションを表示します。 |
|
||||
| `` R `` | 更新 | Gitの状態を更新します(`git status`、`git branch`などをバックグラウンドで実行してパネルの内容を更新します)。これは`git fetch`を実行しません。 |
|
||||
| `` + `` | 次の画面モード(通常/半分/全画面) | |
|
||||
| `` _ `` | 前の画面モード | |
|
||||
| `` ? `` | キーバインディングメニューを開く | |
|
||||
| `` <c-s> `` | フィルターオプションを表示 | コミットログのフィルタリングオプションを表示し、フィルタに一致するコミットのみを表示します。 |
|
||||
| `` W `` | 差分オプションを表示 | 2つのrefの差分に関連するオプションを表示します(例:選択したrefとの差分表示、差分を取るrefの入力、差分方向の反転など)。 |
|
||||
| `` <c-e> `` | 差分オプションを表示 | 2つのrefの差分に関連するオプションを表示します(例:選択したrefとの差分表示、差分を取るrefの入力、差分方向の反転など)。 |
|
||||
| `` q `` | 終了 | |
|
||||
| `` <esc> `` | キャンセル | |
|
||||
| `` <c-w> `` | 空白文字の差分の表示有無を切り替え | Toggle whether or not whitespace changes are shown in the diff view. |
|
||||
| `` z `` | アンドゥ (via reflog) (experimental) | The reflog will be used to determine what git command to run to undo the last git command. This does not include changes to the working tree; only commits are taken into consideration. |
|
||||
| `` <c-z> `` | リドゥ (via reflog) (experimental) | The reflog will be used to determine what git command to run to redo the last git command. This does not include changes to the working tree; only commits are taken into consideration. |
|
||||
| `` <c-w> `` | 空白表示の切り替え | 差分ビューで空白の変更を表示するかどうかを切り替えます。 |
|
||||
| `` z `` | 元に戻す | 最後のgitコマンドを元に戻すために実行するgitコマンドを決定するためにreflogが使用されます。これにはワーキングツリーへの変更は含まれません。コミットのみが考慮されます。 |
|
||||
| `` <c-z> `` | やり直す | 最後のgitコマンドをやり直すために実行するgitコマンドを決定するためにreflogが使用されます。これにはワーキングツリーへの変更は含まれません。コミットのみが考慮されます。 |
|
||||
|
||||
## 一覧パネルの操作
|
||||
## リストパネルのナビゲーション
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` , `` | 前のページ | |
|
||||
| `` . `` | 次のページ | |
|
||||
| `` < (<home>) `` | 最上部までスクロール | |
|
||||
| `` > (<end>) `` | 最下部までスクロール | |
|
||||
| `` < (<home>) `` | 先頭にスクロール | |
|
||||
| `` > (<end>) `` | 末尾にスクロール | |
|
||||
| `` v `` | 範囲選択を切り替え | |
|
||||
| `` <s-down> `` | Range select down | |
|
||||
| `` <s-up> `` | Range select up | |
|
||||
| `` / `` | 検索を開始 | |
|
||||
| `` H `` | 左スクロール | |
|
||||
| `` L `` | 右スクロール | |
|
||||
| `` <s-down> `` | 範囲選択を下に | |
|
||||
| `` <s-up> `` | 範囲選択を上に | |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
| `` H `` | 左にスクロール | |
|
||||
| `` L `` | 右にスクロール | |
|
||||
| `` ] `` | 次のタブ | |
|
||||
| `` [ `` | 前のタブ | |
|
||||
|
||||
## Secondary
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <tab> `` | パネルを切り替え | Switch to other view (staged/unstaged changes). |
|
||||
| `` <esc> `` | Exit back to side panel | |
|
||||
| `` / `` | 検索を開始 | |
|
||||
|
||||
## Stash
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <space> `` | 適用 | Apply the stash entry to your working directory. |
|
||||
| `` g `` | Pop | Apply the stash entry to your working directory and remove the stash entry. |
|
||||
| `` d `` | Drop | Remove the stash entry from the stash list. |
|
||||
| `` n `` | 新しいブランチを作成 | Create a new branch from the selected stash entry. This works by git checking out the commit that the stash entry was created from, creating a new branch from that commit, then applying the stash entry to the new branch as an additional commit. |
|
||||
| `` r `` | Stashを変更 | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | View files | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
|
||||
## Sub-commits
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | コミットのhashをクリップボードにコピー | |
|
||||
| `` <space> `` | チェックアウト | Checkout the selected commit as a detached HEAD. |
|
||||
| `` y `` | コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
|
||||
| `` o `` | ブラウザでコミットを開く | |
|
||||
| `` n `` | コミットにブランチを作成 | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` C `` | コミットをコピー (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
|
||||
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` * `` | Select commits of current branch | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | View files | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | 検索を開始 | |
|
||||
|
||||
## Worktrees
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` n `` | New worktree | |
|
||||
| `` <space> `` | Switch | Switch to the selected worktree. |
|
||||
| `` o `` | Open in editor | |
|
||||
| `` d `` | Remove | Remove the selected worktree. This will both delete the worktree's directory, as well as metadata about the worktree in the .git directory. |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
|
||||
## コミット
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | コミットのhashをクリップボードにコピー | |
|
||||
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |
|
||||
| `` b `` | View bisect options | |
|
||||
| `` s `` | Squash | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
|
||||
| `` f `` | Fixup | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
|
||||
| `` r `` | コミットメッセージを変更 | Reword the selected commit's message. |
|
||||
| `` R `` | エディタでコミットメッセージを編集 | |
|
||||
| `` d `` | コミットを削除 | Drop the selected commit. This will remove the commit from the branch via a rebase. If the commit makes changes that later commits depend on, you may need to resolve merge conflicts. |
|
||||
| `` e `` | Edit (start interactive rebase) | コミットを編集 |
|
||||
| `` i `` | Start interactive rebase | Start an interactive rebase for the commits on your branch. This will include all commits from the HEAD commit down to the first merge commit or main branch commit.
|
||||
If you would instead like to start an interactive rebase from the selected commit, press `e`. |
|
||||
| `` p `` | 選択 | Mark the selected commit to be picked (when mid-rebase). This means that the commit will be retained upon continuing the rebase. |
|
||||
| `` F `` | Fixupコミットを作成 | このコミットに対するfixupコミットを作成 |
|
||||
| `` S `` | Apply fixup commits | Squash all 'fixup!' commits, either above the selected commit, or all in current branch (autosquash). |
|
||||
| `` <c-o> `` | コミットハッシュをクリップボードにコピー | |
|
||||
| `` <c-r> `` | コピーされた(チェリーピックされた)コミットの選択をリセット | |
|
||||
| `` b `` | bisectオプションを表示 | |
|
||||
| `` s `` | スカッシュ | 選択したコミットをその下のコミットにスカッシュします。スカッシュとは複数のコミットを1つにまとめる操作です。選択したコミットのメッセージが下のコミットに追加されます。 |
|
||||
| `` f `` | フィックスアップ | 選択したコミットをその下のコミットにマージします。フィックスアップはスカッシュと似ていますが、選択したコミットのメッセージは破棄され、下のコミットのメッセージのみが保持されます。 |
|
||||
| `` r `` | メッセージ変更 | 選択したコミットのメッセージを変更します。 |
|
||||
| `` R `` | エディタでメッセージ変更 | |
|
||||
| `` d `` | 削除 | 選択したコミットを削除します。これはリベースを通じてブランチからコミットを削除します。コミットが後続のコミットが依存する変更を行っている場合、マージコンフリクトを解決する必要があるかもしれません。 |
|
||||
| `` e `` | 編集(対話型リベースを開始) | 選択したコミットを編集します。これを使用して、選択したコミットから対話型リベースを開始します。すでにリベース中の場合、これは選択したコミットを編集用にマークし、リベースを続行すると、リベースは選択したコミットで一時停止して変更を行えるようにします。 |
|
||||
| `` i `` | 対話的リベースを開始 | ブランチ上のコミットの対話的リベースを開始します。これには、HEADコミットから最初のマージコミットまたはメインブランチのコミットまでのすべてのコミットが含まれます。
|
||||
選択したコミットから対話的リベースを開始したい場合は、代わりに `e` を押してください。 |
|
||||
| `` p `` | ピック | 選択したコミットをピックするようにマークします(リベース中)。これは、リベースを続行すると、コミットが保持されることを意味します。 |
|
||||
| `` F `` | fixupコミットを作成 | 選択したコミットに対する「fixup!」コミットを作成します。fixupコミットは、選択したコミットの修正用コミットです。後で、同じコミットで `S` を押すと、上記のすべてのfixupコミットが適用されます。 |
|
||||
| `` S `` | fixupコミットを適用 | すべての「fixup!」コミットを、選択したコミットの上部または現在のブランチ内のすべてをスカッシュします(autosquash)。 |
|
||||
| `` <c-j> `` | コミットを1つ下に移動 | |
|
||||
| `` <c-k> `` | コミットを1つ上に移動 | |
|
||||
| `` V `` | コミットを貼り付け (cherry-pick) | |
|
||||
| `` B `` | Mark as base commit for rebase | Select a base commit for the next rebase. When you rebase onto a branch, only commits above the base commit will be brought across. This uses the `git rebase --onto` command. |
|
||||
| `` A `` | Amend | ステージされた変更でamendコミット |
|
||||
| `` a `` | Amend commit attribute | Set/Reset commit author or set co-author. |
|
||||
| `` t `` | Revert | Create a revert commit for the selected commit, which applies the selected commit's changes in reverse. |
|
||||
| `` T `` | タグを作成 | Create a new tag pointing at the selected commit. You'll be prompted to enter a tag name and optional description. |
|
||||
| `` <c-l> `` | ログメニューを開く | View options for commit log e.g. changing sort order, hiding the git graph, showing the whole git graph. |
|
||||
| `` <space> `` | チェックアウト | Checkout the selected commit as a detached HEAD. |
|
||||
| `` y `` | コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
|
||||
| `` V `` | ペースト(チェリーピック) | |
|
||||
| `` B `` | リベース用のベースコミットとしてマーク | 次のリベース用のベースコミットを選択します。ブランチにリベースするとき、ベースコミットより上のコミットのみが持ち込まれます。これは `git rebase --onto` コマンドを使用します。 |
|
||||
| `` A `` | 修正 | ステージされた変更でコミットを修正します。選択したコミットがHEADコミットの場合、これは `git commit --amend` を実行します。それ以外の場合、コミットはリベースを通じて修正されます。 |
|
||||
| `` a `` | コミット属性を修正 | コミット作者の設定/リセットまたは共同作者の設定を行います。 |
|
||||
| `` t `` | 元に戻す | 選択したコミットの変更を逆に適用する、リバートコミットを作成します。 |
|
||||
| `` T `` | コミットにタグを付ける | 選択したコミットを指すタグを新規作成します。タグ名とオプションの説明を入力するよう促されます。 |
|
||||
| `` <c-l> `` | ログオプションを表示 | コミットログのオプションを表示します(例:並び順の変更、Gitグラフの非表示、Gitグラフ全体の表示)。 |
|
||||
| `` <space> `` | チェックアウト(ブランチの切り替え) | 選択したコミットをデタッチドヘッド(特定のブランチに属さない状態)としてチェックアウトします。 |
|
||||
| `` y `` | コミット属性をクリップボードにコピー | コミット属性をクリップボードにコピーします(例:ハッシュ、URL、差分、メッセージ、作者)。 |
|
||||
| `` o `` | ブラウザでコミットを開く | |
|
||||
| `` n `` | コミットにブランチを作成 | |
|
||||
| `` n `` | コミットから新しいブランチを作成 | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` C `` | コミットをコピー (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` * `` | Select commits of current branch | |
|
||||
| `` g `` | リセット | 選択した項目へのリセットオプション(ソフト/ミックス/ハード)を表示します。各リセットタイプの詳細は次の通りです:
|
||||
- ソフトリセット:変更を保持し、ステージされた状態にします
|
||||
- ミックスリセット:変更を保持し、ステージされていない状態にします
|
||||
- ハードリセット:すべての変更を破棄します |
|
||||
| `` C `` | コピー(チェリーピック) | コミットをコピーとしてマークします。ローカルコミットビューで `V` を押すと、コピーしたコミットをチェックアウトしたブランチにペースト(チェリーピック)できます。いつでも `<esc>` を押して選択をキャンセルできます。 |
|
||||
| `` <c-t> `` | 外部差分ツールを開く(git difftool) | |
|
||||
| `` * `` | 現在のブランチのコミットを選択 | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | View files | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | 検索を開始 | |
|
||||
| `` <enter> `` | ファイルを表示 | |
|
||||
| `` w `` | ワークツリーオプションを表示 | |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
|
||||
## コミットファイル
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | ファイル名をクリップボードにコピー | |
|
||||
| `` y `` | Copy to clipboard | |
|
||||
| `` c `` | チェックアウト | Checkout file. This replaces the file in your working tree with the version from the selected commit. |
|
||||
| `` d `` | Remove | Discard this commit's changes to this file. This runs an interactive rebase in the background, so you may get a merge conflict if a later commit also changes this file. |
|
||||
| `` o `` | ファイルを開く | Open file in default application. |
|
||||
| `` e `` | 編集 | Open file in external editor. |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` <space> `` | Toggle file included in patch | Toggle whether the file is included in the custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches. |
|
||||
| `` a `` | Toggle all files | Add/remove all commit's files to custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches. |
|
||||
| `` <enter> `` | Enter file / Toggle directory collapsed | If a file is selected, enter the file so that you can add/remove individual lines to the custom patch. If a directory is selected, toggle the directory. |
|
||||
| `` ` `` | ファイルツリーの表示を切り替え | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
|
||||
| `` - `` | Collapse all files | Collapse all directories in the files tree |
|
||||
| `` = `` | Expand all files | Expand all directories in the file tree |
|
||||
| `` <c-o> `` | パスをクリップボードにコピー | |
|
||||
| `` y `` | クリップボードにコピー | |
|
||||
| `` c `` | チェックアウト(ブランチの切り替え) | ファイルをチェックアウトします。これにより、作業ツリー内のファイルが選択したコミットのバージョンに置き換えられます。 |
|
||||
| `` d `` | 削除 | このコミットのこのファイルへの変更を破棄します。これはバックグラウンドで対話的なリベースを実行するため、後のコミットでもこのファイルが変更されている場合、マージコンフリクトが発生する可能性があります。 |
|
||||
| `` o `` | ファイルを開く | デフォルトのアプリケーションでファイルを開きます。 |
|
||||
| `` e `` | 編集 | 外部エディタでファイルを開きます。 |
|
||||
| `` <c-t> `` | 外部差分ツールを開く(git difftool) | |
|
||||
| `` <space> `` | パッチに含めるファイルを切り替え | ファイルがカスタムパッチに含まれるかどうかを切り替えます。https://github.com/jesseduffield/lazygit#rebase-magic-custom-patchesを参照してください。 |
|
||||
| `` a `` | すべてのファイルを切り替え | コミットのすべてのファイルをカスタムパッチに追加/削除します。https://github.com/jesseduffield/lazygit#rebase-magic-custom-patchesを参照してください。 |
|
||||
| `` <enter> `` | ファイルに入る / ディレクトリの折りたたみを切り替える | ファイルが選択されている場合、そのファイルに入ってカスタムパッチに個々の行を追加/削除できます。ディレクトリが選択されている場合、ディレクトリを切り替えます。 |
|
||||
| `` ` `` | ファイルツリービューを切り替え | ファイルビューをフラットレイアウトとツリーレイアウトの間で切り替えます。フラットレイアウトは全てのファイルパスを単一のリストで表示し、ツリーレイアウトはディレクトリごとにファイルをグループ化します。 |
|
||||
| `` - `` | すべてのファイルを折りたたむ | ファイルツリー内のすべてのディレクトリを折りたたみます |
|
||||
| `` = `` | すべてのファイルを展開 | ファイルツリー内のすべてのディレクトリを展開します |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` / `` | 検索を開始 | |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
|
||||
## コミットメッセージ
|
||||
## コミット概要
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <enter> `` | 確認 | |
|
||||
| `` <esc> `` | 閉じる | |
|
||||
|
||||
## サブコミット
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | コミットハッシュをクリップボードにコピー | |
|
||||
| `` <space> `` | チェックアウト(ブランチの切り替え) | 選択したコミットをデタッチドヘッド(特定のブランチに属さない状態)としてチェックアウトします。 |
|
||||
| `` y `` | コミット属性をクリップボードにコピー | コミット属性をクリップボードにコピーします(例:ハッシュ、URL、差分、メッセージ、作者)。 |
|
||||
| `` o `` | ブラウザでコミットを開く | |
|
||||
| `` n `` | コミットから新しいブランチを作成 | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` g `` | リセット | 選択した項目へのリセットオプション(ソフト/ミックス/ハード)を表示します。各リセットタイプの詳細は次の通りです:
|
||||
- ソフトリセット:変更を保持し、ステージされた状態にします
|
||||
- ミックスリセット:変更を保持し、ステージされていない状態にします
|
||||
- ハードリセット:すべての変更を破棄します |
|
||||
| `` C `` | コピー(チェリーピック) | コミットをコピーとしてマークします。ローカルコミットビューで `V` を押すと、コピーしたコミットをチェックアウトしたブランチにペースト(チェリーピック)できます。いつでも `<esc>` を押して選択をキャンセルできます。 |
|
||||
| `` <c-r> `` | コピーされた(チェリーピックされた)コミットの選択をリセット | |
|
||||
| `` <c-t> `` | 外部差分ツールを開く(git difftool) | |
|
||||
| `` * `` | 現在のブランチのコミットを選択 | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | ファイルを表示 | |
|
||||
| `` w `` | ワークツリーオプションを表示 | |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
|
||||
## サブモジュール
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | サブモジュール名をクリップボードにコピー | |
|
||||
| `` <enter> `` | Enter | サブモジュールを開く |
|
||||
| `` d `` | Remove | Remove the selected submodule and its corresponding directory. |
|
||||
| `` u `` | Update | サブモジュールを更新 |
|
||||
| `` n `` | サブモジュールを新規追加 | |
|
||||
| `` e `` | サブモジュールのURLを更新 | |
|
||||
| `` i `` | Initialize | サブモジュールを初期化 |
|
||||
| `` b `` | View bulk submodule options | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
| `` <enter> `` | 入る | サブモジュールに入ります。サブモジュールに入った後、`<esc>`を押して親リポジトリに戻ることができます。 |
|
||||
| `` d `` | 削除 | 選択したサブモジュールとそれに対応するディレクトリを削除します。 |
|
||||
| `` u `` | 更新 | 選択したサブモジュールを更新します。 |
|
||||
| `` n `` | 新しいサブモジュール | |
|
||||
| `` e `` | サブモジュールURLを更新 | |
|
||||
| `` i `` | 初期化 | 選択したサブモジュールを初期化してフェッチの準備をします。おそらく、続いて「更新」アクションを呼び出してサブモジュールをフェッチしたいでしょう。 |
|
||||
| `` b `` | 一括サブモジュールオプションを表示 | |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## スタッシュ
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <space> `` | 適用 | スタッシュエントリをワーキングディレクトリに適用します。 |
|
||||
| `` g `` | ポップ | スタッシュエントリをワーキングディレクトリに適用し、スタッシュエントリを削除します。 |
|
||||
| `` d `` | 削除 | スタッシュリストからスタッシュエントリを削除します。 |
|
||||
| `` n `` | 新しいブランチ | 選択したスタッシュエントリから新しいブランチを作成します。これは、スタッシュエントリが作成されたコミットをgitがチェックアウトし、そのコミットから新しいブランチを作成した後、スタッシュエントリを追加のコミットとして新しいブランチに適用することで機能します。 |
|
||||
| `` r `` | スタッシュの名前を変更 | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | ファイルを表示 | |
|
||||
| `` w `` | ワークツリーオプションを表示 | |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## ステータス
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` o `` | 設定ファイルを開く | Open file in default application. |
|
||||
| `` e `` | 設定ファイルを編集 | Open file in external editor. |
|
||||
| `` o `` | 設定ファイルを開く | デフォルトのアプリケーションでファイルを開きます。 |
|
||||
| `` e `` | 設定ファイルを編集 | 外部エディタでファイルを開きます。 |
|
||||
| `` u `` | 更新を確認 | |
|
||||
| `` <enter> `` | 最近使用したリポジトリに切り替え | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
| `` <enter> `` | 最近のリポジトリをチェックアウト | |
|
||||
| `` a `` | ブランチログの表示モードを順に切り替え | |
|
||||
|
||||
## セカンダリ
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <tab> `` | ビューを切り替え | 他のビュー(ステージされた変更/ステージされていない変更)に切り替えます。 |
|
||||
| `` <esc> `` | Exit back to side panel | |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
|
||||
## タグ
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | Copy tag to clipboard | |
|
||||
| `` <space> `` | チェックアウト | Checkout the selected tag as a detached HEAD. |
|
||||
| `` n `` | タグを作成 | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
|
||||
| `` d `` | Delete | View delete options for local/remote tag. |
|
||||
| `` P `` | タグをpush | Push the selected tag to a remote. You'll be prompted to select a remote. |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` <c-o> `` | タグをクリップボードにコピー | |
|
||||
| `` <space> `` | チェックアウト(ブランチの切り替え) | 選択したタグをデタッチドHEADとしてチェックアウトします。 |
|
||||
| `` n `` | 新しいタグを作成 | 現在のコミットから新しいタグを作成します。タグ名とオプションの説明を入力するよう促されます。 |
|
||||
| `` d `` | 削除 | ローカル/リモートタグの削除オプションを表示します。 |
|
||||
| `` P `` | タグをプッシュ | 選択したタグをリモートにプッシュします。リモートを選択するよう促されます。 |
|
||||
| `` g `` | リセット | 選択した項目へのリセットオプション(ソフト/ミックス/ハード)を表示します。各リセットタイプの詳細は次の通りです:
|
||||
- ソフトリセット:変更を保持し、ステージされた状態にします
|
||||
- ミックスリセット:変更を保持し、ステージされていない状態にします
|
||||
- ハードリセット:すべての変更を破棄します |
|
||||
| `` <c-t> `` | 外部差分ツールを開く(git difftool) | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | コミットを閲覧 | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
| `` <enter> `` | コミットを表示 | |
|
||||
| `` w `` | ワークツリーオプションを表示 | |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## ファイル
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | ファイル名をクリップボードにコピー | |
|
||||
| `` <space> `` | ステージ/アンステージ | Toggle staged for selected file. |
|
||||
| `` <c-b> `` | ファイルをフィルタ (ステージ/アンステージ) | |
|
||||
| `` y `` | Copy to clipboard | |
|
||||
| `` c `` | 変更をコミット | Commit staged changes. |
|
||||
| `` w `` | pre-commitフックを実行せずに変更をコミット | |
|
||||
| `` A `` | 最新のコミットにamend | |
|
||||
| `` C `` | gitエディタを使用して変更をコミット | |
|
||||
| `` <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> |
|
||||
| `` e `` | 編集 | Open file in external editor. |
|
||||
| `` o `` | ファイルを開く | Open file in default application. |
|
||||
| `` i `` | ファイルをignore | |
|
||||
| `` r `` | ファイルをリフレッシュ | |
|
||||
| `` s `` | Stash | Stash all changes. For other variations of stashing, use the view stash options keybinding. |
|
||||
| `` S `` | View stash options | View stash options (e.g. stash all, stash staged, stash unstaged). |
|
||||
| `` a `` | すべての変更をステージ/アンステージ | Toggle staged/unstaged for all files in working tree. |
|
||||
| `` <enter> `` | Stage lines / Collapse directory | If the selected item is a file, focus the staging view so you can stage individual hunks/lines. If the selected item is a directory, collapse/expand it. |
|
||||
| `` d `` | Discard | View options for discarding changes to the selected file. |
|
||||
| `` g `` | View upstream reset options | |
|
||||
| `` D `` | Reset | View reset options for working tree (e.g. nuking the working tree). |
|
||||
| `` ` `` | ファイルツリーの表示を切り替え | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` M `` | Git mergetoolを開く | Run `git mergetool`. |
|
||||
| `` f `` | Fetch | Fetch changes from remote. |
|
||||
| `` - `` | Collapse all files | Collapse all directories in the files tree |
|
||||
| `` = `` | Expand all files | Expand all directories in the file tree |
|
||||
| `` <c-o> `` | パスをクリップボードにコピー | |
|
||||
| `` <space> `` | ステージ | 選択したファイルのステージ状態を切り替えます。 |
|
||||
| `` <c-b> `` | ステータスでファイルをフィルタリング | |
|
||||
| `` y `` | クリップボードにコピー | |
|
||||
| `` c `` | コミット | ステージされた変更をコミットします。 |
|
||||
| `` w `` | pre-commitフックなしで変更をコミット | |
|
||||
| `` A `` | 直前のコミットを修正 | |
|
||||
| `` C `` | Gitエディタを使用して変更をコミット | |
|
||||
| `` <c-f> `` | フィックスアップのベースコミットを検索 | 現在の変更が基づいているコミットを見つけて、コミットの修正/フィックスアップを行います。これにより、ブランチのコミットを一つずつ確認して、どのコミットを修正/フィックスアップすべきかを調べる手間が省けます。詳細はドキュメントを参照: <https://github.com/jesseduffield/lazygit/tree/master/docs/Fixup_Commits.md> |
|
||||
| `` e `` | 編集 | 外部エディタでファイルを開きます。 |
|
||||
| `` o `` | ファイルを開く | デフォルトのアプリケーションでファイルを開きます。 |
|
||||
| `` i `` | ファイルを無視または除外 | |
|
||||
| `` r `` | ファイルを更新 | |
|
||||
| `` s `` | スタッシュ | すべての変更をスタッシュします。スタッシュの他のバリエーションについては、スタッシュオプションを表示するキーバインディングを使用してください。 |
|
||||
| `` S `` | スタッシュオプションを表示 | スタッシュオプション(すべてをスタッシュ、ステージされた変更をスタッシュ、ステージされていない変更をスタッシュなど)を表示します。 |
|
||||
| `` a `` | すべてステージ | ワーキングツリー内のすべてのファイルのステージ/アンステージを切り替えます。 |
|
||||
| `` <enter> `` | 行をステージ / ディレクトリを折りたたむ | 選択された項目がファイルの場合、個々のハンク/行をステージできるようにステージングビューにフォーカスします。選択された項目がディレクトリの場合、ディレクトリを折りたたむ/展開します。 |
|
||||
| `` d `` | 破棄 | 選択したファイルの変更を破棄するオプションを表示します。 |
|
||||
| `` g `` | アップストリームへのリセットオプションを表示 | |
|
||||
| `` D `` | リセット | 作業ツリーのリセットオプション(例:作業ツリーの完全破棄)を表示します。 |
|
||||
| `` ` `` | ファイルツリービューを切り替え | ファイルビューをフラットレイアウトとツリーレイアウトの間で切り替えます。フラットレイアウトは全てのファイルパスを単一のリストで表示し、ツリーレイアウトはディレクトリごとにファイルをグループ化します。 |
|
||||
| `` <c-t> `` | 外部差分ツールを開く(git difftool) | |
|
||||
| `` M `` | 外部マージツールを開く | `git mergetool`を実行します。 |
|
||||
| `` f `` | フェッチ | リモートから変更をフェッチします。 |
|
||||
| `` - `` | すべてのファイルを折りたたむ | ファイルツリー内のすべてのディレクトリを折りたたみます |
|
||||
| `` = `` | すべてのファイルを展開 | ファイルツリー内のすべてのディレクトリを展開します |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` / `` | 検索を開始 | |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
|
||||
## ブランチ
|
||||
## メインパネル(ステージング)
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | ブランチ名をクリップボードにコピー | |
|
||||
| `` i `` | Show git-flow options | |
|
||||
| `` <space> `` | チェックアウト | Checkout selected item. |
|
||||
| `` n `` | 新しいブランチを作成 | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
| `` <left> `` | 前のハンクに移動 | |
|
||||
| `` <right> `` | 次のハンクに移動 | |
|
||||
| `` v `` | 範囲選択を切り替え | |
|
||||
| `` a `` | ハンクを選択 | ハンク選択モードを切り替えます。 |
|
||||
| `` <c-o> `` | 選択したテキストをクリップボードにコピー | |
|
||||
| `` <space> `` | ステージ | 選択された部分のステージ / アンステージを切り替えます。 |
|
||||
| `` d `` | 破棄 | ステージされていない変更が選択されている場合、`git reset`を使用して変更を破棄します。ステージされた変更が選択されている場合、変更をアンステージします。 |
|
||||
| `` o `` | ファイルを開く | デフォルトのアプリケーションでファイルを開きます。 |
|
||||
| `` e `` | ファイルを編集 | 外部エディタでファイルを開きます。 |
|
||||
| `` <esc> `` | ファイルパネルに戻る | |
|
||||
| `` <tab> `` | ビューを切り替え | 他のビュー(ステージされた変更/ステージされていない変更)に切り替えます。 |
|
||||
| `` E `` | ハンクを編集 | 選択したハンクを外部エディタで編集します。 |
|
||||
| `` c `` | コミット | ステージされた変更をコミットします。 |
|
||||
| `` w `` | pre-commitフックなしで変更をコミット | |
|
||||
| `` C `` | Gitエディタを使用して変更をコミット | |
|
||||
| `` <c-f> `` | フィックスアップのベースコミットを検索 | 現在の変更が基づいているコミットを見つけて、コミットの修正/フィックスアップを行います。これにより、ブランチのコミットを一つずつ確認して、どのコミットを修正/フィックスアップすべきかを調べる手間が省けます。詳細はドキュメントを参照: <https://github.com/jesseduffield/lazygit/tree/master/docs/Fixup_Commits.md> |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` o `` | Pull Requestを作成 | |
|
||||
| `` O `` | View create pull request options | |
|
||||
| `` <c-y> `` | Pull RequestのURLをクリップボードにコピー | |
|
||||
| `` c `` | Checkout by name | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
|
||||
| `` F `` | 強制的にチェックアウト | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
|
||||
| `` d `` | Delete | View delete options for local/remote branch. |
|
||||
| `` r `` | Rebase | Rebase the checked-out branch onto the selected branch. |
|
||||
| `` M `` | 現在のブランチにマージ | View options for merging the selected item into the current branch (regular merge, squash merge) |
|
||||
| `` f `` | Fast-forward | Fast-forward selected branch from its upstream. |
|
||||
| `` T `` | タグを作成 | |
|
||||
| `` s `` | 並び替え | |
|
||||
| `` g `` | Reset | |
|
||||
| `` R `` | ブランチ名を変更 | |
|
||||
| `` u `` | View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | コミットを閲覧 | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
|
||||
## メインパネル (Merging)
|
||||
## メインパネル(パッチ作成)
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <space> `` | Pick hunk | |
|
||||
| `` b `` | Pick all hunks | |
|
||||
| `` <up> `` | 前のhunkを選択 | |
|
||||
| `` <down> `` | 次のhunkを選択 | |
|
||||
| `` <left> `` | 前のコンフリクトを選択 | |
|
||||
| `` <right> `` | 次のコンフリクトを選択 | |
|
||||
| `` z `` | アンドゥ | Undo last merge conflict resolution. |
|
||||
| `` e `` | ファイルを編集 | Open file in external editor. |
|
||||
| `` o `` | ファイルを開く | Open file in default application. |
|
||||
| `` M `` | Git mergetoolを開く | Run `git mergetool`. |
|
||||
| `` <esc> `` | ファイル一覧に戻る | |
|
||||
| `` <left> `` | 前のハンクに移動 | |
|
||||
| `` <right> `` | 次のハンクに移動 | |
|
||||
| `` v `` | 範囲選択を切り替え | |
|
||||
| `` a `` | ハンクを選択 | ハンク選択モードを切り替えます。 |
|
||||
| `` <c-o> `` | 選択したテキストをクリップボードにコピー | |
|
||||
| `` o `` | ファイルを開く | デフォルトのアプリケーションでファイルを開きます。 |
|
||||
| `` e `` | ファイルを編集 | 外部エディタでファイルを開きます。 |
|
||||
| `` <space> `` | パッチ内の行を切り替え | |
|
||||
| `` <esc> `` | カスタムパッチビルダーを終了 | |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
|
||||
## メインパネル (Normal)
|
||||
## メインパネル(マージ中)
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <space> `` | ハンクを選択 | |
|
||||
| `` b `` | すべてのハンクを選択 | |
|
||||
| `` <up> `` | 前のハンク | |
|
||||
| `` <down> `` | 次のハンク | |
|
||||
| `` <left> `` | 前のコンフリクト | |
|
||||
| `` <right> `` | 次のコンフリクト | |
|
||||
| `` z `` | 元に戻す | 最後のマージコンフリクト解決を元に戻します。 |
|
||||
| `` e `` | ファイルを編集 | 外部エディタでファイルを開きます。 |
|
||||
| `` o `` | ファイルを開く | デフォルトのアプリケーションでファイルを開きます。 |
|
||||
| `` M `` | 外部マージツールを開く | `git mergetool`を実行します。 |
|
||||
| `` <esc> `` | ファイルパネルに戻る | |
|
||||
|
||||
## メインパネル(通常)
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` mouse wheel down (fn+up) `` | 下にスクロール | |
|
||||
| `` mouse wheel up (fn+down) `` | 上にスクロール | |
|
||||
| `` <tab> `` | パネルを切り替え | Switch to other view (staged/unstaged changes). |
|
||||
| `` <tab> `` | ビューを切り替え | 他のビュー(ステージされた変更/ステージされていない変更)に切り替えます。 |
|
||||
| `` <esc> `` | Exit back to side panel | |
|
||||
| `` / `` | 検索を開始 | |
|
||||
|
||||
## メインパネル (Patch Building)
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <left> `` | 前のhunkを選択 | |
|
||||
| `` <right> `` | 次のhunkを選択 | |
|
||||
| `` v `` | 範囲選択を切り替え | |
|
||||
| `` a `` | Hunk選択を切り替え | Toggle hunk selection mode. |
|
||||
| `` <c-o> `` | 選択されたテキストをクリップボードにコピー | |
|
||||
| `` o `` | ファイルを開く | Open file in default application. |
|
||||
| `` e `` | ファイルを編集 | Open file in external editor. |
|
||||
| `` <space> `` | 行をパッチに追加/削除 | |
|
||||
| `` <esc> `` | Exit custom patch builder | |
|
||||
| `` / `` | 検索を開始 | |
|
||||
|
||||
## メインパネル (Staging)
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <left> `` | 前のhunkを選択 | |
|
||||
| `` <right> `` | 次のhunkを選択 | |
|
||||
| `` v `` | 範囲選択を切り替え | |
|
||||
| `` a `` | Hunk選択を切り替え | Toggle hunk selection mode. |
|
||||
| `` <c-o> `` | 選択されたテキストをクリップボードにコピー | |
|
||||
| `` <space> `` | ステージ/アンステージ | 選択行をステージ/アンステージ |
|
||||
| `` d `` | 変更を削除 (git reset) | When unstaged change is selected, discard the change using `git reset`. When staged change is selected, unstage the change. |
|
||||
| `` o `` | ファイルを開く | Open file in default application. |
|
||||
| `` e `` | ファイルを編集 | Open file in external editor. |
|
||||
| `` <esc> `` | ファイル一覧に戻る | |
|
||||
| `` <tab> `` | パネルを切り替え | Switch to other view (staged/unstaged changes). |
|
||||
| `` E `` | Edit hunk | Edit selected hunk in external editor. |
|
||||
| `` c `` | 変更をコミット | Commit staged changes. |
|
||||
| `` w `` | pre-commitフックを実行せずに変更をコミット | |
|
||||
| `` C `` | gitエディタを使用して変更をコミット | |
|
||||
| `` <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> |
|
||||
| `` / `` | 検索を開始 | |
|
||||
| `` / `` | 現在のビューをテキストで検索 | |
|
||||
|
||||
## メニュー
|
||||
|
||||
@ -348,59 +316,106 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|-----|--------|-------------|
|
||||
| `` <enter> `` | 実行 | |
|
||||
| `` <esc> `` | 閉じる | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## リフログ
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | コミットハッシュをクリップボードにコピー | |
|
||||
| `` <space> `` | チェックアウト(ブランチの切り替え) | 選択したコミットをデタッチドヘッド(特定のブランチに属さない状態)としてチェックアウトします。 |
|
||||
| `` y `` | コミット属性をクリップボードにコピー | コミット属性をクリップボードにコピーします(例:ハッシュ、URL、差分、メッセージ、作者)。 |
|
||||
| `` o `` | ブラウザでコミットを開く | |
|
||||
| `` n `` | コミットから新しいブランチを作成 | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` g `` | リセット | 選択した項目へのリセットオプション(ソフト/ミックス/ハード)を表示します。各リセットタイプの詳細は次の通りです:
|
||||
- ソフトリセット:変更を保持し、ステージされた状態にします
|
||||
- ミックスリセット:変更を保持し、ステージされていない状態にします
|
||||
- ハードリセット:すべての変更を破棄します |
|
||||
| `` C `` | コピー(チェリーピック) | コミットをコピーとしてマークします。ローカルコミットビューで `V` を押すと、コピーしたコミットをチェックアウトしたブランチにペースト(チェリーピック)できます。いつでも `<esc>` を押して選択をキャンセルできます。 |
|
||||
| `` <c-r> `` | コピーされた(チェリーピックされた)コミットの選択をリセット | |
|
||||
| `` <c-t> `` | 外部差分ツールを開く(git difftool) | |
|
||||
| `` * `` | 現在のブランチのコミットを選択 | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | コミットを表示 | |
|
||||
| `` w `` | ワークツリーオプションを表示 | |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## リモート
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <enter> `` | View branches | |
|
||||
| `` n `` | リモートを新規追加 | |
|
||||
| `` d `` | Remove | Remove the selected remote. Any local branches tracking a remote branch from the remote will be unaffected. |
|
||||
| `` e `` | 編集 | リモートを編集 |
|
||||
| `` f `` | Fetch | リモートをfetch |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
| `` <enter> `` | ブランチを表示 | |
|
||||
| `` n `` | 新しいリモート | |
|
||||
| `` d `` | 削除 | 選択したリモートを削除します。そのリモートからのリモートブランチを追跡しているローカルブランチは影響を受けません。 |
|
||||
| `` e `` | 編集 | 選択したリモートの名前またはURLを編集します。 |
|
||||
| `` f `` | フェッチ | リモートリポジトリから更新をフェッチします。これにより、ローカルブランチにマージせずに新しいコミットとブランチを取得します。 |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## リモートブランチ
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | ブランチ名をクリップボードにコピー | |
|
||||
| `` <space> `` | チェックアウト | Checkout a new local branch based on the selected remote branch, or the remote branch as a detached head. |
|
||||
| `` n `` | 新しいブランチを作成 | |
|
||||
| `` M `` | 現在のブランチにマージ | View options for merging the selected item into the current branch (regular merge, squash merge) |
|
||||
| `` r `` | Rebase | Rebase the checked-out branch onto the selected branch. |
|
||||
| `` d `` | Delete | Delete the remote branch from the remote. |
|
||||
| `` u `` | Set as upstream | Set the selected remote branch as the upstream of the checked-out branch. |
|
||||
| `` s `` | 並び替え | |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` <space> `` | チェックアウト(ブランチの切り替え) | 選択したリモートブランチに基づいて新しいローカルブランチをチェックアウトするか、リモートブランチをデタッチドヘッドとしてチェックアウトします。 |
|
||||
| `` n `` | 新しいブランチ | |
|
||||
| `` M `` | マージ | 選択した項目を現在のブランチにマージするためのオプションを表示します(通常のマージ、スカッシュマージ) |
|
||||
| `` r `` | リベース | チェックアウトしたブランチを選択したブランチ上にリベースします。 |
|
||||
| `` d `` | 削除 | リモートからリモートブランチを削除します。 |
|
||||
| `` u `` | アップストリームとして設定 | 選択したリモートブランチをチェックアウトされたブランチのアップストリームとして設定します。 |
|
||||
| `` s `` | 並び順 | |
|
||||
| `` g `` | リセット | 選択した項目へのリセットオプション(ソフト/ミックス/ハード)を表示します。各リセットタイプの詳細は次の通りです:
|
||||
- ソフトリセット:変更を保持し、ステージされた状態にします
|
||||
- ミックスリセット:変更を保持し、ステージされていない状態にします
|
||||
- ハードリセット:すべての変更を破棄します |
|
||||
| `` <c-t> `` | 外部差分ツールを開く(git difftool) | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | コミットを閲覧 | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
| `` <enter> `` | コミットを表示 | |
|
||||
| `` w `` | ワークツリーオプションを表示 | |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## 参照ログ
|
||||
## ローカルブランチ
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | コミットのhashをクリップボードにコピー | |
|
||||
| `` <space> `` | チェックアウト | Checkout the selected commit as a detached HEAD. |
|
||||
| `` y `` | コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
|
||||
| `` o `` | ブラウザでコミットを開く | |
|
||||
| `` n `` | コミットにブランチを作成 | |
|
||||
| `` <c-o> `` | ブランチ名をクリップボードにコピー | |
|
||||
| `` i `` | git-flowオプションを表示 | |
|
||||
| `` <space> `` | チェックアウト(ブランチの切り替え) | 選択した項目をチェックアウトします。 |
|
||||
| `` n `` | 新しいブランチ | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` C `` | コミットをコピー (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
|
||||
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` * `` | Select commits of current branch | |
|
||||
| `` o `` | プルリクエストを作成 | |
|
||||
| `` O `` | プルリクエスト作成オプションを表示 | |
|
||||
| `` <c-y> `` | プルリクエストURLをクリップボードにコピー | |
|
||||
| `` c `` | 名前でチェックアウト | 名前でチェックアウトします。入力ボックスに「-」を入力すると、最後のブランチをチェックアウトすることができます。 |
|
||||
| `` F `` | 強制チェックアウト | 選択したブランチを強制的にチェックアウトします。これにより、選択したブランチをチェックアウトする前にワーキングディレクトリ内のすべてのローカル変更が破棄されます。 |
|
||||
| `` d `` | 削除 | ローカル/リモートブランチの削除オプションを表示します。 |
|
||||
| `` r `` | リベース | チェックアウトしたブランチを選択したブランチ上にリベースします。 |
|
||||
| `` M `` | マージ | 選択した項目を現在のブランチにマージするためのオプションを表示します(通常のマージ、スカッシュマージ) |
|
||||
| `` f `` | ブランチを最新化(fast-forward) | 選択したブランチを対応するアップストリームの最新状態に追いつかせます(fast-forward)。 |
|
||||
| `` T `` | 新しいタグを作成 | |
|
||||
| `` s `` | 並び順 | |
|
||||
| `` g `` | リセット | |
|
||||
| `` R `` | ブランチ名を変更 | |
|
||||
| `` u `` | アップストリームオプションを表示 | ブランチのアップストリームに関連するオプションを表示します(例:アップストリームの設定/解除やアップストリームへのリセット)。 |
|
||||
| `` <c-t> `` | 外部差分ツールを開く(git difftool) | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | コミットを閲覧 | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
| `` <enter> `` | コミットを表示 | |
|
||||
| `` w `` | ワークツリーオプションを表示 | |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## ワークツリー
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` n `` | 新しいワークツリー | |
|
||||
| `` <space> `` | チェックアウト(切り替え) | 選択したワークツリーをチェックアウト(切り替え)します。 |
|
||||
| `` o `` | エディタで開く | |
|
||||
| `` d `` | 削除 | 選択したワークツリーを削除します。これはワークツリーのディレクトリとワークツリーに関するメタデータの両方を.gitディレクトリから削除します。 |
|
||||
| `` / `` | 現在のビューをテキストでフィルタリング | |
|
||||
|
||||
## 確認パネル
|
||||
|
||||
|
@ -91,7 +91,7 @@ Veja a documentação:
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | Copy branch name to clipboard | |
|
||||
| `` i `` | Show git-flow options | |
|
||||
| `` i `` | Exibir opções do git-flow | |
|
||||
| `` <space> `` | Verificar | Checar item selecionado |
|
||||
| `` n `` | Nova branch | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
@ -12,15 +12,15 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` <pgup> (fn+up/shift+k) `` | 向上滚动主面板 | |
|
||||
| `` <pgdown> (fn+down/shift+j) `` | 向下滚动主面板 | |
|
||||
| `` @ `` | 打开命令日志菜单 | 查看命令日志的选项,例如显示/隐藏命令日志以及聚焦命令日志 |
|
||||
| `` P `` | 推送 | 推送当前分支到它的上游。如果上游未配置,你可以在弹窗中配置上游分支。 |
|
||||
| `` p `` | 拉取 | 从当前分支的远程分支获取改动。如果上游未配置,你可以在弹窗中配置上游分支。 |
|
||||
| `` ) `` | Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename. |
|
||||
| `` ( `` | Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename. |
|
||||
| `` P `` | 推送 | 推送当前分支到它的上游。如果上游未配置,您可以在弹窗中配置上游分支。 |
|
||||
| `` p `` | 拉取 | 从当前分支的远程分支获取改动。如果上游未配置,您可以在弹窗中配置上游分支。 |
|
||||
| `` ) `` | 提高重命名相似度阈值 | 增加删除和添加对被视作重命名的相似度阈值。 |
|
||||
| `` ( `` | 降低重命名相似度阈值 | 降低删除和添加对被视作重命名的相似度阈值。 |
|
||||
| `` } `` | 扩大差异视图中显示的上下文范围 | 增加diff视图中围绕更改显示的上下文数量 |
|
||||
| `` { `` | 缩小差异视图中显示的上下文范围 | 减少diff视图中围绕更改显示的上下文数量 |
|
||||
| `` : `` | 执行 Shell 命令 | Bring up a prompt where you can enter a shell command to execute. |
|
||||
| `` : `` | 执行 Shell 命令 | 调出可输入shell命令执行的提示符。 |
|
||||
| `` <c-p> `` | 查看自定义补丁选项 | |
|
||||
| `` m `` | 查看 合并/变基 选项 | 查看当前合并或变基的中止、继续、跳过选项 |
|
||||
| `` m `` | 查看合并/变基选项 | 查看当前合并或变基的中止、继续、跳过选项 |
|
||||
| `` R `` | 刷新 | 刷新git状态(即在后台上运行`git status`,`git branch`等命令以更新面板内容) 不会运行`git fetch` |
|
||||
| `` + `` | 下一屏模式(正常/半屏/全屏) | |
|
||||
| `` _ `` | 上一屏模式 | |
|
||||
@ -55,19 +55,19 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将提交的 hash 复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制提交哈希到剪贴板 | |
|
||||
| `` <space> `` | 检出 | 检出所选择的提交作为分离HEAD。 |
|
||||
| `` y `` | 复制提交属性到剪贴板 | 复制提交属性到剪贴板(例如,hash、URL、diff、消息、作者)。 |
|
||||
| `` y `` | 复制提交属性到剪贴板 | 复制提交属性到剪贴板(如hash、URL、diff、消息、作者)。 |
|
||||
| `` o `` | 在浏览器中打开提交 | |
|
||||
| `` n `` | 从提交创建新分支 | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` g `` | 查看重置选项 | 查看重置选项 (soft/mixed/hard) 用于重置到选择项 |
|
||||
| `` C `` | 复制提交(拣选) | 标记提交为已复制。然后,在本地提交视图中,你可以按 `V` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `<esc>` 来取消选择。 |
|
||||
| `` C `` | 复制提交(拣选) | 标记提交为已复制。然后,在本地提交视图中,您可以按 `V` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `<esc>` 来取消选择。 |
|
||||
| `` <c-r> `` | 重置已拣选(复制)的提交 | |
|
||||
| `` <c-t> `` | 使用外部差异比较工具(git difftool) | |
|
||||
| `` * `` | Select commits of current branch | |
|
||||
| `` * `` | 选择当前分支的提交 | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | 查看提交 | |
|
||||
| `` w `` | 查看工作区选项 | |
|
||||
@ -77,19 +77,19 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将提交的 hash 复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制提交哈希到剪贴板 | |
|
||||
| `` <space> `` | 检出 | 检出所选择的提交作为分离HEAD。 |
|
||||
| `` y `` | 复制提交属性到剪贴板 | 复制提交属性到剪贴板(例如,hash、URL、diff、消息、作者)。 |
|
||||
| `` y `` | 复制提交属性到剪贴板 | 复制提交属性到剪贴板(如hash、URL、diff、消息、作者)。 |
|
||||
| `` o `` | 在浏览器中打开提交 | |
|
||||
| `` n `` | 从提交创建新分支 | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` g `` | 查看重置选项 | 查看重置选项 (soft/mixed/hard) 用于重置到选择项 |
|
||||
| `` C `` | 复制提交(拣选) | 标记提交为已复制。然后,在本地提交视图中,你可以按 `V` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `<esc>` 来取消选择。 |
|
||||
| `` C `` | 复制提交(拣选) | 标记提交为已复制。然后,在本地提交视图中,您可以按 `V` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `<esc>` 来取消选择。 |
|
||||
| `` <c-r> `` | 重置已拣选(复制)的提交 | |
|
||||
| `` <c-t> `` | 使用外部差异比较工具(git difftool) | |
|
||||
| `` * `` | Select commits of current branch | |
|
||||
| `` * `` | 选择当前分支的提交 | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | 查看提交的文件 | |
|
||||
| `` w `` | 查看工作区选项 | |
|
||||
@ -99,7 +99,7 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将子模块名称复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制子模块名称到剪贴板 | |
|
||||
| `` <enter> `` | 进入 | 输入子模块 |
|
||||
| `` d `` | 删除 | 删除选定的子模块及其相应的目录 |
|
||||
| `` u `` | 更新 | 更新子模块 |
|
||||
@ -123,7 +123,7 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将提交的 hash 复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制提交哈希到剪贴板 | |
|
||||
| `` <c-r> `` | 重置已拣选(复制)的提交 | |
|
||||
| `` b `` | 查看二分查找选项 | |
|
||||
| `` s `` | 压缩(Squash) | 将已选提交压缩到该提交之下。这些选定的提交的消息会附加到该提交的消息之下。 |
|
||||
@ -144,19 +144,19 @@ Note that this disregards the selection, the new branch is always created either
|
||||
| `` A `` | 修补(Amend) | 用已暂存的变更来修补提交 |
|
||||
| `` a `` | 修补提交属性 | 设置或重置提交的作者,或添加其他作者。 |
|
||||
| `` t `` | 撤销(Revert) | 为所选提交创建还原提交,这会反向应用所选提交的更改。 |
|
||||
| `` T `` | 标签提交 | 创建一个新标签指向所选提交。你可以在弹窗中输入标签名称和描述(可选)。 |
|
||||
| `` T `` | 标签提交 | 创建一个新标签指向所选提交。您可以在弹窗中输入标签名称和描述(可选)。 |
|
||||
| `` <c-l> `` | 打开日志菜单 | 查看提交日志的选项,例如更改排序顺序、隐藏 git graph、显示整个 git graph。 |
|
||||
| `` <space> `` | 检出 | 检出所选择的提交作为分离HEAD。 |
|
||||
| `` y `` | 复制提交属性到剪贴板 | 复制提交属性到剪贴板(例如,hash、URL、diff、消息、作者)。 |
|
||||
| `` y `` | 复制提交属性到剪贴板 | 复制提交属性到剪贴板(如hash、URL、diff、消息、作者)。 |
|
||||
| `` o `` | 在浏览器中打开提交 | |
|
||||
| `` n `` | 从提交创建新分支 | |
|
||||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|
||||
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` g `` | 查看重置选项 | 查看重置选项 (soft/mixed/hard) 用于重置到选择项 |
|
||||
| `` C `` | 复制提交(拣选) | 标记提交为已复制。然后,在本地提交视图中,你可以按 `V` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `<esc>` 来取消选择。 |
|
||||
| `` C `` | 复制提交(拣选) | 标记提交为已复制。然后,在本地提交视图中,您可以按 `V` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `<esc>` 来取消选择。 |
|
||||
| `` <c-t> `` | 使用外部差异比较工具(git difftool) | |
|
||||
| `` * `` | Select commits of current branch | |
|
||||
| `` * `` | 选择当前分支的提交 | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
| `` <enter> `` | 查看提交的文件 | |
|
||||
| `` w `` | 查看工作区选项 | |
|
||||
@ -173,7 +173,7 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将文件名复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制路径到剪贴板 | |
|
||||
| `` y `` | 复制到剪贴板 | |
|
||||
| `` c `` | 检出 | 检出文件 |
|
||||
| `` d `` | 删除 | 放弃对此文件的提交变更 |
|
||||
@ -193,7 +193,7 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将文件名复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制路径到剪贴板 | |
|
||||
| `` <space> `` | 切换暂存状态 | 为选定的文件切换暂存状态 |
|
||||
| `` <c-b> `` | 通过状态过滤文件 | |
|
||||
| `` y `` | 复制到剪贴板 | |
|
||||
@ -226,7 +226,7 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将分支名称复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制分支名称到剪贴板 | |
|
||||
| `` i `` | 显示 git-flow 选项 | |
|
||||
| `` <space> `` | 检出 | 检出选中的项目 |
|
||||
| `` n `` | 新分支 | |
|
||||
@ -235,11 +235,11 @@ Note that this disregards the selection, the new branch is always created either
|
||||
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
|
||||
| `` o `` | 创建拉取请求 | |
|
||||
| `` O `` | 创建拉取请求选项 | |
|
||||
| `` <c-y> `` | 将拉取请求 URL 复制到剪贴板 | |
|
||||
| `` <c-y> `` | 复制拉取请求 URL 到剪贴板 | |
|
||||
| `` c `` | 按名称检出 | 按名称检出。在输入框中,您可以输入'-' 来切换到最后一个分支。 |
|
||||
| `` F `` | 强制检出 | 强制检出所选分支。这将在检出所选分支之前放弃工作目录中的所有本地更改。 |
|
||||
| `` d `` | 删除 | 查看本地/远程分支的删除选项 |
|
||||
| `` r `` | 将已检出的分支变基到该分支 | 将检出的分支变基到所选的分支上。 |
|
||||
| `` r `` | 变基 | 将检出的分支变基到所选的分支上。 |
|
||||
| `` M `` | 合并到当前检出的分支 | Merge selected branch into currently checked out branch. |
|
||||
| `` f `` | 从上游快进此分支 | 将当前分支直接移动到远程追踪分支的最新提交 |
|
||||
| `` T `` | 创建标签 | |
|
||||
@ -261,7 +261,7 @@ Note that this disregards the selection, the new branch is always created either
|
||||
| `` <right> `` | 选择下一个区块 | |
|
||||
| `` v `` | 切换拖动选择 | |
|
||||
| `` a `` | 切换选择代码块 | 切换代码块选择模式 |
|
||||
| `` <c-o> `` | 将选中文本复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制选中文本到剪贴板 | |
|
||||
| `` o `` | 打开文件 | 使用默认程序打开该文件 |
|
||||
| `` e `` | 编辑文件 | 使用外部编辑器打开文件 |
|
||||
| `` <space> `` | 添加/移除 行到补丁 | |
|
||||
@ -272,11 +272,11 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将标签复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制标签到剪贴板 | |
|
||||
| `` <space> `` | 检出 | 检出选择的标签作为分离的HEAD |
|
||||
| `` n `` | 创建标签 | 基于当前提交创建一个新标签。你将在弹窗中输入标签名称和描述(可选)。 |
|
||||
| `` n `` | 创建标签 | 基于当前提交创建一个新标签。您将在弹窗中输入标签名称和描述(可选)。 |
|
||||
| `` d `` | 删除 | 查看本地/远程标签的删除选项 |
|
||||
| `` P `` | 推送标签 | 推送选择的标签到远端。你将在弹窗中选择一个远端。 |
|
||||
| `` P `` | 推送标签 | 推送选择的标签到远端。您将在弹窗中选择一个远端。 |
|
||||
| `` g `` | 重置 | 查看重置选项 (soft/mixed/hard) 用于重置到选择项 |
|
||||
| `` <c-t> `` | 使用外部差异比较工具(git difftool) | |
|
||||
| `` 0 `` | Focus main view | |
|
||||
@ -316,7 +316,7 @@ Note that this disregards the selection, the new branch is always created either
|
||||
| `` <right> `` | 选择下一个区块 | |
|
||||
| `` v `` | 切换拖动选择 | |
|
||||
| `` a `` | 切换选择代码块 | 切换代码块选择模式 |
|
||||
| `` <c-o> `` | 将选中文本复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制选中文本到剪贴板 | |
|
||||
| `` <space> `` | 切换暂存状态 | 切换行暂存状态 |
|
||||
| `` d `` | 取消变更(git reset) | 当选择未暂存的变更时,使用git reset丢弃该变更。当选择已暂存的变更时,取消暂存该变更 |
|
||||
| `` o `` | 打开文件 | 使用默认程序打开该文件 |
|
||||
@ -348,7 +348,7 @@ Note that this disregards the selection, the new branch is always created either
|
||||
| `` e `` | 编辑配置文件 | 使用外部编辑器打开文件 |
|
||||
| `` u `` | 检查更新 | |
|
||||
| `` <enter> `` | 切换到最近的仓库 | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
| `` a `` | 显示/循环所有分支日志 | |
|
||||
|
||||
## 确认面板
|
||||
|
||||
@ -394,11 +394,11 @@ Note that this disregards the selection, the new branch is always created either
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将分支名称复制到剪贴板 | |
|
||||
| `` <c-o> `` | 复制分支名称到剪贴板 | |
|
||||
| `` <space> `` | 检出 | 基于当前选中的远程分支检出一个新的本地分支,或者将远程分支作分离的HEAD。 |
|
||||
| `` n `` | 新分支 | |
|
||||
| `` M `` | 合并到当前检出的分支 | Merge selected branch into currently checked out branch. |
|
||||
| `` r `` | 将已检出的分支变基到该分支 | 将检出的分支变基到所选的分支上。 |
|
||||
| `` r `` | 变基 | 将检出的分支变基到所选的分支上。 |
|
||||
| `` d `` | 删除 | 从远程删除远程分支。 |
|
||||
| `` u `` | 设置为上游 | 设置为检出分支的上游 |
|
||||
| `` s `` | 排序 | |
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -157,9 +157,7 @@
|
||||
"RemoteBranchesTitle": "원격 브랜치",
|
||||
"PatchBuildingTitle": "메인 패널 (Patch Building)",
|
||||
"InformationTitle": "정보",
|
||||
"ConflictsResolved": "모든 병합 충돌이 해결되었습니다. 계속 할까요?",
|
||||
"ErrorOccurred": "오류가 발생했습니다! issue를 작성해 주세요: ",
|
||||
"YouAreHere": "현재 위치",
|
||||
"CherryPickCopy": "커밋을 복사 (cherry-pick)",
|
||||
"PasteCommits": "커밋을 붙여넣기 (cherry-pick)",
|
||||
"CherryPick": "체리픽",
|
||||
@ -190,7 +188,6 @@
|
||||
"DiscardOldFileChangeTooltip": "Discard this commit's changes to this file",
|
||||
"DiscardFileChangesTitle": "파일 변경 사항 버리기",
|
||||
"DiscardFileChangesPrompt": "Are you sure you want to discard this commit's changes to this file? If this file was created in this commit, it will be deleted",
|
||||
"CreateRepo": "Git 저장소가 아닙니다. 저장소를 생성하시겠습니까? (y/n): ",
|
||||
"Discard": "View 'discard changes' options",
|
||||
"Cancel": "취소",
|
||||
"DiscardAllChanges": "모든 변경사항 버리기",
|
||||
@ -318,7 +315,6 @@
|
||||
"FocusCommandLog": "명령어 로그에 포커스",
|
||||
"CommandLogHeader": "명령어 로그표시 여부는 '%s' 으로 전환할 수 있습니다.\n",
|
||||
"RandomTip": "랜덤 Tip",
|
||||
"SelectParentCommitForMerge": "병합을 위한 상위 커밋 선택",
|
||||
"ToggleWhitespaceInDiffView": "공백문자를 Diff 뷰에서 표시 여부 전환",
|
||||
"IncreaseContextInDiffView": "Diff 보기의 변경 사항 주위에 표시되는 컨텍스트의 크기를 늘리기",
|
||||
"DecreaseContextInDiffView": "Diff 보기의 변경 사항 주위에 표시되는 컨텍스트 크기 줄이기",
|
||||
|
@ -1,6 +1,10 @@
|
||||
{
|
||||
"NotEnoughSpace": "Niet genoeg ruimte om de panelen te renderen",
|
||||
"DiffTitle": "Diff",
|
||||
"FilesTitle": "Bestanden",
|
||||
"BranchesTitle": "Branches",
|
||||
"CommitsTitle": "Commits",
|
||||
"StashTitle": "Stash",
|
||||
"UnstagedChanges": "Unstaged wijzigingen",
|
||||
"StagedChanges": "Staged wijzigingen",
|
||||
"MainTitle": "Hoofd",
|
||||
@ -74,7 +78,7 @@
|
||||
"OpenConfig": "Open config bestand",
|
||||
"EditConfig": "Verander config bestand",
|
||||
"ForcePush": "Forceer push",
|
||||
"ForcePushPrompt": "Jouw branch is afgeweken van de remote branch. Druk 'esc' om te annuleren, of 'enter' om geforceert te pushen.",
|
||||
"ForcePushPrompt": "Je branch is afgeweken van de remote branch. Druk {{.cancelKey}} om te annuleren, of {{.confirmKey}} om geforceerd te pushen.",
|
||||
"CheckForUpdate": "Check voor updates",
|
||||
"CheckingForUpdates": "Zoeken naar updates...",
|
||||
"OnLatestVersionErr": "Je hebt al de laatste versie",
|
||||
@ -114,12 +118,10 @@
|
||||
"SearchTitle": "Zoek",
|
||||
"PatchBuildingTitle": "Patch bouwen",
|
||||
"InformationTitle": "Informatie",
|
||||
"ConflictsResolved": "Alle merge conflicten zijn opgelost. Wilt je verder gaan?",
|
||||
"FwdNoUpstream": "Kan niet de branch vooruitspoelen zonder upstream",
|
||||
"FwdCommitsToPush": "Je kan niet vooruitspoelen als de branch geen nieuwe commits heeft",
|
||||
"ErrorOccurred": "Er is iets fout gegaan! Zou je hier een issue aan willen maken",
|
||||
"NoRoom": "Niet genoeg ruimte",
|
||||
"YouAreHere": "JE BENT HIER",
|
||||
"RewordNotSupported": "Herformatteren van commits in interactief rebasen is nog niet ondersteund",
|
||||
"CherryPickCopy": "Kopieer commit (cherry-pick)",
|
||||
"PasteCommits": "Plak commits (cherry-pick)",
|
||||
@ -159,9 +161,7 @@
|
||||
"DiscardOldFileChangeTooltip": "Uitsluit deze commit zijn veranderingen aan dit bestand",
|
||||
"DiscardFileChangesTitle": "Uitsluit bestand zijn veranderingen",
|
||||
"DiscardFileChangesPrompt": "Weet je zeker dat je de wijzigingen van deze commit in dit bestand wilt weggooien? Als dit bestand is gecreëerd in deze commit dan zal dit bestand worden verwijdert",
|
||||
"CreateRepo": "Niet in een git repository. Creëer een nieuwe git repository? (y/n): ",
|
||||
"AutoStashPrompt": "Je moet je veranderingen stashen en poppen om ze over te brengen. Dit automatisch doen? (enter/esc)",
|
||||
"StashPrefix": "Auto-stashing veranderingen voor ",
|
||||
"Discard": "Bekijk 'veranderingen ongedaan maken' opties",
|
||||
"Cancel": "Annuleren",
|
||||
"DiscardAllChanges": "Negeer alle wijzigingen",
|
||||
|
@ -249,7 +249,6 @@
|
||||
"PatchBuildingTitle": "Główny panel (budowanie łatki)",
|
||||
"InformationTitle": "Informacje",
|
||||
"SecondaryTitle": "Dodatkowy",
|
||||
"ConflictsResolved": "Wszystkie konflikty scalania rozwiązane. Kontynuować?",
|
||||
"Continue": "Kontynuuj",
|
||||
"RebasingFromBaseCommitTitle": "Rebase '{{.checkedOutBranch}}' od oznaczonego commita bazowego",
|
||||
"SimpleRebase": "Prosty rebase na '{{.ref}}'",
|
||||
@ -262,7 +261,6 @@
|
||||
"PullRequestNoUpstream": "Nie można otworzyć żądania ściągnięcia dla gałęzi bez źródła",
|
||||
"ErrorOccurred": "Wystąpił błąd! Proszę utworzyć zgłoszenie na",
|
||||
"NoRoom": "Za mało miejsca",
|
||||
"YouAreHere": "JESTEŚ TUTAJ",
|
||||
"YouDied": "ZGINĄŁEŚ!",
|
||||
"RewordNotSupported": "Zmiana słów commitów podczas interaktywnego rebase nie jest obecnie obsługiwana",
|
||||
"ChangingThisActionIsNotAllowed": "Zmiana tego rodzaju wpisu rebase TODO nie jest dozwolona",
|
||||
@ -322,13 +320,11 @@
|
||||
"DiscardOldFileChangeTooltip": "Odrzuć zmiany w tym pliku z tego commita. Uruchamia interaktywny rebase w tle, więc możesz otrzymać konflikt scalania, jeśli późniejszy commit również zmienia ten plik.",
|
||||
"DiscardFileChangesTitle": "Odrzuć zmiany w pliku",
|
||||
"DiscardFileChangesPrompt": "Czy na pewno chcesz usunąć zmiany w wybranym pliku/ach z tego commita?\n\nTa akcja uruchomi rebase, cofając te zmiany w pliku. Pamiętaj, że jeśli późniejsze commity zależą od tych zmian, możesz potrzebować rozwiązać konflikty.\nUwaga: Spowoduje to również zresetowanie wszelkich aktywnych niestandardowych łatek.",
|
||||
"CreateRepo": "Nie w repozytorium git. Utworzyć nowe repozytorium git? (t/n): ",
|
||||
"BareRepo": "Próbujesz otworzyć Lazygit w gołym repozytorium, ale Lazygit jeszcze nie obsługuje gołych repozytoriów. Otworzyć najnowsze repozytorium? (t/n) ",
|
||||
"InitialBranch": "Nazwa gałęzi? (pozostaw puste dla domyślnej gita): ",
|
||||
"NoRecentRepositories": "Musisz otworzyć lazygit w repozytorium git. Brak ważnych ostatnich repozytoriów. Wyjście.",
|
||||
"IncorrectNotARepository": "Wartość 'notARepository' jest nieprawidłowa. Powinna być jedną z 'prompt', 'create', 'skip', lub 'quit'.",
|
||||
"AutoStashPrompt": "Musisz schować i wyciągnąć swoje zmiany, aby je przenieść. Zrobić to automatycznie? (enter/esc)",
|
||||
"StashPrefix": "Automatyczne chowanie zmian dla ",
|
||||
"Discard": "Odrzuć",
|
||||
"DiscardChangesTitle": "Odrzuć zmiany",
|
||||
"DiscardFileChangesTooltip": "Wyświetl opcje odrzucania zmian w wybranym pliku.",
|
||||
@ -585,7 +581,6 @@
|
||||
"FocusCommandLog": "Skup na dzienniku poleceń",
|
||||
"CommandLogHeader": "Możesz ukryć/skupić się na tym panelu naciskając '%s'\n",
|
||||
"RandomTip": "Losowa porada",
|
||||
"SelectParentCommitForMerge": "Wybierz nadrzędny commit do scalenia",
|
||||
"ToggleWhitespaceInDiffView": "Przełącz białe znaki",
|
||||
"ToggleWhitespaceInDiffViewTooltip": "Przełącz czy zmiany białych znaków są pokazywane w widoku różnic.",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "(ignorując białe znaki)",
|
||||
@ -643,7 +638,6 @@
|
||||
"RemovePatchFromOriginalCommitTooltip": "Usuń bieżący patch z jego commita. Jest to osiągane przez rozpoczęcie interaktywnego rebase na commicie, zastosowanie patcha w odwrotności, a następnie kontynuowanie rebase. Jeśli późniejsze commity zależą od patcha, możesz musieć rozwiązać konflikty.",
|
||||
"MovePatchOutIntoIndex": "Przenieś patch do indeksu",
|
||||
"MovePatchOutIntoIndexTooltip": "Przenieś patch z jego commita do indeksu. Jest to osiągane przez rozpoczęcie interaktywnego rebase na commicie, zastosowanie patcha w odwrotności, kontynuowanie rebase do zakończenia, a następnie zastosowanie patcha do indeksu. Jeśli późniejsze commity zależą od patcha, możesz musieć rozwiązać konflikty.",
|
||||
"MovePatchIntoNewCommit": "Przenieś patch do nowego commita",
|
||||
"MovePatchIntoNewCommitTooltip": "Przenieś patch z jego commita do nowego commita na górze oryginalnego commita. Jest to osiągane przez rozpoczęcie interaktywnego rebase na oryginalnym commicie, zastosowanie patcha w odwrotności, następnie zastosowanie patcha do indeksu i zatwierdzenie go jako nowy commit, przed kontynuowaniem rebase do zakończenia. Jeśli późniejsze commity zależą od patcha, możesz musieć rozwiązać konflikty.",
|
||||
"MovePatchToSelectedCommit": "Przenieś patch do wybranego commita (%s)",
|
||||
"MovePatchToSelectedCommitTooltip": "Przenieś patch z jego oryginalnego commita do wybranego commita. Jest to osiągane przez rozpoczęcie interaktywnego rebase na oryginalnym commicie, zastosowanie patcha w odwrotności, następnie kontynuowanie rebase do wybranego commita, przed zastosowaniem patcha do przodu i zmodyfikowaniem wybranego commita. Rebase jest następnie kontynuowany do zakończenia. Jeśli commity między źródłem a miejscem docelowym zależą od patcha, możesz musieć rozwiązać konflikty.",
|
||||
|
@ -63,6 +63,8 @@
|
||||
"Scroll": "Navegar",
|
||||
"FileFilter": "Filtrar arquivos por status",
|
||||
"CopyFileName": "Nome do arquivo",
|
||||
"CopyRelativeFilePath": "Caminho relativo",
|
||||
"CopyAbsoluteFilePath": "Caminho absoluto",
|
||||
"CopyFileDiffTooltip": "Se existirem itens preparados, este comando considera apenas eles",
|
||||
"CopySelectedDiff": "Diferença do arquivo selecionado",
|
||||
"CopyAllFilesDiff": "Diferença de todos os arquivos",
|
||||
@ -82,6 +84,11 @@
|
||||
"FilterLabelUntrackedFiles": "(somente não acompanhado)",
|
||||
"FilterLabelConflictingFiles": "(apenas conflitando)",
|
||||
"MergeConflictsTitle": "Mesclar conflitos",
|
||||
"MergeConflictIncomingDiff": "Alterações recebidas:",
|
||||
"MergeConflictCurrentDiff": "Alterações atuais:",
|
||||
"MergeConflictPressEnterToResolve": "Pressione %s para resolver.",
|
||||
"MergeConflictKeepFile": "Manter arquivo",
|
||||
"MergeConflictDeleteFile": "Excluir arquivo",
|
||||
"Checkout": "Verificar",
|
||||
"CheckoutTooltip": "Checar item selecionado",
|
||||
"CantCheckoutBranchWhilePulling": "Você não pode hecar outra branch enquanto puxa a branch atual",
|
||||
@ -286,7 +293,6 @@
|
||||
"CommitSummaryTitle": "Sumário do commit",
|
||||
"CommitDescriptionTitle": "Descrição de Commit",
|
||||
"CommitDescriptionSubTitle": "Pressione {{.togglePanelKeyBinding}} para alternar o foco, {{.commitMenuKeybinding}} para abrir o menu",
|
||||
"CommitDescriptionFooter": "Pressione {{.confirmInEditorKeybinding}} para confirmar",
|
||||
"LocalBranchesTitle": "Branches locais",
|
||||
"SearchTitle": "Procurar",
|
||||
"TagsTitle": "Etiquetas",
|
||||
@ -298,7 +304,6 @@
|
||||
"InformationTitle": "Informações",
|
||||
"SecondaryTitle": "Secundário",
|
||||
"ReflogCommitsTitle": "Reflog",
|
||||
"ConflictsResolved": "Todos os conflitos de merge resolvidos. Continuar?",
|
||||
"Continue": "Continuar",
|
||||
"UnstagedFilesAfterConflictsResolved": "Os arquivos foram modificados desde que os conflitos foram resolvidos. Auto-encapsulá-los e continuar?",
|
||||
"RebasingTitle": "Rebase '{{.checkedOutBranch}}'",
|
||||
@ -315,7 +320,6 @@
|
||||
"PullRequestNoUpstream": "Não é possível abrir uma pull request para um branch sem upstream",
|
||||
"ErrorOccurred": "Ocorreu um erro! Por favor, crie um problema em",
|
||||
"NoRoom": "Sala insuficiente",
|
||||
"YouAreHere": "VOCÊ ESTÁ AQUI",
|
||||
"YouDied": "VOCÊ MORREU!",
|
||||
"RewordNotSupported": "Reredacção de commits enquanto rebasing interativamente não é suportado atualmente",
|
||||
"ChangingThisActionIsNotAllowed": "Não é permitido alterar este tipo de rebase de tarefas",
|
||||
@ -384,14 +388,12 @@
|
||||
"DiscardOldFileChangeTooltip": "Descartar as alterações desse commit para este arquivo. Isso executa uma rebase interativa em segundo plano, então você pode ter um conflito de merge se um commit posterior também alterar este arquivo.",
|
||||
"DiscardFileChangesTitle": "Descartar alterações de arquivo",
|
||||
"DiscardFileChangesPrompt": "Você tem certeza de que deseja remover as alterações do(s) arquivo(s) selecionado(s) deste commit?",
|
||||
"CreateRepo": "Não está em um repositório git. Criar um novo repositório git? (y/n): ",
|
||||
"BareRepo": "Você tentou abrir Lazygit em um repositório puro, mas Lazygit ainda não suporta repositórios vazios. Abrir os repositórios mais recentes? (y/n) ",
|
||||
"InitialBranch": "Nome da branch? (deixe vazio para o padrão do git): ",
|
||||
"NoRecentRepositories": "É necessário abrir lazygit em um repositório git. Nenhum repositório recente válido. Saindo do sistema.",
|
||||
"IncorrectNotARepository": "O valor de 'notARepository' está incorreto. Deve ser um dos 'prompt', 'create', 'sk', ou 'quit'.",
|
||||
"AutoStashTitle": "Autoarmazenar?",
|
||||
"AutoStashPrompt": "Você deve esconder e mostrar suas alterações para que elas passem. Quer fazer isso automaticamente? (enter/esc)",
|
||||
"StashPrefix": "Alterações de carimbo automático para ",
|
||||
"Discard": "Descartar",
|
||||
"DiscardChangesTitle": "Descartar alterações",
|
||||
"DiscardFileChangesTooltip": "Exibir opções para descartar alterações para o arquivo selecionado.",
|
||||
@ -497,6 +499,9 @@
|
||||
"ViewUpstreamRebaseOptions": "Rebase ramo check-out na {{.upstream}}",
|
||||
"ViewUpstreamRebaseOptionsTooltip": "Ver opções para rectificar o branch check-out no {{upstream}}. Nota: isso não irá rebasear o branch selecionado no plano a montante, ele irá rebasear o branch de check-out no fluxo a montante.",
|
||||
"UpstreamGenericName": "upstream da branch selecionada",
|
||||
"CreatingTag": "Criando etiqueta",
|
||||
"ForceTag": "Forçar Etiqueta",
|
||||
"GitFlowOptions": "Exibir opções do git-flow",
|
||||
"Actions": {},
|
||||
"Bisect": {},
|
||||
"Log": {},
|
||||
|
@ -179,7 +179,6 @@
|
||||
"InformationTitle": "Информация",
|
||||
"SecondaryTitle": "Вторичный",
|
||||
"ReflogCommitsTitle": "Журнал ссылок (Reflog)",
|
||||
"ConflictsResolved": "Все конфликты слияния разрешены. Продолжить?",
|
||||
"Continue": "Продолжить",
|
||||
"RebasingTitle": "Перебазировать '{{.checkedOutBranch}}'",
|
||||
"SimpleRebase": "Простая перебазировка на '{{.ref}}'",
|
||||
@ -190,7 +189,6 @@
|
||||
"FwdCommitsToPush": "Невозможно перемотать ветку с коммитами для отправки",
|
||||
"ErrorOccurred": "Произошла ошибка! Пожалуйста, заявите о проблеме на",
|
||||
"NoRoom": "Недостаточно места",
|
||||
"YouAreHere": "ВЫ ЗДЕСЬ",
|
||||
"YouDied": "ТЫ УМЕР!",
|
||||
"RewordNotSupported": "Переформулировка коммитов при интерактивном перебазировании в настоящее время не поддерживается",
|
||||
"ChangingThisActionIsNotAllowed": "Изменение этого типа записи todo перебазирования не допускается",
|
||||
@ -243,14 +241,12 @@
|
||||
"DiscardOldFileChangeTooltip": "Отменить изменения коммита в этом файле",
|
||||
"DiscardFileChangesTitle": "Отменить изменения файла",
|
||||
"DiscardFileChangesPrompt": "Вы уверены, что хотите удалить изменения в выбранных файлах из этого коммита?\n\nЭто действие запустит перебазирование и отменит изменения в этих файлах. Обратите внимание, что если последующие коммиты зависят от этих изменений, вам, возможно, придется разрешить конфликты.\nПримечание: это также сбросит все активные пользовательские патчи.",
|
||||
"CreateRepo": "Не в git репозитории. Создать новый git репозиторий? (y/n):",
|
||||
"BareRepo": "Вы пытались открыть Lazygit в пустом репозитории, но Lazygit ещё не поддерживает пустые репозитории. Открыть последний репозиторий? (y/n)",
|
||||
"InitialBranch": "Название ветки? (оставьте пустым для git по умолчанию):",
|
||||
"NoRecentRepositories": "Необходимо открыть lazygit в git репозитории. Нет валидных последних репозиториев. Выход.",
|
||||
"IncorrectNotARepository": "Неверное значение 'notARepository'. Это должно быть одним из 'prompt', 'create', 'skip', или 'quit'.",
|
||||
"AutoStashTitle": "Автосохранить изменения?",
|
||||
"AutoStashPrompt": "Чтобы перенести изменения, их нужно сохранить и вынуть. Сделать это автоматически? (enter/esc)",
|
||||
"StashPrefix": "Автосохранение изменений для",
|
||||
"Discard": "Просмотреть параметры «отмены изменении»",
|
||||
"Cancel": "Отменить",
|
||||
"DiscardAllChanges": "Отменить все изменения",
|
||||
@ -440,7 +436,6 @@
|
||||
"FocusCommandLog": "Сфокусировать журнал команд",
|
||||
"CommandLogHeader": "Вы можете скрыть/сфокусировать эту панель, нажав '%s'\n",
|
||||
"RandomTip": "Случайный совет",
|
||||
"SelectParentCommitForMerge": "Выберите родительский коммит для слияния",
|
||||
"ToggleWhitespaceInDiffView": "Переключить отображение изменении пробелов в просмотрщике сравнении",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "(игнорирование пробелов)",
|
||||
"IgnoreWhitespaceNotSupportedHere": "Игнорирование пробелов не поддерживается в этом представлении",
|
||||
@ -486,7 +481,6 @@
|
||||
"ApplyPatchInReverse": "Применить патч в обратном порядке",
|
||||
"RemovePatchFromOriginalCommit": "Удалить патч из исходного коммита (%s)",
|
||||
"MovePatchOutIntoIndex": "Переместить патч в индекс",
|
||||
"MovePatchIntoNewCommit": "Переместить патч в новый коммит",
|
||||
"MovePatchToSelectedCommit": "Переместить патч в выбранный коммит (%s)",
|
||||
"CopyPatchToClipboard": "Скопировать патч в буфер обмена",
|
||||
"NoMatchesFor": "Нет совпадений для '%s' %s",
|
||||
|
@ -23,7 +23,7 @@
|
||||
"CredentialsUsername": "用户名",
|
||||
"CredentialsPassword": "密码",
|
||||
"CredentialsPassphrase": "输入 SSH 密钥的密码",
|
||||
"CredentialsPIN": "为 SSH key 输入PIN",
|
||||
"CredentialsPIN": "输入 SSH 密钥的 PIN",
|
||||
"CredentialsToken": "输入 SSH 密钥令牌",
|
||||
"PassUnameWrong": "密码 和/或 用户名错误",
|
||||
"Commit": "提交变更",
|
||||
@ -35,7 +35,7 @@
|
||||
"CommitChangesWithEditor": "使用 Git 编辑器提交变更",
|
||||
"FindBaseCommitForFixup": "找到用于修复的基准提交",
|
||||
"FindBaseCommitForFixupTooltip": "找到您当前变更所基于的提交,以便于修正/改进该提交。这样做可以省去您逐一查看分支提交来确定应该修正/改进哪个提交的麻烦。请参阅文档: <https://github.com/jesseduffield/lazygit/tree/master/docs/Fixup_Commits.md>",
|
||||
"NoBaseCommitsFound": "没有找到接触提交",
|
||||
"NoBaseCommitsFound": "没有找到基础提交",
|
||||
"MultipleBaseCommitsFoundStaged": "找到了多个基础提交 (尝试一次暂存更少的变更)",
|
||||
"MultipleBaseCommitsFoundUnstaged": "找到了多个基础提交 (尝试暂存部分变更)",
|
||||
"BaseCommitIsAlreadyOnMainBranch": "此变更内容所在的提交已经存在于主分支上了",
|
||||
@ -58,20 +58,24 @@
|
||||
"RefreshTooltip": "刷新git状态(即在后台上运行`git status`,`git branch`等命令以更新面板内容) 不会运行`git fetch`",
|
||||
"Push": "推送",
|
||||
"Pull": "拉取",
|
||||
"PushTooltip": "推送当前分支到它的上游。如果上游未配置,你可以在弹窗中配置上游分支。",
|
||||
"PullTooltip": "从当前分支的远程分支获取改动。如果上游未配置,你可以在弹窗中配置上游分支。",
|
||||
"PushTooltip": "推送当前分支到它的上游。如果上游未配置,您可以在弹窗中配置上游分支。",
|
||||
"PullTooltip": "从当前分支的远程分支获取改动。如果上游未配置,您可以在弹窗中配置上游分支。",
|
||||
"Scroll": "滚动",
|
||||
"FileFilter": "通过状态过滤文件",
|
||||
"CopyToClipboardMenu": "复制到剪贴板",
|
||||
"CopyFileName": "文件名",
|
||||
"CopyRelativeFilePath": "相对路径",
|
||||
"CopyAbsoluteFilePath": "绝对路径",
|
||||
"CopyFileDiffTooltip": "如果存在已暂存更改,该命令将仅作用于它们。否则将作用于所有未暂存更改。",
|
||||
"CopySelectedDiff": "比较选中的文件",
|
||||
"CopyAllFilesDiff": "对比全部文件",
|
||||
"CopyFileContent": "所选文件内容",
|
||||
"NoContentToCopyError": "无可复制内容",
|
||||
"FileNameCopiedToast": "文件名已复制至剪贴板",
|
||||
"FilePathCopiedToast": "文件路径已复制至剪贴板",
|
||||
"FileDiffCopiedToast": "文件差异已复制至剪贴板",
|
||||
"AllFilesDiffCopiedToast": "全部文件差异已复制至剪贴板",
|
||||
"FileContentCopiedToast": "文件内容已复制到剪贴板",
|
||||
"FilterStagedFiles": "仅显示已暂存文件",
|
||||
"FilterUnstagedFiles": "仅显示未暂存文件",
|
||||
"FilterTrackedFiles": "仅显示已跟踪的文件",
|
||||
@ -83,12 +87,22 @@
|
||||
"FilterLabelUntrackedFiles": "(仅未跟踪)",
|
||||
"FilterLabelConflictingFiles": "(仅冲突)",
|
||||
"MergeConflictsTitle": "合并冲突",
|
||||
"MergeConflictDescription_DD": "冲突:当前变更和传入变更都移动或重命名了此文件,但目标位置不同。虽然不知道具体位置,但这两个目标文件应该都会显示为冲突(分别标记为'AU'和'UA')。最可能的解决方法是删除此文件,并选择其中一个目标位置,删除另一个。",
|
||||
"MergeConflictDescription_AU": "冲突:此文件是当前变更中移动或重命名的目标位置,但在传入变更中被移动或重命名到其他位置。另一个目标位置也应显示为冲突(标记为'UA'),同时两个重命名前的原文件也会显示为冲突(标记为'DD')。",
|
||||
"MergeConflictDescription_UA": "冲突:此文件是传入变更中移动或重命名的目标位置,但在当前变更中被移动或重命名到其他位置。另一个目标位置也应显示为冲突(标记为'AU'),同时两个重命名前的原文件也会显示为冲突(标记为'DD')。",
|
||||
"MergeConflictDescription_DU": "冲突:当前变更删除了此文件,而传入变更修改了此文件。\n\n最可能的解决方法是手动将传入的修改应用到代码其他位置后再删除该文件。",
|
||||
"MergeConflictDescription_UD": "冲突:当前变更修改了此文件,而传入变更删除了此文件。\n\n最可能的解决方法是手动将当前修改应用到代码其他位置后再删除该文件。",
|
||||
"MergeConflictIncomingDiff": "传入变更:",
|
||||
"MergeConflictCurrentDiff": "当前变更:",
|
||||
"MergeConflictPressEnterToResolve": "按%s键解决。",
|
||||
"MergeConflictKeepFile": "保留文件",
|
||||
"MergeConflictDeleteFile": "删除文件",
|
||||
"Checkout": "检出",
|
||||
"CheckoutTooltip": "检出选中的项目",
|
||||
"CantCheckoutBranchWhilePulling": "当前分支在拉取远端时,无法检出到其他分支。",
|
||||
"TagCheckoutTooltip": "检出选择的标签作为分离的HEAD",
|
||||
"RemoteBranchCheckoutTooltip": "基于当前选中的远程分支检出一个新的本地分支,或者将远程分支作分离的HEAD。",
|
||||
"CantPullOrPushSameBranchTwice": "在推送或拉取分支的过程中,你不能再次推送或拉取同一个分支",
|
||||
"CantPullOrPushSameBranchTwice": "在推送或拉取分支的过程中,您不能再次推送或拉取同一个分支",
|
||||
"NoChangedFiles": "没有变更的文件",
|
||||
"SoftReset": "软重置",
|
||||
"AlreadyCheckedOutBranch": "您已经检出至此分支",
|
||||
@ -102,10 +116,14 @@
|
||||
"DeleteLocalBranch": "删除本地分支",
|
||||
"DeleteLocalBranches": "删除本地分支",
|
||||
"DeleteRemoteBranchOption": "删除远程分支",
|
||||
"DeleteRemoteBranchPrompt": "你确定要从'{{.upstream}}'中删除远程分支'{{.selectedBranchName}}'?",
|
||||
"DeleteRemoteBranchPrompt": "您确定要从'{{.upstream}}'中删除远程分支'{{.selectedBranchName}}'?",
|
||||
"DeleteRemoteBranchesPrompt": "确定要从各自远程仓库删除所选分支的远程分支吗?",
|
||||
"DeleteLocalAndRemoteBranchPrompt": "确定要同时删除本地的'{{.localBranchName}}'分支和远程'{{.remoteName}}'上的'{{.remoteBranchName}}'分支吗?",
|
||||
"DeleteLocalAndRemoteBranchesPrompt": "确定要同时从本地删除所选分支,并从各自远程仓库删除对应的远程分支吗?",
|
||||
"ForceDeleteBranchTitle": "强制删除分支",
|
||||
"ForceDeleteBranchMessage": "{{.selectedBranchName}} 还没有被完全合并。您确定要删除它吗?",
|
||||
"RebaseBranch": "将已检出的分支变基到该分支",
|
||||
"ForceDeleteBranchesMessage": "部分所选分支尚未完全合并。确定要删除它们吗?",
|
||||
"RebaseBranch": "变基",
|
||||
"RebaseBranchTooltip": "将检出的分支变基到所选的分支上。",
|
||||
"CantRebaseOntoSelf": "您不能将分支变基到其自身",
|
||||
"CantMergeBranchIntoItself": "您不能将分支合并到其自身",
|
||||
@ -129,6 +147,7 @@
|
||||
"Quit": "退出",
|
||||
"SquashTooltip": "将已选提交压缩到该提交之下。这些选定的提交的消息会附加到该提交的消息之下。",
|
||||
"CannotSquashOrFixupFirstCommit": "下面没有可以压缩的提交",
|
||||
"CannotSquashOrFixupMergeCommit": "无法对合并提交进行压缩或修正",
|
||||
"Fixup": "修正 (fixup)",
|
||||
"FixupTooltip": "将选定的提交合并到其下面的提交中。与压缩类似,但所选提交的消息将被丢弃。",
|
||||
"SureFixupThisCommit": "您确定要“修正”此提交吗?它将合并到下面的提交中",
|
||||
@ -149,6 +168,7 @@
|
||||
"MoveDownCommit": "下移提交",
|
||||
"MoveUpCommit": "上移提交",
|
||||
"CannotMoveAnyFurther": "无法进一步移动",
|
||||
"CannotMoveMergeCommit": "无法移动合并提交",
|
||||
"EditCommit": "编辑(开始交互式变基)",
|
||||
"EditCommitTooltip": "编辑提交",
|
||||
"AmendCommitTooltip": "用已暂存的变更来修补提交",
|
||||
@ -186,6 +206,7 @@
|
||||
"StashApplyTooltip": "将贮藏项应用到您的工作目录。",
|
||||
"NoStashEntries": "没有贮藏条目",
|
||||
"StashDrop": "删除贮藏",
|
||||
"SureDropStashEntry": "确定要删除选中的储藏条目吗?",
|
||||
"StashPop": "应用并删除贮藏",
|
||||
"SurePopStashEntry": "您确定要应用并删除此贮藏条目吗?",
|
||||
"StashApply": "应用贮藏",
|
||||
@ -215,11 +236,13 @@
|
||||
"CouldNotFindBinaryErr": "在 {{.url}} 处找不到任何二进制文件",
|
||||
"UpdateFailedErr": "更新失败: {{.errMessage}}",
|
||||
"ConfirmQuitDuringUpdateTitle": "当前正在更新中...",
|
||||
"ConfirmQuitDuringUpdate": "当前正在更新中,你确定要退出吗?",
|
||||
"ConfirmQuitDuringUpdate": "当前正在更新中,您确定要退出吗?",
|
||||
"MergeToolTitle": "合并工具",
|
||||
"MergeToolPrompt": "确定要打开 `git mergetool` 吗?",
|
||||
"IntroPopupMessage": "\n感谢使用 lazygit!你真的太棒了。下面几点你可能会感兴趣:\n\n 1) 观看此视频,快速了解 lazygit 的功能:\n https://youtu.be/CPLdltN7wgE\n\n 2) 记得看看最新发行说明:\n https://github.com/jesseduffield/lazygit/releases\n\n 3) 使用 git 说明你是一位程序员!你可以和我们一起让 lazygit 变得更好。\n 考虑为本项目做些贡献吧:\n https://github.com/jesseduffield/lazygit\n 你也可以直接赞助,并告诉我哪里需要改进,点右下角的捐赠按钮就好了。\n 哪怕只是给仓库点个星星也很棒!\n",
|
||||
"IntroPopupMessage": "\n感谢使用 lazygit!您真的太棒了。下面几点您可能会感兴趣:\n\n 1) 观看此视频,快速了解 lazygit 的功能:\n https://youtu.be/CPLdltN7wgE\n\n 2) 记得看看最新发行说明:\n https://github.com/jesseduffield/lazygit/releases\n\n 3) 使用 git 说明您是一位程序员!您可以和我们一起让 lazygit 变得更好。\n 考虑为本项目做些贡献吧:\n https://github.com/jesseduffield/lazygit\n 您也可以直接赞助,并告诉我哪里需要改进,点右下角的捐赠按钮就好了。\n 哪怕只是给仓库点个星星也很棒!\n",
|
||||
"DeprecatedEditConfigWarning": "englishDeprecatedEditConfigWarning",
|
||||
"NonReloadableConfigWarningTitle": "配置已更改",
|
||||
"NonReloadableConfigWarning": "以下配置设置已更改,但更改不会立即生效。请退出并重新启动lazygit以使更改生效:\n\n{{configs}}",
|
||||
"GitconfigParseErr": "由于存在未加引号的'\\'字符,因此 Gogit 无法解析您的 gitconfig 文件。删除它们应该可以解决问题。",
|
||||
"EditFile": "编辑文件",
|
||||
"EditFileTooltip": "使用外部编辑器打开文件",
|
||||
@ -234,8 +257,9 @@
|
||||
"MergeBranchTooltip": "Merge selected branch into currently checked out branch.",
|
||||
"ConfirmQuit": "您确定要退出吗?",
|
||||
"SwitchRepo": "切换到最近的仓库",
|
||||
"AllBranchesLogGraph": "显示/循环所有分支日志",
|
||||
"UnsupportedGitService": "不支持的 git 服务",
|
||||
"CopyPullRequestURL": "将拉取请求 URL 复制到剪贴板",
|
||||
"CopyPullRequestURL": "复制拉取请求 URL 到剪贴板",
|
||||
"NoBranchOnRemote": "该分支在远程上不存在. 您需要先将其推送到远程.",
|
||||
"Fetch": "抓取",
|
||||
"FetchTooltip": "从远程获取变更",
|
||||
@ -243,6 +267,7 @@
|
||||
"CollapseAllTooltip": "折叠文件树中的全部目录",
|
||||
"ExpandAll": "展开全部文件",
|
||||
"ExpandAllTooltip": "展开文件树中的全部目录",
|
||||
"DisabledInFlatView": "平面视图中不可用",
|
||||
"FileEnter": "暂存单个 块/行 用于文件, 或 折叠/展开 目录",
|
||||
"FileEnterTooltip": "如果选中的是一个文件,则会进入到暂存视图,以便可以暂存单个代码块/行。如果选中的是一个目录,则会折叠/展开这个目录",
|
||||
"FileStagingRequirements": "只能暂存跟踪文件的单独行",
|
||||
@ -265,10 +290,10 @@
|
||||
"AbortMenuItem": "中止 %s",
|
||||
"PickHunk": "选中区块",
|
||||
"PickAllHunks": "选中所有区块",
|
||||
"ViewMergeRebaseOptions": "查看 合并/变基 选项",
|
||||
"ViewMergeRebaseOptions": "查看合并/变基选项",
|
||||
"ViewMergeRebaseOptionsTooltip": "查看当前合并或变基的中止、继续、跳过选项",
|
||||
"ViewMergeOptions": "查看 合并(merge) 选项",
|
||||
"ViewRebaseOptions": "View rebase opGlobalTitletions",
|
||||
"ViewMergeOptions": "查看合并选项",
|
||||
"ViewRebaseOptions": "查看变基选项",
|
||||
"NotMergingOrRebasing": "您目前既不进行变基也不进行合并",
|
||||
"AlreadyRebasing": "在变基时无法执行此操作",
|
||||
"RecentRepos": "最近的仓库",
|
||||
@ -277,7 +302,7 @@
|
||||
"CommitSummaryTitle": "提交信息",
|
||||
"CommitDescriptionTitle": "提交信息说明",
|
||||
"CommitDescriptionSubTitle": "按 {{.togglePanelKeyBinding}} 键切换焦点, {{.commitMenuKeybinding}} 打开菜单",
|
||||
"CommitDescriptionFooter": "点击 {{.confirmInEditorKeybinding}} 提交",
|
||||
"CommitHooksDisabledSubTitle": "(钩子已禁用)",
|
||||
"LocalBranchesTitle": "本地分支",
|
||||
"SearchTitle": "搜索",
|
||||
"TagsTitle": "标签",
|
||||
@ -289,14 +314,14 @@
|
||||
"InformationTitle": "信息",
|
||||
"SecondaryTitle": "次要",
|
||||
"ReflogCommitsTitle": "Reflog",
|
||||
"ConflictsResolved": "已解决所有冲突。是否继续?",
|
||||
"Continue": "继续",
|
||||
"UnstagedFilesAfterConflictsResolved": "冲突解决后文件已被修改。是否自动暂存并继续?",
|
||||
"RebasingTitle": "变基 '{{.checkedOutBranch}}'",
|
||||
"RebasingFromBaseCommitTitle": "从标记的几点变基'{{.checkedOutBranch}}'",
|
||||
"SimpleRebase": "简单变基到 '{{.ref}}'",
|
||||
"InteractiveRebase": "交互式变基到 '{{.ref}}'",
|
||||
"RebaseOntoBaseBranch": "变基到主分支 ({{.baseBranch}})",
|
||||
"InteractiveRebaseTooltip": "由于交互式变基被中断,所以你可以在继续变基之前更新TODO提交。",
|
||||
"InteractiveRebaseTooltip": "由于交互式变基被中断,所以您可以在继续变基之前更新TODO提交。",
|
||||
"RebaseOntoBaseBranchTooltip": "将已检出的分支变基到主分支上(例如最近的主分支)。",
|
||||
"MustSelectTodoCommits": "在变基过程中, 该操作仅在选中TODO提交时有效。",
|
||||
"FwdNoUpstream": "此分支没有上游,无法快进",
|
||||
@ -305,14 +330,15 @@
|
||||
"PullRequestNoUpstream": "没有设置上游的分支无法执行拉取请求",
|
||||
"ErrorOccurred": "发生错误!请在以下位置创建 issue",
|
||||
"NoRoom": "空间不足",
|
||||
"YouAreHere": "您在这里",
|
||||
"YouDied": "你死了!",
|
||||
"YouDied": "您死了!",
|
||||
"RewordNotSupported": "当前不支持交互式重新基准化时的重新措词提交",
|
||||
"ChangingThisActionIsNotAllowed": "不允许更改这类变基待办项目",
|
||||
"DroppingMergeRequiresSingleSelection": "删除合并提交需要单个选中项",
|
||||
"CherryPickCopy": "复制提交(拣选)",
|
||||
"CherryPickCopyTooltip": "标记提交为已复制。然后,在本地提交视图中,你可以按 `{{.paste}}` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `{{.escape}}` 来取消选择。",
|
||||
"CherryPickCopyTooltip": "标记提交为已复制。然后,在本地提交视图中,您可以按 `{{.paste}}` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `{{.escape}}` 来取消选择。",
|
||||
"CherryPickCopyRangeTooltip": "将上次已复制的提交到当前选中的提交都标记为已复制",
|
||||
"PasteCommits": "粘贴提交(拣选)",
|
||||
"SureCherryPick": "确定要将复制的{{.numCommits}}个提交拣选到该分支上吗?",
|
||||
"CherryPick": "拣选(Cherry-Pick)",
|
||||
"CannotCherryPickNonCommit": "无法拣选TODO类型的提交",
|
||||
"CannotCherryPickMergeCommit": "不支持拣选合并类型的提交",
|
||||
@ -338,6 +364,7 @@
|
||||
"DropCommitTitle": "删除提交",
|
||||
"DropCommitPrompt": "您确定要删除此提交吗?",
|
||||
"DropUpdateRefPrompt": "您确定要删除选定的 update-ref 待办事项吗?除非中止变基,否则这是不可逆转的。",
|
||||
"DropMergeCommitPrompt": "确定要删除选中的合并提交吗?注意:这将同时删除通过该合并提交引入的所有提交。",
|
||||
"PullingStatus": "正在拉取",
|
||||
"PushingStatus": "正在推送",
|
||||
"FetchingStatus": "正在抓取",
|
||||
@ -356,6 +383,7 @@
|
||||
"RedoingStatus": "正在重做",
|
||||
"CheckingOutStatus": "正在检出",
|
||||
"CommittingStatus": "正在提交",
|
||||
"RewordingStatus": "修改提交信息",
|
||||
"RevertingStatus": "还原中...",
|
||||
"CreatingFixupCommitStatus": "正在创建一个修复提交",
|
||||
"CommitFiles": "提交文件",
|
||||
@ -371,14 +399,13 @@
|
||||
"DiscardOldFileChangeTooltip": "放弃对此文件的提交变更",
|
||||
"DiscardFileChangesTitle": "放弃文件变更",
|
||||
"DiscardFileChangesPrompt": "您确定要舍弃此提交对该文件的变更吗?如果此文件是在此提交中创建的,它将被删除",
|
||||
"CreateRepo": "当前目录不在 git 仓库中。是否在此目录创建一个新的 git 仓库?(y/n): ",
|
||||
"DisabledForGPG": "使用GPG的用户无法使用此功能。\n\n如果您正在使用密码代理(如gpg-agent)以避免每次签名时输入密码,可以通过在lazygit配置文件中添加\n\ngit:\n overrideGpg: true\n\n来启用此功能。",
|
||||
"BareRepo": "您已经尝试在空仓库中打开Lazygit,但是Lazygit还不支持空仓库。打开最近的仓库吗?(y / n) ",
|
||||
"InitialBranch": "分支名称? (git的默认值为空): ",
|
||||
"NoRecentRepositories": "必须在git存储库中打开lazygit。没有有效的最近存储库。即将退出...",
|
||||
"IncorrectNotARepository": "'notARepository'的值不正确。它应该是“prompt”,“create”,“skip”或“quit”中的一个。",
|
||||
"AutoStashTitle": "自动存储?",
|
||||
"AutoStashPrompt": "您必须隐藏并弹出变更以使变更生效。自动执行?(enter/esc)",
|
||||
"StashPrefix": "自动隐藏变更 ",
|
||||
"Discard": "查看'放弃变更'选项",
|
||||
"DiscardChangesTitle": "放弃变更",
|
||||
"DiscardFileChangesTooltip": "查看选中文件的放弃变更选项",
|
||||
@ -401,9 +428,9 @@
|
||||
"CreateFixupCommitTooltip": "创建修正提交",
|
||||
"CreateAmendCommit": "创建 'amend!' 提交",
|
||||
"FixupMenu_Fixup": "修复提交",
|
||||
"FixupMenu_FixupTooltip": "允许你修复另一个提交并保持原本的提交信息",
|
||||
"FixupMenu_FixupTooltip": "允许您修复另一个提交并保持原本的提交信息",
|
||||
"FixupMenu_AmendWithChanges": "基于当前变动内容修改提交",
|
||||
"FixupMenu_AmendWithChangesTooltip": "允许你修复另一个提交并修改提交信息",
|
||||
"FixupMenu_AmendWithChangesTooltip": "允许您修复另一个提交并修改提交信息",
|
||||
"FixupMenu_AmendWithoutChanges": "修改提交(不含变动内容,类似reword)",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "允许您修改另一个提交的提交消息而不更改其内容",
|
||||
"SquashAboveCommitsTooltip": "压缩所选提交之上或当前分支的所有 “fixup!” 提交(自动压缩)。",
|
||||
@ -414,6 +441,7 @@
|
||||
"SquashCommitsAboveSelectedCommit": "在选定提交之上",
|
||||
"CannotSquashCommitsInCurrentBranch": "在当前分支中无法压缩提交:因为分离HEAD提交是一个合并提交或者已经存在于主分支中",
|
||||
"ExecuteShellCommand": "执行 Shell 命令",
|
||||
"ExecuteShellCommandTooltip": "调出可输入shell命令执行的提示符。",
|
||||
"ShellCommand": "Shell 命令:",
|
||||
"CommitChangesWithoutHook": "提交变更而无需预先提交钩子",
|
||||
"ResetTo": "重置为",
|
||||
@ -447,7 +475,7 @@
|
||||
"UpdatingPatch": "正在更新补丁",
|
||||
"ViewPatchOptions": "查看自定义补丁选项",
|
||||
"PatchOptionsTitle": "补丁选项",
|
||||
"NoPatchError": "尚未创建补丁。你可以在提交中的文件上按下“空格”或使用“回车”添加其中的特定行以开始构建补丁",
|
||||
"NoPatchError": "尚未创建补丁。您可以在提交中的文件上按下“空格”或使用“回车”添加其中的特定行以开始构建补丁",
|
||||
"EmptyPatchError": "补丁还是空的。首先将一些文件或行添加到您的补丁中。",
|
||||
"EnterCommitFile": "输入文件以将所选行添加到补丁中(或切换目录折叠)",
|
||||
"EnterCommitFileTooltip": "如果已选择一个文件,则Enter进入该文件,以便您可以向自定义补丁添加/删除单独的行。如果选择了目录,则切换目录。",
|
||||
@ -463,6 +491,7 @@
|
||||
"EditRemoteUrl": "输入远程仓库 {{.remoteName}} 的新 URL:",
|
||||
"RemoveRemote": "删除远程",
|
||||
"RemoveRemoteTooltip": "删除选中的远程。从远程跟踪远程分支的任何本地分支都不会受到影响。",
|
||||
"RemoveRemotePrompt": "确定要删除远程仓库吗?",
|
||||
"DeleteRemoteBranch": "删除远程分支",
|
||||
"DeleteRemoteBranches": "删除原创分支",
|
||||
"DeleteRemoteBranchTooltip": "从远程删除远程分支。",
|
||||
@ -483,9 +512,10 @@
|
||||
"ViewUpstreamRebaseOptionsTooltip": "查看将检出分支变基到 {{upstream}} 的选项。注意:这不会将所选分支重新设置为上游,而是将检出分支重新设置为上游。",
|
||||
"UpstreamGenericName": "所选分支的上游",
|
||||
"SetUpstreamTitle": "设置上游分支",
|
||||
"SetUpstreamMessage": "确定要将'{{.checkedOut}}'的上游分支设置为'{{.selected}}'吗?",
|
||||
"EditRemoteTooltip": "编辑远程仓库",
|
||||
"TagCommit": "标签提交",
|
||||
"TagCommitTooltip": "创建一个新标签指向所选提交。你可以在弹窗中输入标签名称和描述(可选)。",
|
||||
"TagCommitTooltip": "创建一个新标签指向所选提交。您可以在弹窗中输入标签名称和描述(可选)。",
|
||||
"TagMenuTitle": "创建标签",
|
||||
"TagNameTitle": "标签名称",
|
||||
"TagMessageTitle": "标签消息",
|
||||
@ -496,13 +526,14 @@
|
||||
"DeleteRemoteTag": "删除远程标签",
|
||||
"DeleteLocalAndRemoteTag": "删除本地和远程标签",
|
||||
"SelectRemoteTagUpstream": "被删除标签'{{.tagName}}'的远端",
|
||||
"DeleteRemoteTagPrompt": "你确定要从'{{.upstream}}'中删除远程标签'{{.tagName}}'吗?",
|
||||
"DeleteRemoteTagPrompt": "您确定要从'{{.upstream}}'中删除远程标签'{{.tagName}}'吗?",
|
||||
"DeleteLocalAndRemoteTagPrompt": "确定要从本地和'{{.upstream}}'远程删除标签'{{.tagName}}'吗?",
|
||||
"RemoteTagDeletedMessage": "远程标签已删除",
|
||||
"PushTagTitle": "将 {{.tagName}} 推送到远程仓库:",
|
||||
"PushTag": "推送标签",
|
||||
"PushTagTooltip": "推送选择的标签到远端。你将在弹窗中选择一个远端。",
|
||||
"PushTagTooltip": "推送选择的标签到远端。您将在弹窗中选择一个远端。",
|
||||
"NewTag": "创建标签",
|
||||
"NewTagTooltip": "基于当前提交创建一个新标签。你将在弹窗中输入标签名称和描述(可选)。",
|
||||
"NewTagTooltip": "基于当前提交创建一个新标签。您将在弹窗中输入标签名称和描述(可选)。",
|
||||
"CreatingTag": "创建标签",
|
||||
"ForceTag": "强制标记标签",
|
||||
"ForceTagPrompt": "该标签‘{{.tagName}}’已存在。请按{{.cancelKey}}取消,或者按{{.confirmKey}}覆盖它。",
|
||||
@ -510,6 +541,7 @@
|
||||
"FetchingRemoteStatus": "抓取远程仓库中",
|
||||
"CheckoutCommit": "检出提交",
|
||||
"CheckoutCommitTooltip": "检出所选择的提交作为分离HEAD。",
|
||||
"NoBranchesFoundAtCommitTooltip": "在选定的提交处未找到分支。",
|
||||
"SureCheckoutThisCommit": "您确定要检出此提交吗?",
|
||||
"GitFlowOptions": "显示 git-flow 选项",
|
||||
"NotAGitFlowBranch": "这似乎不是 git flow 分支",
|
||||
@ -536,6 +568,7 @@
|
||||
"ViewBranchUpstreamOptions": "查看上游选项",
|
||||
"ViewBranchUpstreamOptionsTooltip": "查看与分支上游相关的选项,例如设置/取消设置上游和重置为上游。",
|
||||
"UpstreamNotSetError": "所选分支没有上游(或者上游没有存储在本地)",
|
||||
"UpstreamsNotSetError": "部分选中分支没有上游分支(或上游分支未在本地存储)",
|
||||
"NewGitFlowBranchPrompt": "新的 {{.branchType}} 名称:",
|
||||
"RenameBranchWarning": "该分支正在跟踪远程仓库。此操作将仅会重命名本地分支名称,而不会重命名远程分支的名称。确定继续?",
|
||||
"OpenKeybindingsMenu": "打开菜单",
|
||||
@ -576,24 +609,26 @@
|
||||
"OpenCommandLogMenu": "打开命令日志菜单",
|
||||
"OpenCommandLogMenuTooltip": "查看命令日志的选项,例如显示/隐藏命令日志以及聚焦命令日志",
|
||||
"ShowingGitDiff": "显示输出:",
|
||||
"ShowingDiffForRange": "显示范围差异",
|
||||
"CommitDiff": "比较提交差异",
|
||||
"CopyCommitHashToClipboard": "将提交的 hash 复制到剪贴板",
|
||||
"CopyCommitHashToClipboard": "复制提交哈希到剪贴板",
|
||||
"CommitHash": "提交的 hash",
|
||||
"CommitURL": "提交URL",
|
||||
"CopyCommitMessageToClipboard": "将提交消息复制到剪贴板",
|
||||
"PasteCommitMessageFromClipboard": "从剪贴板粘贴提交信息",
|
||||
"CopyCommitMessageToClipboard": "复制提交消息到剪贴板",
|
||||
"PasteCommitMessageFromClipboard": "粘贴提交信息自剪贴板",
|
||||
"SurePasteCommitMessage": "粘贴将覆盖当前提交消息,继续吗?",
|
||||
"CommitMessage": "提交信息",
|
||||
"CommitMessageBody": "提交信息正文",
|
||||
"CommitSubject": "提交主题",
|
||||
"CommitAuthor": "作者",
|
||||
"CommitTags": "提交标签",
|
||||
"CopyCommitAttributeToClipboard": "复制提交属性到剪贴板",
|
||||
"CopyCommitAttributeToClipboardTooltip": "复制提交属性到剪贴板(例如,hash、URL、diff、消息、作者)。",
|
||||
"CopyBranchNameToClipboard": "将分支名称复制到剪贴板",
|
||||
"CopyTagToClipboard": "将标签复制到剪贴板",
|
||||
"CopyPathToClipboard": "将文件名复制到剪贴板",
|
||||
"CopyCommitAttributeToClipboardTooltip": "复制提交属性到剪贴板(如hash、URL、diff、消息、作者)。",
|
||||
"CopyBranchNameToClipboard": "复制分支名称到剪贴板",
|
||||
"CopyTagToClipboard": "复制标签到剪贴板",
|
||||
"CopyPathToClipboard": "复制路径到剪贴板",
|
||||
"CommitPrefixPatternError": "提交前缀模式错误",
|
||||
"CopySelectedTextToClipboard": "将选中文本复制到剪贴板",
|
||||
"CopySelectedTextToClipboard": "复制选中文本到剪贴板",
|
||||
"NoFilesStagedTitle": "没有暂存文件",
|
||||
"NoFilesStagedPrompt": "您尚未暂存任何文件。提交所有文件?",
|
||||
"BranchNotFoundTitle": "找不到分支",
|
||||
@ -604,12 +639,13 @@
|
||||
"CreateNewBranchFromCommit": "从提交创建新分支",
|
||||
"BuildingPatch": "正在构建补丁",
|
||||
"ViewCommits": "查看提交",
|
||||
"MinGitVersionError": "Git版本必须至少为2.22(即2019年之后的版本)。请升级您的git版本。或者在https://github.com/jesseduffield/lazygit/issues提交问题以使lazygit更具向后兼容性。",
|
||||
"RunningCustomCommandStatus": "正在运行自定义命令",
|
||||
"SubmoduleStashAndReset": "存放未提交的子模块变更和更新",
|
||||
"AndResetSubmodules": "和重置子模块",
|
||||
"EnterSubmoduleTooltip": "输入子模块",
|
||||
"Enter": "进入",
|
||||
"CopySubmoduleNameToClipboard": "将子模块名称复制到剪贴板",
|
||||
"CopySubmoduleNameToClipboard": "复制子模块名称到剪贴板",
|
||||
"RemoveSubmodule": "删除子模块",
|
||||
"RemoveSubmoduleTooltip": "删除选定的子模块及其相应的目录",
|
||||
"RemoveSubmodulePrompt": "您确定要删除子模块 '%s' 及其对应的目录吗?这是不可逆的。",
|
||||
@ -631,6 +667,7 @@
|
||||
"BulkInitSubmodules": "批量初始化子模块",
|
||||
"BulkUpdateSubmodules": "批量更新子模块",
|
||||
"BulkDeinitSubmodules": "批量反初始化子模块",
|
||||
"BulkUpdateRecursiveSubmodules": "批量递归初始化和更新子模块",
|
||||
"ViewBulkSubmoduleOptions": "查看批量子模块选项",
|
||||
"BulkSubmoduleOptions": "批量子模块选项",
|
||||
"RunningCommand": "运行命令",
|
||||
@ -642,16 +679,20 @@
|
||||
"SuggestionsSubtitle": "(按 %s 键进行删除, %s 键进行编辑)",
|
||||
"ExtrasTitle": "附加",
|
||||
"PushingTagStatus": "推送标签",
|
||||
"PullRequestURLCopiedToClipboard": "拉取请求网址已复制到剪贴板",
|
||||
"CommitDiffCopiedToClipboard": "复制提交差异到剪贴板",
|
||||
"CommitURLCopiedToClipboard": "复制提交URL到剪贴板",
|
||||
"CommitMessageCopiedToClipboard": "复制提交消息到剪贴板",
|
||||
"CommitSubjectCopiedToClipboard": "复制提交主题到剪贴板",
|
||||
"CommitAuthorCopiedToClipboard": "复制作者到剪贴板",
|
||||
"PullRequestURLCopiedToClipboard": "拉取请求URL已复制到剪贴板",
|
||||
"CommitDiffCopiedToClipboard": "提交差异已复制到剪贴板",
|
||||
"CommitURLCopiedToClipboard": "提交URL已复制到剪贴板",
|
||||
"CommitMessageCopiedToClipboard": "提交消息已复制到剪贴板",
|
||||
"CommitMessageBodyCopiedToClipboard": "提交信息正文已复制到剪贴板",
|
||||
"CommitSubjectCopiedToClipboard": "提交主题已复制到剪贴板",
|
||||
"CommitAuthorCopiedToClipboard": "提交作者已复制到剪贴板",
|
||||
"CommitTagsCopiedToClipboard": "提交标签已复制到剪贴板",
|
||||
"CommitHasNoTags": "提交没有标签",
|
||||
"PatchCopiedToClipboard": "已复制补丁内容到剪贴板",
|
||||
"CopiedToClipboard": "复制到剪贴板",
|
||||
"CommitHasNoMessageBody": "提交没有信息正文",
|
||||
"PatchCopiedToClipboard": "补丁已复制到剪贴板",
|
||||
"CopiedToClipboard": "已复制到剪贴板",
|
||||
"ErrCannotEditDirectory": "无法编辑目录:您只能编辑单个文件",
|
||||
"ErrCannotCopyContentOfDirectory": "无法复制目录内容:只能复制单个文件的内容",
|
||||
"ErrStageDirWithInlineMergeConflicts": "无法 暂存/取消暂存 包含具有内联合并冲突的文件的目录。请先解决合并冲突",
|
||||
"ErrRepositoryMovedOrDeleted": "找不到仓库。它可能已被移动或删除 ¯\\_(ツ)_/¯",
|
||||
"ErrWorktreeMovedOrRemoved": "找不到工作树,它可能被删除或者移走了。 ¯\\\\_(ツ)_/¯",
|
||||
@ -660,7 +701,6 @@
|
||||
"FocusCommandLog": "焦点命令日志",
|
||||
"CommandLogHeader": "您可以通过按 '%s' 隐藏或集中显示该面板,或使用 `gui.showCommandLog: false`\n将其永久隐藏在您的配置中",
|
||||
"RandomTip": "随机小提示",
|
||||
"SelectParentCommitForMerge": "选择父提交进行合并",
|
||||
"ToggleWhitespaceInDiffView": "切换是否在差异视图中显示空白字符差异",
|
||||
"ToggleWhitespaceInDiffViewTooltip": "切换是否在diff视图中显示空白更改",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "(忽略空白)",
|
||||
@ -670,9 +710,15 @@
|
||||
"DecreaseContextInDiffView": "缩小差异视图中显示的上下文范围",
|
||||
"DecreaseContextInDiffViewTooltip": "减少diff视图中围绕更改显示的上下文数量",
|
||||
"DiffContextSizeChanged": "将diff上下文大小更改为%d",
|
||||
"IncreaseRenameSimilarityThreshold": "提高重命名相似度阈值",
|
||||
"IncreaseRenameSimilarityThresholdTooltip": "增加删除和添加对被视作重命名的相似度阈值。",
|
||||
"DecreaseRenameSimilarityThreshold": "降低重命名相似度阈值",
|
||||
"DecreaseRenameSimilarityThresholdTooltip": "降低删除和添加对被视作重命名的相似度阈值。",
|
||||
"RenameSimilarityThresholdChanged": "已重命名相似度阈值更改为 %d%%",
|
||||
"CreatePullRequestOptions": "创建拉取请求选项",
|
||||
"DefaultBranch": "默认分支",
|
||||
"SelectBranch": "选择分支",
|
||||
"SelectTargetRemote": "选择目标远程仓库",
|
||||
"NoValidRemoteName": "名为 '%s' 的远程名称不存在",
|
||||
"CreatePullRequest": "创建拉取请求",
|
||||
"SelectConfigFile": "选择配置文件",
|
||||
@ -695,14 +741,15 @@
|
||||
"SortByRecency": "新旧程度",
|
||||
"SortBasedOnReflog": "(基于reflog)",
|
||||
"SortCommits": "提交排序",
|
||||
"CantChangeContextSizeError": "无法在补丁构建模式下变更上下文,因为我们在发布该功能时懒得支持它。 如果你真的想要这么做,请告诉我们!",
|
||||
"CantChangeContextSizeError": "无法在补丁构建模式下变更上下文,因为我们在发布该功能时懒得支持它。 如果您真的想要这么做,请告诉我们!",
|
||||
"OpenCommitInBrowser": "在浏览器中打开提交",
|
||||
"ViewBisectOptions": "查看二分查找选项",
|
||||
"ConfirmRevertCommit": "你确定要恢复{{.selectedCommit}}?",
|
||||
"ConfirmRevertCommit": "您确定要恢复{{.selectedCommit}}?",
|
||||
"RewordInEditorTitle": "在编辑器中重写",
|
||||
"RewordInEditorPrompt": "您确定要在编辑器中重写此提交吗?",
|
||||
"CheckoutAutostashPrompt": "确定要检出 '%s' 吗?必要时将自动储藏更改。",
|
||||
"HardResetAutostashPrompt": "您确定要硬重置到 '%s' 吗?如有必要,将执行自动贮藏。",
|
||||
"SoftResetPrompt": "你确定要软重置到 '%s' 吗?",
|
||||
"SoftResetPrompt": "您确定要软重置到 '%s' 吗?",
|
||||
"UpstreamGone": "(上游不存在)",
|
||||
"NukeDescription": "如果您想让工作树中的所有更改消失,可以这样做。如果存在受污染的子模块更改,这会将这些更改贮藏在子模块中。",
|
||||
"DiscardStagedChangesDescription": "这将创建一个仅包含已暂存更改的新贮藏条目,然后这些更改删除,以便工作树仅保留未暂存的更改。",
|
||||
@ -721,7 +768,6 @@
|
||||
"RemovePatchFromOriginalCommitTooltip": "从这些提交中删除该补丁。这是通过在提交时启动交互式变基,反向应用补丁,然后继续变基来实现的。如果之后的提交依赖于补丁,您可能需要解决冲突。",
|
||||
"MovePatchOutIntoIndex": "将补丁移出到索引中",
|
||||
"MovePatchOutIntoIndexTooltip": "将补丁从提交中移出并移入到索引中。这是通过在提交时启动交互式变基、反向应用补丁、继续变基直至完成,然后将补丁应用到索引来实现的。如果之后的提交依赖于补丁,您可能需要解决冲突。",
|
||||
"MovePatchIntoNewCommit": "引入补丁到新提交中",
|
||||
"MovePatchIntoNewCommitTooltip": "将补丁从提交中移出并移至位于原始提交之上的新提交中。这是通过在原始提交处启动交互式变基,反向应用补丁,然后将补丁应用到索引并将其作为新提交提交,然后继续变基直至完成来实现的。如果以后的提交依赖于补丁,您可能需要解决冲突。",
|
||||
"MovePatchToSelectedCommit": "移动补丁到所选提交 (%s)",
|
||||
"MovePatchToSelectedCommitTooltip": "将补丁从其原始提交修改到选定的提交中。 实现这一点的方法是在原始提交时启动交互式重置,反向应用补丁, 然后在应用补丁和修改选定的提交之前,继续将其重新建立到选定的提交上。 重置将继续完成。如果源代码和目标代码提交之间的提交取决于补丁,您可能需要解决冲突。",
|
||||
@ -738,6 +784,7 @@
|
||||
"SwitchToWorktreeTooltip": "切换到选中的工作树",
|
||||
"AlreadyCheckedOutByWorktree": "该分支由工作树 {{.worktreeName}} 检出,您想切换到该工作树吗?",
|
||||
"BranchCheckedOutByWorktree": "分支 {{.branchName}} 由工作树 {{.worktreeName}} 检出",
|
||||
"SomeBranchesCheckedOutByWorktreeError": "部分选中分支被其他工作树检出。请逐个选择删除。",
|
||||
"DetachWorktreeTooltip": "这将在工作树上运行“git checkout --detach”,以便它停止占用分支,但工作树的工作树将保持不变。",
|
||||
"Switching": "正在切换",
|
||||
"RemoveWorktree": "移除工作区",
|
||||
@ -746,7 +793,7 @@
|
||||
"DetachingWorktree": "正在分离工作树",
|
||||
"WorktreesTitle": "工作区",
|
||||
"WorktreeTitle": "工作区",
|
||||
"RemoveWorktreePrompt": "你确定要删除工作树 {{.worktreeName}}' ?",
|
||||
"RemoveWorktreePrompt": "您确定要删除工作树 {{.worktreeName}}' ?",
|
||||
"ForceRemoveWorktreePrompt": "'{{.worktreeName}}' 包含已修改或未跟踪的文件(说实话,它可能包含两者)。您确定要删除它吗?",
|
||||
"RemovingWorktree": "正在删除工作树",
|
||||
"AddingWorktree": "添加工作区",
|
||||
@ -775,6 +822,8 @@
|
||||
"MarkAsBaseCommit": "标记一个主提交用于变基",
|
||||
"MarkAsBaseCommitTooltip": "选择下一次变基的主提交。当您变基到一个分支时,只有高于主提交的提交才会被引入。这使用“git rebase --onto”命令。",
|
||||
"MarkedCommitMarker": "↑↑↑ 将从这里开始变基 ↑↑↑",
|
||||
"FailedToOpenURL": "打开URL %s 失败。\n\n错误:%v",
|
||||
"InvalidLazygitEditURL": "无效的lazygit-edit URL格式:%s",
|
||||
"NoCopiedCommits": "未复制提交",
|
||||
"DisabledMenuItemPrefix": "不可用: ",
|
||||
"QuickStartInteractiveRebase": "开始交互式变基",
|
||||
@ -787,11 +836,16 @@
|
||||
"NoItemSelected": "没有条目被选中",
|
||||
"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: <something other than v>\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'",
|
||||
"CommandDoesNotSupportOpeningInEditor": "该命令不支持切换到编辑器",
|
||||
"CustomCommands": "自定义命令",
|
||||
"NoApplicableCommandsInThisContext": "(当前上下文无可用命令)",
|
||||
"SelectCommitsOfCurrentBranch": "选择当前分支的提交",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "检出提交",
|
||||
"CheckoutBranchAtCommit": "检出分支 '%s'",
|
||||
"CheckoutCommitAsDetachedHead": "以分离头指针方式检出提交 %s",
|
||||
"CheckoutTag": "检出标签",
|
||||
"CheckoutBranch": "检出分支",
|
||||
"CheckoutBranchOrCommit": "检出分支或提交",
|
||||
@ -820,14 +874,16 @@
|
||||
"SquashAllAboveFixupCommits": "压缩以上所有的修正提交",
|
||||
"MoveCommitUp": "上移提交",
|
||||
"MoveCommitDown": "下移提交",
|
||||
"CopyCommitMessageToClipboard": "将提交消息复制到剪贴板",
|
||||
"CopyCommitMessageToClipboard": "复制提交消息到剪贴板",
|
||||
"CopyCommitMessageBodyToClipboard": "复制提交信息正文到剪贴板",
|
||||
"CopyCommitSubjectToClipboard": "复制提交主题到剪贴板",
|
||||
"CopyCommitDiffToClipboard": "复制提交差异到剪贴板",
|
||||
"CopyCommitHashToClipboard": "复制完整的提交哈希到剪贴板",
|
||||
"CopyCommitURLToClipboard": "复制提交URL到剪贴板",
|
||||
"CopyCommitAuthorToClipboard": "复制提交作者到剪贴板",
|
||||
"CopyCommitAttributeToClipboard": "复制到剪贴板",
|
||||
"CopyPatchToClipboard": "复制路径到剪贴板",
|
||||
"CopyCommitTagsToClipboard": "复制提交标签到剪贴板",
|
||||
"CopyPatchToClipboard": "复制补丁到剪贴板",
|
||||
"CustomCommand": "自定义命令",
|
||||
"DiscardAllChangesInDirectory": "丢弃目录中的所有变更",
|
||||
"DiscardUnstagedChangesInDirectory": "丢弃目录中未暂存的变更",
|
||||
@ -838,6 +894,10 @@
|
||||
"UnstageFile": "取消暂存文件",
|
||||
"UnstageAllFiles": "取消暂存所有文件",
|
||||
"StageAllFiles": "暂存所有文件",
|
||||
"ResolveConflictByKeepingFile": "通过保留文件解决冲突",
|
||||
"ResolveConflictByDeletingFile": "通过删除文件解决冲突",
|
||||
"NotEnoughContextToStage": "差异上下文大小为0时无法暂存或取消暂存更改。请使用'%s'增大上下文。",
|
||||
"NotEnoughContextToDiscard": "差异上下文大小为0时无法丢弃更改。请使用'%s'增大上下文。",
|
||||
"IgnoreExcludeFile": "忽略文件",
|
||||
"IgnoreFileErr": "无法忽略 .gitignore",
|
||||
"ExcludeFile": "排除文件",
|
||||
@ -855,7 +915,7 @@
|
||||
"GitFlowFinish": "git flow 结果",
|
||||
"GitFlowStart": "git flow 开始",
|
||||
"CopyToClipboard": "复制到剪贴板",
|
||||
"CopySelectedTextToClipboard": "将选中文本复制到剪贴板",
|
||||
"CopySelectedTextToClipboard": "复制选中文本到剪贴板",
|
||||
"RemovePatchFromCommit": "从提交中删除补丁",
|
||||
"MovePatchToSelectedCommit": "将补丁移动到选定的提交",
|
||||
"MovePatchIntoIndex": "将补丁移到索引",
|
||||
@ -876,6 +936,7 @@
|
||||
"BulkInitialiseSubmodules": "批量初始化子模块",
|
||||
"BulkUpdateSubmodules": "批量更新子模块",
|
||||
"BulkDeinitialiseSubmodules": "批量取消初始化子模块",
|
||||
"BulkUpdateRecursiveSubmodules": "批量递归初始化和更新子模块",
|
||||
"UpdateSubmodule": "更新子模块",
|
||||
"CreateLightweightTag": "创建轻量标签",
|
||||
"CreateAnnotatedTag": "创建附注标签",
|
||||
@ -937,7 +998,8 @@
|
||||
"BreakingChangesTitle": "重大变化",
|
||||
"BreakingChangesMessage": "您正在更新到 lazygit 的新版本,其中含有中断的更改。请阅读下面的说明,并在必要时更新您的配置。\n欲了解更多信息,请参阅 <https://github.com/jesseduffield/lazygit/releases> 的完整版本说明。",
|
||||
"BreakingChangesByVersion": {
|
||||
"0.41.0": "- 当您按“g”调出 git 重置菜单时,“mixed”选项现在是第一个也是默认选项,而不是“soft”。这是因为“mixed”是最常用的选项。\n- 提交消息面板现在默认自动硬换行(即,当您到达页边距时,它会添加换行符)。您可以像这样调整配置:\n\ngit:\n commit:\n autoWrapCommitMessage: true\n autoWrapWidth: 72\n\n- “v”键已在暂存视图中用于启动范围选择,但现在您可以使用它在任何视图中启动范围选择。不幸的是,这与粘贴提交(cherry-pick)的“v”键绑定冲突,因此现在粘贴提交是通过“shift+V”完成的,为了一致性,复制提交现在是通过“shift+C”而不是“c”。请注意,“v”键绑定只是启动范围选择的一种方法:您可以使用 shift+向上/向下箭头。因此,如果您想配置cherry-pick键绑定以获得旧行为,请在配置中设置以下内容:\n\nkeybinding:\n universal:\n toggleRangeSelect: <something other than v>\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'\n\n- 使用“shift-S”压缩修复现在会弹出一个菜单,默认选项是压缩分支中的所有修复提交。仅压缩所选提交之上的修复提交的原始行为仍然可以作为该菜单中的第二个选项使用。\n- Push/pull/fetch 加载状态现在显示在分支上,而不是在弹出窗口中。这允许您例如并行获取多个分支并查看每个分支的状态。\n- 提交视图中的 git 日志图现在始终默认显示(以前仅在视图最大化时显示)。如果你发现这太冗余了,你可以通过 ctrl+L -> 'Show git graph' -> 'when maximized' 将其改回来\n- 在远程分支上按空格用于显示输入新本地分支名称的提示,以从远程分支检出。现在它只是直接检查远程分支,让您在同名的新本地分支或分离的头之间进行选择。旧的行为仍然可以通过“n”键绑定使用。\n- 默认情况下,过滤(例如按“/”时)不太模糊;它现在只匹配子字符串。多个子字符串可以通过用空格分隔来匹配。如果您想恢复到旧的行为,请在配置中设置以下内容:\n\ngui:\n filterMode: 'fuzzy'\n\t ",
|
||||
"0.44.0": "- gui.branchColors 配置选项已弃用;其将在未来的版本中被移除。请使用 gui.branchColorPatterns 代替。\n- 以 \"feature/\",\"bugfix/\" 和 \"hotfix/\" 开头的分支自动上色已移除;如果你想要保留该功能,可以通过设置新的 gui.branchColorPatterns 选项来启用。"
|
||||
"0.41.0": "- 当您按“g”调出 git 重置菜单时,“mixed”选项现在是第一个也是默认选项,而不是“soft”。这是因为“mixed”是最常用的选项。\n- 提交消息面板现在默认自动硬换行(即,当您到达页边距时,它会添加换行符)。您可以像这样调整配置:\n\ngit:\n commit:\n autoWrapCommitMessage: true\n autoWrapWidth: 72\n\n- “v”键已在暂存视图中用于启动范围选择,但现在您可以使用它在任何视图中启动范围选择。不幸的是,这与粘贴提交(cherry-pick)的“v”键绑定冲突,因此现在粘贴提交是通过“shift+V”完成的,为了一致性,复制提交现在是通过“shift+C”而不是“c”。请注意,“v”键绑定只是启动范围选择的一种方法:您可以使用 shift+向上/向下箭头。因此,如果您想配置cherry-pick键绑定以获得旧行为,请在配置中设置以下内容:\n\nkeybinding:\n universal:\n toggleRangeSelect: <something other than v>\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'\n\n- 使用“shift-S”压缩修复现在会弹出一个菜单,默认选项是压缩分支中的所有修复提交。仅压缩所选提交之上的修复提交的原始行为仍然可以作为该菜单中的第二个选项使用。\n- Push/pull/fetch 加载状态现在显示在分支上,而不是在弹出窗口中。这允许您例如并行获取多个分支并查看每个分支的状态。\n- 提交视图中的 git 日志图现在始终默认显示(以前仅在视图最大化时显示)。如果您发现这太冗余了,您可以通过 ctrl+L -> 'Show git graph' -> 'when maximized' 将其改回来\n- 在远程分支上按空格用于显示输入新本地分支名称的提示,以从远程分支检出。现在它只是直接检查远程分支,让您在同名的新本地分支或分离的头之间进行选择。旧的行为仍然可以通过“n”键绑定使用。\n- 默认情况下,过滤(例如按“/”时)不太模糊;它现在只匹配子字符串。多个子字符串可以通过用空格分隔来匹配。如果您想恢复到旧的行为,请在配置中设置以下内容:\n\ngui:\n filterMode: 'fuzzy'\n\t ",
|
||||
"0.44.0": "- gui.branchColors 配置选项已弃用;其将在未来的版本中被移除。请使用 gui.branchColorPatterns 代替。\n- 以 \"feature/\",\"bugfix/\" 和 \"hotfix/\" 开头的分支自动上色已移除;如果您想要保留该功能,可以通过设置新的 gui.branchColorPatterns 选项来启用。",
|
||||
"0.49.0": "- 执行shell命令(带':'提示符)不再使用交互式shell。如需在提示符中使用shell别名,需进行额外配置。详见:https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#using-aliases-or-functions-in-shell-commands"
|
||||
}
|
||||
}
|
||||
|
@ -216,7 +216,6 @@
|
||||
"InformationTitle": "資訊",
|
||||
"SecondaryTitle": "次要",
|
||||
"ReflogCommitsTitle": "日誌",
|
||||
"ConflictsResolved": "所有合併衝突都已解決。是否繼續?",
|
||||
"Continue": "確認",
|
||||
"RebasingTitle": "將 '{{.checkedOutBranch}}'",
|
||||
"SimpleRebase": "簡單變基 變基至 '{{.ref}}'",
|
||||
@ -228,7 +227,6 @@
|
||||
"PullRequestNoUpstream": "無法對沒有遠端的分支拉取",
|
||||
"ErrorOccurred": "發生錯誤!請在此詢問錯誤:",
|
||||
"NoRoom": "無足夠的空間",
|
||||
"YouAreHere": "你在這",
|
||||
"YouDied": "你死了!",
|
||||
"RewordNotSupported": "在互動變基期間改寫提交目前不支援",
|
||||
"ChangingThisActionIsNotAllowed": "不允許更改此類變基待辦事項",
|
||||
@ -280,14 +278,12 @@
|
||||
"CheckoutCommitFileTooltip": "檢出檔案",
|
||||
"DiscardFileChangesTitle": "捨棄檔案更改",
|
||||
"DiscardFileChangesPrompt": "是否捨棄此提交?如果這個檔案是在此提交中創建的,它將被刪除",
|
||||
"CreateRepo": "未在 git 版本庫中。是否建立新版本庫? (y/n): ",
|
||||
"BareRepo": "你嘗試在裸版本庫中開啟 Lazygit,但 Lazygit 尚未支援裸版本庫。是否開啟最新版本庫? (y/n) ",
|
||||
"InitialBranch": "分支名稱?(留空使用 git 的預設值):",
|
||||
"NoRecentRepositories": "必須在 git 版本庫中開啟 lazygit。沒有有效的最近版本庫。退出。",
|
||||
"IncorrectNotARepository": "無效 `notARepository` 輸入。輸入應為「prompt」、「create」、「skip」、或「quit」。",
|
||||
"AutoStashTitle": "是否自動收藏?",
|
||||
"AutoStashPrompt": "必須收藏並拾起變更才得以繼續操作。是否自動執行?(Enter/Esc)",
|
||||
"StashPrefix": "自動收藏 ",
|
||||
"Discard": "捨棄",
|
||||
"DiscardChangesTitle": "捨棄變更",
|
||||
"DiscardFileChangesTooltip": "檢視選中變動進行捨棄復原",
|
||||
@ -498,7 +494,6 @@
|
||||
"FocusCommandLog": "聚焦命令記錄",
|
||||
"CommandLogHeader": " '%s' 隱藏/聚焦此面板\n",
|
||||
"RandomTip": "隨機提示",
|
||||
"SelectParentCommitForMerge": "選擇合併的父提交",
|
||||
"ToggleWhitespaceInDiffView": "切換是否在差異檢視中顯示空格變更",
|
||||
"IgnoreWhitespaceDiffViewSubTitle": "(忽略空格)",
|
||||
"IgnoreWhitespaceNotSupportedHere": "在此檢視中不支援忽略空格",
|
||||
@ -547,7 +542,6 @@
|
||||
"ApplyPatchInReverse": "反向套用補丁",
|
||||
"RemovePatchFromOriginalCommit": "從原始提交中刪除補丁(%s)",
|
||||
"MovePatchOutIntoIndex": "將補丁移到預存區",
|
||||
"MovePatchIntoNewCommit": "將補丁移到新的提交",
|
||||
"MovePatchToSelectedCommit": "將補丁移到選定的提交(%s)",
|
||||
"CopyPatchToClipboard": "將補丁複製到剪貼簿",
|
||||
"NoMatchesFor": "沒有找到符合 '%s' %s 的結果",
|
||||
|
Reference in New Issue
Block a user