hiddifypanel 10.10.15__py3-none-any.whl → 10.10.17__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.
hiddifypanel/VERSION CHANGED
@@ -1 +1 @@
1
- 10.10.15
1
+ 10.10.17
hiddifypanel/VERSION.py CHANGED
@@ -1,3 +1,3 @@
1
- __version__='10.10.15'
1
+ __version__='10.10.17'
2
2
  from datetime import datetime
3
- __release_date__= datetime.strptime('2024-03-07','%Y-%m-%d')
3
+ __release_date__= datetime.strptime('2024-03-08','%Y-%m-%d')
@@ -18,7 +18,7 @@ class ProxyDetailsAdmin(AdminLTEModelView):
18
18
 
19
19
  column_hide_backrefs = True
20
20
  can_create = False
21
- form_excluded_columns = ['child', 'proto', 'transport', 'l3', 'cdn']
21
+ form_excluded_columns = ['child', 'proto', 'transport', 'cdn']
22
22
  column_exclude_list = ['child']
23
23
  column_searchable_list = ['name', 'proto', 'transport', 'l3', 'cdn']
24
24
  column_editable_list = ['name']
@@ -404,11 +404,10 @@ def to_link(proxy):
404
404
  if proxy.get('fingerprint', 'none') != 'none':
405
405
  baseurl += "&fp=" + proxy['fingerprint']
406
406
  if proxy['l3'] != 'quic':
407
- if g.user_agent.get('is_streisand') and proxy.get('l3') == ProxyL3.http and proxy.get('transport') == ProxyTransport.tcp and proxy['proto'] in [
408
- ProxyProto.vless, ProxyProto.vmess]:
407
+ if proxy.get('transport') == ProxyTransport.tcp and proxy['proto'] in [ProxyProto.vless, ProxyProto.vmess]:
409
408
  baseurl += '&headerType=http'
410
409
  else:
411
- baseurl += '&headerType=None' # if not quic
410
+ baseurl += '&headerType=None'
412
411
  if proxy['mode'] == 'Fake' or proxy['allow_insecure']:
413
412
  baseurl += "&allowInsecure=true"
414
413
  if proxy.get('flow'):
@@ -539,12 +539,20 @@ div#qrcode img {
539
539
  width: 100%;
540
540
  }
541
541
 
542
+ td.col-is_active {
543
+ text-align: center !important;
544
+ padding: 0px;
545
+ }
542
546
 
