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 @@
# syncthing
> 持续的双向去中心化文件夹同步工具。
> 更多信息:<https://docs.syncthing.net/>.
- 启动 Syncthing
`syncthing`
- 启动 Syncthing但不打开网页浏览器
`syncthing -no-browser`
- 打印设备 ID
`syncthing -device-id`
- 更改主目录:
`syncthing -home={{path/to/directory}}`
- 强制进行完整索引交换:
`syncthing -reset-deltas`
- 更改网页界面监听的地址:
`syncthing -gui-address={{ip_address:port|path/to/socket.sock}}`
- 显示 Syncthing 使用的文件路径:
`syncthing -paths`
- 禁用 Syncthing 监视进程:
`syncthing -no-restart`