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 Core"
92
92
  msgid "Can add sub admin"
93
93
  msgstr "👥 Can Add Sub Admin"
94
94
 
95
- msgid "Can not connect to Cloudflare."
96
- msgstr "Can not connect to Cloudflare."
97
-
98
95
  msgid "Check again"
99
96
  msgstr "Check Again"
100
97
 
@@ -368,7 +365,7 @@ msgid ""
368
365
  msgstr ""
369
366
  "Hooray 🎉 🎉 🎉 \n"
370
367
  "Welcome to Hiddify bot\n"
371
- "Start by clicking the link on the Panel or entering your UUID."
368
+ "Start by clicking the link on the Panel or entering your UUID user."
372
369
 
373
370
  msgid "Hover the user to see the reason"
374
371
  msgstr "Hover the user to see the reason"
@@ -901,7 +898,7 @@ msgid ""
901
898
  msgstr ""
902
899
  "🔄 Hiddify Manager automatically takes a Backup every 6 Hours. The path of the Backup files on the server: ⬇️\n"
903
900
  "<br>\n"
904
- "/opt/hiddify-manager/hiddify-panel/backup/\n"
901
+ "💿 /opt/hiddify-manager/hiddify-panel/backup/\n"
905
902
  "<br>\n"
906
903
  "<br>\n"
907
904
  "<br>\n"
@@ -1139,6 +1136,9 @@ msgstr "☑️ Automatic CDN IP Selector"
1139
1136
  msgid "cdn"
1140
1137
  msgstr "🔀 CDN (Cloudflare Proxy, ...)"
1141
1138
 
1139
+ msgid "cf-delete.failed"
1140
+ msgstr "cf-delete.failed"
1141
+
1142
1142
  msgid "child has been removed!"
1143
1143
  msgstr "Child Has Been Removed!"
1144
1144
 
@@ -1151,15 +1151,15 @@ msgstr "child.register-success"
1151
1151
  msgid "child.sync-failed"
1152
1152
  msgstr "child.sync-failed"
1153
1153
 
1154
- msgid "child.sync-success"
1155
- msgstr "child.sync-success"
1156
-
1157
1154
  msgid "clickable copy"
1158
1155
  msgstr "Link for Social Media"
1159
1156
 
1160
1157
  msgid "close"
1161
1158
  msgstr "Close"
1162
1159
 
1160
+ msgid "cloudflare.error"
1161
+ msgstr "cloudflare.error"
1162
+
1163
1163
  msgid "config.Domain already used"
1164
1164
  msgstr "Domain is exist in domains section. Use another Domain"
1165
1165
 
@@ -1400,7 +1400,7 @@ msgid "config.h2_enable.description"
1400
1400
  msgstr "Enable HTTP/2 Protocol"
1401
1401
 
1402
1402
  msgid "config.h2_enable.label"
1403
- msgstr "Enable h2"
1403
+ msgstr "🔵 Enable h2"
1404
1404
 
1405
1405
  msgid "config.hidden.description"
1406
1406
  msgstr "config.hidden.description"
@@ -1408,6 +1408,12 @@ msgstr "config.hidden.description"
1408
1408
  msgid "config.hidden.label"
1409
1409
  msgstr "config.hidden.label"
1410
1410
 
1411
+ msgid "config.hiddifycli_enable.description"
1412
+ msgstr "config.hiddifycli_enable.description"
1413
+
1414
+ msgid "config.hiddifycli_enable.label"
1415
+ msgstr "config.hiddifycli_enable.label"
1416
+
1411
1417
  msgid "config.http.description"
1412
1418
  msgstr "HTTP Configurations could be set in this section"
1413
1419
 
@@ -1457,7 +1463,7 @@ msgid "config.hysteria_enable.description"
1457
1463
  msgstr "To Enable UDP based Hysteria Protocol"
1458
1464
 
1459
1465
  msgid "config.hysteria_enable.label"
1460
- msgstr "Enable Hysteria2"
1466
+ msgstr "⚫️ Enable Hysteria2"
1461
1467
 
1462
1468
  msgid "config.hysteria_obfs_enable.description"
