desktop, remote toolbar, os account

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-30 11:17:24 +08:00
parent 3fd1da05f4
commit 888c851167
38 changed files with 133 additions and 182 deletions

View File

@@ -68,7 +68,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Close", "ปิด"),
("Retry", "ลองใหม่อีกครั้ง"),
("OK", "ตกลง"),
("remember_password_tip", "ต้องใช้รหัสผ่าน"),
("remember_password_tip", ""),
("Please enter your password", "กรุณาใส่รหัสผ่านของคุณ"),
("Remember password", "จดจำรหัสผ่าน"),
("Wrong Password", "รหัสผ่านไม่ถูกต้อง"),
@@ -480,12 +480,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("identical_file_tip", ""),
("show_monitors_tip", ""),
("View Mode", ""),
("enter_rustdesk_passwd_tip", ""),
("remember_rustdesk_passwd_tip", ""),
("login_linux_tip", ""),
("login_linux_tooltip_tip", ""),
("verify_rustdesk_password_tip", ""),
("remember_account_tip", ""),
("remember_password_tip", ""),
("os_account_desk_tip", ""),
("OS Account", ""),
].iter().cloned().collect();
}