gl*: add Korean translation (#14347)

This commit is contained in:
HoJeong Im
2024-10-30 14:40:55 +09:00
committed by GitHub
parent 5732e50f81
commit 8f861e49fa
15 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# glab issue
> GitLab 이슈 관리.
> 더 많은 정보: <https://glab.readthedocs.io/en/latest/issue>.
- 특정 이슈 표시:
`glab issue view {{이슈_번호}}`
- 기본 웹 브라우저에 특정 문제를 표시:
`glab issue view {{이슈_번호}} --web`
- 기본 웹 브라우저에 새로운 이슈를 생성:
`glab issue create --web`
- `bug` 라벨이 있는 최근 10개 문제를 나열:
`glab issue list --per-page {{10}} --label "{{bug}}"`
- 특정 사용자가 작성한 닫힌 이슈를 나열:
`glab issue list --closed --author {{사용자명}}`
- 특정 이슈 다시 열기:
`glab issue reopen {{이슈_번호}}`