hiddifypanel 9.0.0.dev31__py3-none-any.whl → 9.0.0.dev33__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +1 -1
  3. hiddifypanel/models/__init__.py +4 -3
  4. hiddifypanel/models/config.py +5 -5
  5. hiddifypanel/models/parent_domain.py +27 -27
  6. hiddifypanel/models/proxy.py +32 -30
  7. hiddifypanel/models/usage.py +71 -71
  8. hiddifypanel/panel/admin/Actions.py +5 -6
  9. hiddifypanel/panel/admin/AdminstratorAdmin.py +6 -6
  10. hiddifypanel/panel/admin/Backup.py +5 -5
  11. hiddifypanel/panel/admin/ChildAdmin.py +1 -2
  12. hiddifypanel/panel/admin/Dashboard.py +4 -5
  13. hiddifypanel/panel/admin/DomainAdmin.py +1 -1
  14. hiddifypanel/panel/admin/QuickSetup.py +1 -9
  15. hiddifypanel/panel/admin/UserAdmin.py +5 -5
  16. hiddifypanel/panel/admin/templates/parent_dash.html +1 -2
  17. hiddifypanel/panel/admin/templates/result.html +5 -3
  18. hiddifypanel/panel/cli.py +10 -32
  19. hiddifypanel/panel/commercial/ParentDomainAdmin.py +1 -1
  20. hiddifypanel/panel/commercial/restapi/v2/admin/server_status_api.py +5 -5
  21. hiddifypanel/panel/commercial/restapi/v2/user/info_api.py +2 -3
  22. hiddifypanel/panel/commercial/restapi/v2/user/short_api.py +2 -3
  23. hiddifypanel/panel/commercial/telegrambot/Usage.py +1 -1
  24. hiddifypanel/panel/commercial/templates/parent_dash.html +1 -1
  25. hiddifypanel/panel/common.py +3 -3
  26. hiddifypanel/panel/hiddify.py +37 -33
  27. hiddifypanel/panel/user/templates/new.html +2 -3
  28. hiddifypanel/panel/user/user.py +5 -193
  29. hiddifypanel/static/css/custom.css +5 -0
  30. hiddifypanel/static/new/assets/index-c4c80da4.js +1 -1
  31. hiddifypanel/templates/master.html +3 -2
  32. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  33. hiddifypanel/translations/en/LC_MESSAGES/messages.po +90 -94
  34. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  35. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +97 -94
  36. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  37. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +103 -99
  38. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  39. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +102 -98
  40. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  41. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +91 -93
  42. {hiddifypanel-9.0.0.dev31.dist-info → hiddifypanel-9.0.0.dev33.dist-info}/METADATA +1 -1
  43. {hiddifypanel-9.0.0.dev31.dist-info → hiddifypanel-9.0.0.dev33.dist-info}/RECORD +47 -47
  44. {hiddifypanel-9.0.0.dev31.dist-info → hiddifypanel-9.0.0.dev33.dist-info}/LICENSE.md +0 -0
  45. {hiddifypanel-9.0.0.dev31.dist-info → hiddifypanel-9.0.0.dev33.dist-info}/WHEEL +0 -0
  46. {hiddifypanel-9.0.0.dev31.dist-info → hiddifypanel-9.0.0.dev33.dist-info}/entry_points.txt +0 -0
  47. {hiddifypanel-9.0.0.dev31.dist-info → hiddifypanel-9.0.0.dev33.dist-info}/top_level.txt +0 -0
@@ -171,7 +171,7 @@
171
171
  <a target="_blank" id="share-link-open" class="btn btn-secondary" href=""><i class="fa-solid fa-arrow-up-right-from-square"></i> {{_('open')}}</a>
172
172
  </div>
173
173
  <br />
174
- <div id="qrcode" style="margin:10px;padding:10px;background:#fff"></div>
174
+ <div id="qrcode" style="margin:10px;padding:10px;"></div>
175
175
  </center>
176
176
  </div>
177
177
  <div class="modal-footer">
@@ -268,6 +268,7 @@
268
268
  qrcode.makeCode(link);
269
269
  hrefshare = "https://{{domain}}/{{hconfig(ConfigEnum.proxy_path_admin)}}/redirect/" + link.replaceAll('://', '%3A%2F%2F')
270
270
  $('#qrcode-link')[0].href = link
