hiddifypanel 10.20.3__py3-none-any.whl → 10.30.0.dev0__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 (82) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +2 -2
  3. hiddifypanel/base.py +17 -8
  4. hiddifypanel/cache.py +2 -51
  5. hiddifypanel/drivers/wireguard_api.py +24 -5
  6. hiddifypanel/hutils/convert.py +1 -1
  7. hiddifypanel/hutils/flask.py +28 -2
  8. hiddifypanel/hutils/importer/xui.py +6 -7
  9. hiddifypanel/hutils/network/__init__.py +1 -0
  10. hiddifypanel/hutils/network/cf_api.py +84 -0
  11. hiddifypanel/hutils/network/net.py +26 -49
  12. hiddifypanel/hutils/node/child.py +25 -7
  13. hiddifypanel/hutils/node/parent.py +7 -7
  14. hiddifypanel/hutils/node/shared.py +19 -6
  15. hiddifypanel/hutils/proxy/clash.py +1 -1
  16. hiddifypanel/hutils/proxy/shared.py +1 -1
  17. hiddifypanel/hutils/proxy/singbox.py +2 -3
  18. hiddifypanel/hutils/proxy/xray.py +12 -10
  19. hiddifypanel/hutils/proxy/xrayjson.py +26 -49
  20. hiddifypanel/hutils/utils.py +47 -3
  21. hiddifypanel/models/__init__.py +1 -1
  22. hiddifypanel/models/admin.py +9 -2
  23. hiddifypanel/models/base_account.py +3 -1
  24. hiddifypanel/models/config.py +5 -7
  25. hiddifypanel/models/config_enum.py +18 -6
  26. hiddifypanel/models/domain.py +82 -118
  27. hiddifypanel/models/user.py +44 -24
  28. hiddifypanel/panel/admin/Actions.py +6 -11
  29. hiddifypanel/panel/admin/AdminstratorAdmin.py +3 -9
  30. hiddifypanel/panel/admin/Backup.py +5 -8
  31. hiddifypanel/panel/admin/Dashboard.py +3 -4
  32. hiddifypanel/panel/admin/DomainAdmin.py +20 -15
  33. hiddifypanel/panel/admin/ProxyAdmin.py +3 -10
  34. hiddifypanel/panel/admin/QuickSetup.py +1 -1
  35. hiddifypanel/panel/admin/SettingAdmin.py +7 -5
  36. hiddifypanel/panel/admin/Terminal.py +0 -1
  37. hiddifypanel/panel/admin/UserAdmin.py +4 -3
  38. hiddifypanel/panel/cli.py +36 -23
  39. hiddifypanel/panel/commercial/ProxyDetailsAdmin.py +2 -4
  40. hiddifypanel/panel/commercial/restapi/v1/tgbot.py +7 -4
  41. hiddifypanel/panel/commercial/restapi/v2/admin/__init__.py +17 -13
  42. hiddifypanel/panel/commercial/restapi/v2/admin/admin_info_api.py +4 -3
  43. hiddifypanel/panel/commercial/restapi/v2/admin/admin_user_api.py +28 -10
  44. hiddifypanel/panel/commercial/restapi/v2/admin/admin_users_api.py +2 -19
  45. hiddifypanel/panel/commercial/restapi/v2/admin/schema.py +27 -4
  46. hiddifypanel/panel/commercial/restapi/v2/admin/user_api.py +28 -9
  47. hiddifypanel/panel/commercial/restapi/v2/admin/users_api.py +1 -21
  48. hiddifypanel/panel/commercial/restapi/v2/parent/register_api.py +1 -1
  49. hiddifypanel/panel/commercial/restapi/v2/parent/schema.py +8 -4
  50. hiddifypanel/panel/commercial/restapi/v2/parent/sync_api.py +19 -3
  51. hiddifypanel/panel/commercial/restapi/v2/user/configs_api.py +48 -42
  52. hiddifypanel/panel/commercial/telegrambot/Usage.py +1 -1
  53. hiddifypanel/panel/commercial/telegrambot/admin.py +1 -1
  54. hiddifypanel/panel/commercial/telegrambot/information.py +1 -1
  55. hiddifypanel/panel/common.py +5 -11
  56. hiddifypanel/panel/hiddify.py +9 -20
  57. hiddifypanel/panel/init_db.py +31 -13
  58. hiddifypanel/panel/usage.py +38 -9
  59. hiddifypanel/panel/user/user.py +52 -32
  60. hiddifypanel/templates/admin-layout.html +2 -2
  61. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  62. hiddifypanel/translations/en/LC_MESSAGES/messages.po +80 -25
  63. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  64. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +74 -20
  65. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  66. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +60 -6
  67. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  68. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +158 -78
  69. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  70. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +60 -6
  71. hiddifypanel/translations.i18n/en.json +62 -22
  72. hiddifypanel/translations.i18n/fa.json +57 -17
  73. hiddifypanel/translations.i18n/pt.json +43 -3
  74. hiddifypanel/translations.i18n/ru.json +112 -72
  75. hiddifypanel/translations.i18n/zh.json +43 -3
  76. {hiddifypanel-10.20.3.dist-info → hiddifypanel-10.30.0.dev0.dist-info}/METADATA +2 -1
  77. {hiddifypanel-10.20.3.dist-info → hiddifypanel-10.30.0.dev0.dist-info}/RECORD +81 -81
  78. {hiddifypanel-10.20.3.dist-info → hiddifypanel-10.30.0.dev0.dist-info}/WHEEL +1 -1
  79. hiddifypanel/panel/cf_api.py +0 -37
  80. {hiddifypanel-10.20.3.dist-info → hiddifypanel-10.30.0.dev0.dist-info}/LICENSE.md +0 -0
  81. {hiddifypanel-10.20.3.dist-info → hiddifypanel-10.30.0.dev0.dist-info}/entry_points.txt +0 -0
  82. {hiddifypanel-10.20.3.dist-info → hiddifypanel-10.30.0.dev0.dist-info}/top_level.txt +0 -0
