hiddifypanel 10.11.1__py3-none-any.whl → 10.12.0__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 (46) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +2 -2
  3. hiddifypanel/auth.py +15 -5
  4. hiddifypanel/hutils/encode.py +0 -1
  5. hiddifypanel/hutils/proxy/__init__.py +1 -0
  6. hiddifypanel/hutils/proxy/shared.py +18 -10
  7. hiddifypanel/hutils/proxy/singbox.py +22 -21
  8. hiddifypanel/hutils/proxy/xray.py +26 -352
  9. hiddifypanel/hutils/proxy/xrayjson.py +391 -0
  10. hiddifypanel/hutils/random.py +4 -0
  11. hiddifypanel/models/config.py +7 -2
  12. hiddifypanel/models/config_enum.py +9 -5
  13. hiddifypanel/panel/admin/DomainAdmin.py +3 -2
  14. hiddifypanel/panel/admin/templates/model/user_list.html +44 -20
  15. hiddifypanel/panel/commercial/restapi/v1/tgmsg.py +14 -10
  16. hiddifypanel/panel/commercial/restapi/v2/user/apps_api.py +17 -23
  17. hiddifypanel/panel/common_bp/login.py +2 -2
  18. hiddifypanel/panel/user/templates/base_xray_config.json.j2 +2 -2
  19. hiddifypanel/panel/user/user.py +1 -1
  20. hiddifypanel/static/images/hiddify.png +0 -0
  21. hiddifypanel/static/images/hiddify1.png +0 -0
  22. hiddifypanel/static/new/assets/hiddify-logo-7617d937.png +0 -0
  23. hiddifypanel/static/new/assets/hiddify-logo-7617d937_old.png +0 -0
  24. hiddifypanel/templates/admin-layout.html +22 -11
  25. hiddifypanel/templates/master.html +48 -25
  26. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  27. hiddifypanel/translations/en/LC_MESSAGES/messages.po +25 -16
  28. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  29. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +12 -5
  30. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  31. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +8 -5
  32. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  33. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +108 -47
  34. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  35. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +108 -55
  36. hiddifypanel/translations.i18n/en.json +15 -13
  37. hiddifypanel/translations.i18n/fa.json +4 -2
  38. hiddifypanel/translations.i18n/pt.json +3 -1
  39. hiddifypanel/translations.i18n/ru.json +50 -48
  40. hiddifypanel/translations.i18n/zh.json +58 -56
  41. {hiddifypanel-10.11.1.dist-info → hiddifypanel-10.12.0.dist-info}/METADATA +1 -1
  42. {hiddifypanel-10.11.1.dist-info → hiddifypanel-10.12.0.dist-info}/RECORD +46 -43
  43. {hiddifypanel-10.11.1.dist-info → hiddifypanel-10.12.0.dist-info}/LICENSE.md +0 -0
  44. {hiddifypanel-10.11.1.dist-info → hiddifypanel-10.12.0.dist-info}/WHEEL +0 -0
  45. {hiddifypanel-10.11.1.dist-info → hiddifypanel-10.12.0.dist-info}/entry_points.txt +0 -0
  46. {hiddifypanel-10.11.1.dist-info → hiddifypanel-10.12.0.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ msgid "Active Users"
30
30
  msgstr "活跃用户"
31
31
 
32
32
  msgid "Add"
33
- msgstr ""
33
+ msgstr "添加"
34
34
 
35
35
  msgid "Add some text that is only visible to super_admin."
36
36
  msgstr "添加一些只有超级管理员可见的文本"
@@ -54,22 +54,22 @@ msgid "All Users"
54
54
  msgstr "全部用户"
55
55
 
56
56
  msgid "Apply"
57
- msgstr ""
57
+ msgstr "应用"
58
58
 
59
59
  msgid "Are you sure you want to delete \\'%(name)s\\' recursively?"
60
- msgstr ""
60
+ msgstr "是否删除 \\'%(name)s\\' 递归函数?"
61
61
 
62
62
  msgid "Are you sure you want to delete \\'%(name)s\\'?"
63
- msgstr ""
63
+ msgstr "是否确定删除 \\'%(name)s\\'?"
64
64
 
65
65
  msgid "Are you sure you want to delete this record?"
66
- msgstr ""
66
+ msgstr "是否确认删除该记录"
67
67
 
68
68
  msgid "Are you sure you want to do this action?"
69
69
  msgstr "⚠️您确定要执行此操作吗?"
70
70
 
71
71
  msgid "Back"
72
- msgstr "后退"
72
+ msgstr "返回"
73
73
 
74
74
  msgid "Backup"
75
75
  msgstr "备份"
@@ -90,7 +90,7 @@ msgid "Can add sub admin"
90
90
  msgstr "👥 可以添加子管理员"
91
91
 
92
92
  msgid "Can not connect to Cloudflare."
93
- msgstr ""
93
+ msgstr "无法连接cloudflare"
94
94
 
95
95
  msgid "Check again"
96
96
  msgstr "再检查一遍"
@@ -114,7 +114,7 @@ msgid "Close"
114
114
  msgstr "关闭"
115
115
 
116
116
  msgid "Commercial use"
117
- msgstr ""
117
+ msgstr "商业用途"
118
118
 
119
119
  msgid "Config file is incorrect"
120
120
  msgstr "配置文件不正确。"
@@ -132,16 +132,16 @@ msgid "Create"
132
132
  msgstr "创造"
133
133
 
134
134
  msgid "Create Directory"
135
- msgstr ""
135
+ msgstr "创建目录"
136
136
 
137
137
  msgid "Create New Record"
138
- msgstr ""
138
+ msgstr "创建新记录"
139
139
 
140
140
  msgid "Create Package"
141
141
  msgstr "创建包"
142
142
 
143
143
  msgid "Current Domain"
144
- msgstr ""
144
+ msgstr "当前域名"
145
145
 
146
146
  msgid ""
147
147
  "Dear {}\n"
@@ -167,7 +167,7 @@ msgid "Define the user mode. Should the usage reset every month?"
167
167
  msgstr "用户的套餐模式。使用量是否应该每月、每周等重置"
168
168
 
169
169
  msgid "Delete?"
170
- msgstr ""
170
+ msgstr "删除?"
171
171
 
172
172
  msgid "Develop"
173
173
  msgstr "⚠️开发"
@@ -200,7 +200,7 @@ msgid "Disk"
200
200
  msgstr "硬盘"
201
201
 
202
202
  msgid "Domain"
203
- msgstr "领域"
203
+ msgstr "域名"
204
204
 
205
205
  msgid ""
206
206
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your "
@@ -211,7 +211,7 @@ msgstr ""
211
211
  msgid ""
212
212
  "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is "
213
213
  "required in direct mode"
214
- msgstr ""
214
+ msgstr "域名IP=%(domain_ip)s is not matched with your ip=%(server_ip)s需要用于直连模式"
215
215
 
216
216
  msgid "Domain can not be resolved! there is a problem in your domain"
217
217
  msgstr "域名无法解析!您的域有问题。请检查您的域配置。"
@@ -220,10 +220,56 @@ msgid "Domain is not REALITY friendly!"
220
220
  msgstr "域名对现实不友好!"
221
221
 
222
222
  msgid "Domain?"
223
- msgstr "领域?"
223
+ msgstr "域名?"
224
224
 
225
225
  msgid "Donation.description"
226
226
  msgstr ""
227
+ "✳️ 我们需要你的帮助来开发这个项目\n"
228
+ " <br>\n"
229
+ " 如果你是开发者或者编程人员请联系我们 <a href='mailto:info@hiddify.com'>info@hiddify.com</a>\n"
230
+ " <br><br>\n"
231
+ " \n"
232
+ " ℹ️ 同样我们需要财政帮以便我们长远的发展和服务器费用 (we are Non-Profit).\n"
233
+ " <br>\n"
234
+ " <h5>Payment Methods :</h5>\n"
235
+ " <ul>\n"
236
+ " <li> <div class='btn-group'>\n"
237
+ " <a role='button' data-copy='EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n"
238
+ " <a data-copy='EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_' role='button' class='btn btn-info share-link'>TON</a> </div></li>\n"
239
+ " \n"
240
+ " <li> <div class='btn-group'>\n"
241
+ " <a role='button' data-copy='TXZtFUxyBPMSykAWogu7C4zmbjySKqMcDE' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n"
242
+ " <a data-copy='TXZtFUxyBPMSykAWogu7C4zmbjySKqMcDE' role='button' class='btn btn-info share-link'>USDT (TRC20)</a> </div></li>\n"
243
+ " \n"
244
+ " <li> <div class='btn-group'>\n"
245
+ " <a role='button' data-copy='MCHoh7xwaDBBnQgANPpBtXiekagV6KpdrM' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n"
246
+ " <a data-copy='MCHoh7xwaDBBnQgANPpBtXiekagV6KpdrM' role='button' class='btn btn-info share-link'>Litecoin</a> </div></li>\n"
247
+ " \n"
248
+ " <li> <div class='btn-group'>\n"
249
+ " <a role='button' data-copy='0xF5CFc65ee336B377C2a37EA3BCD0CaD0d0F0CbA0' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n"
250
+ " <a data-copy='0xF5CFc65ee336B377C2a37EA3BCD0CaD0d0F0CbA0' role='button' class='btn btn-info share-link'>Ethereum</a> </div></li>\n"
251
+ " \n"
252
+ " <li> <div class='btn-group'>\n"
253
+ " <a role='button' data-copy='bc1qkfp7n3wxu2zc9mdy20cf27d5pujj65myww8f60' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n"
254
+ " <a data-copy='bc1qkfp7n3wxu2zc9mdy20cf27d5pujj65myww8f60' role='button' class='btn btn-info share-link'>Bitcoin</a> </div></li>\n"
255
+ " \n"
256
+ " <li> <div class='btn-group'>\n"
257
+ " <a role='button' data-copy='DPerFS2vCu5XnE3He32BaPVTkUDcKLsEaj' class='btn btn-secondary copy-link'><i class='fa-regular fa-copy'></i></a> \n"
258
+ " <a data-copy='DPerFS2vCu5XnE3He32BaPVTkUDcKLsEaj' role='button' class='btn btn-info share-link'>Dogecoin</a> </div></li>\n"
259
+ " </ul>\n"
260
+ " \n"
261
+ " <br>\n"
262
+ " \n"
263
+ " 我们也需要以下帮助:\n"
264
+ " <ul>\n"
265
+ " <li>👥 向其他人分享我们的软件</li>\n"
266
+ " <li>📝Python开发者</li>\n"
267
+ " <li>📝Swift 开发者</li>\n"
268
+ " <li>📝Flutter 开发者</li>\n"
269
+ " <li>📝Go 开发者</li>\n"
270
+ " <li>🖥内容提供者</li>\n"
271
+ " </ul>\n"
272
+ " 请联系我们 <a href='mailto:info@hiddify.com'>info@hiddify.com</a> if you can help us."
227
273
 
228
274
  msgid "Donation.title"
229
275
  msgstr "捐款"
@@ -232,7 +278,7 @@ msgid "Download App"
232
278
  msgstr "下载应用程序"
233
279
 
234
280
  msgid "Edit"
235
- msgstr ""
281
+ msgstr "编辑"
236
282
 
237
283
  msgid "Edit Proxy Names"
238
284
  msgstr "✏️ 修改代理"
@@ -247,19 +293,19 @@ msgid "Error! auto cdn ip can not be find, please contact admin."
247
293
  msgstr "自动 CDN IP 错误!找不到,请联系管理员"
248
294
 
249
295
  msgid "Example Domains"
250
- msgstr "测试并建议域"
296
+ msgstr "测试并推荐域名"
251
297
 
252
298
  msgid "Expired Users"
253
299
  msgstr "过期用户"
254
300
 
255
301
  msgid "Export"
256
- msgstr ""
302
+ msgstr "导入"
257
303
 
258
304
  msgid "Fake"
259
- msgstr "➖ 假货"
305
+ msgstr "➖ "
260
306
 
261
307
  msgid "Filter"
262
- msgstr ""
308
+ msgstr "过滤"
263
309
 
264
310
  msgid "Finished"
265
311
  msgstr "完成的..."
@@ -279,7 +325,7 @@ msgid "Hiddify Android"
279
325
  msgstr "Android 系统"
280
326
 
281
327
  msgid "HiddifyClash"
282
- msgstr "希迪冲突"
328
+ msgstr "HiddifyClash"
283
329
 
284
330
  msgid "HiddifyN intro"
285
331
  msgstr ""
@@ -329,6 +375,9 @@ msgid ""
329
375
  " href='%(sub)s'>this universal link</a> to copy and paste it on\n"
330
376
  " your application, or:"
331
377
  msgstr ""
378
+ "如果应用没有自动开启, 请点击 <a class='btn btn-primary copy-link'\n"
379
+ " href='%(sub)s'>this universal link</a> 复制并打开应用粘贴\n"
380
+ " 你的应用, or:"
332
381
 
333
382
  msgid "Import"
334
383
  msgstr "在应用程序中导入"
@@ -342,7 +391,7 @@ msgstr "5 分钟内"
342
391
  msgid ""
343
392
  "In CDN mode, Domain IP=%(domain_ip)s should be different to your "
344
393
  "ip=%(server_ip)s"
345
- msgstr ""
394
+ msgstr "在CDN模式,域名IP=%(domain_ip)s应该与你的IP不同=%(server_ip)s"
346
395
 
347
396
  msgid ""
348
397
  "In this section, you can add your domain. You need to add at least one "
@@ -364,7 +413,7 @@ msgid "Install Hiddify Application"
364
413
  msgstr "Hiddify 管理器安装"
365
414
 
366
415
  msgid "Invalid IP or domain"
367
- msgstr ""
416
+ msgstr "错误的IP或域名"
368
417
 
369
418
  msgid "Invalid REALITY hostnames"
370
419
  msgstr "无效的 REALITY 主机名"
@@ -430,7 +479,7 @@ msgid "Network"
430
479
  msgstr "网络"
431
480
 
432
481
  msgid "New"
433
- msgstr ""
482
+ msgstr ""
434
483
 
435
484
  msgid "No children!"
436
485
  msgstr "没有孩子"
@@ -472,7 +521,7 @@ msgid "Override Root Admin"
472
521
  msgstr "🔁 覆盖备份中的所有者"
473
522
 
474
523
  msgid "Owner can not be deleted!"
475
- msgstr ""
524
+ msgstr "拥有者可以被删除"
476
525
 
477
526
  msgid "Package Days"
478
527
  msgstr "📆 套餐日"
@@ -518,9 +567,12 @@ msgstr ""
518
567
  "<a href='%(adminlink)s' class='copy-link' style='word-break: break-all;'>%(adminlink)s</a></p>"
519
568
 
520
569
  msgid "Please select at least one file."
521
- msgstr ""
570
+ msgstr "请选择至少一个文件"
522
571
 
523
572
  msgid "Please select at least one record."
573
+ msgstr "请选择至少一条记录"
574
+
575
+ msgid "Please select at least one user"
524
576
  msgstr ""
525
577
 
526
578
  msgid "Please select one of the following applications:"
@@ -594,7 +646,7 @@ msgid "Rename File"
594
646
  msgstr ""
595
647
 
596
648
  msgid "Reset Filters"
597
- msgstr ""
649
+ msgstr "重置过滤器"
598
650
 
599
651
  msgid "Reset Usage Time:"
600
652
  msgstr "流量使用重置时间:"
@@ -636,10 +688,10 @@ msgid "Restore Users description"
636
688
  msgstr "选择此选项可恢复所有用户"
637
689
 
638
690
  msgid "Root"
639
- msgstr ""
691
+ msgstr "根用户"
640
692
 
641
693
  msgid "Save"
642
- msgstr ""
694
+ msgstr "保存"
643
695
 
644
696
  msgid "Save & Add More"
645
697
  msgstr "保存并添加更多"
@@ -648,9 +700,12 @@ msgid "Save Link"
648
700
  msgstr "保存链接"
649
701
 
650
702
  msgid "Select all records"
651
- msgstr ""
703
+ msgstr "选择所有记录"
652
704
 
653
705
  msgid "Select record"
706
+ msgstr "选择记录"
707
+
708
+ msgid "Seleted Users"
654
709
  msgstr ""
655
710
 
656
711
  msgid "Send Message to User's Telegram"
@@ -660,10 +715,10 @@ msgid "Sending"
660
715
  msgstr "正在发送..."
661
716
 
662
717
  msgid "Should be a valid domain"
663
- msgstr ""
718
+ msgstr "应该是有效域名"
664
719
 
665
720
  msgid "Should be a valid uuid"
666
- msgstr ""
721
+ msgstr "应该是有效UUID"
667
722
 
668
723
  msgid "Show Domains"
669
724
  msgstr "显示域的配置"
@@ -675,7 +730,7 @@ msgid "SingBox"
675
730
  msgstr "📦 歌盒"
676
731
 
677
732
  msgid "Sort by %(name)s"
678
- msgstr ""
733
+ msgstr "以%(name)s排序"
679
734
 
680
735
  msgid "Start Date"
681
736
  msgstr "开始日期"
@@ -747,7 +802,7 @@ msgid "Unified link for all application."
747
802
  msgstr "所有应用程序的一键设置链接(推荐)"
748
803
 
749
804
  msgid "Upload File"
750
- msgstr ""
805
+ msgstr "上传文件"
751
806
 
752
807
  msgid "Use HiddifyNext:"
753
808
  msgstr "使用 HiddifyNext:"
@@ -759,11 +814,9 @@ msgid "User is inactive"
759
814
  msgstr "用户处于非活动状态"
760
815
 
761
816
  msgid ""
762
- "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n"
763
- " class=\"btn btn-info\">here</a>"
817
+ "User usage will be updated every 6 minutes. To update it now click <a "
818
+ "href=\"%(link)s\" class=\"btn btn-info\">here</a>"
764
819
  msgstr ""
765
- "用户使用情况每 6 分钟更新一次。要立即更新,请单击<a href=\"%(link)s\"<inlang-LineFeed>class=\"btn "
766
- "btn-info\"&gt;此处</a>"
767
820
 
768
821
  msgid "V2rayNG"
769
822
  msgstr ""
@@ -799,7 +852,7 @@ msgid "With selected"
799
852
  msgstr ""
800
853
 
801
854
  msgid "Xray"
802
- msgstr "☢️ X射线"
855
+ msgstr "☢️ XRay"
803
856
 
804
857
  msgid "Yesterday Usage"
805
858
  msgstr "昨天"
@@ -928,7 +981,7 @@ msgid "admin.menu.proxy"
928
981
  msgstr "代理"
929
982
 
930
983
  msgid "admin.menu.proxy_stats"
931
- msgstr ""
984
+ msgstr "代理状态"
932
985
 
933
986
  msgid "admin.menu.support"
934
987
  msgstr "帮助"
@@ -972,13 +1025,13 @@ msgid "app.hiddify-clash-android.description"
972
1025
  msgstr "app.hiddify-clash-android.description"
973
1026
 
974
1027
  msgid "app.hiddify-clash-android.title"
975
- msgstr "希迪冲突"
1028
+ msgstr "Hiddify Clash"
976
1029
 
977
1030
  msgid "app.hiddify-clash-desktop.description"
978
1031
  msgstr "app.hiddify-clash-desktop.description"
979
1032
 
980
1033
  msgid "app.hiddify-clash-desktop.title"
981
- msgstr "希迪冲突"
1034
+ msgstr "Hiddify Clash"
982
1035
 
983
1036
  msgid "app.hiddify.next.description"
984
1037
  msgstr "Hiddify 下一个说明"
@@ -990,7 +1043,7 @@ msgid "app.hiddifyn.description"
990
1043
  msgstr "HiddifyN 描述"
991
1044
 
992
1045
  msgid "app.hiddifyn.title"
993
- msgstr "希迪尼"
1046
+ msgstr "HiddifyN"
994
1047
 
995
1048
  msgid "app.hiddifyng.description"
996
1049
  msgstr "HiddifyNG 描述"
@@ -1002,31 +1055,31 @@ msgid "app.loon.description"
1002
1055
  msgstr "潜鸟描述"
1003
1056
 
1004
1057
  msgid "app.loon.title"
1005
- msgstr ""
1058
+ msgstr "Loon"
1006
1059
 
1007
1060
  msgid "app.nekobox.description"
1008
- msgstr "应用程序.nekobox.描述"
1061
+ msgstr "app.nekobox.description"
1009
1062
 
1010
1063
  msgid "app.nekobox.title"
1011
- msgstr "猫盒子"
1064
+ msgstr "NekoBox"
1012
1065
 
1013
1066
  msgid "app.shadowrocket.description"
1014
- msgstr "暗影火箭描述"
1067
+ msgstr "小火箭描述"
1015
1068
 
1016
1069
  msgid "app.shadowrocket.title"
1017
- msgstr "暗影火箭"
1070
+ msgstr "小火箭"
1018
1071
 
1019
1072
  msgid "app.stash.description"
1020
- msgstr "藏匿描述"
1073
+ msgstr "Stash描述"
1021
1074
 
1022
1075
  msgid "app.stash.title"
1023
- msgstr ""
1076
+ msgstr "Stash"
1024
1077
 
1025
1078
  msgid "app.streisand.description"
1026
- msgstr "史翠珊描述"
1079
+ msgstr "Streisand描述"
1027
1080
 
1028
1081
  msgid "app.streisand.title"
1029
- msgstr "史翠珊"
1082
+ msgstr "Streisand"
1030
1083
 
1031
1084
  msgid "app.v2rayng.description"
1032
1085
  msgstr "V2RayNG 说明"
@@ -1035,7 +1088,7 @@ msgid "app.v2rayng.title"
1035
1088
  msgstr "V2RayNG"
1036
1089
 
1037
1090
  msgid "auto"
1038
- msgstr "汽车"
1091
+ msgstr "自动"
1039
1092
 
1040
1093
  msgid "auto_cdn_ip"
1041
1094
  msgstr "☑️ 自动 CDN IP 选择器"
@@ -1190,10 +1243,10 @@ msgid "config.db_version.label"
1190
1243
  msgstr "数据库版本标签"
1191
1244
 
1192
1245
  msgid "config.dbvalues.description"
1193
- msgstr ""
1246
+ msgstr "config.dbvalues.description"
1194
1247
 
1195
1248
  msgid "config.dbvalues.label"
1196
- msgstr ""
1249
+ msgstr "config.dbvalues.label"
1197
1250
 
1198
1251
  msgid "config.decoy_domain.description"
1199
1252
  msgstr ""
@@ -147,6 +147,7 @@
147
147
  "Please note that your panel can be accessed only via <a href=\"%(adminlink)s\" class=\"btn btn-primary copy-link\">%(adminlink)s</a>. Please save this link.": "Please note that your panel can be accessed only via the following link. please save this link.\n<p><a href='%(adminlink)s' class='btn btn-secondary copy-link'><i class='fa-solid fa-copy'></i></a>\n<a href='%(adminlink)s' class='copy-link' style='word-break: break-all;'>%(adminlink)s</a></p> ",
148
148
  "Please select at least one file.": "Please select at least one file.",
149
149
  "Please select at least one record.": "Please select at least one record.",
150
+ "Please select at least one user": "Please select at least one user",
150
151
  "Please select one of the following applications:": "📍 Please select one of the following applications:\n<br />\n<br />",
151
152
  "Please type your message to send to the telegram:": "✏️ Please write your message to send to the Telegram:",
152
153
  "Please understand that parent panel is under test and the plan and the condition of use maybe change at anytime.": "Please understand that parent Panel is under test and the plan and the condition of use maybe change at anytime.",
@@ -182,6 +183,7 @@
182
183
  "Save Link": "Save Link",
183
184
  "Select all records": "Select all records",
184
185
  "Select record": "Select record",
186
+ "Seleted Users": "Seleted Users",
185
187
  "Send Message to User's Telegram": "📣 Send Message to User's Telegram",
186
188
  "Sending": "Sending...",
187
189
  "Should be a valid domain": "Should be a valid domain",
@@ -215,7 +217,7 @@
215
217
  "Use HiddifyNext:": "Use HiddifyNext:",
216
218
  "User activated!": "User Activated",
217
219
  "User is inactive": "User Is Inactive",
218
- "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n class=\"btn btn-info\">here</a>": "🔄 User usage will be updated every 1 Minutes. to update it now <a href='%(link)s' class='btn btn-info'>Click Here</a>",
220
+ "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\" class=\"btn btn-info\">here</a>": "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\" class=\"btn btn-info\">here</a>",
219
221
  "V2rayNG": "Alternative v2rayNG <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>\n<br />\n<br />",
220
222
  "V2rayNG intro": "Please install v2rayNG from either of these links: %(dl_link)s %(play_link)s.\nThen copy the link below and paste it in v2rayNG according to the video tutorial <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>.\n<br />",
221
223
  "View in Telegram": "View in Telegram",
@@ -403,16 +405,16 @@
403
405
  "label": "🌍 Country"
404
406
  },