1463
1469
  msgstr " Enables Hysteria Obfuscation (Salamander)"
@@ -1478,7 +1484,8 @@ msgid "config.hysteria_up_mbps.label"
1478
1484
  msgstr "⬆️ Hysteria Upload (mbps)"
1479
1485
 
1480
1486
  msgid "config.invalid-pattern-for-warp-sites"
1481
- msgstr "config.invalid-pattern-for-warp-sites"
1487
+ msgstr ""
1488
+ "⚠️ The Site entered for the Warp does not match the specified template"
1482
1489
 
1483
1490
  msgid "config.is_parent.description"
1484
1491
  msgstr "config.is_parent.description"
@@ -1517,6 +1524,12 @@ msgstr "config.last_hash.description"
1517
1524
  msgid "config.last_hash.label"
1518
1525
  msgstr "config.last_hash.label"
1519
1526
 
1527
+ msgid "config.last_priodic_usage_check.description"
1528
+ msgstr "config.last_priodic_usage_check.description"
1529
+
1530
+ msgid "config.last_priodic_usage_check.label"
1531
+ msgstr "config.last_priodic_usage_check.label"
1532
+
1520
1533
  msgid "config.license.description"
1521
1534
  msgstr "For commercial use of this Product, you must Purchase its License"
1522
1535
 
@@ -1736,7 +1749,7 @@ msgid "config.quic_enable.description"
1736
1749
  msgstr "Enable QUIC Protocol"
1737
1750
 
1738
1751
  msgid "config.quic_enable.label"
1739
- msgstr "Enable QUIC"
1752
+ msgstr "🟡 Enable QUIC"
1740
1753
 
1741
1754
  msgid "config.reality.description"
1742
1755
  msgstr "REALITY eliminate the Server-Side TLS Fingerprint Feature"
@@ -1748,7 +1761,7 @@ msgid "config.reality_enable.description"
1748
1761
  msgstr "Enable Reality Protocol"
1749
1762
 
1750
1763
  msgid "config.reality_enable.label"
1751
- msgstr "Enable Reality"
1764
+ msgstr "🔴 Enable Reality"
1752
1765
 
1753
1766
  msgid "config.reality_fallback_domain.description"
1754
1767
  msgstr ""
@@ -1962,11 +1975,53 @@ msgstr ""
1962
1975
  msgid "config.ssr_fakedomain.label"
1963
1976
  msgstr "SSR FakeDomain"
1964
1977
 
1978
+ msgid "config.sub_full_clash_enable.description"
1979
+ msgstr "config.sub_full_clash_enable.description"
1980
+
1981
+ msgid "config.sub_full_clash_enable.label"
1982
+ msgstr "config.sub_full_clash_enable.label"
1983
+
1984
+ msgid "config.sub_full_clash_meta_enable.description"
1985
+ msgstr "config.sub_full_clash_meta_enable.description"
1986
+
1987
+ msgid "config.sub_full_clash_meta_enable.label"
1988
+ msgstr "config.sub_full_clash_meta_enable.label"
1989
+
1990
+ msgid "config.sub_full_links_b64_enable.description"
1991
+ msgstr "config.sub_full_links_b64_enable.description"
1992
+
1993
+ msgid "config.sub_full_links_b64_enable.label"
1994
+ msgstr "config.sub_full_links_b64_enable.label"
1995
+
1996
+ msgid "config.sub_full_links_enable.description"
1997
+ msgstr "config.sub_full_links_enable.description"
1998
+
1999
+ msgid "config.sub_full_links_enable.label"
2000
+ msgstr "config.sub_full_links_enable.label"
2001
+
2002
+ msgid "config.sub_full_singbox_enable.description"
2003
+ msgstr "config.sub_full_singbox_enable.description"
2004
+
2005
+ msgid "config.sub_full_singbox_enable.label"
2006
+ msgstr "config.sub_full_singbox_enable.label"
2007
+
2008
+ msgid "config.sub_full_xray_json_enable.description"
2009
+ msgstr "config.sub_full_xray_json_enable.description"
2010
+
2011
+ msgid "config.sub_full_xray_json_enable.label"
2012
+ msgstr "config.sub_full_xray_json_enable.label"
2013
+
2014
+ msgid "config.sub_singbox_ssh_enable.description"
2015
+ msgstr "config.sub_singbox_ssh_enable.description"
2016
+
2017
+ msgid "config.sub_singbox_ssh_enable.label"
2018
+ msgstr "config.sub_singbox_ssh_enable.label"
2019
+
1965
2020
  msgid "config.tcp_enable.description"
