remove useless translations

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-10-01 13:02:37 +08:00
parent 6e4a5b64b7
commit 6ead1f4bd9
36 changed files with 3 additions and 36 deletions

View File

@@ -557,6 +557,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Check for software update on startup", "Vérifier la disponibilité des mises à jour au démarrage"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Veuillez mettre à jour RustDesk Server Pro avec la version {} ou une version plus récente !"),
("pull_group_failed_tip", "Échec de l'actualisation du groupe"),
("No permission", ""),
].iter().cloned().collect();
}