Skip to content

Commit 61636d8

Browse files
authored
Update translation files from Crowdin (#4473)
- **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.
2 parents 1106b67 + 204f6c7 commit 61636d8

16 files changed

+374
-251
lines changed

Diff for: docs/keybindings/Keybindings_ja.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
107107
| `` e `` | Edit (start interactive rebase) | コミットを編集 |
108108
| `` 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.
109109
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. |
111111
| `` F `` | Fixupコミットを作成 | このコミットに対するfixupコミットを作成 |
112112
| `` S `` | Apply fixup commits | Squash all 'fixup!' commits, either above the selected commit, or all in current branch (autosquash). |
113113
| `` <c-j> `` | コミットを1つ下に移動 | |
@@ -140,7 +140,7 @@ If you would instead like to start an interactive rebase from the selected commi
140140
| `` c `` | チェックアウト | Checkout file. This replaces the file in your working tree with the version from the selected commit. |
141141
| `` 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. |
142142
| `` o `` | ファイルを開く | Open file in default application. |
143-
| `` e `` | Edit | Open file in external editor. |
143+
| `` e `` | 編集 | Open file in external editor. |
144144
| `` <c-t> `` | Open external diff tool (git difftool) | |
145145
| `` <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. |
146146
| `` 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
179179
| `` e `` | 設定ファイルを編集 | Open file in external editor. |
180180
| `` u `` | 更新を確認 | |
181181
| `` <enter> `` | 最近使用したリポジトリに切り替え | |
182-
| `` a `` | すべてのブランチログを表示 | |
182+
| `` a `` | Show/cycle all branch logs | |
183183

184184
## タグ
185185

@@ -209,7 +209,7 @@ If you would instead like to start an interactive rebase from the selected commi
209209
| `` A `` | 最新のコミットにamend | |
210210
| `` C `` | gitエディタを使用して変更をコミット | |
211211
| `` <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. |
213213
| `` o `` | ファイルを開く | Open file in default application. |
214214
| `` i `` | ファイルをignore | |
215215
| `` r `` | ファイルをリフレッシュ | |
@@ -240,7 +240,7 @@ If you would instead like to start an interactive rebase from the selected commi
240240
| `` O `` | View create pull request options | |
241241
| `` <c-y> `` | Pull RequestのURLをクリップボードにコピー | |
242242
| `` 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. |
244244
| `` d `` | Delete | View delete options for local/remote branch. |
245245
| `` r `` | Rebase | Rebase the checked-out branch onto the selected branch. |
246246
| `` 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
330330
| `` <enter> `` | View branches | |
331331
| `` n `` | リモートを新規追加 | |
332332
| `` d `` | Remove | Remove the selected remote. Any local branches tracking a remote branch from the remote will be unaffected. |
333-
| `` e `` | Edit | リモートを編集 |
333+
| `` e `` | 編集 | リモートを編集 |
334334
| `` f `` | Fetch | リモートをfetch |
335335
| `` / `` | Filter the current view by text | |
336336

Diff for: docs/keybindings/Keybindings_ko.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
213213
| `` e `` | 설정 파일 수정 | Open file in external editor. |
214214
| `` u `` | 업데이트 확인 | |
215215
| `` <enter> `` | 최근에 사용한 저장소로 전환 | |
216-
| `` a `` | 모든 브랜치 로그 표시 | |
216+
| `` a `` | Show/cycle all branch logs | |
217217

218218
## 서브모듈
219219

Diff for: docs/keybindings/Keybindings_nl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ If you would instead like to start an interactive rebase from the selected commi
318318
| `` e `` | Verander config bestand | Open file in external editor. |
319319
| `` u `` | Check voor updates | |
320320
| `` <enter> `` | Wissel naar een recente repo | |
321-
| `` a `` | Alle logs van de branch laten zien | |
321+
| `` a `` | Show/cycle all branch logs | |
322322

323323
## Sub-commits
324324

Diff for: docs/keybindings/Keybindings_pl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Jeśli chcesz zamiast tego rozpocząć interaktywny rebase od wybranego commita,
299299
| `` e `` | Edytuj plik konfiguracyjny | Otwórz plik w zewnętrznym edytorze. |
300300
| `` u `` | Sprawdź aktualizacje | |
301301
| `` <enter> `` | Przełącz na ostatnie repozytorium | |
302-
| `` a `` | Pokaż wszystkie gałęzie w logach | |
302+
| `` a `` | Show/cycle all branch logs | |
303303

304304
## Sub-commity
305305

0 commit comments

Comments
 (0)