Update Italian language (#9093)

This commit is contained in:
bovirus 2024-08-16 12:39:36 +02:00 committed by GitHub
parent e1329c8157
commit 7744bdbbe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -641,8 +641,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Platform", "Piattaforma"),
("Days remaining", "Giorni rimanenti"),
("enable-trusted-devices-tip", "Salta verifica 2FA nei dispositivi attendibili"),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("Parent directory", "Cartella principale"),
("Resume", "Riprendi"),
("Invalid file name", "Nome file non valido"),
].iter().cloned().collect();
}