271
+ $('#qrcode-link').attr('data-copy',link)
271
272
  $('#share-link-open')[0].href = link
272
273
  $('#share-link-redirect')[0].href = hrefshare
273
274
  $('#share-link-open').show()
@@ -278,7 +279,7 @@
278
279
 
279
280
  if (this.getAttribute('data-copy')) {
280
281
  $('#share-link-redirect').hide()
281
- $('#share-link-open').hide()
282
+ //$('#share-link-open').hide()
282
283
  }
283
284
  $('#share-qr-code').modal('show');
284
285
  }
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPanel\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2024-01-09 02:12+0100\n"
7
- "PO-Revision-Date: 2024-01-08 18:34-0600\n"
6
+ "POT-Creation-Date: 2024-01-09 11:40+0100\n"
7
+ "PO-Revision-Date: 2024-01-09 09:51+0100\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language-Team: English (USA)\n"
10
10
  "Language: en_US\n"
@@ -20,46 +20,46 @@ msgid "Error! auto cdn ip can not be find, please contact admin."
20
20
  msgstr "Error In Auto CDN IP! It Can Not Be Find, Please Contact Admin"
21
21
 
22
22
  # | msgid "This Domain does not exist in the Panel !"
23
- #: hiddifypanel/models/domain.py:161 hiddifypanel/panel/user/user.py:422
23
+ #: hiddifypanel/models/domain.py:161 hiddifypanel/panel/user/user.py:233
24
24
  msgid "This domain does not exist in the panel!"
25
25
  msgstr "This Domain does not exist in the Panel !"
26
26
 
27
27
  # | msgid "Apply Configs"
28
- #: hiddifypanel/panel/hiddify.py:323
28
+ #: hiddifypanel/panel/hiddify.py:311
29
29
  msgid "admin.config.apply_configs"
30
30
  msgstr "Apply Configs"
31
31
 
32
32
  # | msgid ""
33
33
  # | "Configs have been changed successfully. Click %(link)s to apply the "
34
34
  # | "configs. It may take 2 minutes to apply"
35
- #: hiddifypanel/panel/hiddify.py:324
35
+ #: hiddifypanel/panel/hiddify.py:312
36
36
  msgid "config.validation-success"
37
37
  msgstr ""
38
38
  "Configs have been changed successfully. Click %(link)s to apply the configs."
39
39
  " It may take 2 minutes to apply"
40
40
 
41
41
  # | msgid " ✅ Configs have been changed successfully"
42
- #: hiddifypanel/panel/hiddify.py:326
42
+ #: hiddifypanel/panel/hiddify.py:314
43
43
  msgid "config.validation-success-no-reset"
44
44
  msgstr " ✅ Configs have been changed successfully"
45
45
 
46
46
  # | msgid ""
47
47
  # | "Domain can not be resolved! There is a problem in your domain. Please "
48
48
  # | "check your Domain configurations."
49
- #: hiddifypanel/panel/admin/ChildAdmin.py:99
49
+ #: hiddifypanel/panel/admin/ChildAdmin.py:98
50
50
  #: hiddifypanel/panel/admin/DomainAdmin.py:157
51
51
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
52
52
  #: hiddifypanel/panel/admin/DomainAdmin.py:182
53
- #: hiddifypanel/panel/admin/QuickSetup.py:146
53
+ #: hiddifypanel/panel/admin/QuickSetup.py:141
54
54
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:111
55
- #: hiddifypanel/panel/hiddify.py:410
55
+ #: hiddifypanel/panel/hiddify.py:392
56
56
  msgid "Domain can not be resolved! there is a problem in your domain"
57
57
  msgstr ""
58
58
  "Domain can not be resolved! There is a problem in your domain. Please check "
59
59
  "your Domain configurations."
60
60
 
61
61
  # | msgid "Last Day"
62
- #: hiddifypanel/panel/hiddify.py:442
62
+ #: hiddifypanel/panel/hiddify.py:424
63
63
  msgid "0 - Last day"
64
64
  msgstr "Last Day"
65
65
 
@@ -67,7 +67,7 @@ msgstr "Last Day"
67
67
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
68
68
  # "
69
69
  # | "Protocol, it is better to find a Domain in the same ASN"
70
- #: hiddifypanel/panel/hiddify.py:747
70
+ #: hiddifypanel/panel/hiddify.py:729
71
71
  msgid ""
