Skip to content

Commit

Permalink
Update Italian language (rustdesk#8052)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovirus authored May 14, 2024
1 parent c5b781f commit da23e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/it.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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?"),
("android_new_voice_call_tip", ""),
("android_new_voice_call_tip", "È stata ricevuta una nuova richiesta di chiamata vocale. Se accetti, l'audio passerà alla comunicazione vocale."),
].iter().cloned().collect();
}

0 comments on commit da23e26

Please sign in to comment.