405
407
  "create_easysetup_link": {
406
- "description": "-",
407
- "label": "-"
408
+ "description": "config.create_easysetup_link.description",
409
+ "label": "config.create_easysetup_link.label"
408
410
  },
409
411
  "db_version": {
410
412
  "description": "Database Version Description",
411
413
  "label": "Database Version Label"
412
414
  },
413
415
  "dbvalues": {
414
- "description": "-",
415
- "label": "-"
416
+ "description": "config.dbvalues.description",
417
+ "label": "config.dbvalues.label"
416
418
  },
417
419
  "decoy_domain": {
418
420
  "description": "Fake Site: simulates a site when someone visits your domain directly.<br>\n⚠️ Do not use financial, Iranian and famous sites or sites with login such as Google, Yahoo, Wikipedia, PayPal.<br>\n⛔ Be sure to check the site and make sure that it is the right site, otherwise you may receive a phishing warning.<br>\n⛔⛔ Check this domain again so that there is no problem in the future",
@@ -443,8 +445,8 @@
443
445
  "label": "🛡️ Firewall"
444
446
  },
445
447
  "first_setup": {
446
- "description": "-",
447
- "label": "-"
448
+ "description": "config.first_setup.description",
449
+ "label": "config.first_setup.label"
448
450
  },
