Skip to content

Commit 853a04d

Browse files
authored
Update translations; includes a new Portuguese translation (#4250)
- **PR Description** Update translations from Crowdin.
2 parents 0fd7b9b + c027096 commit 853a04d

File tree

9 files changed

+750
-13
lines changed

9 files changed

+750
-13
lines changed

docs/keybindings/Keybindings_ko.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
189189
| `` <c-y> `` | 풀 리퀘스트 URL을 클립보드에 복사 | |
190190
| `` c `` | 이름으로 체크아웃 | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
191191
| `` F `` | 강제 체크아웃 | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
192-
| `` d `` | Delete | View delete options for local/remote branch. |
192+
| `` d `` | 삭제 | View delete options for local/remote branch. |
193193
| `` r `` | 체크아웃된 브랜치를 이 브랜치에 리베이스 | Rebase the checked-out branch onto the selected branch. |
194194
| `` M `` | 현재 브랜치에 병합 | View options for merging the selected item into the current branch (regular merge, squash merge) |
195195
| `` f `` | Fast-forward this branch from its upstream | Fast-forward selected branch from its upstream. |
@@ -247,7 +247,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
247247
| `` n `` | 새 브랜치 생성 | |
248248
| `` M `` | 현재 브랜치에 병합 | View options for merging the selected item into the current branch (regular merge, squash merge) |
249249
| `` r `` | 체크아웃된 브랜치를 이 브랜치에 리베이스 | Rebase the checked-out branch onto the selected branch. |
250-
| `` d `` | Delete | Delete the remote branch from the remote. |
250+
| `` d `` | 삭제 | Delete the remote branch from the remote. |
251251
| `` u `` | Set as upstream | Set the selected remote branch as the upstream of the checked-out branch. |
252252
| `` s `` | Sort order | |
253253
| `` g `` | View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
@@ -263,7 +263,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
263263
| `` <c-o> `` | 커밋 해시를 클립보드에 복사 | |
264264
| `` <c-r> `` | Reset cherry-picked (copied) commits selection | |
265265
| `` b `` | Bisect 옵션 보기 | |
266-
| `` s `` | Squash | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
266+
| `` s `` | 스쿼시 | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
267267
| `` f `` | Fixup | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
268268
| `` r `` | 커밋메시지 변경 | Reword the selected commit's message. |
269269
| `` R `` | 에디터에서 커밋메시지 수정 | |
@@ -326,9 +326,9 @@ If you would instead like to start an interactive rebase from the selected commi
326326
| `` <c-o> `` | Copy tag to clipboard | |
327327
| `` <space> `` | 체크아웃 | Checkout the selected tag as a detached HEAD. |
328328
| `` n `` | 태그를 생성 | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
329-
| `` d `` | Delete | View delete options for local/remote tag. |
329+
| `` d `` | 삭제 | View delete options for local/remote tag. |
330330
| `` P `` | 태그를 push | Push the selected tag to a remote. You'll be prompted to select a remote. |
331-
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
331+
| `` g `` | 초기화 | View reset options (soft/mixed/hard) for resetting onto selected item. |
332332
| `` <c-t> `` | Open external diff tool (git difftool) | |
333333
| `` <enter> `` | 커밋 보기 | |
334334
| `` w `` | View worktree options | |
@@ -341,7 +341,7 @@ If you would instead like to start an interactive rebase from the selected commi
341341
| `` <c-o> `` | 파일명을 클립보드에 복사 | |
342342
| `` <space> `` | Staged 전환 | Toggle staged for selected file. |
343343
| `` <c-b> `` | 파일을 필터하기 (Staged/unstaged) | |
344-
| `` y `` | Copy to clipboard | |
344+
| `` y `` | 클립보드에 복사 | |
345345
| `` c `` | 커밋 변경내용 | Commit staged changes. |
346346
| `` w `` | Commit changes without pre-commit hook | |
347347
| `` A `` | 마지맛 커밋 수정 | |
@@ -357,7 +357,7 @@ If you would instead like to start an interactive rebase from the selected commi
357357
| `` <enter> `` | Stage individual hunks/lines for file, or collapse/expand for 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. |
358358
| `` d `` | View 'discard changes' options | View options for discarding changes to the selected file. |
359359
| `` g `` | View upstream reset options | |
360-
| `` D `` | Reset | View reset options for working tree (e.g. nuking the working tree). |
360+
| `` D `` | 초기화 | View reset options for working tree (e.g. nuking the working tree). |
361361
| `` ` `` | 파일 트리뷰로 전환 | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
362362
| `` <c-t> `` | Open external diff tool (git difftool) | |
363363
| `` M `` | Git mergetool를 열기 | Run `git mergetool`. |

0 commit comments

Comments
 (0)