Update Italian language (#8282)

This commit is contained in:
bovirus 2024-06-07 14:48:19 +02:00 committed by GitHub
parent 274244b055
commit 7da85d277e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -615,7 +615,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_new_voice_call_tip", "È stata ricevuta una nuova richiesta di chiamata vocale. Se accetti, l'audio passerà alla comunicazione vocale."),
("texture_render_tip", "Usa il rendering texture per rendere le immagini più fluide. Se riscontri problemi di rendering prova a disabilitare questa opzione."),
("Use texture rendering", "Usa rendering texture"),
("Floating window", ""),
("floating_window_tip", ""),
("Floating window", "Finestra galleggiante"),
("floating_window_tip", "Aiuta a mantenere il servizio di RustDesk in background"),
].iter().cloned().collect();
}