449
451
  "general": {
450
452
  "description": "It is General System Configurations",
@@ -455,8 +457,8 @@
455
457
  "label": "➿ Enable gRPC"
456
458
  },
457
459
  "hidden": {
458
- "description": "-",
459
- "label": "-"
460
+ "description": "config.hidden.description",
461
+ "label": "config.hidden.label"
460
462
  },
461
463
  "http": {
462
464
  "description": "HTTP Configurations could be set in this section",
@@ -499,7 +501,7 @@
499
501
  "label": "⬆️ Hysteria Upload (mbps)"
500
502
  },
501
503
  "is_parent": {
502
- "description": "-",
504
+ "description": "config.is_parent.description",
503
505
  "label": "Parent Panel"
504
506
  },
505
507
  "kcp": {
@@ -519,8 +521,8 @@
519
521
  "label": "🗺️ User Area Language"
520
522
  },
521
523
  "last_hash": {
522
- "description": "-",
523
- "label": "-"
524
+ "description": "config.last_hash.description",
525
+ "label": "config.last_hash.label"
524
526
  },
525
527
  "license": {
526
528
  "description": "For commercial use of this Product, you must Purchase its License",
@@ -771,7 +773,7 @@
771
773
  "label": "🔐 Telegram Bot Token"
772
774
  },
