Update Italian language (#8988)

This commit is contained in:
bovirus 2024-08-08 04:24:15 +02:00 committed by GitHub
parent 9a194f0850
commit ade1d8c0c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -632,9 +632,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("About RustDesk", "Info su RustDesk"),
("Send clipboard keystrokes", "Invia sequenze tasti appunti"),
("network_error_tip", "Controlla la connessione di rete, quindi seleziona 'Riprova'."),
("Unlock with PIN", ""),
("Requires at least {} characters", ""),
("Wrong PIN", ""),
("Set PIN", ""),
("Unlock with PIN", "Sblocca con PIN"),
("Requires at least {} characters", "Richiede almeno {} caratteri"),
("Wrong PIN", "PIN errato"),
("Set PIN", "Imposta PIN"),
].iter().cloned().collect();
}