1966
2021
  msgstr "Enable TCP Protocol"
1967
2022
 
1968
2023
  msgid "config.tcp_enable.label"
1969
- msgstr "Enable TCP"
2024
+ msgstr "🟠 Enable TCP"
1970
2025
 
1971
2026
  msgid "config.telegram.description"
1972
2027
  msgstr "A proxy designed for Telegram to bypass Telegram filtering"
@@ -2099,7 +2154,7 @@ msgid "config.trojan_enable.description"
2099
2154
  msgstr "Enable Trojan Protocol"
2100
2155
 
2101
2156
  msgid "config.trojan_enable.label"
2102
- msgstr "Enable Trojan"
2157
+ msgstr "🟤 Enable Trojan"
2103
2158
 
2104
2159
  msgid "config.tuic.description"
2105
2160
  msgstr ""
@@ -2114,10 +2169,10 @@ msgid "config.tuic_enable.description"
2114
2169
  msgstr "It is a UDP based protocol similar to QUIC"
2115
2170
 
2116
2171
  msgid "config.tuic_enable.label"
2117
- msgstr "Enable TUIC"
2172
+ msgstr "⚫️ Enable TUIC"
2118
2173
 
2119
2174
  msgid "config.tuic_port.description"
2120
- msgstr "Use comma to separate ports like 63000,60000"
2175
+ msgstr "Use comma to separate ports like ( 63000,60000 )"
2121
2176
 
2122
2177
  msgid "config.tuic_port.label"
2123
2178
  msgstr "TUIC Ports"
@@ -2157,13 +2212,13 @@ msgid "config.vless_enable.description"
2157
2212
  msgstr "Enable VLess Protocol"
2158
2213
 
2159
2214
  msgid "config.vless_enable.label"
2160
- msgstr "Enable VLess"
2215
+ msgstr "⚫️ Enable VLess"
2161
2216
 
2162
2217
  msgid "config.vmess_enable.description"
2163
2218
  msgstr "Active VMess Protocol"
2164
2219
 
2165
2220
  msgid "config.vmess_enable.label"
2166
- msgstr "♈️ Enable VMess"
2221
+ msgstr "🟣 Enable VMess"
2167
2222
 
2168
2223
  msgid "config.warp-https-domain-for-warp-site"
2169
2224
  msgstr "config.warp-https-domain-for-warp-site"
@@ -2278,7 +2333,7 @@ msgid "config.xtls_enable.description"
2278
2333
  msgstr "Enable XTLS Protocol"
2279
2334
 
2280
2335
  msgid "config.xtls_enable.label"
2281
- msgstr "Enable XTLS"
2336
+ msgstr "🟢 Enable XTLS"
2282
2337
 
2283
2338
  msgid "config.invalid uuid"
2284
2339
  msgstr ""
@@ -2352,19 +2407,19 @@ msgid "items"
2352
2407
  msgstr "items"
2353
2408
 
2354
2409
  msgid "lang.en"
2355
- msgstr "🇺🇸 English انگلیسی 英语"
2410
+ msgstr "🇺🇸 English - Английский"
2356
2411
 
2357
2412
  msgid "lang.fa"
2358
- msgstr "🇮🇷 Persian فارسی 波斯语"
2413
+ msgstr "🇮🇷 Persian - فارسی"
2359
2414
 
2360
2415
  msgid "lang.pt"
2361
- msgstr "🇵🇹 Portuguese پرتغالی 葡萄牙語"
2416
+ msgstr "🇵🇹 Portuguese - پرتغالی"
2362
2417
 
2363
2418
  msgid "lang.ru"