773
775
  "telegram_enable": {
774
- "description": "Telegram MTProto is used for Encapsulate Telegram Proxy as a tls traffic",
776
+ "description": "<p data-pm-slice=\"1 1 []\">Telegram MTProto is used for Encapsulate Telegram Proxy as a tls traffic<br>⚠️ <span style=\"color:#d32f2f;\"><strong>This protocol requires a Direct Domain</strong></span></p>",
775
777
  "label": "✔️ Enable Telegram MTProto"
776
778
  },
777
779
  "telegram_fakedomain": {
@@ -147,6 +147,7 @@
147
147
  "Please note that your panel can be accessed only via <a href=\"%(adminlink)s\" class=\"btn btn-primary copy-link\">%(adminlink)s</a>. Please save this link.": "توجه داشته باشید که تنها از طریق لینک زیر می‌توانید به پنل مدیریت دسترسی داشته باشید. لطفا این لینک را کپی و برای استفاده‌های بعدی ذخیره نمایید.\n\n<p class='ltr'>\n<a href='%(adminlink)s' class='btn btn-secondary copy-link'><i class='fa-solid fa-copy'></i></a>\n<a href='%(adminlink)s' class='copy-link' style='word-break: break-all;'>%(adminlink)s</a></p>",
148
148
  "Please select at least one file.": "حداقل یک فایل انتخاب کنید",
149
149
  "Please select at least one record.": "حداقل یک پوشه انتخاب کنید",
150
+ "Please select at least one user": "",
150
151
  "Please select one of the following applications:": "📍 لطفا یکی از برنامه های زیر را انتخاب کنید:\n<br />\n<br />",
151
152
  "Please type your message to send to the telegram:": "✏️ لطفا پیامی را که میخواهید با ربات تلگرام ارسال کنید بنویسید:",
152
153
  "Please understand that parent panel is under test and the plan and the condition of use maybe change at anytime.": "لطفاً توجه داشته باشید که پنل مادر در حال آزمایش است و طرح و شرایط استفاده ممکن است در هر زمان تغییر کند.",
@@ -182,6 +183,7 @@
182
183
  "Save Link": "این لینک را در محلی ذخیره نمایید.",
183
184
  "Select all records": "انتخاب همه رکوردها",
184
185
  "Select record": "انتخاب رکورد",
186
+ "Seleted Users": "",
185
187
  "Send Message to User's Telegram": "📣 ارسال پیام به تلگرام کاربر",
186
188
  "Sending": "در حال ارسال...",
187
189
  "Should be a valid domain": "باید یک دامنه معتبر باشد",
@@ -215,7 +217,7 @@
215
217
  "Use HiddifyNext:": "استفاده از HiddifyNext:",
216
218
  "User activated!": "یوزر شما فعال شد",
217
219
  "User is inactive": "کاربر غیر فعال است",
218
- "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n class=\"btn btn-info\">here</a>": "🔄 حجم مصرفی کاربران بصورت خودکار هر دقیقه بروزرسانی می‌شود. برای بروزرسانی دستی <a href='%(link)s' class='btn btn-info'>اینجا کلیک کنید</a>",
220
+ "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\" class=\"btn btn-info\">here</a>": "",
219
221
  "V2rayNG": "نرم افزار جایگزین v2rayNG <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>\n<br />",
220
222
  "V2rayNG intro": "لطفاً v2rayNG را از %(dl_link)s %(play_link)s نصب کنید.\nسپس لینک زیر را کپی کرده و مطابق فیلم آموزش <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>\nدر v2rayNG قرار دهید.\n<br />",
221
223
  "View in Telegram": "مشاهده جزییات در تلگرام",
@@ -771,7 +773,7 @@
771
773
  "label": "🔐 توکن ربات تلگرام"
772
774
  },