72
72
  "selected domain for REALITY is not in the same ASN. To better use of the "
73
73
  "protocol, it is better to find a domain in the same ASN."
@@ -100,7 +100,7 @@ msgstr ""
100
100
  # | "⚠️ Please wait about 5 minutes to make sure everything is updated. during
101
101
  # "
102
102
  # | "this time, please copy and save your Proxy links which are:"
103
- #: hiddifypanel/panel/admin/Actions.py:130
103
+ #: hiddifypanel/panel/admin/Actions.py:129
104
104
  msgid ""
105
105
  "Success! Please wait around 4 minutes to make sure everything is updated. "
106
106
  "During this time, please save your proxy links which are:"
@@ -109,14 +109,14 @@ msgstr ""
109
109
  "this time, please copy and save your Proxy links which are:"
110
110
 
111
111
  # | msgid "📑 See the log in the bellow screen"
112
- #: hiddifypanel/panel/admin/Actions.py:160
112
+ #: hiddifypanel/panel/admin/Actions.py:159
113
113
  msgid "see the log in the bellow screen"
114
114
  msgstr "📑 See the log in the bellow screen"
115
115
 
116
116
  # | msgid ""
117
117
  # | "✔️ Success! Please Wait around 5 minutes to make sure everything is "
118
118
  # | "updated"
119
- #: hiddifypanel/panel/admin/Actions.py:178
119
+ #: hiddifypanel/panel/admin/Actions.py:177
120
120
  msgid ""
121
121
  "Success! Please wait around 5 minutes to make sure everything is updated."
122
122
  msgstr ""
@@ -252,8 +252,8 @@ msgstr ""
252
252
  #: hiddifypanel/panel/admin/Backup.py:78
253
253
  #: hiddifypanel/panel/admin/ProxyAdmin.py:92
254
254
  #: hiddifypanel/panel/admin/ProxyAdmin.py:123
255
- #: hiddifypanel/panel/admin/QuickSetup.py:104
256
- #: hiddifypanel/panel/admin/QuickSetup.py:137
255
+ #: hiddifypanel/panel/admin/QuickSetup.py:99
256
+ #: hiddifypanel/panel/admin/QuickSetup.py:132
257
257
  #: hiddifypanel/panel/admin/SettingAdmin.py:281
258
258
  #: hiddifypanel/panel/common_bp/login.py:25
259
259
  msgid "Submit"
@@ -266,7 +266,7 @@ msgstr "Submit"
266
266
  # | "نصب#آموزش-ساخت-زیردامنه\"> Help</a> to learn how to create a subdomain."
267
267
  #: hiddifypanel/panel/admin/ChildAdmin.py:23
268
268
  #: hiddifypanel/panel/admin/DomainAdmin.py:42
269
- #: hiddifypanel/panel/admin/QuickSetup.py:129
269
+ #: hiddifypanel/panel/admin/QuickSetup.py:124
270
270
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:35
271
271
  #: hiddifypanel/templates/flaskadmin-layout.html:101
272
272
  #: hiddifypanel/templates/flaskadmin-layout.html:137
@@ -305,7 +305,7 @@ msgstr ""
305
305
  # | msgid "Domain"
306
306
  #: hiddifypanel/panel/admin/ChildAdmin.py:44
307
307
  #: hiddifypanel/panel/admin/DomainAdmin.py:76
308
- #: hiddifypanel/panel/admin/QuickSetup.py:129
308
+ #: hiddifypanel/panel/admin/QuickSetup.py:124
309
309
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:57
310
310
  #: hiddifypanel/templates/flaskadmin-layout.html:100
311
311
  #: hiddifypanel/templates/flaskadmin-layout.html:136
@@ -322,14 +322,14 @@ msgid "Show Domains"
322
322
  msgstr "Show Configs of Domains"
323
323
 
324
324
  # | msgid "Admin"
325
- #: hiddifypanel/panel/admin/ChildAdmin.py:56
325
+ #: hiddifypanel/panel/admin/ChildAdmin.py:55
326
326
  #: hiddifypanel/panel/admin/DomainAdmin.py:97
327
327
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:68
328
328
  msgid "admin link"
329
329
  msgstr "Admin"
330
330
 
331
331
  # | msgid "Domain is not correctly mapped to this Server!"
