multiple pages: add korean translation (#3548)

This commit is contained in:
lch7167
2019-11-13 06:17:52 +09:00
committed by Starbeamrainbowlabs
parent 5b34319212
commit a451d973e8
23 changed files with 536 additions and 0 deletions

24
pages.ko/common/axel.md Normal file
View File

@@ -0,0 +1,24 @@
# axel
> 가속기를 다운로드 하십시오. HTTP, HTTPS, FTP를 지원합니다.
> 더많은 정보는: <https://github.com/axel-download-accelerator/axel>.
- 파일로 URL 다운로드:
`axel {{url}}`
- 다운로드 및 파일 이름 지정:
`axel {{url}} -o {{filename}}`
- 여러 연결로 다운로드:
`axel -n {{connections_num}} {{url}}`
- mirrors 검색:
`axel -S {{mirrors_num}} {{url}}`
- 다운로드 속도 제한 (초당 바이트):
`axel -s {{speed}} {{url}}`