tldr: update Korean translation, common/t*: add Korean translation (#14645)
* common/t*: add Korean translation * tldr: update Korean translation * Update tcc.md * Update pages.ko/common/tcc.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages.ko/common/tar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/tarsnap.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/tarsnap.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/transfersh.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/tuir.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/twine.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/twine.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
32
pages.ko/common/tea.md
Normal file
32
pages.ko/common/tea.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# tea
|
||||
|
||||
> Gitea 서버와 상호 작용.
|
||||
> 더 많은 정보: <https://gitea.com/gitea/tea>.
|
||||
|
||||
- Gitea 서버에 로그인:
|
||||
|
||||
`tea login add --name "{{이름}}" --url "{{URL}}" --token "{{토큰}}"`
|
||||
|
||||
- 모든 저장소 표시:
|
||||
|
||||
`tea repos ls`
|
||||
|
||||
- 이슈 목록 표시:
|
||||
|
||||
`tea issues ls`
|
||||
|
||||
- 특정 저장소의 이슈 목록 표시:
|
||||
|
||||
`tea issues ls --repo "{{저장소}}"`
|
||||
|
||||
- 새 이슈 생성:
|
||||
|
||||
`tea issues create --title "{{제목}}" --body "{{본문}}"`
|
||||
|
||||
- 열려 있는 풀 리퀘스트 목록 표시:
|
||||
|
||||
`tea pulls ls`
|
||||
|
||||
- 현재 저장소를 브라우저에서 열기:
|
||||
|
||||
`tea open`
|
Reference in New Issue
Block a user