543
- td.col-uuid {
547
+ td.col-uuid a {
544
548
 
545
549
  text-overflow: ellipsis;
546
550
  white-space: nowrap;
547
551
  width: 80px;
548
552
  overflow: hidden;
549
553
  display: inline-block;
554
+ }
555
+
556
+ .select2-container {
557
+ display: none;
550
558
  }
@@ -1589,7 +1589,7 @@ msgid "config.only_ipv4.label"
1589
1589
  msgstr "ℹ️ Only IPv4"
1590
1590
 
1591
1591
  msgid "config.package_mode.description"
1592
- msgstr "Specify whether you want released package or developed one"
1592
+ msgstr "Specify whether you want Released Package or Beta one"
1593
1593
 
1594
1594
  msgid "config.package_mode.label"
1595
1595
  msgstr "🔄 Package Update Mode"
@@ -1768,7 +1768,7 @@ msgid "config.shadowsocks2022_method.label"
1768
1768
  msgstr "🔐 Shadowsocks Encrypytion Method"
1769
1769
 
1770
1770
  msgid "config.shadowsocks2022_port.description"
1771
- msgstr "It needs both UDP and TCP to be free"
1771
+ msgstr "It needs both UDP and TCP to be Free"
1772
1772
 
1773
1773
  msgid "config.shadowsocks2022_port.label"
1774
1774
  msgstr "↔️ Shadowsocks 2022 Port"
@@ -2069,9 +2069,7 @@ msgid "config.validation-success-no-reset"
2069
2069
  msgstr " ✅ Configs have been changed successfully"
2070
2070
 
2071
2071
  msgid "config.vmess_enable.description"
2072
- msgstr ""
2073
- "It is reported by several people that VMess causes the system to be detected"
2074
- " by the government. So it is Not Recommended"
2072
+ msgstr "Active VMess Protocol"
2075
2073
 
2076
2074
  msgid "config.vmess_enable.label"
2077
2075
  msgstr "♈️ Enable VMess"
@@ -2121,9 +2119,10 @@ msgstr "🆚 Additional Warp Sites"
2121
2119
 
2122
2120
  msgid "config.wireguard.description"
2123
2121
  msgstr ""
2124
- "WireGuard is a lightweight, UDP based protocol known for its simplicity, efficiency, and strong security. It offers quick setup, transparent code, and has gained popularity for its ease of use across various operating systems.\n"
2125
- "\n"
2126
- "⚠️ Accounting is not yet implemented for this protocol."
2122
+ "WireGuard is a lightweight, UDP based protocol known for its simplicity, "
2123
+ "efficiency, and strong security. It offers quick setup, transparent code, "
2124
+ "and has gained popularity for its ease of use across various operating "
2125
+ "systems"
2127
2126
 
2128
2127
  msgid "config.wireguard.label"
2129
2128
  msgstr "Wireguard"
@@ -2363,9 +2362,9 @@ msgstr ""
2363
2362
 
2364
2363
  msgid "serverssh.password-login.warning"
2365
2364
  msgstr ""
2366
- "Your server is vulnerable to abuses because PasswordAuthentication is "
2365
+ "Your server is vulnerable to abuses because Password Authentication is "
2367
2366
  "enabled in your SSH. To secure your server, please switch to key "
2368
- "authentication mechanism and turn off PasswordAuthentication. <a "
2367
+ "authentication mechanism and turn off Password Authentication. <a "
2369
2368
  "href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-"
2370
2369
  "Authentication'>read more... </a>"
2371
2370
 
@@ -1578,8 +1578,8 @@ msgstr "ℹ️ فقط آی‌پی ورژن 4"
1578
1578
  msgid "config.package_mode.description"
1579
1579
  msgstr ""
1580
1580
  "در این قسمت می‌توانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه"
1581
- " 'در حال توسعه' امکانات را سریع‌تر از نسخه پایدار در اختیار شما می‌گذارد اما"
1582
- " ممکن است دارای مشکلاتی باشد)"
1581
+ " 'آزمایشی' امکانات را سریع‌تر از نسخه پایدار در اختیار شما می‌گذارد اما ممکن"
1582
+ " است دارای مشکلاتی باشد)"
1583
1583
 
1584
1584
  msgid "config.package_mode.label"
1585
1585
  msgstr "🔄 حالت به روز رسانی"
@@ -1762,7 +1762,7 @@ msgid "config.shadowsocks2022_method.label"
1762
1762
  msgstr "🔐 روش رمزگذاری Shadowsocks"
1763
1763
 
1764
1764
  msgid "config.shadowsocks2022_port.description"
1765
- msgstr "برای رایگان بودن به UDP و TCP نیاز دارد"
1765
+ msgstr "برای وصل شدن باید پورت های TCP و UDP باز باشند"
1766
1766
 
1767
1767
  msgid "config.shadowsocks2022_port.label"
1768
1768
  msgstr "↔️ پورت Shadowsocks 2022"
@@ -2060,9 +2060,7 @@ msgid "config.validation-success-no-reset"
2060
2060
  msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
2061
2061
 
2062
2062
  msgid "config.vmess_enable.description"
2063
- msgstr ""
2064
- "گزارش‌های متعددی موجود است مبنی بر اینکه که VMess باعث می‌شود که سیستم توسط "
2065
- "فیلترینگ شناسایی شود. بنابراین استفاده از آن توصیه نمی‌شود"
2063
+ msgstr "فعال کردن پروتکل VMess"
2066
2064
 
2067
2065
  msgid "config.vmess_enable.label"
2068
2066
  msgstr "♈️ فعال کردن VMess"
@@ -2113,9 +2111,9 @@ msgstr "🆚 سایت‌های اضافی برای Warp"
2113
2111
 
2114
2112
  msgid "config.wireguard.description"
2115
2113
  msgstr ""
2116
- "WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده است.\n"
2117
- "\n"
2118
- "⚠️ حسابداری هنوز برای این پروتکل اجرا نشده است."
2114
+ "WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و "
2115
+ "امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل"
2116
+ " سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده است"
2119
2117
 
2120
2118
  msgid "config.wireguard.label"
2121
2119
  msgstr "وایرگارد"
@@ -579,7 +579,7 @@
579
579
  "label": "ℹ️ Only IPv4"
580
580
  },