332
- #: hiddifypanel/panel/admin/ChildAdmin.py:102
332
+ #: hiddifypanel/panel/admin/ChildAdmin.py:101
333
333
  msgid "Domain is not correctly mapped to this server!"
334
334
  msgstr "Domain is not correctly mapped to this Server!"
335
335
 
@@ -384,7 +384,7 @@ msgstr ""
384
384
  # | msgid ""
385
385
  # | "It seems that you have not created any users yet. default user link: "
386
386
  # | "%(default_link)s"
387
- #: hiddifypanel/panel/admin/Dashboard.py:78
387
+ #: hiddifypanel/panel/admin/Dashboard.py:77
388
388
  #, python-format
389
389
  msgid ""
390
390
  "It seems that you have not created any users yet. Default user link: "
@@ -399,7 +399,7 @@ msgstr ""
399
399
  # | "authentication mechanism and turn off PasswordAuthentication. <a "
400
400
  # | "href=\"https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-"
401
401
  # | "Password-Authentication\">read more... </a>"
402
- #: hiddifypanel/panel/admin/Dashboard.py:80
402
+ #: hiddifypanel/panel/admin/Dashboard.py:79
403
403
  msgid "ssh.password-login.warning."
404
404
  msgstr ""
405
405
  "Your server is vulnerable to abuses because PasswordAuthentication is "
@@ -409,7 +409,7 @@ msgstr ""
409
409
  "Authentication\">read more... </a>"
410
410
 
411
411
  # | msgid "Child Has Been Removed!"
412
- #: hiddifypanel/panel/admin/Dashboard.py:95
412
+ #: hiddifypanel/panel/admin/Dashboard.py:94
413
413
  msgid "child has been removed!"
414
414
  msgstr "Child Has Been Removed!"
415
415
 
@@ -602,7 +602,7 @@ msgstr "Error! Domain Fronting not set."
602
602
 
603
603
  # | msgid "There is an error in one of the fields."
604
604
  #: hiddifypanel/panel/admin/ProxyAdmin.py:66
605
- #: hiddifypanel/panel/admin/QuickSetup.py:88
605
+ #: hiddifypanel/panel/admin/QuickSetup.py:83
606
606
  #: hiddifypanel/panel/admin/SettingAdmin.py:109
607
607
  #: hiddifypanel/panel/common_bp/login.py:57
608
608
  msgid "config.validation-error"
@@ -626,64 +626,64 @@ msgid "quicksetup.setlang.error"
626
626
  msgstr "An error occurred while changing language."
627
627
 
628
628
  # | msgid "🗺️ Admin Panel Language"
629
- #: hiddifypanel/panel/admin/QuickSetup.py:99
629
+ #: hiddifypanel/panel/admin/QuickSetup.py:94
630
630
  #: hiddifypanel/panel/admin/templates/configfake.html:6
631
631
  #: hiddifypanel/templates/fake.html:1
632
632
  msgid "config.admin_lang.label"
633
633
  msgstr "🗺️ Admin Panel Language"
634
634
 
635
635
  # | msgid "🇺🇸 English انگلیسی 英语"
636
- #: hiddifypanel/panel/admin/QuickSetup.py:99
636
+ #: hiddifypanel/panel/admin/QuickSetup.py:94
637
637
  #: hiddifypanel/panel/admin/SettingAdmin.py:182
638
638
  msgid "lang.en"
639
639
  msgstr "🇺🇸 English انگلیسی 英语"
640
640
 
641
641
  # | msgid "🇮🇷 Persian فارسی 波斯语"
642
- #: hiddifypanel/panel/admin/QuickSetup.py:99
642
+ #: hiddifypanel/panel/admin/QuickSetup.py:94
643
643
  #: hiddifypanel/panel/admin/SettingAdmin.py:182
644
644
  msgid "lang.fa"
645
645
  msgstr "🇮🇷 Persian فارسی 波斯语"
646
646
 
647
647
  # | msgid "🇵🇹 Portuguese پرتغالی 葡萄牙語"
648
- #: hiddifypanel/panel/admin/QuickSetup.py:99
648
+ #: hiddifypanel/panel/admin/QuickSetup.py:94
649
649
  #: hiddifypanel/panel/admin/SettingAdmin.py:183
650
650
  msgid "lang.pt"
651
651
  msgstr "🇵🇹 Portuguese پرتغالی 葡萄牙語"
652
652
 
