From 45aea4176f02c10720994202ea10dc495c1dfe70 Mon Sep 17 00:00:00 2001 From: Integral Date: Fri, 15 Sep 2023 11:56:04 +0800 Subject: [PATCH] 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 0d9e5a29d..b22b6494d 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -545,15 +545,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Installation failed!", "安装失败!"), ("Reverse mouse wheel", "鼠标滚轮反向"), ("{} sessions", "{}个会话"), - ("scam_title", ""), - ("scam_text1", ""), - ("scam_text2", ""), - ("Don't show again", ""), - ("I Agree", ""), - ("Decline", ""), + ("scam_title", "你可能被骗了!"), + ("scam_text1", "如果你正在和素不相识的人通话,而对方要求你使用 Rustdesk 启动服务,请勿继续操作并立刻挂断电话。"), + ("scam_text2", "他们很可能是骗子,试图窃取您的钱财或其他个人信息。"), + ("Don't show again", "下次不再显示"), + ("I Agree", "同意"), + ("Decline", "拒绝"), ("Timeout in minutes", "超时(分钟)"), ("auto_disconnect_option_tip", "自动关闭不活跃的会话"), ("Connection failed due to inactivity", "由于长时间无操作, 连接被自动断开"), - ("Check for software update on startup", ""), + ("Check for software update on startup", "启动时检查软件更新"), ].iter().cloned().collect(); }