mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 13:21:28 +03:00
linux headless feature, tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -402,7 +402,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Accept sessions via password", "ยอมรับการเชื่อมต่อด้วยรหัสผ่าน"),
|
||||
("Accept sessions via click", "ยอมรับการเชื่อมต่อด้วยการคลิก"),
|
||||
("Accept sessions via both", "ยอมรับการเชื่อมต่อด้วยทั้งสองวิธิ"),
|
||||
("Please wait for the remote side to accept your session request...", "กรุณารอให้อีกฝั่งยอมรับการเชื่อมต่อของคุณ..."),
|
||||
("One-time Password", "รหัสผ่านครั้งเดียว"),
|
||||
("Use one-time password", "ใช้รหัสผ่านครั้งเดียว"),
|
||||
("One-time password length", "ความยาวรหัสผ่านครั้งเดียว"),
|
||||
@@ -485,5 +484,20 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("remember_account_tip", ""),
|
||||
("os_account_desk_tip", ""),
|
||||
("OS Account", ""),
|
||||
("session_not_ready_title_tip", ""),
|
||||
("session_not_ready_text_tip", ""),
|
||||
("xsession_failed_title_tip", ""),
|
||||
("xsession_failed_text_tip", ""),
|
||||
("another_user_login_title_tip", ""),
|
||||
("another_user_login_text_tip", ""),
|
||||
("xorg_not_found_title_tip", ""),
|
||||
("xorg_not_found_text_tip", ""),
|
||||
("no_desktop_title_tip", ""),
|
||||
("no_desktop_text_tip", ""),
|
||||
("session_unready_no_password_title_tip", ""),
|
||||
("session_unready_no_password_text_tip", ""),
|
||||
("session_unready_wrong_password_title_tip", ""),
|
||||
("session_unready_wrong_password_text_tip", ""),
|
||||
("no_password_access_text_tip", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user