Skip to content

Commit

Permalink
Update Italian language (rustdesk#8185)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovirus authored May 29, 2024
1 parent cf4f073 commit 1bfafaf
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 @@ -613,7 +613,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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", "È stata ricevuta una nuova richiesta di chiamata vocale. Se accetti, l'audio passerà alla comunicazione vocale."),
("texture_render_tip", ""),
("Use texture rendering", ""),
("texture_render_tip", "Usa il rendering texture per rendere le immagini più fluide."),
("Use texture rendering", "Usa rendering texture"),
].iter().cloned().collect();
}

0 comments on commit 1bfafaf

Please sign in to comment.