2364
- msgstr "🇷🇺 Russian روسی Русский"
2419
+ msgstr "🇷🇺 Russian - Русский"
2365
2420
 
2366
2421
  msgid "lang.zh"
2367
- msgstr "🇨🇳 Chinese چینی 简体中文"
2422
+ msgstr "🇨🇳 Chinese - 简体中文"
2368
2423
 
2369
2424
  msgid "lib.telegram.erlang"
2370
2425
  msgstr "✴️ Erlang : Good Performance"
@@ -93,9 +93,6 @@ msgstr "پردازنده %(cores)s هسته"
93
93
  msgid "Can add sub admin"
94
94
  msgstr "👥 امکان اضافه کردن ادمین فرعی"
95
95
 
96
- msgid "Can not connect to Cloudflare."
97
- msgstr "نمی توان به Cloudflare متصل شد."
98
-
99
96
  msgid "Check again"
100
97
  msgstr "بررسی مجدد"
101
98
 
@@ -106,7 +103,7 @@ msgid "China"
106
103
  msgstr "🇨🇳 چین"
107
104
 
108
105
  msgid "Click here to see the complete log"
109
- msgstr "برای دیدن لاگ کامل، اینجا کلیک کنید."
106
+ msgstr "برای دیدن لاگ کامل، اینجا کلیک کنید"
110
107
 
111
108
  msgid "Click to Import"
112
109
  msgstr "کلیک برای افزودن کانفیگ"
@@ -121,7 +118,7 @@ msgid "Commercial use"
121
118
  msgstr "استفاده تجاری"
122
119
 
123
120
  msgid "Config file is incorrect"
124
- msgstr "فایل کانفیگ اشتباه است."
121
+ msgstr "فایل کانفیگ اشتباه است"
125
122
 
126
123
  msgid "Copy Link"
127
124
  msgstr "کپی لینک"
@@ -887,7 +884,7 @@ msgid ""
887
884
  msgstr ""
888
885
  "🔄 پنل هیدیفای به صورت خودکار هر ۶ ساعت یک Backup میگیرد. مسیر فایل های Backup روی سرور: ⬇️\n"
889
886
  "<br>\n"
890
- "/opt/hiddify-manager/hiddify-panel/backup/\n"
887
+ "💿 /opt/hiddify-manager/hiddify-panel/backup/\n"
891
888
  "<br>\n"
892
889
  "<br>\n"
893
890
  "<br>\n"
@@ -1124,6 +1121,9 @@ msgstr "☑️ انتخاب کننده آی‌پی CDN به صورت خودکا
1124
1121
  msgid "cdn"
1125
1122
  msgstr "🔀 سی‌دی‌ان (پروکسی کلودفلر و ...)"
1126
1123
 
1124
+ msgid "cf-delete.failed"
1125
+ msgstr ""
1126
+
1127
1127
  msgid "child has been removed!"
1128
1128
  msgstr "پنل زیر مجموعه حذف شد"
1129
1129
 
@@ -1136,15 +1136,15 @@ msgstr ""
1136
1136
  msgid "child.sync-failed"
1137
1137
  msgstr ""
1138
1138
 
1139
- msgid "child.sync-success"
1140
- msgstr ""
1141
-
1142
1139
  msgid "clickable copy"
1143
1140
  msgstr "لینک برای شبکه‌های اجتماعی"
1144
1141
 
1145
1142
  msgid "close"
1146
1143
  msgstr "بستن"
1147
1144
 
1145
+ msgid "cloudflare.error"
1146
+ msgstr ""
1147
+
1148
1148
  msgid "config.Domain already used"
1149
1149
  msgstr "دامنه در بخش دامنه‌ها وجود دارد. از دامنه دیگری استفاده کنید."
1150
1150
 
@@ -1385,7 +1385,7 @@ msgid "config.h2_enable.description"
1385
1385
  msgstr "فعال کردن پروتکل HTTP/2"
1386
1386
 
1387
1387
  msgid "config.h2_enable.label"
1388
- msgstr "فعال سازی h2"
1388
+ msgstr "🔵 فعال سازی h2"
1389
1389
 
1390
1390
  msgid "config.hidden.description"
1391
1391
  msgstr "-"
