From 70c20fc76f3c5fca05c9123f0b42917a03b0da6d Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:39:24 +0200 Subject: [PATCH] Update Italian language (#8352) --- src/lang/it.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(); }