add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/deluge.md Normal file
View 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}}`