@@ -1393,6 +1393,12 @@ msgstr "-"
1393
1393
  msgid "config.hidden.label"
1394
1394
  msgstr "-"
1395
1395
 
1396
+ msgid "config.hiddifycli_enable.description"
1397
+ msgstr ""
1398
+
1399
+ msgid "config.hiddifycli_enable.label"
1400
+ msgstr ""
1401
+
1396
1402
  msgid "config.http.description"
1397
1403
  msgstr "تنظیمات مربوط به اتصال HTTP"
1398
1404
 
@@ -1442,7 +1448,7 @@ msgid "config.hysteria_enable.description"
1442
1448
  msgstr "برای فعال کردن پروتکل هیستریا مبتنی بر UDP"
1443
1449
 
1444
1450
  msgid "config.hysteria_enable.label"
1445
- msgstr "هیستریا را فعال کنید"
1451
+ msgstr "⚪️ هیستریا را فعال کنید"
1446
1452
 
1447
1453
  msgid "config.hysteria_obfs_enable.description"
1448
1454
  msgstr "مبهم سازی هیستری (Salamander) را فعال می کند"
@@ -1463,7 +1469,7 @@ msgid "config.hysteria_up_mbps.label"
1463
1469
  msgstr "⬆️ آپلود (mbps) Hysteria"
1464
1470
 
1465
1471
  msgid "config.invalid-pattern-for-warp-sites"
1466
- msgstr ""
1472
+ msgstr "⚠️ سایت وارد شده برای وارپ با الگوی تعیین شده مطابقت ندارد"
1467
1473
 
1468
1474
  msgid "config.is_parent.description"
1469
1475
  msgstr "-"
@@ -1503,6 +1509,12 @@ msgstr "-"
1503
1509
  msgid "config.last_hash.label"
1504
1510
  msgstr "-"
1505
1511
 
1512
+ msgid "config.last_priodic_usage_check.description"
1513
+ msgstr ""
1514
+
1515
+ msgid "config.last_priodic_usage_check.label"
1516
+ msgstr ""
1517
+
1506
1518
  msgid "config.license.description"
1507
1519
  msgstr "برای استفاده تجاری از این محصول باید مجوز آن را خریداری کنید"
1508
1520
 
@@ -1728,7 +1740,7 @@ msgid "config.quic_enable.description"
1728
1740
  msgstr "فعال کردن پروتکل QUIC"
1729
1741
 
1730
1742
  msgid "config.quic_enable.label"
1731
- msgstr "Enable QUIC Protocol"
1743
+ msgstr "🟡 فعال سازی QUIC"
1732
1744
 
1733
1745
  msgid "config.reality.description"
1734
1746
  msgstr "REALITY قابلیت اثر انگشت TLS سمت سرور را حذف می کند"
@@ -1740,7 +1752,7 @@ msgid "config.reality_enable.description"
1740
1752
  msgstr "فعال کردن پروتکل Reality"
1741
1753
 
1742
1754
  msgid "config.reality_enable.label"
1743
- msgstr "فعال سازی Reality"
1755
+ msgstr "🔴 فعال سازی Reality"
1744
1756
 
1745
1757
  msgid "config.reality_fallback_domain.description"
1746
1758
  msgstr ""
@@ -1957,11 +1969,53 @@ msgstr ""
1957
1969
  msgid "config.ssr_fakedomain.label"
1958
1970
  msgstr "دامنه جعلی برای SSR"
1959
1971
 