@@ -92,9 +92,6 @@ msgstr "CPU %(cores)s 核心"
92
92
  msgid "Can add sub admin"
93
93
  msgstr "👥 可以添加子管理员"
94
94
 
95
- msgid "Can not connect to Cloudflare."
96
- msgstr "无法连接cloudflare"
97
-
98
95
  msgid "Check again"
99
96
  msgstr "再检查一遍"
100
97
 
@@ -1099,6 +1096,9 @@ msgstr "☑️ 自动 CDN IP 选择器"
1099
1096
  msgid "cdn"
1100
1097
  msgstr "🔀 CDN(Cloudflare 代理,...)"
1101
1098
 
1099
+ msgid "cf-delete.failed"
1100
+ msgstr ""
1101
+
1102
1102
  msgid "child has been removed!"
1103
1103
  msgstr "孩子已被移走!"
1104
1104
 
@@ -1111,15 +1111,15 @@ msgstr ""
1111
1111
  msgid "child.sync-failed"
1112
1112
  msgstr ""
1113
1113
 
1114
- msgid "child.sync-success"
1115
- msgstr ""
1116
-
1117
1114
  msgid "clickable copy"
1118
1115
  msgstr "社交媒体链接"
1119
1116
 
1120
1117
  msgid "close"
1121
1118
  msgstr "关闭"
1122
1119
 
1120
+ msgid "cloudflare.error"
1121
+ msgstr ""
1122
+
1123
1123
  msgid "config.Domain already used"
1124
1124
  msgstr "域存在于域部分。使用另一个域"
1125
1125
 
@@ -1344,6 +1344,12 @@ msgstr "配置.隐藏.描述"
1344
1344
  msgid "config.hidden.label"
1345
1345
  msgstr "配置.隐藏.标签"
1346
1346
 
1347
+ msgid "config.hiddifycli_enable.description"
1348
+ msgstr ""
1349
+
1350
+ msgid "config.hiddifycli_enable.label"
1351
+ msgstr ""
1352
+
1347
1353
  msgid "config.http.description"
1348
1354
  msgstr "HTTP 配置可以在此部分设置"
1349
1355
 
@@ -1444,6 +1450,12 @@ msgstr "config.last_hash.描述"
1444
1450
  msgid "config.last_hash.label"
1445
1451
  msgstr "配置.last_hash.label"
1446
1452
 
1453
+ msgid "config.last_priodic_usage_check.description"
1454
+ msgstr ""
1455
+
1456
+ msgid "config.last_priodic_usage_check.label"
1457
+ msgstr ""
1458
+
1447
1459
  msgid "config.license.description"
1448
1460
  msgstr "要将本产品用于商业用途,您必须购买其许可证"
1449
1461
 
@@ -1839,6 +1851,48 @@ msgstr "请在您的数据中心使用众所周知的域。例如,如果您在
1839
1851
  msgid "config.ssr_fakedomain.label"
1840
1852
  msgstr "SSR 假域名"
1841
1853
 
