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,20 @@
# vncviewer
> 启动 VNC虚拟网络计算客户端。
> 更多信息:<https://manned.org/vncviewer>。
- 启动一个连接到指定显示器上的主机的 VNC 客户端:
`vncviewer {{host}}:{{display_number}}`
- 以全屏模式启动:
`vncviewer -FullScreen {{host}}:{{display_number}}`
- 启动一个具有特定屏幕几何形状的 VNC 客户端:
`vncviewer --geometry {{width}}x{{height}} {{host}}:{{display_number}}`
- 启动一个连接到指定端口的主机的 VNC 客户端:
`vncviewer {{host}}::{{port}}`