linux headless feature, tmp commit

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-01 00:28:56 +08:00
parent 571c1df5c4
commit 73358502e9
42 changed files with 713 additions and 145 deletions

View File

@@ -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();
}