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

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