Update cn.rs (#12281)

* Update cn.rs

* Update cn.rs

* Update cn.rs

* Update cn.rs
This commit is contained in:
LittleFishYu2008
2025-07-13 16:08:41 +08:00
committed by GitHub
parent 331b624cd6
commit 856362006a

View File

@@ -686,22 +686,22 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("{} Update", "{} 更新"),
("{}-to-update-tip", "即将关闭 {} ,并安装新版本。"),
("download-new-version-failed-tip", "下载失败,您可以重试或者点击\"下载\"按钮,从发布网址下载,并手动升级。"),
("Auto update", ""),
("Auto update", "自动更新"),
("update-failed-check-msi-tip", "安装方式检测失败。请点击\"下载\"按钮,从发布网址下载,并手动升级。"),
("websocket_tip", "使用 WebSocket 时,仅支持中继连接。"),
("Use WebSocket", "使用 WebSocket"),
("Trackpad speed", "触控板速度"),
("Default trackpad speed", "默认触控板速度"),
("Numeric one-time password", "一次性密码为数字"),
("Enable IPv6 P2P connection", ""),
("Enable UDP hole punching", ""),
("Enable IPv6 P2P connection", "启用 IPv6 P2P 连接"),
("Enable UDP hole punching", "启用 UDP 打洞"),
("View camera", "查看摄像头"),
("Enable camera", "允许查看摄像头"),
("No cameras", "没有摄像头"),
("view_camera_unsupported_tip", "您的远程端不支持查看摄像头。"),
("Terminal", ""),
("Enable terminal", ""),
("New tab", ""),
("Keep terminal sessions on disconnect", ""),
("Terminal", "终端"),
("Enable terminal", "启用终端"),
("New tab", "新建选项卡"),
("Keep terminal sessions on disconnect", "断开连接时保持终端会话"),
].iter().cloned().collect();
}