diff --git a/src/lang/it.rs b/src/lang/it.rs index 3d3cfc7da..d1499b8f7 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); }