773
775
  "telegram_enable": {
774
- "description": "برای کپسوله کردن پروکسی تلگرام در قالب ترافیک TLS استفاده می‌شود",
776
+ "description": "<p>برای کپسوله کردن پروکسی تلگرام در قالب ترافیک TLS استفاده می‌شود<br>⚠️ <span style=\"color:#d32f2f;\"><strong>این پروتکل نیاز به دامنه مستقیم دارد</strong></span></p>",
775
777
  "label": "✔️ فعال کردن پروکسی تلگرام (MTProto)"
776
778
  },
777
779
  "telegram_fakedomain": {
@@ -147,6 +147,7 @@
147
147
  "Please note that your panel can be accessed only via <a href=\"%(adminlink)s\" class=\"btn btn-primary copy-link\">%(adminlink)s</a>. Please save this link.": "Por favor, note que seu painel pode ser acessado apenas através do link a seguir. por favor, salve este link.\n<p><a href='%(adminlink)s' class='btn btn-secondary copy-link'><i class='fa-solid fa-copy'></i></a>\n<a href='%(adminlink)s' class='copy-link' style='word-break: break-all;'>%(adminlink)s</a></p>",
148
148
  "Please select at least one file.": "Por favor, selecione pelo menos um arquivo.",
149
149
  "Please select at least one record.": "Por favor, selecione pelo menos um registro.",
150
+ "Please select at least one user": "",
150
151
  "Please select one of the following applications:": "Selecione um dos seguintes aplicativos:\n<br />",
151
152
  "Please type your message to send to the telegram:": "✏️ Por favor, escreva sua mensagem para enviar para o Telegram:",
152
153
  "Please understand that parent panel is under test and the plan and the condition of use maybe change at anytime.": "Por favor, entenda que o painel principal está em teste e o plano e as condições de uso podem mudar a qualquer momento.",
@@ -182,6 +183,7 @@
182
183
  "Save Link": "Link salvo",
183
184
  "Select all records": "Selecionar todos os registros",
184
185
  "Select record": "Selecionar registro",
186
+ "Seleted Users": "",
185
187
  "Send Message to User's Telegram": "📣 Enviar mensagem para o telegram do usuário",
186
188
  "Sending": "Enviando...",
187
189
  "Should be a valid domain": "",
@@ -215,7 +217,7 @@
215
217
  "Use HiddifyNext:": "Use HiddifyNext:",
216
218
  "User activated!": "Usuário ativado",
217
219
  "User is inactive": "O usuário está inativo",
218
- "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n class=\"btn btn-info\">here</a>": "O uso do usuário será atualizado a cada 6 minutos. Para atualizá-lo agora clique <a href=\"%(link)s\"<inlang-LineFeed>class=\"btn btn-info\"&gt;aqui</a>",
220
+ "User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\" class=\"btn btn-info\">here</a>": "",
219
221
  "V2rayNG": "Alternativa v2rayNG <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>",
220
222
  "V2rayNG intro": "Instale o v2rayNG a partir de um destes links: %(dl_link)s %(play_link)s.\nEntão copie o link abaixo e cole no v2rayNG conforme o vídeo tutorial <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa -question'></i> </button>.\n<br />",
221
223
  "View in Telegram": "Ver no Telegram",