Italian language update (#14949)

This commit is contained in:
bovirus 2026-05-04 10:50:42 +02:00 committed by GitHub
commit 5abae617dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -743,6 +743,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Display Name", "Visualizza nome"),
("password-hidden-tip", "È impostata una password permanente (nascosta)."),
("preset-password-in-use-tip", "È attualmente in uso la password preimpostata."),
("Enable privacy mode", ""),
("Enable privacy mode", "Abilita modalità privacy"),
].iter().cloned().collect();
}