hiddifypanel 8.0.0.dev36__py3-none-any.whl → 8.0.0.dev38__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
- 8.0.0.dev36
1
+ 8.0.0.dev38
hiddifypanel/VERSION.py CHANGED
@@ -1,3 +1,3 @@
1
- __version__='8.0.0.dev36'
1
+ __version__='8.0.0.dev38'
2
2
  from datetime import datetime
3
3
  __release_date__= datetime.strptime('2023-08-19','%Y-%m-%d')
@@ -76,8 +76,10 @@ def hconfig(key: ConfigEnum, child_id=0):
76
76
 
77
77
 
78
78
  def set_hconfig(key: ConfigEnum, value, child_id=0, commit=True):
79
- hconfig.invalidate(key, child_id)
80
- get_hconfigs.invalidate(child_id)
79
+ # hconfig.invalidate(key, child_id)
80
+ # get_hconfigs.invalidate(child_id)
81
+ hconfig.invalidate_all()
82
+ get_hconfigs.invalidate_all()
81
83
  if key.type() == bool:
82
84
  dbconf = BoolConfig.query.filter(BoolConfig.key == key, BoolConfig.child_id == child_id).first()
83
85
  if not dbconf:
@@ -359,6 +359,7 @@ def reinstall_action(complete_install=False, domain_change=False):
359
359
  def check_need_reset(old_configs, do=False):
360
360
  restart_mode = ''
361
361
  for c in old_configs:
362
+ # c=ConfigEnum(c)
362
363
  if old_configs[c] != hconfig(c) and c.apply_mode():
363
364
  if restart_mode != 'reinstall':
364
365
  restart_mode = c.apply_mode()
@@ -36,7 +36,7 @@ class UserView(FlaskView):
36
36
  # user_agent = user_agents.parse(request.user_agent.string)
37
37
 
38
38
  # return render_template('home/multi.html',**c,ua=user_agent)
39
- @route('/auto')
39
+ @route('/auto_sub')
40
40
  def auto_sub(self):
41
41
  ua = request.user_agent.string
42
42
  if re.match('^([Cc]lash-verge|[Cc]lash-?[Mm]eta)', ua):
@@ -45,6 +45,11 @@ class UserView(FlaskView):
45
45
  return self.clash_config(meta_or_normal="normal")
46
46
  return self.all_configs(base64=True)
47
47
 
48
+ @route('/auto')
49
+ def auto_select(self):
50
+ c = get_common_data(g.user_uuid, mode="new")
51
+ return render_template('home/handle_smart.html', **c)
52
+
48
53
  @route('/new/')
49
54
  @route('/new')
50
55
  @route('/')
@@ -126,7 +131,7 @@ class UserView(FlaskView):
126
131
  resp = ""
127
132
  else:
128
133
  resp = render_template('singbox_config.json', **c, host_keys=hiddify.get_hostkeys(True),
129
- ssh_client_version=hiddify.get_ssh_client_version(user), ssh_ip=hiddify.get_ip(4), base64=False)
134
+ ssh_client_version=hiddify.get_ssh_client_version(user), ssh_ip=hiddify.get_direct_host_or_ip(4), base64=False)
130
135
  return add_headers(resp, c)
131
136
 
132
137
  @route('/all.txt', methods=["GET", "HEAD"])
@@ -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-08-19 09:07+0200\n"
7
- "PO-Revision-Date: 2023-08-19 01:33-0500\n"
6
+ "POT-Creation-Date: 2023-08-19 10:56+0200\n"
7
+ "PO-Revision-Date: 2023-08-19 02:59-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language-Team: English (USA)\n"
10
10
  "Language: en_US\n"
@@ -30,21 +30,21 @@ msgid "Access Denied"
30
30
  msgstr "Access Denied"
31
31
 
32
32
  # | msgid "Apply Configs"
33
- #: hiddifypanel/panel/hiddify.py:227
33
+ #: hiddifypanel/panel/hiddify.py:229
34
34
  msgid "admin.config.apply_configs"
35
35
  msgstr "Apply Configs"
36
36
 
37
37
  # | msgid ""
38
38
  # | "Configs have been changed successfully. Click %(link)s to apply the "
39
39
  # | "configs. It may take 2 minutes to apply"
