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,24 @@
# cockpit-ws
> 在浏览器应用程序与各种配置工具和服务(如 `cockpit-bridge`)之间进行通信。
> 更多信息:<https://cockpit-project.org/guide/latest/cockpit-ws.8.html>。
- 通过 SSH 在 `127.0.0.1` 上进行身份验证,端口 `22` 已启用:
`cockpit-ws --local-ssh`
- 在特定端口上启动 HTTP 服务器:
`cockpit-ws --port {{port}}`
- 启动并绑定到特定 IP 地址(默认为 `0.0.0.0`
`cockpit-ws --address {{ip_address}}`
- 在不使用 TLS 的情况下启动:
`cockpit-ws --no-tls`
- 显示帮助信息:
`cockpit-ws --help`