Italian language update (#11862)

This commit is contained in:
bovirus 2025-05-26 15:05:13 +02:00 committed by GitHub
parent 46622f7576
commit a7a2f77ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -698,6 +698,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use WebSocket", "Usa WebSocket"),
("Trackpad speed", "Velocità trackpad"),
("Default trackpad speed", "Velocità predefinita trackpad"),
("Numeric one-time password", ""),
("Numeric one-time password", "Password numerica monouso"),
].iter().cloned().collect();
}