Italian language update (#12095)

This commit is contained in:
bovirus
2025-06-21 10:29:23 +02:00
committed by GitHub
parent 98d99fae64
commit 7822d3d923

View File

@@ -699,7 +699,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Trackpad speed", "Velocità trackpad"),
("Default trackpad speed", "Velocità predefinita trackpad"),
("Numeric one-time password", "Password numerica monouso"),
("Enable IPv6 P2P connection", ""),
("Enable UDP hole punching", ""),
("Enable IPv6 P2P connection", "Abilita connessione P2P IPv6"),
("Enable UDP hole punching", "Abilita hole punching UDP"),
].iter().cloned().collect();
}