remove ab pull error toast, translate group pull error

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-09-24 08:36:53 +08:00
parent 2080e56f87
commit d83d8c18fc
39 changed files with 44 additions and 8 deletions

View File

@@ -90,6 +90,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Decline", "Decline"),
("auto_disconnect_option_tip", "Automatically close incoming sessions on user inactivity"),
("Connection failed due to inactivity", "Automatically disconnected due to inactivity"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Please upgrade RustDesk Server Pro to version {} or newer!")
("upgrade_rustdesk_server_pro_to_{}_tip", "Please upgrade RustDesk Server Pro to version {} or newer!"),
("pull_group_failed_tip", "Failed to refresh group"),
].iter().cloned().collect();
}