Merge branch 'master' into patch-11

This commit is contained in:
RustDesk
2023-03-08 17:01:45 +08:00
committed by GitHub
42 changed files with 362 additions and 30 deletions

View File

@@ -461,5 +461,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Resolution", "Risoluzione"),
("No transfers in progress", "Nessun trasferimento in corso"),
("Set one-time password length", "Imposta la lunghezza della password monouso"),
("Set one-time password length", ""),
("idd_driver_tip", ""),
("confirm_idd_driver_tip", "")
].iter().cloned().collect();
}