1854
+ msgid "config.sub_full_clash_enable.description"
1855
+ msgstr ""
1856
+
1857
+ msgid "config.sub_full_clash_enable.label"
1858
+ msgstr ""
1859
+
1860
+ msgid "config.sub_full_clash_meta_enable.description"
1861
+ msgstr ""
1862
+
1863
+ msgid "config.sub_full_clash_meta_enable.label"
1864
+ msgstr ""
1865
+
1866
+ msgid "config.sub_full_links_b64_enable.description"
1867
+ msgstr ""
1868
+
1869
+ msgid "config.sub_full_links_b64_enable.label"
1870
+ msgstr ""
1871
+
1872
+ msgid "config.sub_full_links_enable.description"
1873
+ msgstr ""
1874
+
1875
+ msgid "config.sub_full_links_enable.label"
1876
+ msgstr ""
1877
+
1878
+ msgid "config.sub_full_singbox_enable.description"
1879
+ msgstr ""
1880
+
1881
+ msgid "config.sub_full_singbox_enable.label"
1882
+ msgstr ""
1883
+
1884
+ msgid "config.sub_full_xray_json_enable.description"
1885
+ msgstr ""
1886
+
1887
+ msgid "config.sub_full_xray_json_enable.label"
1888
+ msgstr ""
1889
+
1890
+ msgid "config.sub_singbox_ssh_enable.description"
1891
+ msgstr ""
1892
+
1893
+ msgid "config.sub_singbox_ssh_enable.label"
1894
+ msgstr ""
1895
+
1842
1896
  msgid "config.tcp_enable.description"
1843
1897
  msgstr ""
1844
1898
 
@@ -29,7 +29,6 @@
29
29
  "Bug": "Bug/Feature",
30
30
  "CPU %(cores)s Cores": "CPU %(cores)s Core",
31
31
  "Can add sub admin": "👥 Can Add Sub Admin",
32
- "Can not connect to Cloudflare.": "Can not connect to Cloudflare.",
33
32
  "Check again": "Check Again",
34
33
  "Childs": "Children",
35
34
  "China": "🇨🇳 China",
@@ -87,7 +86,7 @@
87
86
  "HiddifyNG": "HiddifyNG <span class='badge badge-success'>Recommended</span>",
88
87
  "HiddifyNG intro": "📌 Please install HiddifyNG from either of these links:\n<br />\n %(dl_link)s %(play_link)s\n<br />\nThen click on the link below and open it in HiddifyNG.\n<br />",
89
88
  "HiddigyN": "HiddifyN <span class='badge badge-success'>Recommended</span>",
90
- "Hooray 🎉 🎉 🎉 \nWelcome to hiddifybot.\nStart by clicking the link on the panel or entering your UUID.": "Hooray 🎉 🎉 🎉 \nWelcome to Hiddify bot\nStart by clicking the link on the Panel or entering your UUID.",
89
+ "Hooray 🎉 🎉 🎉 \nWelcome to hiddifybot.\nStart by clicking the link on the panel or entering your UUID.": "Hooray 🎉 🎉 🎉 \nWelcome to Hiddify bot\nStart by clicking the link on the Panel or entering your UUID user.",
91
90
  "Hover the user to see the reason": "Hover the user to see the reason",
92
91
  "How many days this package should be available?": "How Many Days Is This Package?",
93
92
  "How many?": "How many?",
@@ -230,7 +229,7 @@
230
229
  "With selected": "With selected",
231
230
  "Xray": "☢️ XRay",
232
231
  "Yesterday Usage": "Yesterday",
233
- "You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 Hiddify Manager automatically takes a Backup every 6 Hours. The path of the Backup files on the server: ⬇️\n<br>\n/opt/hiddify-manager/hiddify-panel/backup/\n<br>\n<br>\n<br>\n⚠️ You can download a JSON file format of the configurations by clicking on the button below\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>Download Backup File</a>",
232
+ "You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 Hiddify Manager automatically takes a Backup every 6 Hours. The path of the Backup files on the server: ⬇️\n<br>\n💿 /opt/hiddify-manager/hiddify-panel/backup/\n<br>\n<br>\n<br>\n⚠️ You can download a JSON file format of the configurations by clicking on the button below\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>Download Backup File</a>",
234
233
  "You can restore your configs from previously downloaded configs": "ℹ️ You can restore your configs from previously downloaded backup file",
235
234
  "You can select the configs with which domains show be shown in the user area. If you select all, automatically, all the new domains will be added for each users.": "For users visit the user area with this domain, Specify they can see the proxies of which domains.\n<br>\nSuggestion: For a domain with an unfiltered IP and different from the others, select all other domains (except the current domain). As a result, since the use of this IP is not for proxy and it is a simple website, this domain and IP will never be blocked and your users can easily update new profiles.",
236
235
  "You have too much users! You can have only %(active)s active users and %(total)s users": "You have too much users! You can have only %(active)s active users and %(total)s users",
@@ -333,15 +332,20 @@
333
332
  "auto": "Auto",
334
333
  "auto_cdn_ip": "☑️ Automatic CDN IP Selector",
335
334
  "cdn": "🔀 CDN (Cloudflare Proxy, ...)",
335
+ "cf-delete": {
336
+ "failed": "cf-delete.failed"
337
+ },
336
338
  "child has been removed!": "Child Has Been Removed!",
