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

View File

@@ -0,0 +1,36 @@
# deluge-console
> Deluge BitTorrent 客户端的交互式界面。
> 更多信息:<https://deluge-torrent.org>。
- 启动交互式控制台界面:
`deluge-console`
- 连接到 Deluge 守护进程实例:
`connect {{hostname}}:{{port}}`
- 向守护进程添加一个种子:
`add {{url|magnet|path/to/file}}`
- 显示所有种子的信息:
`info`
- 显示特定种子的信息:
`info {{torrent_id}}`
- 暂停一个种子:
`pause {{torrent_id}}`
- 恢复一个种子:
`resume {{torrent_id}}`
- 从守护进程中移除一个种子:
`rm {{torrent_id}}`