deluge : add Korean translation (#3599)

client-spec/clarity
Proscream 2019-11-22 10:41:23 +09:00 committed by Ein Verne
parent e4161ff34f
commit 06aa050c9d
1 changed files with 20 additions and 0 deletions

20
pages.ko/common/deluge.md Normal file
View File

@ -0,0 +1,20 @@
# deluge
> BitTorrent 클라이언트 명령어.
> 더 많은 정보: <https://deluge-torrent.org/>.
- 토렌트 다운로드:
`deluge {{url|마그넷|경로/파일명}}`
- 특정 구성 파일을 사용하여 토렌트를 다운로드하십시오:
`deluge -c {{경로/구성_파일}} {{url|마그넷|경로/파일명}}`
- 토렌트를 다운로드하고 지정된 사용자 인터페이스로 시작:
`deluge -u {{gtk|웹|콘솔}} {{url|마그넷|경로/파일명}}`
- 토렌트를 다운로드하고 로그를 파일로 출력:
`deluge -l {{경로/로그_파일}} {{url|마그넷|경로/파일명}}`