653
653
  # | msgid "🇨🇳 Chinese چینی 简体中文"
654
- #: hiddifypanel/panel/admin/QuickSetup.py:100
654
+ #: hiddifypanel/panel/admin/QuickSetup.py:95
655
655
  #: hiddifypanel/panel/admin/SettingAdmin.py:182
656
656
  msgid "lang.zh"
657
657
  msgstr "🇨🇳 Chinese چینی 简体中文"
658
658
 
659
659
  # | msgid "🇷🇺 Russian روسی Русский"
660
- #: hiddifypanel/panel/admin/QuickSetup.py:100
660
+ #: hiddifypanel/panel/admin/QuickSetup.py:95
661
661
  #: hiddifypanel/panel/admin/SettingAdmin.py:183
662
662
  msgid "lang.ru"
663
663
  msgstr "🇷🇺 Russian روسی Русский"
664
664
 
665
665
  # | msgid "Choose Language For Admin Area"
666
- #: hiddifypanel/panel/admin/QuickSetup.py:100
666
+ #: hiddifypanel/panel/admin/QuickSetup.py:95
667
667
  #: hiddifypanel/panel/admin/templates/configfake.html:6
668
668
  #: hiddifypanel/templates/fake.html:1
669
669
  msgid "config.admin_lang.description"
670
670
  msgstr "Choose Language For Admin Area"
671
671
 
672
672
  # | msgid "🌍 Country"
673
- #: hiddifypanel/panel/admin/QuickSetup.py:102
673
+ #: hiddifypanel/panel/admin/QuickSetup.py:97
674
674
  #: hiddifypanel/panel/admin/templates/configfake.html:6
675
675
  #: hiddifypanel/templates/fake.html:1
676
676
  msgid "config.country.label"
677
677
  msgstr "🌍 Country"
678
678
 
679
679
  # | msgid "🇮🇷 Iran"
680
- #: hiddifypanel/panel/admin/QuickSetup.py:102
680
+ #: hiddifypanel/panel/admin/QuickSetup.py:97
681
681
  #: hiddifypanel/panel/admin/SettingAdmin.py:185
682
682
  msgid "Iran"
683
683
  msgstr "🇮🇷 Iran"
684
684
 
685
685
  # | msgid "🇨🇳 China"
686
- #: hiddifypanel/panel/admin/QuickSetup.py:102
686
+ #: hiddifypanel/panel/admin/QuickSetup.py:97
687
687
  #: hiddifypanel/panel/admin/SettingAdmin.py:185
688
688
  msgid "China"
689
689
  msgstr "🇨🇳 China"
@@ -691,7 +691,7 @@ msgstr "🇨🇳 China"
691
691
  # | msgid ""
692
692
  # | "It applies the appropriate settings for each country according to the "
693
693
  # | "filtering conditions of that country"
694
- #: hiddifypanel/panel/admin/QuickSetup.py:103
694
+ #: hiddifypanel/panel/admin/QuickSetup.py:98
695
695
  #: hiddifypanel/panel/admin/templates/configfake.html:6
696
696
  #: hiddifypanel/templates/fake.html:1
697
697
  msgid "config.country.description"
@@ -700,37 +700,37 @@ msgstr ""
700
700
  "filtering conditions of that country"
701
701
 
702
702
  # | msgid "Error! Invalid Domain. The Domain Format is www.google.com"
703
- #: hiddifypanel/panel/admin/QuickSetup.py:123
704
- #: hiddifypanel/panel/admin/QuickSetup.py:136
703
+ #: hiddifypanel/panel/admin/QuickSetup.py:118
704
+ #: hiddifypanel/panel/admin/QuickSetup.py:131
705
705
  #: hiddifypanel/panel/admin/SettingAdmin.py:222
706
706
  #: hiddifypanel/panel/admin/SettingAdmin.py:225
707
707
  msgid "config.Invalid domain"
708
708
  msgstr "Error! Invalid Domain. The Domain Format is www.google.com"
709
709
 
710
710
  # | msgid "Domain is exist in domains section. Use another Domain"
711
- #: hiddifypanel/panel/admin/QuickSetup.py:125
712
- #: hiddifypanel/panel/admin/QuickSetup.py:127
711
+ #: hiddifypanel/panel/admin/QuickSetup.py:120
712
+ #: hiddifypanel/panel/admin/QuickSetup.py:122
713
713
  #: hiddifypanel/panel/admin/SettingAdmin.py:229
