Update Italian language (#6654)

This commit is contained in:
bovirus 2023-12-11 13:09:55 +01:00 committed by GitHub
parent 03c8d94024
commit 2797a28c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,7 +576,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("input_source_1_tip", "Sorgente ingresso (1)"),
("input_source_2_tip", "Sorgente ingresso (2)"),
("capture_display_elevated_connections_tip", "La cattura di più display non è supportata nella modalità utente con privilegi elevati. Se vuoi controllare più display riprova dopo l'installazione."),
("Swap control-command key", ""),
("swap-left-right-mouse", ""),
("Swap control-command key", "Scambia tasto controllo-comando"),
("swap-left-right-mouse", "Scambia pulsante sinistro-destro mouse"),
].iter().cloned().collect();
}