Update cn.rs

This commit is contained in:
RustDesk 2023-11-30 00:17:58 +08:00 committed by GitHub
parent b7b0a44c52
commit d66e087d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -551,11 +551,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Filter by intersection", "按交集过滤"), ("Filter by intersection", "按交集过滤"),
("Remove wallpaper during incoming sessions", "接受会话时移除桌面壁纸"), ("Remove wallpaper during incoming sessions", "接受会话时移除桌面壁纸"),
("Test", "测试"), ("Test", "测试"),
("switch_display_elevated_connections_tip", "提权后,被控有多个连接,不能切换到非主显示器。若要控制多显示器,请安装后再试。"), ("switch_display_elevated_connections_tip", "用户提权后,被控有多个连接,不能切换到非主显示器。若要控制多显示器,请安装后再试。"),
("capture_display_elevated_connections_tip", "提权后,不能显示多个显示器。若要控制多显示器,请安装后再试。"), ("capture_display_elevated_connections_tip", "用户提权后,不能显示多个显示器。若要控制多显示器,请安装后再试。"),
("display_is_plugged_out_msg", "显示器被拔出,切换到第一个显示器。"), ("display_is_plugged_out_msg", "显示器被拔出,切换到第一个显示器。"),
("No displays", "没有显示器。"), ("No displays", "没有显示器。"),
("elevated_switch_display_msg", "切换到主显示器,因为提权后,不支持多显示器画面。"), ("elevated_switch_display_msg", "切换到主显示器,因为用户提权后,不支持多显示器画面。"),
("Open in new window", "在新的窗口中打开"), ("Open in new window", "在新的窗口中打开"),
("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", "将我的所有显示器用于远程会话"),