add new chinese translations
This commit is contained in:
20
pages.zh/common/deluge.md
Normal file
20
pages.zh/common/deluge.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# deluge
|
||||
|
||||
> 一个命令行 BitTorrent 客户端。
|
||||
> 更多信息:<https://deluge-torrent.org>。
|
||||
|
||||
- 下载一个种子:
|
||||
|
||||
`deluge {{url|magnet|path/to/file}}`
|
||||
|
||||
- 使用特定配置文件下载种子:
|
||||
|
||||
`deluge -c {{path/to/configuration_file}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- 下载一个种子并启动指定的用户界面:
|
||||
|
||||
`deluge -u {{gtk|web|console}} {{url|magnet|path/to/file}}`
|
||||
|
||||
- 下载一个种子并将日志输出到文件:
|
||||
|
||||
`deluge -l {{path/to/log_file}} {{url|magnet|path/to/file}}`
|
Reference in New Issue
Block a user