Add files via upload

This commit is contained in:
bovirus 2023-10-11 19:32:57 +02:00 committed by GitHub
parent fd49830c35
commit f387ccb9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,6 +556,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Check for software update on startup", "All'avvio verifica presenza aggiornamenti programma"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Aggiorna RustDesk Server Pro alla versione {} o successiva!"),
("pull_group_failed_tip", "Impossibile aggiornare il gruppo"),
("Filter by intersection", "")
("Filter by intersection", "Filtra per incrocio")
].iter().cloned().collect();
}