337
339
  "child": {
338
340
  "register-failed": "child.register-failed",
339
341
  "register-success": "child.register-success",
340
- "sync-failed": "child.sync-failed",
341
- "sync-success": "child.sync-success"
342
+ "sync-failed": "child.sync-failed"
342
343
  },
343
344
  "clickable copy": "Link for Social Media",
344
345
  "close": "Close",
346
+ "cloudflare": {
347
+ "error": "cloudflare.error"
348
+ },
345
349
  "config.Domain already used": "Domain is exist in domains section. Use another Domain",
346
350
  "config.Invalid brand link": "Invalid Link. it should be on this format: (https or http://example.com)",
347
351
  "config.Invalid domain": "Error! Invalid Domain. The Domain Format is www.google.com",
@@ -465,12 +469,16 @@
465
469
  },
466
470
  "h2_enable": {
467
471
  "description": "Enable HTTP/2 Protocol",
468
- "label": "Enable h2"
472
+ "label": "🔵 Enable h2"
469
473
  },
470
474
  "hidden": {
471
475
  "description": "config.hidden.description",
472
476
  "label": "config.hidden.label"
473
477
  },
478
+ "hiddifycli_enable": {
479
+ "description": "config.hiddifycli_enable.description",
480
+ "label": "config.hiddifycli_enable.label"
481
+ },
474
482
  "http": {
475
483
  "description": "HTTP Configurations could be set in this section",
476
484
  "label": "HTTP Configuration"
@@ -497,7 +505,7 @@
497
505
  },
498
506
  "hysteria_enable": {
499
507
  "description": "To Enable UDP based Hysteria Protocol",
500
- "label": "Enable Hysteria2"
508
+ "label": "⚫️ Enable Hysteria2"
501
509
  },
502
510
  "hysteria_obfs_enable": {
503
511
  "description": " Enables Hysteria Obfuscation (Salamander)",
@@ -511,7 +519,7 @@
511
519
  "description": "Hysteria Maximum Upload Speed",
512
520
  "label": "⬆️ Hysteria Upload (mbps)"
513
521
  },
514
- "invalid-pattern-for-warp-sites": "config.invalid-pattern-for-warp-sites",
522
+ "invalid-pattern-for-warp-sites": "⚠️ The Site entered for the Warp does not match the specified template",
515
523
  "is_parent": {
516
524
  "description": "config.is_parent.description",
517
525
  "label": "Parent Panel"
@@ -536,6 +544,10 @@
536
544
  "description": "config.last_hash.description",
537
545
  "label": "config.last_hash.label"
538
546
  },
547
+ "last_priodic_usage_check": {
548
+ "description": "config.last_priodic_usage_check.description",
549
+ "label": "config.last_priodic_usage_check.label"
550
+ },
539
551
  "license": {
540
552
  "description": "For commercial use of this Product, you must Purchase its License",
541
553
  "label": "License Code"
@@ -670,7 +682,7 @@
670
682
  },
671
683
  "quic_enable": {
672
684
  "description": "Enable QUIC Protocol",
673
- "label": "Enable QUIC"
685
+ "label": "🟡 Enable QUIC"
674
686
  },
675
687
  "reality": {
676
688
  "description": "REALITY eliminate the Server-Side TLS Fingerprint Feature",
@@ -678,7 +690,7 @@
678
690
  },
679
691
  "reality_enable": {
680
692
  "description": "Enable Reality Protocol",
681
- "label": "Enable Reality"
693
+ "label": "🔴 Enable Reality"
682
694
  },
683
695
  "reality_fallback_domain": {
684
696
  "description": "When the GFW visit the Websites in Server names, it will be redirect to this Domain.",
@@ -796,9 +808,37 @@
796
808
  "description": "Please use a well known domain In your data center. for example, If you are In Azure data center, microsoft-update.com Is a good example",
797
809
  "label": "SSR FakeDomain"
798
810
  },
811
+ "sub_full_clash_enable": {
812
+ "description": "config.sub_full_clash_enable.description",
813
+ "label": "config.sub_full_clash_enable.label"
814
+ },
815
+ "sub_full_clash_meta_enable": {
816
+ "description": "config.sub_full_clash_meta_enable.description",
817
+ "label": "config.sub_full_clash_meta_enable.label"
818
+ },
819
+ "sub_full_links_b64_enable": {
820
+ "description": "config.sub_full_links_b64_enable.description",
821
+ "label": "config.sub_full_links_b64_enable.label"
822
+ },
823
+ "sub_full_links_enable": {
824
+ "description": "config.sub_full_links_enable.description",
825
+ "label": "config.sub_full_links_enable.label"
826
+ },
827
+ "sub_full_singbox_enable": {
828
+ "description": "config.sub_full_singbox_enable.description",
829
+ "label": "config.sub_full_singbox_enable.label"
830
+ },
831
+ "sub_full_xray_json_enable": {
832
+ "description": "config.sub_full_xray_json_enable.description",
833
+ "label": "config.sub_full_xray_json_enable.label"
834
+ },
835
+ "sub_singbox_ssh_enable": {
836
+ "description": "config.sub_singbox_ssh_enable.description",
837
+ "label": "config.sub_singbox_ssh_enable.label"
838
+ },
799
839
  "tcp_enable": {
800
840
  "description": "Enable TCP Protocol",
801
- "label": "Enable TCP"
841
+ "label": "🟠 Enable TCP"
802
842
  },
