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", "Beim Start auf Softwareaktualisierung prüfen"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Bitte aktualisieren Sie RustDesk Server Pro auf die Version {} oder neuer!"),
("pull_group_failed_tip", "Aktualisierung der Gruppe fehlgeschlagen"),
("No permission", ""),
].iter().cloned().collect();
}