revert lang

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-01 22:47:57 +08:00
parent 5eedbdb436
commit 86313fa328
35 changed files with 34 additions and 35 deletions

View File

@@ -74,6 +74,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("session_unready_no_password_text_tip", "Input connection password and linux user/password"),
("session_unready_wrong_password_title_tip", "Password is wrong"),
("session_unready_wrong_password_text_tip", "Do you want to enter again"),
("no_password_access_text_tip", "Please wait for the remote side to accept your session request..."),
].iter().cloned().collect();
}