Update Italian language

This commit is contained in:
bovirus 2023-10-26 12:05:59 +02:00 committed by GitHub
parent 0da6d51150
commit 320f6ddc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}