Italian language update (#7211)

This commit is contained in:
bovirus 2024-02-21 04:30:06 +01:00 committed by GitHub
parent 243a8b60b1
commit c690d5e940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -584,7 +584,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enter-2fa-title", "Autenticazione a due fattori"),
("Email verification code must be 6 characters.", "Il codice di verifica email deve contenere 6 caratteri."),
("2FA code must be 6 digits.", "Il codice 2FA deve essere composto da 6 cifre."),
("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("Multiple Windows sessions found", "Rilevate sessioni Windows multiple"),
("Please select the session you want to connect to", "Seleziona la sessione a cui connetterti"),
].iter().cloned().collect();
}