Update cn.rs

This commit is contained in:
Integral 2023-10-30 15:39:09 +08:00
parent 845d5a548f
commit 4d3e3f3aed

View File

@ -566,10 +566,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show displays as individual windows", "在单个窗口中打开显示器"), ("Show displays as individual windows", "在单个窗口中打开显示器"),
("Use all my displays for the remote session", "将我的所有显示器用于远程会话"), ("Use all my displays for the remote session", "将我的所有显示器用于远程会话"),
("selinux_tip", "SELinux 处于启用状态RustDesk 可能无法作为被控正常运行。"), ("selinux_tip", "SELinux 处于启用状态RustDesk 可能无法作为被控正常运行。"),
("Change view", ""), ("Change view", "更改视图"),
("Big tiles", ""), ("Big tiles", "大磁贴"),
("Small tiles", ""), ("Small tiles", "小磁贴"),
("List", ""), ("List", "列表"),
("Virtual display", "虚拟显示器"), ("Virtual display", "虚拟显示器"),
("Plug out all", "拔出所有"), ("Plug out all", "拔出所有"),
].iter().cloned().collect(); ].iter().cloned().collect();