803
843
  "telegram": {
804
844
  "description": "A proxy designed for Telegram to bypass Telegram filtering",
@@ -870,7 +910,7 @@
870
910
  },
871
911
  "trojan_enable": {
872
912
  "description": "Enable Trojan Protocol",
873
- "label": "Enable Trojan"
913
+ "label": "🟤 Enable Trojan"
874
914
  },
875
915
  "tuic": {
876
916
  "description": "Delicately-TUICed High-Performance proxy is on top of the QUIC protocol. \n\nTUIC's goal is to minimize the handshake latency as much as possible",
@@ -878,10 +918,10 @@
878
918
  },
879
919
  "tuic_enable": {
880
920
  "description": "It is a UDP based protocol similar to QUIC",
881
- "label": "Enable TUIC"
921
+ "label": "⚫️ Enable TUIC"
882
922
  },
883
923
  "tuic_port": {
884
- "description": "Use comma to separate ports like 63000,60000",
924
+ "description": "Use comma to separate ports like ( 63000,60000 )",
885
925
  "label": "TUIC Ports"
886
926
  },
887
927
  "unique_id": {
@@ -901,11 +941,11 @@
901
941
  "validation-success-no-reset": " ✅ Configs have been changed successfully",
902
942
  "vless_enable": {
903
943
  "description": "Enable VLess Protocol",
904
- "label": "Enable VLess"
944
+ "label": "⚫️ Enable VLess"
905
945
  },
906
946
  "vmess_enable": {
907
947
  "description": "Active VMess Protocol",
908
- "label": "♈️ Enable VMess"
948
+ "label": "🟣 Enable VMess"
909
949
  },
910
950
  "warp-https-domain-for-warp-site": "config.warp-https-domain-for-warp-site",
911
951
  "warp": {
@@ -966,7 +1006,7 @@
966
1006
  },
967
1007
  "xtls_enable": {
968
1008
  "description": "Enable XTLS Protocol",
969
- "label": "Enable XTLS"
1009
+ "label": "🟢 Enable XTLS"
970
1010
  }
971
1011
  },
972
1012
  "config.invalid uuid": "Invalid UUID secret. example: 6098ea35-8cb2-4a08-ba15-2be25bc49cb6\n\n",
@@ -995,11 +1035,11 @@
995
1035
  "ios": "iOS",
996
1036
  "items": "items",
997
1037
  "lang": {
998
- "en": "🇺🇸 English انگلیسی 英语",
999
- "fa": "🇮🇷 Persian فارسی 波斯语",
1000
- "pt": "🇵🇹 Portuguese پرتغالی 葡萄牙語",
1001
- "ru": "🇷🇺 Russian روسی Русский",
1002
- "zh": "🇨🇳 Chinese چینی 简体中文"
1038
+ "en": "🇺🇸 English - Английский",
1039
+ "fa": "🇮🇷 Persian - فارسی",
1040
+ "pt": "🇵🇹 Portuguese - پرتغالی",
1041
+ "ru": "🇷🇺 Russian - Русский",
1042
+ "zh": "🇨🇳 Chinese - 简体中文"
1003
1043
  },