40
- #: hiddifypanel/panel/hiddify.py:228
40
+ #: hiddifypanel/panel/hiddify.py:230
41
41
  msgid "config.validation-success"
42
42
  msgstr ""
43
43
  "Configs have been changed successfully. Click %(link)s to apply the configs."
44
44
  " It may take 2 minutes to apply"
45
45
 
46
46
  # | msgid " ✅ Configs have been changed successfully"
47
- #: hiddifypanel/panel/hiddify.py:230
47
+ #: hiddifypanel/panel/hiddify.py:232
48
48
  msgid "config.validation-success-no-reset"
49
49
  msgstr " ✅ Configs have been changed successfully"
50
50
 
@@ -57,14 +57,14 @@ msgstr " ✅ Configs have been changed successfully"
57
57
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
58
58
  #: hiddifypanel/panel/admin/QuickSetup.py:126
59
59
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
60
- #: hiddifypanel/panel/hiddify.py:350
60
+ #: hiddifypanel/panel/hiddify.py:352
61
61
  msgid "Domain can not be resolved! there is a problem in your domain"
62
62
  msgstr ""
63
63
  "Domain can not be resolved! There is a problem in your domain. Please check "
64
64
  "your Domain configurations."
65
65
 
66
66
  # | msgid "Last Day"
67
- #: hiddifypanel/panel/hiddify.py:378
67
+ #: hiddifypanel/panel/hiddify.py:381
68
68
  msgid "0 - Last day"
69
69
  msgstr "Last Day"
70
70
 
@@ -72,7 +72,7 @@ msgstr "Last Day"
72
72
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
73
73
  # "
74
74
  # | "Protocol, it is better to find a Domain in the same ASN"
75
- #: hiddifypanel/panel/hiddify.py:660
75
+ #: hiddifypanel/panel/hiddify.py:663
76
76
  msgid ""
77
77
  "selected domain for REALITY is not in the same ASN. To better use of the "
78
78
  "protocol, it is better to find a domain in the same ASN."
@@ -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-08-19 09:07+0200\n"
7
- "PO-Revision-Date: 2023-08-19 01:33-0500\n"
6
+ "POT-Creation-Date: 2023-08-19 10:56+0200\n"
7
+ "PO-Revision-Date: 2023-08-19 02:59-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language: fa\n"
10
10
  "Language-Team: Persian\n"
@@ -30,7 +30,7 @@ msgid "Access Denied"
30
30
  msgstr "دسترسی غیر مجاز"
31
31
 
32
32
  # | msgid "Apply Configs"
33
- #: hiddifypanel/panel/hiddify.py:227
33
+ #: hiddifypanel/panel/hiddify.py:229
34
34
  msgid "admin.config.apply_configs"
35
35
  msgstr "اعمال تنظیمات"
36
36
 
@@ -38,14 +38,14 @@ msgstr "اعمال تنظیمات"
38
38
  # | "Configs have been changed successfully. Click %(link)s to apply the
39
39
  # configs."
40
40
  # | " It may take 2 minutes to apply"
41
- #: hiddifypanel/panel/hiddify.py:228
41
+ #: hiddifypanel/panel/hiddify.py:230
42
42
  msgid "config.validation-success"
43
43
  msgstr ""
44
44
  "تنظیمات با موفقیت ذخیره شدند. لطفا بر روی این لینک: %(link)s کلیک کنید تا"
45
45
  " بر روی سیستم اعمال شوند. این کار ممکن است 2 دقیقه طول بکشد"
46
46
 
47
47
  # | msgid " ✅ Configs have been changed successfully"
48
- #: hiddifypanel/panel/hiddify.py:230
48
+ #: hiddifypanel/panel/hiddify.py:232
49
49
  msgid "config.validation-success-no-reset"
50
50
  msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
51
51
 
@@ -59,12 +59,12 @@ msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
59
59
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
60
60
  #: hiddifypanel/panel/admin/QuickSetup.py:126
61
61
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
62
- #: hiddifypanel/panel/hiddify.py:350
62
+ #: hiddifypanel/panel/hiddify.py:352
63
63
  msgid "Domain can not be resolved! there is a problem in your domain"
