From 9c20968e05678126a9253eedaa5abeb0c4c1d1ef Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Thu, 9 May 2024 10:31:04 +0200 Subject: [PATCH] Update Italian language (#7992) --- src/lang/it.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 019517bc2..57a9c470d 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); }