Update cn.rs

This commit is contained in:
Integral 2023-09-15 11:56:04 +08:00
parent f8dfbbb0b9
commit 45aea4176f

View File

@ -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();
}