64
64
  msgstr "دامنه قابل دسترسی نیست! در دامنه شما مشکلی وجود دارد."
65
65
 
66
66
  # | msgid "Last Day"
67
- #: hiddifypanel/panel/hiddify.py:378
67
+ #: hiddifypanel/panel/hiddify.py:381
68
68
  msgid "0 - Last day"
69
69
  msgstr "آخرین روز"
70
70
 
@@ -72,7 +72,7 @@ msgstr "آخرین روز"
72
72
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
73
73
  # "
74
74
  # | "Protocol, it is better to find a Domain in the same ASN"
75
- #: hiddifypanel/panel/hiddify.py:660
75
+ #: hiddifypanel/panel/hiddify.py:663
76
76
  msgid ""
77
77
  "selected domain for REALITY is not in the same ASN. To better use of the "
78
78
  "protocol, it is better to find a domain in the same ASN."
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPT\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2023-08-19 09:07+0200\n"
7
- "PO-Revision-Date: 2023-08-19 01:33-0500\n"
6
+ "POT-Creation-Date: 2023-08-19 10:56+0200\n"
7
+ "PO-Revision-Date: 2023-08-19 02:59-0500\n"
8
8
  "Last-Translator: lymanrudni\n"
9
9
  "Language: pt\n"
10
10
  "Language-Team: Portuguese\n"
@@ -33,7 +33,7 @@ msgid "Access Denied"
33
33
  msgstr "Acesso negado"
34
34
 
35
35
  # | msgid "Apply Configs"
36
- #: hiddifypanel/panel/hiddify.py:227
36
+ #: hiddifypanel/panel/hiddify.py:229
37
37
  #, fuzzy
38
38
  msgid "admin.config.apply_configs"
39
39
  msgstr "Aplicar configurações"
@@ -42,7 +42,7 @@ msgstr "Aplicar configurações"
42
42
  # | "Configs have been changed successfully. Click %(link)s to apply the
43
43
  # configs."
44
44
  # | " It may take 2 minutes to apply"
45
- #: hiddifypanel/panel/hiddify.py:228
45
+ #: hiddifypanel/panel/hiddify.py:230
46
46
  #, fuzzy
47
47
  msgid "config.validation-success"
48
48
  msgstr ""
@@ -50,7 +50,7 @@ msgstr ""
50
50
  "aplicar as configurações. Pode levar 2 minutos para aplicar"
51
51
 
52
52
  # | msgid " ✅ Configs have been changed successfully"
53
- #: hiddifypanel/panel/hiddify.py:230
53
+ #: hiddifypanel/panel/hiddify.py:232
54
54
  #, fuzzy
55
55
  msgid "config.validation-success-no-reset"
56
56
  msgstr "✅ As configurações foram alteradas com sucesso"
@@ -65,7 +65,7 @@ msgstr "✅ As configurações foram alteradas com sucesso"
65
65
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
66
66
  #: hiddifypanel/panel/admin/QuickSetup.py:126
67
67
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
68
- #: hiddifypanel/panel/hiddify.py:350
68
+ #: hiddifypanel/panel/hiddify.py:352
69
69
  #, fuzzy
70
70
  msgid "Domain can not be resolved! there is a problem in your domain"
71
71
  msgstr ""
@@ -73,7 +73,7 @@ msgstr ""
73
73
  "Verifique as configurações do seu Domínio."
74
74
 
75
75
  # | msgid "Last Day"
76
- #: hiddifypanel/panel/hiddify.py:378
76
+ #: hiddifypanel/panel/hiddify.py:381
77
77
  #, fuzzy
78
78
  msgid "0 - Last day"
79
79
  msgstr "Último dia"
@@ -82,7 +82,7 @@ msgstr "Último dia"
82
82
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
83
83
  # "
84
84
  # | "Protocol, it is better to find a Domain in the same ASN"
85
- #: hiddifypanel/panel/hiddify.py:660
85
+ #: hiddifypanel/panel/hiddify.py:663
86
86
  msgid ""
87
87
  "selected domain for REALITY is not in the same ASN. To better use of the "
88
88
  "protocol, it is better to find a domain in the same ASN."
