Skip to content

Commit

Permalink
Update Italian language (#7992)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovirus committed May 9, 2024
1 parent 9f80690 commit 9c20968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lang/it.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_audio_input_device_tip", "Nessun dispositivo input audio trovato."),
("Incoming", "In entrata"),
("Outgoing", "In uscita"),
("Clear Wayland screen selection", ""),
("clear_Wayland_screen_selection_tip", ""),
("confirm_clear_Wayland_screen_selection_tip", ""),
("Clear Wayland screen selection", "Annulla selezione schermata Wayland"),
("clear_Wayland_screen_selection_tip", "Dopo aver annullato la selezione schermo, è possibile selezionare nuovamente lo schermo da condividere."),
("confirm_clear_Wayland_screen_selection_tip", "Sei sicuro di voler annullare la selezione schermo Wayland?"),
].iter().cloned().collect();
}

0 comments on commit 9c20968

Please sign in to comment.