Update cn.rs

This commit is contained in:
Integral 2023-06-21 12:53:47 +08:00
parent 192be1590b
commit 6fcb8a26e0

View File

@ -288,7 +288,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_service_will_start_tip", "开启录屏权限将自动开启服务,允许其他设备向此设备请求建立连接。"),
("android_stop_service_tip", "关闭服务将自动关闭所有已建立的连接。"),
("android_version_audio_tip", "当前安卓版本不支持音频录制,请升级至安卓 10 或更高。"),
("android_start_service_tip", ""),
("android_start_service_tip", "点击开始服务或启用屏幕捕获权限,即可启动屏幕共享服务"),
("android_permission_may_not_change_tip", "对于已建立的连接,权限可能不会立即发生改变,除非重新建立连接。"),
("Account", "账户"),
("Overwrite", "覆盖"),
@ -470,14 +470,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Your Device", "你的设备"),
("empty_recent_tip", "无最近会话,是时候开始新会话了!"),
("empty_favorite_tip", "还没有收藏的被控端?找一个人连接并将其添加到收藏吧!"),
("empty_lan_tip", ""),
("empty_address_book_tip", ""),
("empty_lan_tip", "情况不妙,似乎未发现任何被控端!"),
("empty_address_book_tip", "似乎目前地址簿内无被控端"),
("eg: admin", "例如admin"),
("Empty Username", "空用户名"),
("Empty Password", "空密码"),
("Me", ""),
("identical_file_tip", "此文件与对方的一致"),
("show_monitors_tip", ""),
("show_monitors_tip", "在工具栏上显示监视器"),
("View Mode", "浏览模式"),
("login_linux_tip", "登录被控端的 Linux 账户,才能启用 X 桌面"),
("verify_rustdesk_password_tip", "验证 RustDesk 密码"),
@ -510,6 +510,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("resolution_custom_tip", "自定义分辨率"),
("Collapse toolbar", "折叠工具栏"),
("Accept and Elevate", "接受并提权"),
("accept_and_elevate_btn_tooltip", ""),
("accept_and_elevate_btn_tooltip", "接受连接并提升 UAC 权限"),
].iter().cloned().collect();
}