You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **PR Description**
Update translation files from Crowdin. Some texts had to be deleted
because they are no longer accurate (e.g. the minimum git version
error), these need to be retranslated.
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ja.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
107
107
|`` e ``| Edit (start interactive rebase) | コミットを編集 |
108
108
| `` 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.
109
109
If you would instead like to start an interactive rebase from the selected commit, press `e`. |
110
-
|`` p ``|Pick| Mark the selected commit to be picked (when mid-rebase). This means that the commit will be retained upon continuing the rebase. |
110
+
|`` p ``|選択| Mark the selected commit to be picked (when mid-rebase). This means that the commit will be retained upon continuing the rebase. |
111
111
|`` F ``| Fixupコミットを作成 | このコミットに対するfixupコミットを作成 |
112
112
|`` S ``| Apply fixup commits | Squash all 'fixup!' commits, either above the selected commit, or all in current branch (autosquash). |
113
113
|`` <c-j> ``| コミットを1つ下に移動 ||
@@ -140,7 +140,7 @@ If you would instead like to start an interactive rebase from the selected commi
140
140
|`` c ``| チェックアウト | Checkout file. This replaces the file in your working tree with the version from the selected commit. |
141
141
|`` 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. |
142
142
|`` o ``| ファイルを開く | Open file in default application. |
143
-
|`` e ``|Edit| Open file in external editor. |
143
+
|`` e ``|編集| Open file in external editor. |
144
144
|`` <c-t> ``| Open external diff tool (git difftool) ||
145
145
|`` <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.|
146
146
|`` a ``| Toggle all files | Add/remove all commit's files to custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches.|
@@ -179,7 +179,7 @@ If you would instead like to start an interactive rebase from the selected commi
179
179
|`` e ``| 設定ファイルを編集 | Open file in external editor. |
180
180
|`` u ``| 更新を確認 ||
181
181
|`` <enter> ``| 最近使用したリポジトリに切り替え ||
182
-
|`` a ``|すべてのブランチログを表示||
182
+
|`` a ``|Show/cycle all branch logs||
183
183
184
184
## タグ
185
185
@@ -209,7 +209,7 @@ If you would instead like to start an interactive rebase from the selected commi
209
209
|`` A ``| 最新のコミットにamend ||
210
210
|`` C ``| gitエディタを使用して変更をコミット ||
211
211
|`` <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>|
212
-
|`` e ``|Edit| Open file in external editor. |
212
+
|`` e ``|編集| Open file in external editor. |
213
213
|`` o ``| ファイルを開く | Open file in default application. |
214
214
|`` i ``| ファイルをignore ||
215
215
|`` r ``| ファイルをリフレッシュ ||
@@ -240,7 +240,7 @@ If you would instead like to start an interactive rebase from the selected commi
240
240
|`` O ``| View create pull request options ||
241
241
|`` <c-y> ``| Pull RequestのURLをクリップボードにコピー ||
242
242
|`` c ``| Checkout by name | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
243
-
|`` F ``|Force checkout| Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
243
+
|`` F ``|強制的にチェックアウト| Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
244
244
|`` d ``| Delete | View delete options for local/remote branch. |
245
245
|`` r ``| Rebase | Rebase the checked-out branch onto the selected branch. |
246
246
|`` M ``| 現在のブランチにマージ | View options for merging the selected item into the current branch (regular merge, squash merge) |
@@ -330,7 +330,7 @@ If you would instead like to start an interactive rebase from the selected commi
330
330
|`` <enter> ``| View branches ||
331
331
|`` n ``| リモートを新規追加 ||
332
332
|`` d ``| Remove | Remove the selected remote. Any local branches tracking a remote branch from the remote will be unaffected. |
0 commit comments