Update Italian language (#8439)

This commit is contained in:
bovirus 2024-06-22 02:11:09 +02:00 committed by GitHub
parent bbf7d9e08a
commit 1a21dff5d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -621,6 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Never", "Mai"),
("During controlled", "Durante il controllo"),
("During service is on", "Quando il servizio è attivo"),
("Capture screen using DirectX", ""),
("Capture screen using DirectX", "Cattura schermo usando DirectX"),
].iter().cloned().collect();
}