Update Italian language (#7678)

This commit is contained in:
bovirus 2024-04-11 04:50:40 +02:00 committed by GitHub
parent 4c6fdfd76a
commit a4f357fd80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -600,6 +600,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("share_warning_tip", "I campi sopra indicati sono condivisi e visibili ad altri."),
("Everyone", "Everyone"),
("ab_web_console_tip", "Altre info sulla console web"),
("allow-only-conn-window-open-tip", ""),
("allow-only-conn-window-open-tip", "Consenti la connessione solo se la finestra RustDesk è aperta"),
].iter().cloned().collect();
}