714
714
  #: hiddifypanel/panel/admin/SettingAdmin.py:231
715
715
  msgid "config.Domain already used"
716
716
  msgstr "Domain is exist in domains section. Use another Domain"
717
717
 
718
718
  # | msgid "⛔️ Block Domestic Sites"
719
- #: hiddifypanel/panel/admin/QuickSetup.py:133
719
+ #: hiddifypanel/panel/admin/QuickSetup.py:128
720
720
  #: hiddifypanel/panel/admin/templates/configfake.html:6
721
721
  #: hiddifypanel/templates/fake.html:1
722
722
  msgid "config.block_iran_sites.label"
723
723
  msgstr "⛔️ Block Domestic Sites"
724
724
 
725
725
  # | msgid "Block domestic Sites to prevent detection by the government"
726
- #: hiddifypanel/panel/admin/QuickSetup.py:133
726
+ #: hiddifypanel/panel/admin/QuickSetup.py:128
727
727
  #: hiddifypanel/panel/admin/templates/configfake.html:6
728
728
  #: hiddifypanel/templates/fake.html:1
729
729
  msgid "config.block_iran_sites.description"
730
730
  msgstr "Block domestic Sites to prevent detection by the government"
731
731
 
732
732
  # | msgid "📺 Decoy Site"
733
- #: hiddifypanel/panel/admin/QuickSetup.py:135
733
+ #: hiddifypanel/panel/admin/QuickSetup.py:130
734
734
  #: hiddifypanel/panel/admin/templates/configfake.html:6
735
735
  #: hiddifypanel/templates/fake.html:1
736
736
  msgid "config.decoy_domain.label"
@@ -745,7 +745,7 @@ msgstr "📺 Decoy Site"
745
745
  # | "⛔ Be sure to check the site and make sure that it is the right site, "
746
746
  # | "otherwise you may receive a phishing warning.<br>\n"
747
747
  # | "⛔⛔ Check this domain again so that there is no problem in the future"
748
- #: hiddifypanel/panel/admin/QuickSetup.py:135
748
+ #: hiddifypanel/panel/admin/QuickSetup.py:130
749
749
  #: hiddifypanel/panel/admin/templates/configfake.html:6
750
750
  #: hiddifypanel/templates/fake.html:1
751
751
  msgid "config.decoy_domain.description"
@@ -758,7 +758,7 @@ msgstr ""
758
758
  # | msgid ""
759
759
  # | "Domain (%(domain)s)-> IP = %(domain_ip)s is not same as your IP = "
760
760
  # | "%(server_ip)s . this is required in Direct Mode"
761
- #: hiddifypanel/panel/admin/QuickSetup.py:150
761
+ #: hiddifypanel/panel/admin/QuickSetup.py:145
762
762
  #, python-format
763
763
  msgid ""
764
764
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your "
@@ -2390,23 +2390,23 @@ msgid "Hiddify"
2390
2390
  msgstr "Hiddify"
2391
2391
 
2392
2392
  # | msgid "Children"
2393
- #: hiddifypanel/panel/admin/templates/parent_dash.html:11
2393
+ #: hiddifypanel/panel/admin/templates/parent_dash.html:10
2394
2394
  #: hiddifypanel/panel/commercial/templates/parent_dash.html:18
2395
2395
  msgid "Childs"
2396
2396
  msgstr "Children"
2397
2397
 
2398
2398
  # | msgid "No Children"
2399
- #: hiddifypanel/panel/admin/templates/parent_dash.html:15
2399
+ #: hiddifypanel/panel/admin/templates/parent_dash.html:14
2400
2400
  #: hiddifypanel/panel/commercial/templates/parent_dash.html:22
2401
2401
  msgid "No children!"
2402
2402
  msgstr "No Children"
2403
2403
 
2404
- #: hiddifypanel/panel/admin/templates/parent_dash.html:21
2404
+ #: hiddifypanel/panel/admin/templates/parent_dash.html:20
2405
2405
  #: hiddifypanel/panel/commercial/templates/parent_dash.html:28
2406
2406
  msgid "Status"
2407
2407
  msgstr "Status"
2408
2408
 
