Italian language update (#10796)

This commit is contained in:
bovirus 2025-02-18 18:11:22 +01:00 committed by GitHub
parent ee288280b3
commit 2217152216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -656,6 +656,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Update client clipboard", "Aggiorna appunti client"),
("Untagged", "Senza tag"),
("new-version-of-{}-tip", "È disponibile una nuova versione di {}"),
("Accessible devices", ""),
("Accessible devices", "Dispositivi accessibili"),
].iter().cloned().collect();
}