From 320f6ddc6e6ccb5be9a65e0e1a23a722daff9ec1 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:05:59 +0200 Subject: [PATCH] Update Italian language --- 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 0c0989764..37b4d57b4 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -567,9 +567,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Use all my displays for the remote session", "Usa tutti gli schermi per la sessione remota"), ("selinux_tip", ""), ("selinux_tip", "In questo dispositivo รจ abilitato SELinux, che potrebbe impedire il corretto funzionamento di RustDesk come lato controllato."), - ("Change view", ""), - ("Big tiles", ""), - ("Small tiles", ""), - ("List", ""), + ("Change view", "Modifica vista"), + ("Big tiles", "Icone grandi"), + ("Small tiles", "Icone piccole"), + ("List", "Elenco"), ].iter().cloned().collect(); }