2409
- #: hiddifypanel/panel/admin/templates/parent_dash.html:22
2409
+ #: hiddifypanel/panel/admin/templates/parent_dash.html:21
2410
2410
  #: hiddifypanel/panel/commercial/templates/parent_dash.html:29
2411
2411
  #: hiddifypanel/panel/user/templates/home/all-configs.html:10
2412
2412
  msgid "Domain"
@@ -2471,69 +2471,32 @@ msgstr ""
2471
2471
  "</div>\n"
2472
2472
  "Set these IPs on your Domain or Subdomain and enter your Domain or Subdomain in the bellow box.\n"
2473
2473
 
2474
- # | msgid "Emergency Link"
2475
- #: hiddifypanel/panel/admin/templates/result.html:15
2476
- msgid "Temporary Link"
2477
- msgstr "Emergency Link"
2478
-
2479
- # | msgid ""
2480
- # | "If you do not see the green part in the box below (up to 10 minutes), it
2481
- # "
2482
- # | "means that there is a problem in applying the settings and the only way "
2483
- # | "to access the panel is the emergency link.\n"
2484
- # | "<br>\n"
2485
- # | "therefore,be sure to copy the emergency link, so that you can use this "
2486
- # | "emergency access (for 4 hours) in case of any problem.\n"
2487
- # | "don't forget to copy this link."
2488
- #: hiddifypanel/panel/admin/templates/result.html:20
2489
- msgid ""
2490
- "We have opened a temporary port (for 4 hours) to access the panel in case of"
2491
- " any issues. Please copy this link."
2492
- msgstr ""
2493
- "If you do not see the green part in the box below (up to 10 minutes), it means that there is a problem in applying the settings and the only way to access the panel is the emergency link.\n"
2494
- "<br>\n"
2495
- "therefore,be sure to copy the emergency link, so that you can use this emergency access (for 4 hours) in case of any problem.\n"
2496
- "don't forget to copy this link."
2497
-
2498
- # | msgid "⚠️ This action is not yet finished"
2499
- #: hiddifypanel/panel/admin/templates/result.html:25
2500
- msgid "This action is not yet finished."
2501
- msgstr "⚠️ This action is not yet finished"
2502
-
2503
- # | msgid ""
2504
- # | "ℹ️ Please copy and save the emergency access link before leaving this "
2505
- # | "page."
2506
- #: hiddifypanel/panel/admin/templates/result.html:25
2507
- msgid "Please copy the emergency link before leaving this page."
2508
- msgstr ""
2509
- "ℹ️ Please copy and save the emergency access link before leaving this page."
2510
-
2511
2474
  # | msgid "Please Wait "
2512
- #: hiddifypanel/panel/admin/templates/result.html:31
2475
+ #: hiddifypanel/panel/admin/templates/result.html:33
2513
2476
  msgid "Please wait "
2514
2477
  msgstr "Please Wait "
2515
2478
 
2516
2479
  # | msgid "Seconds"
2517
- #: hiddifypanel/panel/admin/templates/result.html:31
2480
+ #: hiddifypanel/panel/admin/templates/result.html:33
2518
2481
  msgid "seconds"
2519
2482
  msgstr "Seconds"
2520
2483
 
2521
2484
  # | msgid "📄 Log"
2522
- #: hiddifypanel/panel/admin/templates/result.html:41
2485
+ #: hiddifypanel/panel/admin/templates/result.html:43
2523
2486
  msgid "log"
2524
2487
  msgstr "📄 Log"
2525
2488
 
2526
- #: hiddifypanel/panel/admin/templates/result.html:44
2489
+ #: hiddifypanel/panel/admin/templates/result.html:46
2527
2490
  msgid "Click here to see the complete log"
2528
2491
  msgstr "Click here to see the complete log"
2529
2492
 
2530
2493
  #: hiddifypanel/panel/admin/templates/model/user_list.html:102
2531
- #: hiddifypanel/panel/admin/templates/result.html:114
2494
+ #: hiddifypanel/panel/admin/templates/result.html:116
2532
2495
  msgid "Success"
2533
2496
  msgstr "Success"
2534
2497
 
2535
2498
  # | msgid "✅ The Action Done Successfully. You can now leave this page"
2536
- #: hiddifypanel/panel/admin/templates/result.html:115
2499
+ #: hiddifypanel/panel/admin/templates/result.html:117
2537
2500
  msgid "The action done successfully. You can now leave this page."
