Skip to content

Commit

Permalink
Update Italian language (#6654)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovirus authored Dec 11, 2023
1 parent 03c8d94 commit 2797a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/it.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 2797a28

Please sign in to comment.