1004
1044
  "lib": {
1005
1045
  "telegram": {
@@ -29,16 +29,15 @@
29
29
  "Bug": "باگ/پیشنهاد",
30
30
  "CPU %(cores)s Cores": "پردازنده %(cores)s هسته",
31
31
  "Can add sub admin": "👥 امکان اضافه کردن ادمین فرعی",
32
- "Can not connect to Cloudflare.": "نمی توان به Cloudflare متصل شد.",
33
32
  "Check again": "بررسی مجدد",
34
33
  "Childs": "زیرمجموعه‌ها",
35
34
  "China": "🇨🇳 چین",
36
- "Click here to see the complete log": "برای دیدن لاگ کامل، اینجا کلیک کنید.",
35
+ "Click here to see the complete log": "برای دیدن لاگ کامل، اینجا کلیک کنید",
37
36
  "Click to Import": "کلیک برای افزودن کانفیگ",
38
37
  "Click to Start Anti-Filter.": "<i class='fa-solid fa-caret-left'></i> کلیک برای اعمال فیلترشکن",
39
38
  "Close": "بستن",
40
39
  "Commercial use": "استفاده تجاری",
41
- "Config file is incorrect": "فایل کانفیگ اشتباه است.",
40
+ "Config file is incorrect": "فایل کانفیگ اشتباه است",
42
41
  "Copy Link": "کپی لینک",
43
42
  "Couldn't find your ip addresses": "آدرس های IP شما پیدا نشد",
44
43
  "Count:": "تعداد:",
@@ -230,7 +229,7 @@
230
229
  "With selected": "با انتخاب شده ها",
231
230
  "Xray": "☢️ XRay",
232
231
  "Yesterday Usage": "استفاده دیروز",
233
- "You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 پنل هیدیفای به صورت خودکار هر ۶ ساعت یک Backup میگیرد. مسیر فایل های Backup روی سرور: ⬇️\n<br>\n/opt/hiddify-manager/hiddify-panel/backup/\n<br>\n<br>\n<br>\n⚠️ می‌توانید با کلیک بر روی دکمه زیر تنظیمات را با فرمت JSON دریافت کنید.\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>دریافت فایل پشتیبان</a>",
232
+ "You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 پنل هیدیفای به صورت خودکار هر ۶ ساعت یک Backup میگیرد. مسیر فایل های Backup روی سرور: ⬇️\n<br>\n💿 /opt/hiddify-manager/hiddify-panel/backup/\n<br>\n<br>\n<br>\n⚠️ می‌توانید با کلیک بر روی دکمه زیر تنظیمات را با فرمت JSON دریافت کنید.\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>دریافت فایل پشتیبان</a>",
234
233
  "You can restore your configs from previously downloaded configs": "ℹ️ در این قسمت می‌توانید تنظیمات قبلی خود را (که قبلا از قسمت پشتیبان گیری دانلود کرده‌اید.) بازگردانی نمایید.",
235
234
  "You can select the configs with which domains show be shown in the user area. If you select all, automatically, all the new domains will be added for each users.": "مشخص کنید کاربرانی که با این دامنه، پنل کاربری را مشاهده می‌کنند، کانفیگ‌های مربوط به کدام دامنه‌ها را مشاهده کنند.\n<br>\nپیشنهاد: برای یک دامنه با IP فیلتر نشده و متفاوت با بقیه، همه دامنه های دیگر (به جز دامنه فعلی) را انتخاب کنید. در نتیجه از آنجایی که از این IP برای فیلترشکن استفاده نمی‌شود و یک وبسایت ساده است، این دامنه و آی پی هرگز مسدود نمی‌شود و کاربران شما به راحتی می توانند پروفایل های جدید را به روز کنند.",
236
235
  "You have too much users! You can have only %(active)s active users and %(total)s users": "شما کاربران زیادی دارید! شما می توانید تنها %(active)s کاربر فعال و %(total)s کاربر داشته باشید",
@@ -333,15 +332,20 @@
333
332
  "auto": "خودکار",
334
333
  "auto_cdn_ip": "☑️ انتخاب کننده آی‌پی CDN به صورت خودکار",
335
334
  "cdn": "🔀 سی‌دی‌ان (پروکسی کلودفلر و ...)",
335
+ "cf-delete": {
336
+ "failed": ""
337
+ },
336
338
  "child has been removed!": "پنل زیر مجموعه حذف شد",
337
339
  "child": {
338
340
  "register-failed": "",
339
341
  "register-success": "",
340
- "sync-failed": "",
341
- "sync-success": ""
342
+ "sync-failed": ""
342
343
  },
343
344
  "clickable copy": "لینک برای شبکه‌های اجتماعی",
344
345
  "close": "بستن",
346
+ "cloudflare": {
347
+ "error": ""
348
+ },
345
349
  "config.Domain already used": "دامنه در بخش دامنه‌ها وجود دارد. از دامنه دیگری استفاده کنید.",
346
350
  "config.Invalid brand link": "لینک پشتیبانی نامعتبر است. لطفا لینک را با فرمت معتبر وارد کنید.",
347
351
  "config.Invalid domain": "خطا! دامنه نامعتبر! فرمت دامنه باید مثل www.google.com باشد.",
@@ -465,12 +469,16 @@
465
469
  },
466
470
  "h2_enable": {
467
471
  "description": "فعال کردن پروتکل HTTP/2",
468
- "label": "فعال سازی h2"
472
+ "label": "🔵 فعال سازی h2"
469
473
  },
470
474
  "hidden": {
471
475
  "description": "-",
472
476
  "label": "-"
473
477
  },
478
+ "hiddifycli_enable": {
479
+ "description": "",
480
+ "label": ""
481
+ },
474
482
  "http": {
475
483
  "description": "تنظیمات مربوط به اتصال HTTP",
476
484
  "label": "تنظیمات HTTP"
@@ -497,7 +505,7 @@
497
505
  },
498
506
  "hysteria_enable": {
499
507
  "description": "برای فعال کردن پروتکل هیستریا مبتنی بر UDP",
500
- "label": "هیستریا را فعال کنید"
508
+ "label": "⚪️ هیستریا را فعال کنید"
501
509
  },
502
510
  "hysteria_obfs_enable": {
503
511
  "description": "مبهم سازی هیستری (Salamander) را فعال می کند",
@@ -511,7 +519,7 @@
511
519
  "description": "حداکثر سرعت آپلود هیستریا",
512
520
  "label": "⬆️ آپلود (mbps) Hysteria"
513
521
  },
514
- "invalid-pattern-for-warp-sites": "",
522
+ "invalid-pattern-for-warp-sites": "⚠️ سایت وارد شده برای وارپ با الگوی تعیین شده مطابقت ندارد",
515
523
  "is_parent": {
516
524
  "description": "-",
517
525
  "label": "پنل مرکزی"
@@ -536,6 +544,10 @@
536
544
  "description": "-",
537
545
  "label": "-"
538
546
  },
547
+ "last_priodic_usage_check": {
548
+ "description": "",
549
+ "label": ""
550
+ },
539
551
  "license": {
540
552
  "description": "برای استفاده تجاری از این محصول باید مجوز آن را خریداری کنید",
541
553
  "label": "کد مجوز"
@@ -670,7 +682,7 @@
670
682
  },
671
683
  "quic_enable": {
672
684
  "description": "فعال کردن پروتکل QUIC",
673
- "label": "Enable QUIC Protocol"
685
+ "label": "🟡 فعال سازی QUIC"
674
686
  },
675
687
  "reality": {
676
688
  "description": "REALITY قابلیت اثر انگشت TLS سمت سرور را حذف می کند",
@@ -678,7 +690,7 @@
678
690
  },
679
691
  "reality_enable": {
680
692
  "description": "فعال کردن پروتکل Reality",
681
- "label": "فعال سازی Reality"
693
+ "label": "🔴 فعال سازی Reality"
682
694
  },
683
695
  "reality_fallback_domain": {
684
696
  "description": "هنگامی که GTW از وب‌ سایت‌ها در نام سرور بازدید می‌کند، به این دامنه هدایت می‌شود.",
@@ -796,9 +808,37 @@
796
808
  "description": "لطفا از یک دامنه معتبر در دیتاسنتر خود استفاده کنید. برای مثال، اگر از دیتاسنتر Azure استفاده می‌کنید، microsoft-update.com یک نمونه خوب است",
797
809
  "label": "دامنه جعلی برای SSR"
798
810
  },
811
+ "sub_full_clash_enable": {
812
+ "description": "",
813
+ "label": ""
814
+ },
815
+ "sub_full_clash_meta_enable": {
816
+ "description": "",
817
+ "label": ""
818
+ },
819
+ "sub_full_links_b64_enable": {
820
+ "description": "",
821
+ "label": ""
822
+ },
823
+ "sub_full_links_enable": {
824
+ "description": "",
825
+ "label": ""
826
+ },
827
+ "sub_full_singbox_enable": {
828
+ "description": "",
829
+ "label": ""
830
+ },
831
+ "sub_full_xray_json_enable": {
832
+ "description": "",
833
+ "label": ""
834
+ },
835
+ "sub_singbox_ssh_enable": {
836
+ "description": "",
837
+ "label": ""
838
+ },
799
839
  "tcp_enable": {
800
840
  "description": "فعال کردن پروتکل TCP",
801
- "label": "فعال سازی TCP"
841
+ "label": "🟠 فعال سازی TCP"
802
842
  },
803
843
  "telegram": {
804
844
  "description": "پروکسی تلگرام برای استفاده درون اپ تلگرام طراحی شده تا فیلترینگ تلگرام را دور بزند",
@@ -870,7 +910,7 @@
870
910
  },
871
911
  "trojan_enable": {
872
912
  "description": "فعال کردن پروتکل Trojan",
873
- "label": "فعال سازی Trojan"
913
+ "label": "🟤 فعال سازی Trojan"
874
914
  },
875
915
  "tuic": {
876
916
  "description": "پروکسی Delicately-TUICed با کارایی بالا روی پروتکل QUIC است. \nهدف TUIC این است که تأخیر handshake را تا حد امکان به حداقل برساند.",
@@ -878,7 +918,7 @@
878
918
  },
879
919
  "tuic_enable": {
880
920
  "description": "این یک پروتکل مبتنی بر UDP شبیه به quic است",
881
- "label": "فعال کردن TUIC"
921
+ "label": "🔘 فعال کردن TUIC"
882
922
  },
883
923
  "tuic_port": {
884
924
  "description": "از کاما برای جدا کردن پروت‌ها استفاده کنید مثلا 63000,60000",
@@ -901,11 +941,11 @@
901
941
  "validation-success-no-reset": " ✅ تنظیمات با موفقیت تغییر کرد",
902
942
  "vless_enable": {
903
943
  "description": "فعال کردن پروتکل VLess",
904
- "label": "فعال سازی VLess"
944
+ "label": "⚫️ فعال سازی VLess"
905
945
  },
906
946
  "vmess_enable": {
907
947
  "description": "فعال کردن پروتکل VMess",
908
- "label": "♈️ فعال کردن VMess"
948
+ "label": "🟣 فعال کردن VMess"
909
949
  },
910
950
  "warp-https-domain-for-warp-site": "",
911
951
  "warp": {
@@ -966,7 +1006,7 @@
966
1006
  },
967
1007
  "xtls_enable": {
968
1008
  "description": "فعال کردن پروتکل XTLS",
969
- "label": "فعال سازی XTLS"
1009
+ "label": "🟢 فعال سازی XTLS"
970
1010
  }
971
1011
  },
972
1012
  "config.invalid uuid": "رمز UUID نامعتبر است. به عنوان مثال: 6098ea35-8cb2-4a08-ba15-2be25bc49cb6",
@@ -29,7 +29,6 @@
29
29
  "Bug": "Bug/recurso",
30
30
  "CPU %(cores)s Cores": "CPU %(cores)s Núcleos ",
31
31
  "Can add sub admin": "👥 Pode adicionar subadministrador",
32
- "Can not connect to Cloudflare.": "Não é possível conectar ao Cloudflare.",
33
32
  "Check again": "Verifique novamente",
34
33
  "Childs": "Crianças",
35
34
  "China": "🇨🇳 China",
@@ -333,15 +332,20 @@
333
332
  "auto": "Auto",
334
333
  "auto_cdn_ip": "Seletor automático de CDN IP",
335
334
  "cdn": "CDN (Cloudflare Proxy, ...)",
335
+ "cf-delete": {
336
+ "failed": ""
337
+ },
336
338
  "child has been removed!": "Child removido",
337
339
  "child": {
338
340
  "register-failed": "",
339
341
  "register-success": "",
340
- "sync-failed": "",
341
- "sync-success": ""
342
+ "sync-failed": ""
342
343
  },
343
344
  "clickable copy": "Link para mídias sociais",
344
345
  "close": "Fechar",
346
+ "cloudflare": {
347
+ "error": ""
348
+ },
345
349
  "config.Domain already used": "O domínio existe na seção de domínios. Usar outro domínio",
346
350
  "config.Invalid brand link": "Link inválido. deve estar neste formato: (https ou http://example.com)",
347
351
  "config.Invalid domain": "Erro! Domínio inválido. O formato do domínio é www.google.com",
@@ -471,6 +475,10 @@
471
475
  "description": "config.hidden.description",
472
476
  "label": "config.hidden.label"
473
477
  },
