mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 16:41:00 +03:00
@@ -68,7 +68,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Close", "Zavřít"),
|
||||
("Retry", "Zkusit znovu"),
|
||||
("OK", "OK"),
|
||||
("Password Required", "Vyžadováno heslo"),
|
||||
("remember_password_tip", "Vyžadováno heslo"),
|
||||
("Please enter your password", "Zadejte své heslo"),
|
||||
("Remember password", "Zapamatovat heslo"),
|
||||
("Wrong Password", "Nesprávné heslo"),
|
||||
@@ -483,5 +483,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("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", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user