581
581
  "package_mode": {
582
- "description": "Specify whether you want released package or developed one",
582
+ "description": "Specify whether you want Released Package or Beta one",
583
583
  "label": "🔄 Package Update Mode"
584
584
  },
585
585
  "parent_panel": {
@@ -691,7 +691,7 @@
691
691
  "label": "🔐 Shadowsocks Encrypytion Method"
692
692
  },
693
693
  "shadowsocks2022_port": {
694
- "description": "It needs both UDP and TCP to be free",
694
+ "description": "It needs both UDP and TCP to be Free",
695
695
  "label": "↔️ Shadowsocks 2022 Port"
696
696
  },
697
697
  "shadowtls": {
@@ -854,7 +854,7 @@
854
854
  "validation-success": "Configs have been changed successfully. Click %(link)s to apply the configs. It may take 2 minutes to apply",
855
855
  "validation-success-no-reset": " ✅ Configs have been changed successfully",
856
856
  "vmess_enable": {
857
- "description": "It is reported by several people that VMess causes the system to be detected by the government. So it is Not Recommended",
857
+ "description": "Active VMess Protocol",
858
858
  "label": "♈️ Enable VMess"
859
859
  },
860
860
  "warp": {
@@ -878,7 +878,7 @@
878
878
  "label": "🆚 Additional Warp Sites"
879
879
  },
880
880
  "wireguard": {
881
- "description": "WireGuard is a lightweight, UDP based protocol known for its simplicity, efficiency, and strong security. It offers quick setup, transparent code, and has gained popularity for its ease of use across various operating systems.\n\n⚠️ Accounting is not yet implemented for this protocol.",
881
+ "description": "WireGuard is a lightweight, UDP based protocol known for its simplicity, efficiency, and strong security. It offers quick setup, transparent code, and has gained popularity for its ease of use across various operating systems",
882
882
  "label": "Wireguard"
883
883
  },
884
884
  "wireguard_enable": {
@@ -1000,7 +1000,7 @@
1000
1000
  "selected domain for REALITY is not in the same ASN. To better use of the protocol, it is better to find a domain in the same ASN.": "Selected Domain for REALITY is not in the same ASN. To better use of the Protocol, it is better to find a Domain in the same ASN",
1001
1001
  "serverssh": {
1002
1002
  "password-login": {
1003
- "warning": "Your server is vulnerable to abuses because PasswordAuthentication is enabled in your SSH. To secure your server, please switch to key authentication mechanism and turn off PasswordAuthentication. <a href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-Authentication'>read more... </a>"
1003
+ "warning": "Your server is vulnerable to abuses because Password Authentication is enabled in your SSH. To secure your server, please switch to key authentication mechanism and turn off Password Authentication. <a href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-Authentication'>read more... </a>"
1004
1004
  }
1005
1005
  },
1006
1006
  "singbox: ssh": "SingBox: SSH",
@@ -579,7 +579,7 @@
579
579
  "label": "ℹ️ فقط آی‌پی ورژن 4"
580
580
  },
581
581
  "package_mode": {
582
- "description": "در این قسمت می‌توانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه 'در حال توسعه' امکانات را سریع‌تر از نسخه پایدار در اختیار شما می‌گذارد اما ممکن است دارای مشکلاتی باشد)",
582
+ "description": "در این قسمت می‌توانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه 'آزمایشی' امکانات را سریع‌تر از نسخه پایدار در اختیار شما می‌گذارد اما ممکن است دارای مشکلاتی باشد)",
583
583
  "label": "🔄 حالت به روز رسانی"
584
584
  },
585
585
  "parent_panel": {
@@ -691,7 +691,7 @@
691
691
  "label": "🔐 روش رمزگذاری Shadowsocks"
692
692
  },
693
693
  "shadowsocks2022_port": {
694
- "description": "برای رایگان بودن به UDP و TCP نیاز دارد",
694
+ "description": "برای وصل شدن باید پورت های TCP و UDP باز باشند",
695
695
  "label": "↔️ پورت Shadowsocks 2022"
696
696
  },
697
697
  "shadowtls": {
@@ -854,7 +854,7 @@
854
854
  "validation-success": "تنظیمات با موفقیت ذخیره شدند. لطفا بر روی این لینک: %(link)s کلیک کنید تا بر روی سیستم اعمال شوند. این کار ممکن است 2 دقیقه طول بکشد",
855
855
  "validation-success-no-reset": " ✅ تنظیمات با موفقیت تغییر کرد",
856
856
  "vmess_enable": {
857
- "description": "گزارش‌های متعددی موجود است مبنی بر اینکه که VMess باعث می‌شود که سیستم توسط فیلترینگ شناسایی شود. بنابراین استفاده از آن توصیه نمی‌شود",
857
+ "description": "فعال کردن پروتکل VMess",
858
858
  "label": "♈️ فعال کردن VMess"
859
859
  },
860
860
  "warp": {
@@ -878,7 +878,7 @@
878
878
  "label": "🆚 سایت‌های اضافی برای Warp"
879
879
  },
880
880
  "wireguard": {
881
- "description": "WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده است.\n\n⚠️ حسابداری هنوز برای این پروتکل اجرا نشده است.",
881
+ "description": "WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده است",
882
882
  "label": "وایرگارد"
883
883
  },
884
884
  "wireguard_enable": {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hiddifypanel
3
- Version: 10.10.15
3
+ Version: 10.10.17
4
4
  Summary: hiddifypanel multi proxy panel
5
5
  Home-page: https://github.com/hiddify/hiddify-manager/
6
6
  Author: hiddify
@@ -37,7 +37,7 @@ Requires-Dist: netifaces ==0.11.0
37
37
  Requires-Dist: paramiko ==3.3.1
38
38
  Requires-Dist: ping3 ==4.0.4
39
39
  Requires-Dist: psutil ==5.9.5
40
- Requires-Dist: pymysql
40
+ Requires-Dist: pymysql ==1.1.0
41
41
  Requires-Dist: python-dateutil ==2.8.2
42
42
  Requires-Dist: python-dotenv ==1.0.0
43
43
  Requires-Dist: python-redis-cache ==3.0
@@ -58,7 +58,7 @@ Requires-Dist: xtlsapi ==3.1.2
58
58
  Requires-Dist: apiflask ==2.0.2
59
59
  Requires-Dist: flask-apispec ==0.11.4
60
60
  Requires-Dist: bjoern ==3.2.2
61
- Requires-Dist: mysqlclient ==2.2.1
61
+ Requires-Dist: mysqlclient <=2.2.4
62
62
  Requires-Dist: fastenumplus ==1.4.0
63
63
  Provides-Extra: test
64
64
  Requires-Dist: flask-debugtoolbar ; extra == 'test'
@@ -1,6 +1,6 @@
1
1
  hiddifypanel/Events.py,sha256=AlnRdjVul0jP-NCT4-zoaQgowoOo-JhdQB4ytetAFKA,723
2
- hiddifypanel/VERSION,sha256=y8UUwhj1yc-uwYWuMcnDPJq6IWegBsKhbPtFF-iKGME,9
3
- hiddifypanel/VERSION.py,sha256=tKkcI0jWC8925bqNQ8sJd-KzBrKaVqqDwzUPWmeVols,114
2
+ hiddifypanel/VERSION,sha256=Fk-gk-oH6axfva4_h0Ni838ZqHGp0wwbq54rEnvdO1Q,9
3
+ hiddifypanel/VERSION.py,sha256=eixydufs_Nc2qP40kweMT2XIeeSE1HfBniKlulqB1eg,114
4
4
  hiddifypanel/__init__.py,sha256=aLukp3ORszdcH4G9J-MlxhjHN6yFlOuOE6mm-L3aG_g,266
5
5
  hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
6
6
  hiddifypanel/auth.py,sha256=ouAFprxAfsbeuC-YFGkMyA1Z4dtWzixv8DqB7nQXrtA,6640
@@ -115,7 +115,7 @@ hiddifypanel/panel/admin/templates/model/admin_list.html,sha256=lpjiAl7kR5xb0fLp
115
115
  hiddifypanel/panel/admin/templates/model/domain_list.html,sha256=rrPYKISPXcwYreMp2MrJb-sEL9-6dCZF_dk6ejObrm8,414
116
116
  hiddifypanel/panel/admin/templates/model/user_list.html,sha256=n46ymDd1FwYclN0MKmsjGEw9BBOI-jd0PMQjTy3aNSo,4898
117
117
  hiddifypanel/panel/commercial/ParentDomainAdmin.py,sha256=n3X7_PuQBr2zlP6K5A0EHmtRdI9Vy49YORim_9L2QFA,4886
118
- hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=_j3oeRlLWgHDlFmxaGYaYYCPhugOJE9c84yo7flTuQ4,2809
118
+ hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=Wg9jAXDpHk2loNnoF4CgixBTCBiUeBYkTryoEKYVkWo,2803
119
119
  hiddifypanel/panel/commercial/__init__.py,sha256=YF5r5nSOCMof9NTPRtWbkHbRXfSBroOdwvyjdMCqXbo,2245
120
120
  hiddifypanel/panel/commercial/restapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
121
121
  hiddifypanel/panel/commercial/restapi/v1/__init__.py,sha256=PKpT6Jdh37udexOnOdsvA681nqStGY-jqalEBB9_utU,1208
@@ -152,7 +152,7 @@ hiddifypanel/panel/common_bp/login.py,sha256=wNfH7rzYtmanrIityKQhhVvUJooC658QhSE
152
152
  hiddifypanel/panel/common_bp/templates/login.html,sha256=jDl9-Nh2qMuCsLQmXm7e5jvSaRAlBxReVVCbNSTTHJw,1312
153
153
  hiddifypanel/panel/user/__init__.py,sha256=n-BkHg0CtVfJyQtrBW6Rve98CVI9MmqbrpLsdm7DY48,1884
154
154
  hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPonZA9xh3p0-8,177
155
- hiddifypanel/panel/user/link_maker.py,sha256=aJXgHxSrKvfRorgr4s1x2FL7E9c3VXtJNpwwzDM0AY0,43861
155
+ hiddifypanel/panel/user/link_maker.py,sha256=27FWR7GroqILoLGDx6Ee7RaFkp5MNScYn7iVoAnvkO4,43756
156
156
  hiddifypanel/panel/user/user.py,sha256=X6InPE_VsN8GplD7b0vEl77Wd4S2gYgHWyYKKkFTV7I,13488
157
157
  hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=o3Re6RYpNzbJp_BHWy9u4ArZfZXxalEpmXbyLdZGUw0,520
158
158
  hiddifypanel/panel/user/templates/all_configs.txt,sha256=VG-3kcr8XnxgNtnsdiUIbJH4j8oeYi4giLemPOHb_d4,1232
@@ -204,7 +204,7 @@ hiddifypanel/static/css/bootstrap.min.css,sha256=djO3wMl9GeaC_u6K-ic4Uj_LKhRUSlU
204
204
  hiddifypanel/static/css/bootstrap4-rtl.min.css,sha256=2ZN6KcWrEZE_efXKufJsIrj2hSZ4PFw7QWnIV0egdxE,8358
205
205
  hiddifypanel/static/css/bootstrap5.rtl.min.css,sha256=6oH_E3oAx6zH-g1hfIn7dq7y7GoCM149BGt2nNYi02s,163995
206
206
  hiddifypanel/static/css/custom-rtl.css,sha256=xihXyOLBPdnr_G5ne14gGxBYprYF7CY4BEllNOSz4fQ,480
207
- hiddifypanel/static/css/custom.css,sha256=CAdab0Ey51toZlMsBd2w2FMfHTWGIBiRwT6qiynlqNY,10330
207
+ hiddifypanel/static/css/custom.css,sha256=fU-OJdpYwyNVEX4Pk5QiDqRzqxEuFRJFquT77xwj0RI,10443
208
208
  hiddifypanel/static/css/font-awesome.css,sha256=8RivRM1xoA4MVZ3DyyCpqGLfW3lSoHBItx-EaMM4P6Y,101895
209
209
  hiddifypanel/static/css/lte.old,sha256=EOZyrKYSocDo_gk1VtgeX_OvUL3kN7QVTJJg7D2R6Z0,278568
210
210
  hiddifypanel/static/fonts/Vazir-Black.eot,sha256=J_UB2BiLqRZy7BmJqQEDPWkwwsmrOjIBd3-U6vJ7nGU,92934
@@ -793,24 +793,24 @@ hiddifypanel/templates/redirect.html,sha256=K9x_O4P96vEkqBhOXIhoGrWw1KIqd2bL0BjI
793
793
  hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
794
794
  hiddifypanel/templates/hiddify-flask-admin/actions.html,sha256=2NeITe2e-lPKCk_o511tCIqVtrPu8LYHE1wTCtrFUrI,1331
795
795
  hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=MBGrTqZpzNLe4sZy0RozvXNr8seFUQc2C6v88BJtNWc,11095
796
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=oyGChvjJERWW1P1dCMlbyVOQhLWm_y_01QE9VnZID78,71848
797
- hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=92Z_W56DW6djSEQAusHSBwC7lhw8Y89LZ04rQ2b5GBM,74932
798
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=t6TBJx6Y2RAC_Uo4UaprfC1LNJfRYxM55oWCzWM8OQ4,95297
799
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=5TSrT6kU1ymM7dQ_6g51QHVvitzsdNxgxWTZrfkzZak,98848
800
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=VnzrgvjEYwr9AsVFzl62Ifxfln8ikS-Jq0PmR4zgEPU,60377
796
+ hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=K5_q7W3yuKgXCpErwjCxXmQRO_NVQHuNEbYbyZ2qa7o,71684
797
+ hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=0SICXsRrtodJLbX70wBgnFPOIJZKXB_MxJvrd7-EMVk,74763
798
+ hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=2ohdoOmfAvdhQXG4ywEU_PuGdOvwEPcIkll3BRszQ6M,95005
799
+ hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=lRZtWP8SXfVGtjUUN6KHCEEqYu_Gxrvqru3Sd7McB-A,98548
800
+ hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=_ETXv8TQfiEa3dSG4VY3HVldIdCKx1zW2twP2h11TEk,60377
801
801
  hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=vQhcmhHh54yCYGEyTmx-SglRRHN-16dCL_Eo_0d3244,68451
802
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=33hYpCYyzC-eQ8Zj575Zg7jJDnfVx-1ZZkImTRBInaE,82219
802
+ hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=IshQ04J34g4DtF40oceuQLcP5cMSUGBY5wPn-94gNMM,82219
803
803
  hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=u-t_ipqC8OPw4lP8-TqlM-wHsquiA7JIisETogYvMys,90947
804
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=fq36J2Lh6IBIz70RdnDXFCK5zgnGCn1ZR7O-365pvbA,55966
804
+ hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=Lgfj16JarTUjPrtPFglW9zHLN6uQ9C1DYkjAqBNeIis,55966
805
805
  hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=anelhDCHK0Ybgm65zZP9qIv0kub5xUqtXbsmxxELOTw,64106
806
- hiddifypanel/translations.i18n/en.json,sha256=qos9HEylpzz6MYB36vgqEvaZSZiQNUJpgp25e7FRHsw,65285
807
- hiddifypanel/translations.i18n/fa.json,sha256=-rtErwCPfzOhT8K2itwB4slsaIbHFrqf4B1rdoYbxIE,89210
806
+ hiddifypanel/translations.i18n/en.json,sha256=2EgLy7C0DJThOf7F7FeTFM05_GDl2n7XPKoQ5dQy52o,65119
807
+ hiddifypanel/translations.i18n/fa.json,sha256=2camX-DWmcJE-Y1UYvsjBc1fzcIrU2XFDtebATZ8lrM,88916
808
808
  hiddifypanel/translations.i18n/pt.json,sha256=g3IlroQJX0K9JoHHJErMeftddWvrSnP1HldB-jRwBgo,59098
809
809
  hiddifypanel/translations.i18n/ru.json,sha256=X3lvVYtStUD-OZPpv4ieKieOgLp5xIq5Wrtwhb25hLA,81525
810
810
  hiddifypanel/translations.i18n/zh.json,sha256=rj7npV-rBWi-N3zQNR5jvVr1d3MTn0VO8HtHYKmOCKk,55143
811
- hiddifypanel-10.10.15.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
812
- hiddifypanel-10.10.15.dist-info/METADATA,sha256=uAukFwwF-_JaC-T1FIZfx7xlCuN36Fr5UVF0vc6xE8Q,3980
813
- hiddifypanel-10.10.15.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
814
- hiddifypanel-10.10.15.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
815
- hiddifypanel-10.10.15.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
816
- hiddifypanel-10.10.15.dist-info/RECORD,,
811
+ hiddifypanel-10.10.17.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
812
+ hiddifypanel-10.10.17.dist-info/METADATA,sha256=ZfKkDBPxRagnhCejvfn28nRAzJg6CiShLYyxCwSrgpY,3988
813
+ hiddifypanel-10.10.17.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
814
+ hiddifypanel-10.10.17.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
815
+ hiddifypanel-10.10.17.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
816
+ hiddifypanel-10.10.17.dist-info/RECORD,,