478
+ "hiddifycli_enable": {
479
+ "description": "",
480
+ "label": ""
481
+ },
474
482
  "http": {
475
483
  "description": "As configurações HTTP podem ser definidas nesta seção",
476
484
  "label": "Configuração HTTP"
@@ -536,6 +544,10 @@
536
544
  "description": "config.last_hash.description",
537
545
  "label": "config.last_hash.label"
538
546
  },
547
+ "last_priodic_usage_check": {
548
+ "description": "",
549
+ "label": ""
550
+ },
539
551
  "license": {
540
552
  "description": "Para uso comercial deste produto, você deve comprar sua licença",
541
553
  "label": "Código de licença"
@@ -796,6 +808,34 @@
796
808
  "description": "Por favor, use um domínio bem conhecido em seu data center. por exemplo, se você estiver no data center do Azure, microsoft-update.com é um bom exemplo",
797
809
  "label": "SSR FakeDomain"
798
810
  },
811
+ "sub_full_clash_enable": {
812
+ "description": "",
813
+ "label": ""
814
+ },
815
+ "sub_full_clash_meta_enable": {
816
+ "description": "",
817
+ "label": ""
818
+ },
819
+ "sub_full_links_b64_enable": {
820
+ "description": "",
821
+ "label": ""
822
+ },
823
+ "sub_full_links_enable": {
824
+ "description": "",
825
+ "label": ""
826
+ },
827
+ "sub_full_singbox_enable": {
828
+ "description": "",
829
+ "label": ""
830
+ },
831
+ "sub_full_xray_json_enable": {
832
+ "description": "",
833
+ "label": ""
834
+ },
835
+ "sub_singbox_ssh_enable": {
836
+ "description": "",
837
+ "label": ""
838
+ },
799
839
  "tcp_enable": {
800
840
  "description": "",
801
841
  "label": ""