hiddifypanel 3.0.0.dev67__cp38-cp38-manylinux2014_x86_64.whl → 3.0.3__cp38-cp38-manylinux2014_x86_64.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.
- hiddifypanel/VERSION +1 -1
- hiddifypanel/VERSION.py +1 -1
- hiddifypanel/models/config_enum.py +1 -1
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +18 -5
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +20 -6
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +9 -4
- {hiddifypanel-3.0.0.dev67.dist-info → hiddifypanel-3.0.3.dist-info}/METADATA +1 -1
- {hiddifypanel-3.0.0.dev67.dist-info → hiddifypanel-3.0.3.dist-info}/RECORD +15 -15
- {hiddifypanel-3.0.0.dev67.dist-info → hiddifypanel-3.0.3.dist-info}/LICENSE +0 -0
- {hiddifypanel-3.0.0.dev67.dist-info → hiddifypanel-3.0.3.dist-info}/WHEEL +0 -0
- {hiddifypanel-3.0.0.dev67.dist-info → hiddifypanel-3.0.3.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-3.0.0.dev67.dist-info → hiddifypanel-3.0.3.dist-info}/top_level.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.3
|
hiddifypanel/VERSION.py
CHANGED
@@ -119,7 +119,7 @@ class ConfigEnum(StrEnum):
|
|
119
119
|
map = {
|
120
120
|
self.lang: {'category': ConfigCategory.branding,'show_in_parent':True, 'commercial':True},
|
121
121
|
self.admin_lang: {'category': ConfigCategory.admin,'show_in_parent':True,'commercial':True},
|
122
|
-
self.cloudflare:{'category': ConfigCategory.
|
122
|
+
self.cloudflare:{'category': ConfigCategory.hidden , 'commercial':True},
|
123
123
|
self.license:{'category': ConfigCategory.hidden, 'commercial':True},
|
124
124
|
self.proxy_path: {'category': ConfigCategory.too_advanced,'apply_mode':'apply','show_in_parent':True},
|
125
125
|
self.path_vmess:{'category': ConfigCategory.too_advanced},
|
Binary file
|
@@ -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: 2023-04-09
|
7
|
-
"PO-Revision-Date: 2023-04-09
|
6
|
+
"POT-Creation-Date: 2023-04-09 11:40+0200\n"
|
7
|
+
"PO-Revision-Date: 2023-04-09 04:32-0500\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language-Team: English (USA)\n"
|
10
10
|
"Language: en_US\n"
|
@@ -298,14 +298,18 @@ msgstr ""
|
|
298
298
|
# "
|
299
299
|
# | "the relevant IP will be selected according to the user's operator, and if
|
300
300
|
# "
|
301
|
-
# | "you put a range of IPs The IP will be randomly selected from that
|
301
|
+
# | "you put a range of IPs The IP will be randomly selected from that
|
302
|
+
# range.\n"
|
303
|
+
# | "Use <a target=\"_blank\" href=\"https://ip-format.hiddify.com\">this "
|
304
|
+
# | "link</a> to set personal IPs."
|
302
305
|
#: hiddifypanel/panel/admin/DomainAdmin.py:40
|
303
306
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
304
307
|
msgid "config.cdn_forced_host.description"
|
305
308
|
msgstr ""
|
306
309
|
"In this part you can use a set of specific domains or IPs for your cdn server to be override in the user links. \n"
|
307
310
|
"\n"
|
308
|
-
"If you use <a href=\"https://ircf.space/export.php\">this template </a>, the relevant IP will be selected according to the user's operator, and if you put a range of IPs The IP will be randomly selected from that range
|
311
|
+
"If you use <a href=\"https://ircf.space/export.php\">this template </a>, the relevant IP will be selected according to the user's operator, and if you put a range of IPs The IP will be randomly selected from that range.\n"
|
312
|
+
"Use <a target=\"_blank\" href=\"https://ip-format.hiddify.com\">this link</a> to set personal IPs."
|
309
313
|
|
310
314
|
# | msgid "The name that will be shown in the configs for this domain."
|
311
315
|
#: hiddifypanel/panel/admin/DomainAdmin.py:42
|
@@ -822,10 +826,13 @@ msgid "Backup"
|
|
822
826
|
msgstr "Backup"
|
823
827
|
|
824
828
|
# | msgid ""
|
829
|
+
# | "Automatic Backup Every 6 Hours. Path Of Automatic Backup Files On The "
|
830
|
+
# | "Server:\n"
|
831
|
+
# | "<br>\n"
|
832
|
+
# | "/opt/hiddify-config/hiddify-panel/backup\n"
|
825
833
|
# | "You Can Download a JSON File Format of the Configurations by Clicking on
|
826
834
|
# "
|
827
835
|
# | "the Button Below\n"
|
828
|
-
# | "<br>\n"
|
829
836
|
# | "<a href='%(link)s' class='btn btn-primary'>Download Backup File</a>"
|
830
837
|
#: hiddifypanel/panel/admin/templates/backup.html:14
|
831
838
|
#, python-format
|
@@ -833,8 +840,14 @@ msgid ""
|
|
833
840
|
"You can download a json formated of configurations by clicking <a "
|
834
841
|
"href='%(link)s' class='btn btn-primary'>here</a>"
|
835
842
|
msgstr ""
|
843
|
+
"Automatic Backup Every 6 Hours. Path Of Automatic Backup Files On The Server:\n"
|
844
|
+
"<br>\n"
|
845
|
+
"/opt/hiddify-config/hiddify-panel/backup\n"
|
846
|
+
"<br>\n"
|
847
|
+
"<br>\n"
|
836
848
|
"You Can Download a JSON File Format of the Configurations by Clicking on the Button Below\n"
|
837
849
|
"<br>\n"
|
850
|
+
"<br>\n"
|
838
851
|
"<a href='%(link)s' class='btn btn-primary'>Download Backup File</a>"
|
839
852
|
|
840
853
|
#: hiddifypanel/panel/admin/templates/backup.html:21
|
Binary file
|
@@ -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: 2023-04-09
|
7
|
-
"PO-Revision-Date: 2023-04-09
|
6
|
+
"POT-Creation-Date: 2023-04-09 11:40+0200\n"
|
7
|
+
"PO-Revision-Date: 2023-04-09 04:32-0500\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language: fa\n"
|
10
10
|
"Language-Team: Persian\n"
|
@@ -315,7 +315,9 @@ msgstr ""
|
|
315
315
|
# | "\n"
|
316
316
|
# | "If you use <a href=\"https://ircf.space/export.php\">this template </a>,
|
317
317
|
# the relevant IP will be selected according to the user's operator, and if
|
318
|
-
# you put a range of IPs The IP will be randomly selected from that range
|
318
|
+
# you put a range of IPs The IP will be randomly selected from that range.\n"
|
319
|
+
# | "Use <a target=\"_blank\" href=\"https://ip-format.hiddify.com\">this
|
320
|
+
# link</a> to set personal IPs."
|
319
321
|
#: hiddifypanel/panel/admin/DomainAdmin.py:40
|
320
322
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
321
323
|
msgid "config.cdn_forced_host.description"
|
@@ -325,7 +327,9 @@ msgstr ""
|
|
325
327
|
"در صورتی که در <a href=\"https://ircf.space/export.php\">این قالب </a> "
|
326
328
|
"استفاده کنید با توجه به اوپراتور آی پی مربوطه انتخاب میشود و در صورتی که "
|
327
329
|
"رنجی از آی پی ها را قرار دهید به صورت تصادفی آی پی از ان رنج انتخاب "
|
328
|
-
"
|
330
|
+
"میشود.\n"
|
331
|
+
"جهت قراردادن آی پی های شخصی از <a target=\"_blank\" href=\"https://ip-"
|
332
|
+
"format.hiddify.com\">این لینک</a> استفاده کنید."
|
329
333
|
|
330
334
|
# | msgid "The name that will be shown in the configs for this domain."
|
331
335
|
#: hiddifypanel/panel/admin/DomainAdmin.py:42
|
@@ -839,9 +843,12 @@ msgid "Backup"
|
|
839
843
|
msgstr "پشتیبانگیری"
|
840
844
|
|
841
845
|
# | msgid ""
|
846
|
+
# | "Automatic Backup Every 6 Hours. Path Of Automatic Backup Files On The
|
847
|
+
# Server:\n"
|
848
|
+
# | "<br>\n"
|
849
|
+
# | "/opt/hiddify-config/hiddify-panel/backup\n"
|
842
850
|
# | "You Can Download a JSON File Format of the Configurations by Clicking on
|
843
851
|
# the Button Below\n"
|
844
|
-
# | "<br>\n"
|
845
852
|
# | "<a href='%(link)s' class='btn btn-primary'>Download Backup File</a>"
|
846
853
|
#: hiddifypanel/panel/admin/templates/backup.html:14
|
847
854
|
#, python-format
|
@@ -849,7 +856,14 @@ msgid ""
|
|
849
856
|
"You can download a json formated of configurations by clicking <a "
|
850
857
|
"href='%(link)s' class='btn btn-primary'>here</a>"
|
851
858
|
msgstr ""
|
852
|
-
"
|
859
|
+
"گرفتن پشتیبان خودکار هر 6 ساعت یک بار. مسیر فایل های پشتیبان گیری خودکار "
|
860
|
+
"روی سرور:\n"
|
861
|
+
"<br>\n"
|
862
|
+
"/opt/hiddify-config/hiddify-panel/backup\n"
|
863
|
+
"<br>\n"
|
864
|
+
"<br>\n"
|
865
|
+
"میتوانید با کلیلک بر روی دکمه زیر تنظیمات را با فرمت JSON دریافت کنید.\n"
|
866
|
+
"<br>\n"
|
853
867
|
"<br>\n"
|
854
868
|
"<a href='%(link)s' class='btn btn-primary'>دریافت فایل پشتیبان</a>"
|
855
869
|
|
Binary file
|
@@ -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: 2023-04-09
|
7
|
-
"PO-Revision-Date: 2023-04-09
|
6
|
+
"POT-Creation-Date: 2023-04-09 11:40+0200\n"
|
7
|
+
"PO-Revision-Date: 2023-04-09 04:32-0500\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language: zh\n"
|
10
10
|
"Language-Team: Chinese\n"
|
@@ -297,7 +297,9 @@ msgstr ""
|
|
297
297
|
# | "\n"
|
298
298
|
# | "If you use <a href=\"https://ircf.space/export.php\">this template </a>,
|
299
299
|
# the relevant IP will be selected according to the user's operator, and if
|
300
|
-
# you put a range of IPs The IP will be randomly selected from that range
|
300
|
+
# you put a range of IPs The IP will be randomly selected from that range.\n"
|
301
|
+
# | "Use <a target=\"_blank\" href=\"https://ip-format.hiddify.com\">this
|
302
|
+
# link</a> to set personal IPs."
|
301
303
|
#: hiddifypanel/panel/admin/DomainAdmin.py:40
|
302
304
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
303
305
|
#, fuzzy
|
@@ -819,9 +821,12 @@ msgid "Backup"
|
|
819
821
|
msgstr "备份"
|
820
822
|
|
821
823
|
# | msgid ""
|
824
|
+
# | "Automatic Backup Every 6 Hours. Path Of Automatic Backup Files On The
|
825
|
+
# Server:\n"
|
826
|
+
# | "<br>\n"
|
827
|
+
# | "/opt/hiddify-config/hiddify-panel/backup\n"
|
822
828
|
# | "You Can Download a JSON File Format of the Configurations by Clicking on
|
823
829
|
# the Button Below\n"
|
824
|
-
# | "<br>\n"
|
825
830
|
# | "<a href='%(link)s' class='btn btn-primary'>Download Backup File</a>"
|
826
831
|
#: hiddifypanel/panel/admin/templates/backup.html:14
|
827
832
|
#, python-format
|
@@ -1,6 +1,6 @@
|
|
1
1
|
hiddifypanel/Events.py,sha256=H2weCDrLPv4ytf6QyLQmTbvvU975N8iPtV9_3UDejsk,890
|
2
|
-
hiddifypanel/VERSION,sha256=
|
3
|
-
hiddifypanel/VERSION.py,sha256=
|
2
|
+
hiddifypanel/VERSION,sha256=22W3tlP3wzosH5_TgfX74ImjifBjVngxeFuvSy4Ul-k,6
|
3
|
+
hiddifypanel/VERSION.py,sha256=MeEi864iixOn7OZ9coPOr1o5fmmX82yBBXv2e0Ojdo8,215
|
4
4
|
hiddifypanel/__init__.py,sha256=PR-wEqM4-eEk343r_Gs8xBkVSNHwmnfSi6HgtaOvQyw,411
|
5
5
|
hiddifypanel/__main__.py,sha256=59D4yIlzY8RZmFtQ8D3ngjgS59Z-jl3WzKKG0EfC9VM,465
|
6
6
|
hiddifypanel/base.py,sha256=JYY7gbpcsN-irQwyMJe-ECgiEJg3ESVZEDdsQqeKHfE,2901
|
@@ -10,7 +10,7 @@ hiddifypanel/xray_api.py,sha256=wu-xFeDLFf91u_3epgFlPuViTEywkyDglj5JJXmH8Tw,3584
|
|
10
10
|
hiddifypanel/models/__init__.py,sha256=g35oflZsLhfGA5TZUYcEiKeusZJxy1KCcpZnuIdXbSc,790
|
11
11
|
hiddifypanel/models/child.py,sha256=GMxnM9YejBx3aQmFvGRzPiO8v6V77jYFPl7D-_Zhzc8,1237
|
12
12
|
hiddifypanel/models/config.py,sha256=CCTUzyhP6vqnr-zpRtXuWmjEpby8H5_2zhQ485KDe3g,3983
|
13
|
-
hiddifypanel/models/config_enum.py,sha256=
|
13
|
+
hiddifypanel/models/config_enum.py,sha256=vw8SQDJtaN81jxJTWmP0wwk-B0pxjTXApBPC0aj_-2Y,9040
|
14
14
|
hiddifypanel/models/domain.py,sha256=9qFIn-faGCF7tRlhGaMmSjToSvg1KoyeyyUm_94wPQo,3724
|
15
15
|
hiddifypanel/models/proxy.py,sha256=Vdn0bjrPOgz1X5JhLHtWCqnIjKL3ZuvkiJrSKpIfRho,1662
|
16
16
|
hiddifypanel/models/usage.py,sha256=wXWnk1c_YnjGWfLNq13e9kQ2FXEzuPqMCZ4Pj66jYVU,2719
|
@@ -665,15 +665,15 @@ hiddifypanel/templates/macros.html,sha256=lvw_I1hYTx5mq5e9j9kwbNp5n_WDdjFgwKzI3J
|
|
665
665
|
hiddifypanel/templates/master.html,sha256=-oYTc7jxeHzEreRumC6Lslh3HwqPKF6o6kmI38xnJxw,17894
|
666
666
|
hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
|
667
667
|
hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=St0TD6-ZIJ24A6Akbh51JNkTEOpimFq2iiRydcUjQlA,13642
|
668
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=
|
669
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=
|
670
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256
|
671
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=
|
672
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
673
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=
|
674
|
-
hiddifypanel-3.0.
|
675
|
-
hiddifypanel-3.0.
|
676
|
-
hiddifypanel-3.0.
|
677
|
-
hiddifypanel-3.0.
|
678
|
-
hiddifypanel-3.0.
|
679
|
-
hiddifypanel-3.0.
|
668
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=3Cwcibd0WTya4DWtUSpbYWsQzisLiYsosCfhyOqob_s,45385
|
669
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=h77Y89ij35BxtJIvULmZ51_9LBAqCJiQLv7lhYEPW9A,120271
|
670
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=OOvdUO44puoMYCFxsWjfmVenyTZpoDm5lMpAq7w2ZAo,62910
|
671
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=fXJHhzkFdvGhrWPFrvD3_f3FnPw09AxzYjdNDnTLZz0,139946
|
672
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=Je9NE7jCS3MFmvW0irZQ-EZ3wdxrlFexjapw33b73Nc,40442
|
673
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=v5p_4K7kqcewdzrIWGzedFOz3r3gSFeTSsM90NpRT4g,115712
|
674
|
+
hiddifypanel-3.0.3.dist-info/LICENSE,sha256=awOCsWJ58m_2kBQwBUGWejVqZm6wuRtCL2hi9rfa0X4,1211
|
675
|
+
hiddifypanel-3.0.3.dist-info/METADATA,sha256=tIOlYAppAQ3sgQwc7q2BoP5Ss9rZ0AOUfhFi3iwGpzo,2595
|
676
|
+
hiddifypanel-3.0.3.dist-info/WHEEL,sha256=-58BrzzcZB6f3r3yRC_v9qcUDD38QzZ1XF0NSeAhPXU,111
|
677
|
+
hiddifypanel-3.0.3.dist-info/entry_points.txt,sha256=eJ0BMA9XXn1VHjCId1ThXY7VbczVsWJ33BN74AgI9hg,61
|
678
|
+
hiddifypanel-3.0.3.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
|
679
|
+
hiddifypanel-3.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|