Merge pull request #2857 from NicKoehler/master

Update it.rs
This commit is contained in:
RustDesk 2023-01-18 16:45:28 +08:00 committed by GitHub
commit e6e2f26663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}