Enhanced export functionality with error handling and updated Active method implementation for improved error management

This commit is contained in:
2025-05-24 14:53:56 +02:00
parent 79f6fc0265
commit 7f4fabe856
4 changed files with 87 additions and 95 deletions

View File

@ -195,6 +195,11 @@ class Msg:
"imp_err": _("Import Error"),
"exp_err": _("Export Error"),
"exp_try": _("Export failed! Please try again"),
"exp_zip": _(
"The error occurs because the zipfile module encountered an issue.\n"
"Please verify that you have the latest version of WirePy installed.\n"
"You can also contact the WirePy developer team to resolve this issue quickly.\n"
),
"tl_first": _("Please first import tunnel"),
"sel_list": _("Please select a tunnel from the list"),
"sign_len": _("The new name may contain only 12 characters"),