Update Italian language (#8352)

This commit is contained in:
bovirus 2024-06-14 11:39:24 +02:00 committed by GitHub
parent 07e0b5ac10
commit 70c20fc76f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -617,9 +617,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use texture rendering", "Usa rendering texture"),
("Floating window", "Finestra galleggiante"),
("floating_window_tip", "Aiuta a mantenere il servizio di RustDesk in background"),
("Keep screen on", ""),
("Never", ""),
("During controlled", ""),
("During service is on", ""),
("Keep screen on", "Mantieni schermo acceso"),
("Never", "Mai"),
("During controlled", "Durante il controllo"),
("During service is on", "Quando il servizio è attivo"),
].iter().cloned().collect();
}