@@ -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-08-19 09:07+0200\n"
7
- "PO-Revision-Date: 2023-08-19 01:33-0500\n"
6
+ "POT-Creation-Date: 2023-08-19 10:56+0200\n"
7
+ "PO-Revision-Date: 2023-08-19 02:59-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language: zh\n"
10
10
  "Language-Team: Chinese\n"
@@ -32,7 +32,7 @@ msgid "Access Denied"
32
32
  msgstr ""
33
33
 
34
34
  # | msgid "Apply Configs"
35
- #: hiddifypanel/panel/hiddify.py:227
35
+ #: hiddifypanel/panel/hiddify.py:229
36
36
  msgid "admin.config.apply_configs"
37
37
  msgstr "应用配置"
38
38
 
@@ -40,12 +40,12 @@ msgstr "应用配置"
40
40
  # | "Configs have been changed successfully. Click %(link)s to apply the
41
41
  # configs."
42
42
  # | " It may take 2 minutes to apply"
43
- #: hiddifypanel/panel/hiddify.py:228
43
+ #: hiddifypanel/panel/hiddify.py:230
44
44
  msgid "config.validation-success"
45
45
  msgstr "配置已成功更改。单击 %(link)s 以应用配置。申请可能需要 2 分钟。"
46
46
 
47
47
  # | msgid " ✅ Configs have been changed successfully"
48
- #: hiddifypanel/panel/hiddify.py:230
48
+ #: hiddifypanel/panel/hiddify.py:232
49
49
  #, fuzzy
50
50
  msgid "config.validation-success-no-reset"
51
51
  msgstr "配置已成功更改。"
@@ -60,12 +60,12 @@ msgstr "配置已成功更改。"
60
60
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
61
61
  #: hiddifypanel/panel/admin/QuickSetup.py:126
62
62
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
63
- #: hiddifypanel/panel/hiddify.py:350
63
+ #: hiddifypanel/panel/hiddify.py:352
64
64
  msgid "Domain can not be resolved! there is a problem in your domain"
65
65
  msgstr "域名无法解析!你的域有问题"
66
66
 
67
67
  # | msgid "Last Day"
68
- #: hiddifypanel/panel/hiddify.py:378
68
+ #: hiddifypanel/panel/hiddify.py:381
69
69
  #, fuzzy
70
70
  msgid "0 - Last day"
71
71
  msgstr "0 - 最后一天"
@@ -74,7 +74,7 @@ msgstr "0 - 最后一天"
74
74
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
75
75
  # "
76
76
  # | "Protocol, it is better to find a Domain in the same ASN"
77
- #: hiddifypanel/panel/hiddify.py:660
77
+ #: hiddifypanel/panel/hiddify.py:663
78
78
  #, fuzzy
79
79
  msgid ""
80
80
  "selected domain for REALITY is not in the same ASN. To better use of the "
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hiddifypanel
3
- Version: 8.0.0.dev36
3
+ Version: 8.0.0.dev38
4
4
  Summary: hiddifypanel multi proxy panel
5
5
  Home-page: https://github.com/hiddify/hiddify-config/
6
6
  Author: hiddify
@@ -1,6 +1,6 @@
1
1
  hiddifypanel/Events.py,sha256=mkIsfz4YQqegdeFgH4quxvLIx7AundtjAW6HBSP9I-M,719
2
- hiddifypanel/VERSION,sha256=agfO14Zta749zDpS7a524OyZSGMXM_GoIqe_xHRawDY,12
3
- hiddifypanel/VERSION.py,sha256=vM3wG1PL4ffGHphMPymYi1bxwSfcP4cv0753v96L5I8,117
2
+ hiddifypanel/VERSION,sha256=nZnWe1C5aOPT1Y4ggO4VM865uHjennF2jc-wVn6Ld4A,12
3
+ hiddifypanel/VERSION.py,sha256=O5sAPC1UDFVixgv9waFt15eOFtHB4_fd4-RrUhpyvF8,117
4
4
  hiddifypanel/__init__.py,sha256=b4nIILUBiDaAWF1Mnkew84MxzR5OeWogcVbR-gpnbrA,217
5
5
  hiddifypanel/__main__.py,sha256=GaHLsnu3y4zNTh6x-9kuZLOYaShltkG96rRAHOuMLak,270
