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:
36
pages.ko/common/takeout.md
Normal file
36
pages.ko/common/takeout.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# takeout
|
||||
|
||||
> Docker 기반의 개발 전용 의존성 관리자.
|
||||
> 더 많은 정보: <https://github.com/tighten/takeout>.
|
||||
|
||||
- 사용 가능한 서비스 목록 표시:
|
||||
|
||||
`takeout enable`
|
||||
|
||||
- 특정 서비스 활성화:
|
||||
|
||||
`takeout enable {{이름}}`
|
||||
|
||||
- 기본 매개변수로 특정 서비스 활성화:
|
||||
|
||||
`takeout enable --default {{이름}}`
|
||||
|
||||
- 활성화된 서비스 목록 표시:
|
||||
|
||||
`takeout disable`
|
||||
|
||||
- 특정 서비스 비활성화:
|
||||
|
||||
`takeout disable {{이름}}`
|
||||
|
||||
- 모든 서비스 비활성화:
|
||||
|
||||
`takeout disable --all`
|
||||
|
||||
- 특정 컨테이너 시작:
|
||||
|
||||
`takeout start {{컨테이너_ID}}`
|
||||
|
||||
- 특정 컨테이너 중지:
|
||||
|
||||
`takeout stop {{컨테이너_ID}}`
|
Reference in New Issue
Block a user