Update cn.rs (#7669)

This commit is contained in:
Integral 2024-04-09 20:00:14 -07:00 committed by GitHub
parent ead8a48436
commit 7f58737f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -600,6 +600,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("share_warning_tip", "上述的字段為共享且对其他人可见。"),
("Everyone", "所有人"),
("ab_web_console_tip", "打开 Web 控制台以执行更多操作"),
("allow-only-conn-window-open-tip", ""),
("allow-only-conn-window-open-tip", "仅当 RustDesk 窗口打开时允许连接"),
].iter().cloned().collect();
}