mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-28 23:59:05 +08:00
commit
e6e2f26663
@ -423,13 +423,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Request Elevation", "Richiedi elevazione dei diritti"),
|
||||
("wait_accept_uac_tip", "Attendere che l'utente remoto accetti la finestra di dialogo UAC."),
|
||||
("Elevate successfully", "Elevazione dei diritti effettuata con successo"),
|
||||
("uppercase", ""),
|
||||
("lowercase", ""),
|
||||
("digit", ""),
|
||||
("special character", ""),
|
||||
("length>=8", ""),
|
||||
("Weak", ""),
|
||||
("Medium", ""),
|
||||
("Strong", ""),
|
||||
("uppercase", "maiuscolo"),
|
||||
("lowercase", "minuscolo"),
|
||||
("digit", "numero"),
|
||||
("special character", "carattere speciale"),
|
||||
("length>=8", "lunghezza >= 8"),
|
||||
("Weak", "Debole"),
|
||||
("Medium", "Media"),
|
||||
("Strong", "Forte"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user