6
6
  hiddifypanel/base.py,sha256=choHdG5ctEX-jftutIb9hh3Kdu5oV3HOJpQv9KQBt24,2640
@@ -13,7 +13,7 @@ hiddifypanel/drivers/xray_api.py,sha256=jd9LDOwdNDdCTEgSbOKm3KT_uZ6OizAV9uahb5go
13
13
  hiddifypanel/models/__init__.py,sha256=zj_Rjc808mt_Zr2XtHqeEW1nXviZCgK82BBxjbOvUaM,988
14
14
  hiddifypanel/models/admin.py,sha256=7MqFmI76rK-jYdZeDccSoGLIFV418Zl9ZuPcK2Giusw,5638
15
15
  hiddifypanel/models/child.py,sha256=HVKasfftcYJNgvNF-VGe3M5UX-Me6AwFWLnYM9WckOk,1137
16
- hiddifypanel/models/config.py,sha256=5Bx9Fw0e1j4iTiPL33v1z7arX3HjO1mYsAWQNLiVLyM,4778
16
+ hiddifypanel/models/config.py,sha256=sBf9nzt3HDjieQ7xvQ7RPnKUxPTM7mVsP4tQoeN93dE,4845
17
17
  hiddifypanel/models/config_enum.py,sha256=2sVE_Dn8zjq0eIAHrb5pG8GkYvNrLDU1DdW3QG6AbuM,11209
18
18
  hiddifypanel/models/domain.py,sha256=mHxKPedR5TC2RMz8Lmqo62EJlfda2kJhde638bM12ec,6406
19
19
  hiddifypanel/models/parent_domain.py,sha256=yfcC_OM9xiyMHQBSRIeXpR8WLT2SNtE0CYhM5ouQJiw,2478
@@ -30,7 +30,7 @@ hiddifypanel/panel/cli.py,sha256=yiKQ5tLxP8ZkG9o4q-MPwx72BzynVR085UWeiViX3Jk,772
30
30
  hiddifypanel/panel/common.py,sha256=lJkCRm78SkDmYmwCy3w5CbMsR6QKafi74uQiUcDnFHg,4778
31
31
  hiddifypanel/panel/custom_widgets.py,sha256=GrLc5klxOJhO9bPdl_RHI7RjiG_JK2rG0p-f0k88BJw,2483
32
32
  hiddifypanel/panel/database.py,sha256=TpvGFDD0Kx1ADxVJjj20i3aQRtNXmodUGrUqi2zGjqY,296
33
- hiddifypanel/panel/hiddify.py,sha256=eaEGjschfHE501xY2-xaNoNEYJdY2RZogmtF6rrkX9w,25251
33
+ hiddifypanel/panel/hiddify.py,sha256=EfLD-w25f74MWiDPQpPKdjwpusSMkJ4sA5rGwOelH68,25277
34
34
  hiddifypanel/panel/init_db.py,sha256=euhmlVOnzvhAxgOGzC_fTYThpoqptHab1W7TfoCP5SA,17555
35
35
  hiddifypanel/panel/usage.py,sha256=-1EAlxCpLmBXx5Lw1ypceO2yRCNjG7hrfIxL1ZbqXcg,4250
36
36
  hiddifypanel/panel/admin/Actions.py,sha256=11LMNHkUuJkWhbS2Q5-p34f-t-W2KSGUuAXrgbxQ06s,11197
@@ -82,7 +82,7 @@ hiddifypanel/panel/commercial/templates/parent_dash.html,sha256=pMZRHQRxb2blYe0f
82
82
  hiddifypanel/panel/user/__init__.py,sha256=C1oDWpEwa_bNdrff9I33_m9h2F_ma0_Ruu6T1QfMlMI,1047
83
83
  hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPonZA9xh3p0-8,177
84
84
  hiddifypanel/panel/user/link_maker.py,sha256=IcR_HrywEfXfOt8bc_UG6I0Dr-ERHHmXzrSMIb9T0Vc,19600
85
- hiddifypanel/panel/user/user.py,sha256=7xjoJkKHCfxBDRoA65Wit0zIBWQvXMZllHcV5o-Fl8s,11693
85
+ hiddifypanel/panel/user/user.py,sha256=V47ibe2KIbv5_hl3joXqLWedKzTOW-35RiqEjm4rTnQ,11875
86
86
  hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=ivn6fiOLnn4R7WLoKiPFbW-oOu-v1hdSqOW-sSeYmXA,510
