Update Italian language (#9692)

This commit is contained in:
bovirus 2024-10-18 10:07:49 +02:00 committed by GitHub
parent 0f6d28def7
commit 844caf8c15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -651,6 +651,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Download", "Download"),
("Upload folder", "Cartella upload"),
("Upload files", "File upload"),
("Clipboard is synchronized", ""),
("Clipboard is synchronized", "Gli appunti sono sincronizzati"),
].iter().cloned().collect();
}