Update Italian language (#6827)

* Update Italian language

* Update italian language
This commit is contained in:
bovirus 2024-01-09 03:30:19 +01:00 committed by GitHub
parent a2d08fa40d
commit 7506f94a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,6 +580,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("swap-left-right-mouse", "Scambia pulsante sinistro-destro mouse"),
("2FA code", "Codice 2FA"),
("2fa_tip", "Inserisci il codice 2FA nell'app di autenticazione."),
("More", ""),
("More", "Altro"),
].iter().cloned().collect();
}