Update Italian language

This commit is contained in:
bovirus 2023-10-17 14:39:55 +02:00 committed by GitHub
parent 63591941b8
commit ad5a173f3f
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();
}