From 856362006a339705d7fbab4f064f3db35eaa7464 Mon Sep 17 00:00:00 2001 From: LittleFishYu2008 <99793130+LittleFishYu2008@users.noreply.github.com> Date: Sun, 13 Jul 2025 16:08:41 +0800 Subject: [PATCH] Update cn.rs (#12281) * Update cn.rs * Update cn.rs * Update cn.rs * Update cn.rs --- src/lang/cn.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lang/cn.rs b/src/lang/cn.rs index f7110573f..18915464b 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -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(); }