Update Italian language (#9961)

This commit is contained in:
bovirus 2024-11-19 01:15:37 +01:00 committed by GitHub
parent c5426b0fbc
commit b990ff3782
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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