Merge pull request #6075 from bovirus/master

Update Italian language
This commit is contained in:
RustDesk 2023-10-17 20:43:25 +08:00 committed by GitHub
commit d5706442de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -565,6 +565,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("elevated_switch_display_msg", "Passo allo schermo principale perché in modalità elevata non sono supportati più schermi."),
("Open in new window", "Apri in una nuova finestra"),
("Show displays as individual windows", "Visualizza schermi come finestre individuali"),
("Use all my displays for the remote session", ""),
("Use all my displays for the remote session", "Usa tutti gli schermi per la sessione remota"),
].iter().cloned().collect();
}