1972
+ msgid "config.sub_full_clash_enable.description"
1973
+ msgstr ""
1974
+
1975
+ msgid "config.sub_full_clash_enable.label"
1976
+ msgstr ""
1977
+
1978
+ msgid "config.sub_full_clash_meta_enable.description"
1979
+ msgstr ""
1980
+
1981
+ msgid "config.sub_full_clash_meta_enable.label"
1982
+ msgstr ""
1983
+
1984
+ msgid "config.sub_full_links_b64_enable.description"
1985
+ msgstr ""
1986
+
1987
+ msgid "config.sub_full_links_b64_enable.label"
1988
+ msgstr ""
1989
+
1990
+ msgid "config.sub_full_links_enable.description"
1991
+ msgstr ""
1992
+
1993
+ msgid "config.sub_full_links_enable.label"
1994
+ msgstr ""
1995
+
1996
+ msgid "config.sub_full_singbox_enable.description"
1997
+ msgstr ""
1998
+
1999
+ msgid "config.sub_full_singbox_enable.label"
2000
+ msgstr ""
2001
+
2002
+ msgid "config.sub_full_xray_json_enable.description"
2003
+ msgstr ""
2004
+
2005
+ msgid "config.sub_full_xray_json_enable.label"
2006
+ msgstr ""
2007
+
2008
+ msgid "config.sub_singbox_ssh_enable.description"
2009
+ msgstr ""
2010
+
2011
+ msgid "config.sub_singbox_ssh_enable.label"
2012
+ msgstr ""
2013
+
1960
2014
  msgid "config.tcp_enable.description"
1961
2015
  msgstr "فعال کردن پروتکل TCP"
1962
2016
 
1963
2017
  msgid "config.tcp_enable.label"
1964
- msgstr "فعال سازی TCP"
2018
+ msgstr "🟠 فعال سازی TCP"
1965
2019
 
1966
2020
  msgid "config.telegram.description"
1967
2021
  msgstr ""
@@ -2095,7 +2149,7 @@ msgid "config.trojan_enable.description"
2095
2149
  msgstr "فعال کردن پروتکل Trojan"
2096
2150
 
2097
2151
  msgid "config.trojan_enable.label"
2098
- msgstr "فعال سازی Trojan"
2152
+ msgstr "🟤 فعال سازی Trojan"
2099
2153
 
2100
2154
  msgid "config.tuic.description"
2101
2155
  msgstr ""
@@ -2109,7 +2163,7 @@ msgid "config.tuic_enable.description"
2109
2163
  msgstr "این یک پروتکل مبتنی بر UDP شبیه به quic است"
2110
2164
 
2111
2165
  msgid "config.tuic_enable.label"
2112
- msgstr "فعال کردن TUIC"
2166
+ msgstr "🔘 فعال کردن TUIC"
2113
2167
 
2114
2168
  msgid "config.tuic_port.description"
2115
2169
  msgstr "از کاما برای جدا کردن پروت‌ها استفاده کنید مثلا 63000,60000"
@@ -2152,13 +2206,13 @@ msgid "config.vless_enable.description"
2152
2206
  msgstr "فعال کردن پروتکل VLess"
2153
2207
 
2154
2208
  msgid "config.vless_enable.label"
2155
- msgstr "فعال سازی VLess"
2209
+ msgstr "⚫️ فعال سازی VLess"
2156
2210
 
2157
2211
  msgid "config.vmess_enable.description"
2158
2212
  msgstr "فعال کردن پروتکل VMess"
2159
2213
 
2160
2214
  msgid "config.vmess_enable.label"
2161
- msgstr "♈️ فعال کردن VMess"
2215
+ msgstr "🟣 فعال کردن VMess"
2162
2216
 
2163
2217
  msgid "config.warp-https-domain-for-warp-site"
2164
2218
  msgstr ""
@@ -2274,7 +2328,7 @@ msgid "config.xtls_enable.description"
2274
2328
  msgstr "فعال کردن پروتکل XTLS"
2275
2329
 
2276
2330
  msgid "config.xtls_enable.label"
2277
- msgstr "فعال سازی XTLS"
2331
+ msgstr "🟢 فعال سازی XTLS"
2278
2332
 
2279
2333
  msgid "config.invalid uuid"
2280
2334
  msgstr ""
@@ -93,9 +93,6 @@ msgstr "CPU %(cores)s Núcleos "
93
93
  msgid "Can add sub admin"
94
94
  msgstr "👥 Pode adicionar subadministrador"
95
95
 
96
- msgid "Can not connect to Cloudflare."
97
- msgstr "Não é possível conectar ao Cloudflare."
98
-
99
96
  msgid "Check again"
100
97
  msgstr "Verifique novamente"
101
98
 