2538
2501
  msgstr "✅ The Action Done Successfully. You can now leave this page"
2539
2502
 
@@ -4511,17 +4474,17 @@ msgstr "Link Copied to Clipboard. "
4511
4474
  msgid "user.home.link.manual-copy"
4512
4475
  msgstr "Copy to Clipboard: Ctrl+C, Enter"
4513
4476
 
4514
- #: hiddifypanel/templates/master.html:322
4477
+ #: hiddifypanel/templates/master.html:323
4515
4478
  msgid "Install"
4516
4479
  msgstr "Install"
4517
4480
 
4518
4481
  # | msgid "Hiddify Manager Installation"
4519
- #: hiddifypanel/templates/master.html:423
4482
+ #: hiddifypanel/templates/master.html:424
4520
4483
  msgid "Install Hiddify Application"
4521
4484
  msgstr "Hiddify Manager Installation"
4522
4485
 
4523
4486
  # | msgid "Click %(install)s to save the User Page."
4524
- #: hiddifypanel/templates/master.html:425
4487
+ #: hiddifypanel/templates/master.html:426
4525
4488
  #, python-format
4526
4489
  msgid "Please click on %(install)s to save the user page."
4527
4490
  msgstr "Click %(install)s to save the User Page."
@@ -4731,6 +4694,13 @@ msgstr "Actions"
4731
4694
  #~ msgid "Please contact hiddify@gmail.com with the details in this page."
4732
4695
  #~ msgstr "Please contact info@hiddify.com with the details in this page"
4733
4696
 
4697
+ # | msgid ""
4698
+ # | "ℹ️ Please copy and save the emergency access link before leaving this "
4699
+ # | "page."
4700
+ #~ msgid "Please copy the emergency link before leaving this page."
4701
+ #~ msgstr ""
4702
+ #~ "ℹ️ Please copy and save the emergency access link before leaving this page."
4703
+
4734
4704
  # | msgid "Check Usage"
4735
4705
  #~ msgid "User usage update"
4736
4706
  #~ msgstr "Check Usage"
@@ -4739,6 +4709,28 @@ msgstr "Actions"
4739
4709
  #~ msgid "admin.ipv4 connections"
4740
4710
  #~ msgstr "IPv4 Connections"
4741
4711
 
4712
+ # | msgid "Emergency Link"
4713
+ #~ msgid "Temporary Link"
4714
+ #~ msgstr "Emergency Link"
4715
+
4716
+ # | msgid ""
4717
+ # | "If you do not see the green part in the box below (up to 10 minutes), it
4718
+ # "
4719
+ # | "means that there is a problem in applying the settings and the only way "
4720
+ # | "to access the panel is the emergency link.\n"
4721
+ # | "<br>\n"
4722
+ # | "therefore,be sure to copy the emergency link, so that you can use this "
4723
+ # | "emergency access (for 4 hours) in case of any problem.\n"
4724
+ # | "don't forget to copy this link."
4725
+ #~ msgid ""
4726
+ #~ "We have opened a temporary port (for 4 hours) to access the panel in case of"
4727
+ #~ " any issues. Please copy this link."
4728
+ #~ msgstr ""
4729
+ #~ "If you do not see the green part in the box below (up to 10 minutes), it means that there is a problem in applying the settings and the only way to access the panel is the emergency link.\n"
4730
+ #~ "<br>\n"
4731
+ #~ "therefore,be sure to copy the emergency link, so that you can use this emergency access (for 4 hours) in case of any problem.\n"
4732
+ #~ "don't forget to copy this link."
4733
+
4742
4734
  # | msgid "Invalid IP or Domain"
4743
4735
  #~ msgid "config.Invalid IP or domain"
4744
4736
  #~ msgstr "Invalid IP or Domain"
@@ -4855,6 +4847,10 @@ msgstr "Actions"
4855
4847
  #~ "Using Alias with Special Charachters may cause problem in some Clients like "
4856
4848
  #~ "Fair VPN"
4857
4849
 
4850
+ # | msgid "⚠️ This action is not yet finished"
4851
+ #~ msgid "This action is not yet finished."
4852
+ #~ msgstr "⚠️ This action is not yet finished"
4853
+
4858
4854
  # | msgid ""
4859
4855
  # | "You should visit this page without VPN Your Country=%(your_country)s\n"
4860
4856
  # | "Expected=%(expected_country)s"