87
87
  hiddifypanel/panel/user/templates/all_configs.txt,sha256=q_Is8KCiiQcowf9-xsPj34YFILgk3cyAGULBfrf7vdg,1126
88
88
  hiddifypanel/panel/user/templates/clash_config copy.yml,sha256=_BIDTWAe6St7f0Q3KhNAYuQsVqQDmx_5ayElt5Gs-fw,7537
@@ -680,17 +680,17 @@ hiddifypanel/templates/macros.html,sha256=lvw_I1hYTx5mq5e9j9kwbNp5n_WDdjFgwKzI3J
680
680
  hiddifypanel/templates/master.html,sha256=VDhR902TCiMu6pnGrHDlsGYCR8PKKvBZcgiX00D4SP8,20817
681
681
  hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
682
682
  hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=St0TD6-ZIJ24A6Akbh51JNkTEOpimFq2iiRydcUjQlA,13642
683
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=8HsnEt_v05n3_pbGFLtR6fHnSrhR-wbTdyaeoazCWv4,56516
684
- hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=iXLHE9Zc-8UB4XIdrr8-MDwbm7EEOFxO4jnKCJG70bI,156319
685
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=noKBXLyS4kWgJD7lXztU-ssULDi-jYEaTveDJxLMdBY,76128
686
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=6hd7YfrSeQFL4J0MZHshBKz2Q2CTPdzMTG6dsVqQ2AU,178850
687
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=T1aDWFexCjeCItP1iTaIj4pQveabngsvECHpGjjhIDE,58497
688
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=QwfyVNji9aE0TGFlWKoZxwbSb5VE-9zq7qeVzA7eP2I,154481
689
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=earOGK7cB1kPZ8rh_b4bo6dhTcpDd2m1OSB1MAE3KmM,48399
690
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=YSWZtm1A7xgv4oV20Ph4m5yHkHm67_8MpuxAkoEGnPg,149696
691
- hiddifypanel-8.0.0.dev36.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
692
- hiddifypanel-8.0.0.dev36.dist-info/METADATA,sha256=cbjz1pSKF8QdEj8A-LsFY2-pusZqg52v7XGwoMvEFfI,2860
693
- hiddifypanel-8.0.0.dev36.dist-info/WHEEL,sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc,92
694
- hiddifypanel-8.0.0.dev36.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
695
- hiddifypanel-8.0.0.dev36.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
696
- hiddifypanel-8.0.0.dev36.dist-info/RECORD,,
683
+ hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=xnff6iCBcueiMGEIMKbly4HviFMTA-16GGyfVkrf3p4,56516
684
+ hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=iWXgbDRWk1k3dHxKh6rNejSTWRx1e1_q6xTzOMMBKcs,156319
685
+ hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=LvNGbqXkXzNSeeOuWnkCbc2gcI1xCwethBex-owbqZA,76128
686
+ hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=k6odsdsT0kj-BtHhn-pC1SzZyW9l0jRfpy56QvjOBAI,178850
687
+ hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=X2s2s0OlYAgFOR2DE-z3ipYPBzH8ZCFT0An7h9P96lw,58497
688
+ hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=iWOzoDCWOUX5R8r3-EE51ErJ9MLysBzeogNc8WJJ8gM,154481
689
+ hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=bdtsmdUduwnWcJKByJ2sAIro52nE4CZXQOobxnYiWIA,48399
690
+ hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=ModVcf3yJP1eFOuoU54jH7b24a8pZUgrdIHcv1WVF8Y,149696
691
+ hiddifypanel-8.0.0.dev38.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
692
+ hiddifypanel-8.0.0.dev38.dist-info/METADATA,sha256=iyzLCYd66f3_BOCsTLJc-jmC9c758A0unBqLG9vCMZ4,2860
693
+ hiddifypanel-8.0.0.dev38.dist-info/WHEEL,sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc,92
694
+ hiddifypanel-8.0.0.dev38.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
695
+ hiddifypanel-8.0.0.dev38.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
696
+ hiddifypanel-8.0.0.dev38.dist-info/RECORD,,