@@ -1082,6 +1079,9 @@ msgstr "Seletor automático de CDN IP"
1082
1079
  msgid "cdn"
1083
1080
  msgstr "CDN (Cloudflare Proxy, ...)"
1084
1081
 
1082
+ msgid "cf-delete.failed"
1083
+ msgstr ""
1084
+
1085
1085
  msgid "child has been removed!"
1086
1086
  msgstr "Child removido"
1087
1087
 
@@ -1094,15 +1094,15 @@ msgstr ""
1094
1094
  msgid "child.sync-failed"
1095
1095
  msgstr ""
1096
1096
 
1097
- msgid "child.sync-success"
1098
- msgstr ""
1099
-
1100
1097
  msgid "clickable copy"
1101
1098
  msgstr "Link para mídias sociais"
1102
1099
 
1103
1100
  msgid "close"
1104
1101
  msgstr "Fechar"
1105
1102
 
1103
+ msgid "cloudflare.error"
1104
+ msgstr ""
1105
+
1106
1106
  msgid "config.Domain already used"
1107
1107
  msgstr "O domínio existe na seção de domínios. Usar outro domínio"
1108
1108
 
@@ -1355,6 +1355,12 @@ msgstr "config.hidden.description"
1355
1355
  msgid "config.hidden.label"
1356
1356
  msgstr "config.hidden.label"
1357
1357
 
1358
+ msgid "config.hiddifycli_enable.description"
1359
+ msgstr ""
1360
+
1361
+ msgid "config.hiddifycli_enable.label"
1362
+ msgstr ""
1363
+
1358
1364
  msgid "config.http.description"
1359
1365
  msgstr "As configurações HTTP podem ser definidas nesta seção"
1360
1366
 
@@ -1464,6 +1470,12 @@ msgstr "config.last_hash.description"
1464
1470
  msgid "config.last_hash.label"
1465
1471
  msgstr "config.last_hash.label"
1466
1472
 
1473
+ msgid "config.last_priodic_usage_check.description"
1474
+ msgstr ""
1475
+
1476
+ msgid "config.last_priodic_usage_check.label"
1477
+ msgstr ""
1478
+
1467
1479
  msgid "config.license.description"
1468
1480
  msgstr "Para uso comercial deste produto, você deve comprar sua licença"
1469
1481
 
@@ -1892,6 +1904,48 @@ msgstr ""
1892
1904
  msgid "config.ssr_fakedomain.label"
1893
1905
  msgstr "SSR FakeDomain"
1894
1906
 
1907
+ msgid "config.sub_full_clash_enable.description"
1908
+ msgstr ""
1909
+
1910
+ msgid "config.sub_full_clash_enable.label"
1911
+ msgstr ""
1912
+
1913
+ msgid "config.sub_full_clash_meta_enable.description"
1914
+ msgstr ""
1915
+
1916
+ msgid "config.sub_full_clash_meta_enable.label"
1917
+ msgstr ""
1918
+
1919
+ msgid "config.sub_full_links_b64_enable.description"
1920
+ msgstr ""
1921
+
1922
+ msgid "config.sub_full_links_b64_enable.label"
1923
+ msgstr ""
1924
+
1925
+ msgid "config.sub_full_links_enable.description"
1926
+ msgstr ""
1927
+
1928
+ msgid "config.sub_full_links_enable.label"
1929
+ msgstr ""
1930
+
1931
+ msgid "config.sub_full_singbox_enable.description"
1932
+ msgstr ""
1933
+
1934
+ msgid "config.sub_full_singbox_enable.label"
1935
+ msgstr ""
1936
+
1937
+ msgid "config.sub_full_xray_json_enable.description"
1938
+ msgstr ""
1939
+
1940
+ msgid "config.sub_full_xray_json_enable.label"
1941
+ msgstr ""
1942
+
1943
+ msgid "config.sub_singbox_ssh_enable.description"
1944
+ msgstr ""
1945
+
1946
+ msgid "config.sub_singbox_ssh_enable.label"
1947
+ msgstr ""
1948
+
1895
1949
  msgid "config.tcp_enable.description"
1896
1950
  msgstr ""
1897
1951