Small fix for langs (#7418)

This commit is contained in:
XLion 2024-03-19 18:52:36 +08:00 committed by GitHub
parent 794d3ffcac
commit 3f7d622512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -569,7 +569,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("privacy_mode_impl_virtual_display_tip", "模式 2"), ("privacy_mode_impl_virtual_display_tip", "模式 2"),
("Enter privacy mode", "进入隐私模式"), ("Enter privacy mode", "进入隐私模式"),
("Exit privacy mode", "退出隐私模式"), ("Exit privacy mode", "退出隐私模式"),
("idd_not_support_under_win10_2004_tip", "不支持 Indirect display driver 。需要 windows 10, version 2004 及更高的版本。"), ("idd_not_support_under_win10_2004_tip", "不支持 Indirect display driver 。需要 Windows 10 版本 2004 及更高的版本。"),
("switch_display_elevated_connections_tip", "用户提权后,被控有多个连接,不能切换到非主显示器。若要控制多显示器,请安装后再试。"), ("switch_display_elevated_connections_tip", "用户提权后,被控有多个连接,不能切换到非主显示器。若要控制多显示器,请安装后再试。"),
("input_source_1_tip", "输入源 1"), ("input_source_1_tip", "输入源 1"),
("input_source_2_tip", "输入源 2"), ("input_source_2_tip", "输入源 2"),

View File

@ -158,12 +158,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("verify_rustdesk_password_tip", "Verify RustDesk password"), ("verify_rustdesk_password_tip", "Verify RustDesk password"),
("remember_account_tip", "Remember this account"), ("remember_account_tip", "Remember this account"),
("os_account_desk_tip", "This account is used to login the remote OS and enable the desktop session in headless"), ("os_account_desk_tip", "This account is used to login the remote OS and enable the desktop session in headless"),
("OS Account", "Os account"), ("OS Account", "OS account"),
("another_user_login_title_tip", "Another user already logged in"), ("another_user_login_title_tip", "Another user already logged in"),
("another_user_login_text_tip", "Disconnect"), ("another_user_login_text_tip", "Disconnect"),
("xorg_not_found_title_tip", "Xorg not found"), ("xorg_not_found_title_tip", "Xorg not found"),
("xorg_not_found_text_tip", "Please install Xorg"), ("xorg_not_found_text_tip", "Please install Xorg"),
("no_desktop_title_tip", "No desktop is available"), ("no_desktop_title_tip", "No desktop environment is available"),
("no_desktop_text_tip", "Please install GNOME desktop"), ("no_desktop_text_tip", "Please install GNOME desktop"),
("System Sound", "System sound"), ("System Sound", "System sound"),
("Copy Fingerprint", "Copy fingerprint"), ("Copy Fingerprint", "Copy fingerprint"),