mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 14:11:27 +03:00
desktop, remote toolbar, os account
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -68,7 +68,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Close", "Zavřít"),
|
||||
("Retry", "Zkusit znovu"),
|
||||
("OK", "OK"),
|
||||
("remember_password_tip", "Vyžadováno heslo"),
|
||||
("remember_password_tip", ""),
|
||||
("Please enter your password", "Zadejte své heslo"),
|
||||
("Remember password", "Zapamatovat heslo"),
|
||||
("Wrong Password", "Nesprávné heslo"),
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user