hiddifypanel 10.80.0.dev8__py3-none-any.whl → 10.80.0.dev10__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 +1 -1
  3. hiddifypanel/apps/__init__.py +0 -0
  4. hiddifypanel/apps/asgi_app.py +7 -0
  5. hiddifypanel/apps/celery_app.py +3 -0
  6. hiddifypanel/apps/wsgi_app.py +5 -0
  7. hiddifypanel/base.py +43 -129
  8. hiddifypanel/base_setup.py +82 -0
  9. hiddifypanel/cache.py +1 -1
  10. hiddifypanel/celery.py +45 -0
  11. hiddifypanel/database.py +7 -0
  12. hiddifypanel/panel/__init__.py +8 -8
  13. hiddifypanel/panel/cli.py +11 -2
  14. hiddifypanel/panel/commercial/restapi/v2/admin/system_actions.py +5 -1
  15. hiddifypanel/panel/commercial/restapi/v2/admin/user_api.py +2 -1
  16. hiddifypanel/panel/hlogger.py +32 -0
  17. hiddifypanel/panel/node/__init__.py +9 -0
  18. hiddifypanel/panel/node/a.py +14 -0
  19. hiddifypanel/panel/node/hello.py +15 -0
  20. hiddifypanel/panel/node/test.proto +13 -0
  21. hiddifypanel/panel/node/test_grpc.py +40 -0
  22. hiddifypanel/panel/node/test_pb2.py +40 -0
  23. hiddifypanel/panel/node/test_pb2.pyi +17 -0
  24. hiddifypanel/panel/node/test_pb2_grpc.py +97 -0
  25. hiddifypanel/panel/usage.py +13 -3
  26. hiddifypanel/templates/fake.html +0 -320
  27. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  28. hiddifypanel/translations/en/LC_MESSAGES/messages.po +0 -545
  29. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  30. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +0 -555
  31. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  32. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +0 -546
  33. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  34. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +0 -552
  35. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  36. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +0 -513
  37. hiddifypanel/translations.i18n/en.json +1 -310
  38. hiddifypanel/translations.i18n/fa.json +1 -310
  39. hiddifypanel/translations.i18n/pt.json +1 -310
  40. hiddifypanel/translations.i18n/ru.json +1 -310
  41. hiddifypanel/translations.i18n/zh.json +1 -310
  42. {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev10.dist-info}/METADATA +11 -6
  43. {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev10.dist-info}/RECORD +46 -31
  44. {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev10.dist-info}/LICENSE.md +0 -0
  45. {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev10.dist-info}/WHEEL +0 -0
  46. {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev10.dist-info}/entry_points.txt +0 -0
@@ -1081,9 +1081,6 @@ msgstr "V2RayNG"
1081
1081
  msgid "auto"
1082
1082
  msgstr "Auto"
1083
1083
 
1084
- msgid "auto_cdn_ip"
1085
- msgstr "☑️ Automatic CDN IP Selector"
1086
-
1087
1084
  msgid "bot.admin_welcome"
1088
1085
  msgstr "Hooray 🎉 🎉 🎉 Welcome to admin bot. Choose your action"
1089
1086
 
@@ -1093,9 +1090,6 @@ msgstr ""
1093
1090
  "Welcome to Hiddify bot\n"
1094
1091
  "Start by clicking the link on the Panel or entering your UUID user."
1095
1092
 
1096
- msgid "cdn"
1097
- msgstr "🔀 CDN (Cloudflare Proxy, ...)"
1098
-
1099
1093
  msgid "cf-delete.failed"
1100
1094
  msgstr "cf-delete.failed"
1101
1095
 
@@ -1244,15 +1238,6 @@ msgstr ""
1244
1238
  msgid "config.cloudflare.label"
1245
1239
  msgstr "🔑 Cloudflare API"
1246
1240
 
1247
- msgid "config.core_type.description"
1248
- msgstr ""
1249
- "☢️ XRay : Is a Complete Core\n"
1250
- "<br>\n"
1251
- "📦 Singbox : Developed by SagerNet. It is also a good core"
1252
-
1253
- msgid "config.core_type.label"
1254
- msgstr "🎛️ Core"
1255
-
1256
1241
  msgid "config.country.description"
1257
1242
  msgstr ""
1258
1243
  "It applies the appropriate settings for each country according to the "
@@ -1261,24 +1246,12 @@ msgstr ""
1261
1246
  msgid "config.country.label"
1262
1247
  msgstr "🌍 Country"
1263
1248
 
1264
- msgid "config.create_easysetup_link.description"
1265
- msgstr "config.create_easysetup_link.description"
1266
-
1267
- msgid "config.create_easysetup_link.label"
1268
- msgstr "config.create_easysetup_link.label"
1269
-
1270
1249
  msgid "config.db_version.description"
1271
1250
  msgstr "Database Version Description"
1272
1251
 
1273
1252
  msgid "config.db_version.label"
1274
1253
  msgstr "Database Version Label"
1275
1254
 
1276
- msgid "config.dbvalues.description"
1277
- msgstr "config.dbvalues.description"
1278
-
1279
- msgid "config.dbvalues.label"
1280
- msgstr "config.dbvalues.label"
1281
-
1282
1255
  msgid "config.decoy_domain.description"
1283
1256
  msgstr ""
1284
1257
  "Fake Site: simulates a site when someone visits your domain directly.<br>\n"
@@ -1289,15 +1262,6 @@ msgstr ""
1289
1262
  msgid "config.decoy_domain.label"
1290
1263
  msgstr "📺 Decoy Site"
1291
1264
 
1292
- msgid "config.dns_server.description"
1293
- msgstr ""
1294
- "✳️ Default 1.1.1.1 <br>\n"
1295
- "🚧 Block Malware 1.1.1.2 <br>\n"
1296
- "🔞 Block Porn 1.1.1.3\n"
1297
-
1298
- msgid "config.dns_server.label"
1299
- msgstr "🖥 DNS Server"
1300
-
1301
1265
  msgid "config.domain_fronting.description"
1302
1266
  msgstr ""
1303
1267
  "It is used to simulate another website instead of your website in SNI. therefore, GFW can not filter your Domain\n"
@@ -1348,32 +1312,6 @@ msgstr "It is General System Configurations"
1348
1312
  msgid "config.general.label"
1349
1313
  msgstr "General Settings"
1350
1314
 
1351
- msgid "config.grpc_enable.description"
1352
- msgstr ""
1353
- "gRPC is a modern open source high performance Remote Procedure Call (RPC) "
1354
- "framework. It can be used in supported CDNs"
1355
-
1356
- msgid "config.grpc_enable.label"
1357
- msgstr "➿ gRPC"
1358
-
1359
- msgid "config.h2_enable.description"
1360
- msgstr "Enable HTTP/2 Protocol"
1361
-
1362
- msgid "config.h2_enable.label"
1363
- msgstr "🔵 h2"
1364
-
1365
- msgid "config.hidden.description"
1366
- msgstr "config.hidden.description"
1367
-
1368
- msgid "config.hidden.label"
1369
- msgstr "config.hidden.label"
1370
-
1371
- msgid "config.hiddifycli_enable.description"
1372
- msgstr "config.hiddifycli_enable.description"
1373
-
1374
- msgid "config.hiddifycli_enable.label"
1375
- msgstr "config.hiddifycli_enable.label"
1376
-
1377
1315
  msgid "config.http.description"
1378
1316
  msgstr "HTTP Configurations could be set in this section"
1379
1317
 
@@ -1396,53 +1334,6 @@ msgstr ""
1396
1334
  msgid "config.http_proxy_enable.label"
1397
1335
  msgstr "☑️ Allow HTTP Connection"
1398
1336
 
1399
- msgid "config.httpupgrade_enable.description"
1400
- msgstr ""
1401
- "<p>HTTPUpgrade complete a HTTP 1.1 Upgrade request and response before using the connection directly. It is similar to WebSocket in the way it create an direction channel that can be forwarded by many reverse proxies and CDNs, without the need to deal with all the issue around WebSocket Protocol itself.<br />\n"
1402
- "⚠️ <strong>Not Available in Xray based Clients. Only Hiddify, Singbox, and V2fly clients are supported.</strong>&nbsp;<a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgrade\" target=\"_blank\"><strong>(Read More)</strong></a></p>"
1403
-
1404
- msgid "config.httpupgrade_enable.label"
1405
- msgstr "🆙 HTTPUpgrade Method"
1406
-
1407
- msgid "config.hysteria.description"
1408
- msgstr ""
1409
- "Hysteria is a feature-packed proxy & relay tool optimized for lossy, "
1410
- "unstable connections (e.g. satellite networks, congested public Wi-Fi, "
1411
- "connecting to foreign servers from China)"
1412
-
1413
- msgid "config.hysteria.label"
1414
- msgstr "Hysteria"
1415
-
1416
- msgid "config.hysteria_down_mbps.description"
1417
- msgstr "Hysteria Maximum Download Speed"
1418
-
1419
- msgid "config.hysteria_down_mbps.label"
1420
- msgstr "⬇️ Hysteria Download (mbps)"
1421
-
1422
- msgid "config.hysteria_enable.description"
1423
- msgstr "To Enable UDP based Hysteria Protocol"
1424
-
1425
- msgid "config.hysteria_enable.label"
1426
- msgstr "⚫️ Hysteria2"
1427
-
1428
- msgid "config.hysteria_obfs_enable.description"
1429
- msgstr " Enables Hysteria Obfuscation (Salamander)"
1430
-
1431
- msgid "config.hysteria_obfs_enable.label"
1432
- msgstr "🎛 Hysteria OBFS"
1433
-
1434
- msgid "config.hysteria_port.description"
1435
- msgstr "Hysteria UDP Port for example 5678"
1436
-
1437
- msgid "config.hysteria_port.label"
1438
- msgstr "🔍 Hysteria2 Port"
1439
-
1440
- msgid "config.hysteria_up_mbps.description"
1441
- msgstr "Hysteria Maximum Upload Speed"
1442
-
1443
- msgid "config.hysteria_up_mbps.label"
1444
- msgstr "⬆️ Hysteria Upload (mbps)"
1445
-
1446
1337
  msgid "config.invalid-pattern-for-warp-sites"
1447
1338
  msgstr ""
1448
1339
  "⚠️ The Site entered for the Warp does not match the specified template"
@@ -1491,97 +1382,12 @@ msgstr "config.last_hash.description"
1491
1382
  msgid "config.last_hash.label"
1492
1383
  msgstr "config.last_hash.label"
1493
1384
 
1494
- msgid "config.last_priodic_usage_check.description"
1495
- msgstr "config.last_priodic_usage_check.description"
1496
-
1497
- msgid "config.last_priodic_usage_check.label"
1498
- msgstr "config.last_priodic_usage_check.label"
1499
-
1500
1385
  msgid "config.license.description"
1501
1386
  msgstr "For commercial use of this Product, you must Purchase its License"
1502
1387
 
1503
1388
  msgid "config.license.label"
1504
1389
  msgstr "License Code"
1505
1390
 
1506
- msgid "config.log_level.description"
1507
- msgstr "config.log_level.description"
1508
-
1509
- msgid "config.log_level.label"
1510
- msgstr "config.log_level.label"
1511
-
1512
- msgid "config.mux.description"
1513
- msgstr "MUX (Multiplex) configurations could be set in this section"
1514
-
1515
- msgid "config.mux.label"
1516
- msgstr "MUX Config"
1517
-
1518
- msgid "config.mux_brutal_down_mbps.description"
1519
- msgstr "TCP-Brutal Maximum Download Speed"
1520
-
1521
- msgid "config.mux_brutal_down_mbps.label"
1522
- msgstr "⬇️ MUX Brutal Download (mbps)"
1523
-
1524
- msgid "config.mux_brutal_enable.description"
1525
- msgstr "Enables TCP-Brutal congestion control algorithm"
1526
-
1527
- msgid "config.mux_brutal_enable.label"
1528
- msgstr "☣️ MUX Brutal"
1529
-
1530
- msgid "config.mux_brutal_up_mbps.description"
1531
- msgstr "TCP-Brutal Maximum Upload Speed"
1532
-
1533
- msgid "config.mux_brutal_up_mbps.label"
1534
- msgstr "⬆️ MUX Brutal Upload (mbps)"
1535
-
1536
- msgid "config.mux_enable.description"
1537
- msgstr ""
1538
- "<p>Mux needs compatible clients. Mux in Hiddify and Singbox are not "
1539
- "compatible with XRay.&nbsp;<a href=\"https://hiddify.com/manager/basic-"
1540
- "concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" "
1541
- "target=\"_blank\">(Read More)</a></p>"
1542
-
1543
- msgid "config.mux_enable.label"
1544
- msgstr "Ⓜ️ MUX (⚠️ Incompatible With Some Clients)"
1545
-
1546
- msgid "config.mux_max_connections.description"
1547
- msgstr "Maximum Connections. Conflict with Max Streams"
1548
-
1549
- msgid "config.mux_max_connections.label"
1550
- msgstr "⛓ MUX Max Connections"
1551
-
1552
- msgid "config.mux_max_streams.description"
1553
- msgstr ""
1554
- "Maximum Multiplexed streams in a connection before opening a new connection"
1555
-
1556
- msgid "config.mux_max_streams.label"
1557
- msgstr "↗️ MUX Max Streams"
1558
-
1559
- msgid "config.mux_min_streams.description"
1560
- msgstr ""
1561
- "Minimum Multiplexed streams in a connection before opening a new connection"
1562
-
1563
- msgid "config.mux_min_streams.label"
1564
- msgstr "↘️ MUX Min Streams"
1565
-
1566
- msgid "config.mux_padding_enable.description"
1567
- msgstr "MUX Padding description"
1568
-
1569
- msgid "config.mux_padding_enable.label"
1570
- msgstr "⟹ MUX Padding"
1571
-
1572
- msgid "config.mux_protocol.description"
1573
- msgstr ""
1574
- "ℹ️ Multiplex Protocol. 'sMux' is used by default\n"
1575
- "<br>\n"
1576
- "➖ sMux: Stream Multiplexing\n"
1577
- "<br>\n"
1578
- "➖ YaMux: Yet Another Multiplexer\n"
1579
- "<br>\n"
1580
- "➖ h2Mux: Multiplexing Streams Over HTTP/2"
1581
-
1582
- msgid "config.mux_protocol.label"
1583
- msgstr "♍️ MUX Protocol"
1584
-
1585
1391
  msgid "config.netdata.description"
1586
1392
  msgstr ""
1587
1393
  "For displaying resources. uses your Server's CPU but it is not too much."
@@ -1607,24 +1413,6 @@ msgstr "Specify whether you want Released Package or Beta one"
1607
1413
  msgid "config.package_mode.label"
1608
1414
  msgstr "🔄 Package Update Mode"
1609
1415
 
1610
- msgid "config.panel_mode.description"
1611
- msgstr "config.panel_mode.description"
1612
-
1613
- msgid "config.panel_mode.label"
1614
- msgstr "config.panel_mode.label"
1615
-
1616
- msgid "config.parent_admin_proxy_path.description"
1617
- msgstr "config.parent_admin_proxy_path.description"
1618
-
1619
- msgid "config.parent_admin_proxy_path.label"
1620
- msgstr "config.parent_admin_proxy_path.label"
1621
-
1622
- msgid "config.parent_domain.description"
1623
- msgstr "config.parent_domain.description"
1624
-
1625
- msgid "config.parent_domain.label"
1626
- msgstr "config.parent_domain.label"
1627
-
1628
1416
  msgid "config.parent_panel.description"
1629
1417
  msgstr ""
1630
1418
  "You can Connect to the Central Panel to define only one user and the usage "
@@ -1639,18 +1427,6 @@ msgstr "gRPC Path In Configs"
1639
1427
  msgid "config.path_grpc.label"
1640
1428
  msgstr "ℹ️ gRPC Path"
1641
1429
 
1642
- msgid "config.path_httpupgrade.description"
1643
- msgstr "should be random"
1644
-
1645
- msgid "config.path_httpupgrade.label"
1646
- msgstr "ℹ️ HTTP Upgrade Path"
1647
-
1648
- msgid "config.path_splithttp.description"
1649
- msgstr "This option defines the Path for Split HTTP"
1650
-
1651
- msgid "config.path_splithttp.label"
1652
- msgstr "ℹ️ Path for Split HTTP"
1653
-
1654
1430
  msgid "config.path_ss.description"
1655
1431
  msgstr "Shadowsocks Path in the Links"
1656
1432
 
@@ -1705,37 +1481,12 @@ msgstr "We use secret proxy path to hide our proxies for the gouvernment"
1705
1481
  msgid "config.proxy_path.label"
1706
1482
  msgstr "ℹ️ Secret Proxy Path"
1707
1483
 
1708
- msgid "config.proxy_path_admin.description"
1709
- msgstr ""
1710
- "We use secret proxy path to hide our proxies for the governments and bots"
1711
-
1712
- msgid "config.proxy_path_admin.label"
1713
- msgstr "🔐 Proxy Path for Admins"
1714
-
1715
- msgid "config.proxy_path_client.description"
1716
- msgstr "Secret proxy path hide the proxies from the governments and bots"
1717
-
1718
- msgid "config.proxy_path_client.label"
1719
- msgstr "🔏 Proxy Path for Clients"
1720
-
1721
- msgid "config.quic_enable.description"
1722
- msgstr "Enable QUIC Protocol"
1723
-
1724
- msgid "config.quic_enable.label"
1725
- msgstr "🟡 QUIC"
1726
-
1727
1484
  msgid "config.reality.description"
1728
1485
  msgstr "REALITY eliminate the Server-Side TLS Fingerprint Feature"
1729
1486
 
1730
1487
  msgid "config.reality.label"
1731
1488
  msgstr "Reality"
1732
1489
 
1733
- msgid "config.reality_enable.description"
1734
- msgstr "Enable Reality Protocol"
1735
-
1736
- msgid "config.reality_enable.label"
1737
- msgstr "🔴 Reality"
1738
-
1739
1490
  msgid "config.reality_fallback_domain.description"
1740
1491
  msgstr ""
1741
1492
  "When the GFW visit the Websites in Server names, it will be redirect to this"
@@ -1744,14 +1495,6 @@ msgstr ""
1744
1495
  msgid "config.reality_fallback_domain.label"
1745
1496
  msgstr "🌍 Reality Fallback Domain"
1746
1497
 
1747
- msgid "config.reality_port.description"
1748
- msgstr ""
1749
- "You can set a customized port for your reality server to reduce the system's"
1750
- " overhead. (Allow direct connection to proxies should be yes)"
1751
-
1752
- msgid "config.reality_port.label"
1753
- msgstr "↔️ Direct Reality Port"
1754
-
1755
1498
  msgid "config.reality_private_key.description"
1756
1499
  msgstr "Do Not Change It"
1757
1500
 
@@ -1794,34 +1537,6 @@ msgstr "config.restls1_3_domain.description"
1794
1537
  msgid "config.restls1_3_domain.label"
1795
1538
  msgstr "config.restls1_3_domain.label"
1796
1539
 
1797
- msgid "config.shadowsocks.description"
1798
- msgstr "Shadowsocks is a fast tunnel proxy that helps you bypass firewalls"
1799
-
1800
- msgid "config.shadowsocks.label"
1801
- msgstr "Shadowsocks"
1802
-
1803
- msgid "config.shadowsocks2022_enable.description"
1804
- msgstr ""
1805
- "Shadowsocks 2022 is a secure Proxy Protocol for TCP and UDP traffic. The "
1806
- "proxy traffic is indistinguishable from a random byte stream, and therefore "
1807
- "can circumvent firewalls and Internet censors that rely on DPI (Deep Packet "
1808
- "Inspection)"
1809
-
1810
- msgid "config.shadowsocks2022_enable.label"
1811
- msgstr "⭕️ Shadowsocks 2022"
1812
-
1813
- msgid "config.shadowsocks2022_method.description"
1814
- msgstr "This method also used in ShadowTLS and SSFakeTLS"
1815
-
1816
- msgid "config.shadowsocks2022_method.label"
1817
- msgstr "🔐 Shadowsocks Encrypytion Method"
1818
-
1819
- msgid "config.shadowsocks2022_port.description"
1820
- msgstr "It needs both UDP and TCP to be Free"
1821
-
1822
- msgid "config.shadowsocks2022_port.label"
1823
- msgstr "↔️ Shadowsocks 2022 Port"
1824
-
1825
1540
  msgid "config.shadowtls.description"
1826
1541
  msgstr ""
1827
1542
  "A Proxy to expose real tls handshake to the firewall.\n"
@@ -1871,14 +1586,6 @@ msgstr ""
1871
1586
  msgid "config.speed_test.label"
1872
1587
  msgstr "🚀 Speed Test"
1873
1588
 
1874
- msgid "config.splithttp_enable.description"
1875
- msgstr ""
1876
- "<p>This Protocol send and receive information in individual channels.<br />\n"
1877
- "⚠️ <strong>Not Support in SignBox based Clients. Only Hiddify App, and XRay base Clients are supported.</strong></p>"
1878
-
1879
- msgid "config.splithttp_enable.label"
1880
- msgstr "🈁 Split HTTP"
1881
-
1882
1589
  msgid "config.ssfaketls.description"
1883
1590
  msgstr ""
1884
1591
  "Shadowsocks FakeTLS is a simple obfusacting tool that encapsulate the date "
@@ -1901,36 +1608,6 @@ msgstr ""
1901
1608
  msgid "config.ssfaketls_fakedomain.label"
1902
1609
  msgstr "🌍 SS FakeTLS FakeDomain"
1903
1610
 
1904
- msgid "config.ssh.description"
1905
- msgstr ""
1906
- "ℹ️ An SSH proxy, also known as an SSH tunnel or SSH port forwarding, is a "
1907
- "secure method of creating a secure communication channel between two "
1908
- "machines over an insecure network. We have a specific application which is "
1909
- "completely different from SSH server and can not execute any commands"
1910
-
1911
- msgid "config.ssh.label"
1912
- msgstr "SSH Proxy"
1913
-
1914
- msgid "config.ssh_server_enable.description"
1915
- msgstr "SSH Proxy is completely different than original SSH Server"
1916
-
1917
- msgid "config.ssh_server_enable.label"
1918
- msgstr "✔️ SSH Proxy"
1919
-
1920
- msgid "config.ssh_server_port.description"
1921
- msgstr ""
1922
- "This is completely different from your original SSH server. It is a "
1923
- "dedicated program."
1924
-
1925
- msgid "config.ssh_server_port.label"
1926
- msgstr "↔️ SSH Proxy Port"
1927
-
1928
- msgid "config.ssh_server_redis_url.description"
1929
- msgstr "Not Used"
1930
-
1931
- msgid "config.ssh_server_redis_url.label"
1932
- msgstr "SSH user database address"
1933
-
1934
1611
  msgid "config.ssr.description"
1935
1612
  msgstr ""
1936
1613
  "ShadowsocksR is a fork of the original Shadowsocks project, claimed to be "
@@ -1956,58 +1633,6 @@ msgstr ""
1956
1633
  msgid "config.ssr_fakedomain.label"
1957
1634
  msgstr "SSR FakeDomain"
1958
1635
 
1959
- msgid "config.sub_full_clash_enable.description"
1960
- msgstr "config.sub_full_clash_enable.description"
1961
-
1962
- msgid "config.sub_full_clash_enable.label"
1963
- msgstr "config.sub_full_clash_enable.label"
1964
-
1965
- msgid "config.sub_full_clash_meta_enable.description"
1966
- msgstr "config.sub_full_clash_meta_enable.description"
1967
-
1968
- msgid "config.sub_full_clash_meta_enable.label"
1969
- msgstr "config.sub_full_clash_meta_enable.label"
1970
-
1971
- msgid "config.sub_full_links_b64_enable.description"
1972
- msgstr "config.sub_full_links_b64_enable.description"
1973
-
1974
- msgid "config.sub_full_links_b64_enable.label"
1975
- msgstr "config.sub_full_links_b64_enable.label"
1976
-
1977
- msgid "config.sub_full_links_enable.description"
1978
- msgstr "config.sub_full_links_enable.description"
1979
-
1980
- msgid "config.sub_full_links_enable.label"
1981
- msgstr "config.sub_full_links_enable.label"
1982
-
1983
- msgid "config.sub_full_singbox_enable.description"
1984
- msgstr "config.sub_full_singbox_enable.description"
1985
-
1986
- msgid "config.sub_full_singbox_enable.label"
1987
- msgstr "config.sub_full_singbox_enable.label"
1988
-
1989
- msgid "config.sub_full_xray_json_enable.description"
1990
- msgstr ""
1991
- "XRay full link provides comprehensive configuration options for XRay-"
1992
- "specific settings. This includes custom fragmentation and multiplexing (mux)"
1993
- " in applications such as v2rayNG that support XRay protocols for fine-tuned "
1994
- "control over XRay proxy setup."
1995
-
1996
- msgid "config.sub_full_xray_json_enable.label"
1997
- msgstr "⚙️ XRay Full Config Link"
1998
-
1999
- msgid "config.sub_singbox_ssh_enable.description"
2000
- msgstr "config.sub_singbox_ssh_enable.description"
2001
-
2002
- msgid "config.sub_singbox_ssh_enable.label"
2003
- msgstr "config.sub_singbox_ssh_enable.label"
2004
-
2005
- msgid "config.tcp_enable.description"
2006
- msgstr "Enables TCP Protocol"
2007
-
2008
- msgid "config.tcp_enable.label"
2009
- msgstr "🟠 TCP"
2010
-
2011
1636
  msgid "config.telegram.description"
2012
1637
  msgstr "A proxy designed for Telegram to bypass Telegram filtering"
2013
1638
 
@@ -2064,49 +1689,6 @@ msgstr "TLS Configurations could be set in this section"
2064
1689
  msgid "config.tls.label"
2065
1690
  msgstr "TLS Settings"
2066
1691
 
2067
- msgid "config.tls_fragment_enable.description"
2068
- msgstr ""
2069
- "<p>Under some circumstances, it can bypass the SNI blacklist system. <a "
2070
- "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
2071
- "the-TLS-Trick-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>"
2072
-
2073
- msgid "config.tls_fragment_enable.label"
2074
- msgstr "⏯ TLS Fragment"
2075
-
2076
- msgid "config.tls_fragment_size.description"
2077
- msgstr "The Size of each Packet"
2078
-
2079
- msgid "config.tls_fragment_size.label"
2080
- msgstr "🎚 TLS Fragment Size"
2081
-
2082
- msgid "config.tls_fragment_sleep.description"
2083
- msgstr "The time delay between Fragments"
2084
-
2085
- msgid "config.tls_fragment_sleep.label"
2086
- msgstr "⏱ TLS Fragment Sleep"
2087
-
2088
- msgid "config.tls_mixed_case.description"
2089
- msgstr "Enables TLS Mixed SNI Case Fragmentation"
2090
-
2091
- msgid "config.tls_mixed_case.label"
2092
- msgstr "🔠 TLS Mixed SNI Case"
2093
-
2094
- msgid "config.tls_padding_enable.description"
2095
- msgstr ""
2096
- "<p>Enables Padding for TLS Fragmentation. <a "
2097
- "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
2098
- "the-TLS-Trick-works-and-its-usage/#tls-padding\" target=\"_blank\">(Read "
2099
- "More)</a></p>"
2100
-
2101
- msgid "config.tls_padding_enable.label"
2102
- msgstr "♒️ TLS Padding"
2103
-
2104
- msgid "config.tls_padding_length.description"
2105
- msgstr "The length of the Padding for TLS Fragmentation"
2106
-
2107
- msgid "config.tls_padding_length.label"
2108
- msgstr "📏 TLS Padding"
2109
-
2110
1692
  msgid "config.tls_ports.description"
2111
1693
  msgstr ""
2112
1694
  "Comma separated integers indicating the ports to use as TLS Connection "
@@ -2115,12 +1697,6 @@ msgstr ""
2115
1697
  msgid "config.tls_ports.label"
2116
1698
  msgstr "🔎 TLS Ports"
2117
1699
 
2118
- msgid "config.tls_trick.description"
2119
- msgstr "TLS Fragmentation configurations could be set in this section"
2120
-
2121
- msgid "config.tls_trick.label"
2122
- msgstr "TLS Trick"
2123
-
2124
1700
  msgid "config.too_advanced.description"
2125
1701
  msgstr ""
2126
1702
  "Specify The Proxy Path. It is important especially if you are using HTTP and"
@@ -2135,12 +1711,6 @@ msgstr "Torrent Block Configurations could be set in this section."
2135
1711
  msgid "config.torrent_block.label"
2136
1712
  msgstr "Torrent Block Configuration"
2137
1713
 
2138
- msgid "config.trojan_enable.description"
2139
- msgstr "Enables Trojan Protocol"
2140
-
2141
- msgid "config.trojan_enable.label"
2142
- msgstr "🟤 Trojan"
2143
-
2144
1714
  msgid "config.tuic.description"
2145
1715
  msgstr ""
2146
1716
  "Delicately-TUICed High-Performance proxy is on top of the QUIC protocol. \n"
@@ -2193,12 +1763,6 @@ msgstr ""
2193
1763
  msgid "config.validation-success-no-reset"
2194
1764
  msgstr " ✅ Configs have been changed successfully"
2195
1765
 
2196
- msgid "config.vless_enable.description"
2197
- msgstr "Enable VLess Protocol"
2198
-
2199
- msgid "config.vless_enable.label"
2200
- msgstr "⚫️ VLess"
2201
-
2202
1766
  msgid "config.vmess_enable.description"
2203
1767
  msgstr "Active VMess Protocol"
2204
1768
 
@@ -2244,97 +1808,15 @@ msgstr ""
2244
1808
  msgid "config.warp_plus_code.label"
2245
1809
  msgstr "🔑 Warp Plus Key"
2246
1810
 
2247
- msgid "config.warp_sites.description"
2248
- msgstr ""
2249
- "Add additional sites to pass through WARP (only when warp mode is not None)"
2250
-
2251
- msgid "config.warp_sites.label"
2252
- msgstr "🆚 Additional WARP Sites"
2253
-
2254
- msgid "config.wireguard.description"
2255
- msgstr ""
2256
- "WireGuard is a lightweight, UDP based protocol known for its simplicity, "
2257
- "efficiency, and strong security. It offers quick setup, transparent code, "
2258
- "and has gained popularity for its ease of use across various operating "
2259
- "systems"
2260
-
2261
- msgid "config.wireguard.label"
2262
- msgstr "WireGuard"
2263
-
2264
- msgid "config.wireguard_enable.description"
2265
- msgstr ""
2266
- "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a "
2267
- "href=\"https://github.com/hiddify/hiddify-app\" "
2268
- "target=\"_blank\">Hiddify</a>)</p>"
2269
-
2270
- msgid "config.wireguard_enable.label"
2271
- msgstr "🐉 WireGuard"
2272
-
2273
- msgid "config.wireguard_ipv4.description"
2274
- msgstr "Enables IPv4 in WireGuard"
2275
-
2276
- msgid "config.wireguard_ipv4.label"
2277
- msgstr " IPv4 in WireGuard"
2278
-
2279
- msgid "config.wireguard_ipv6.description"
2280
- msgstr "Enables IPv6 in WireGuard"
2281
-
2282
- msgid "config.wireguard_ipv6.label"
2283
- msgstr "IPv6 in WireGuard"
2284
-
2285
- msgid "config.wireguard_noise_trick.description"
2286
- msgstr ""
2287
- "This method introduces extra noise to prevent detection and blocking by the "
2288
- "GFW"
2289
-
2290
- msgid "config.wireguard_noise_trick.label"
2291
- msgstr "💥 WireGuard Noise Trick"
2292
-
2293
- msgid "config.wireguard_port.description"
2294
- msgstr "Defines Port for WireGuard "
2295
-
2296
- msgid "config.wireguard_port.label"
2297
- msgstr "↔️ WireGuard Port"
2298
-
2299
- msgid "config.wireguard_private_key.description"
2300
- msgstr "A private key is specified to WireGuard"
2301
-
2302
- msgid "config.wireguard_private_key.label"
2303
- msgstr "WireGuard Private Key"
2304
-
2305
- msgid "config.wireguard_public_key.description"
2306
- msgstr "A public key is specified to WireGuard"
2307
-
2308
- msgid "config.wireguard_public_key.label"
2309
- msgstr "WireGuard Public Key"
2310
-
2311
- msgid "config.ws_enable.description"
2312
- msgstr "Websocket creates a tunnel over HTTP that is useful to be used in CDN"
2313
-
2314
- msgid "config.ws_enable.label"
2315
- msgstr "🔰 Websocket"
2316
-
2317
- msgid "config.xtls_enable.description"
2318
- msgstr "Enables XTLS Protocol"
2319
-
2320
- msgid "config.xtls_enable.label"
2321
- msgstr "🟢 XTLS"
2322
-
2323
1811
  msgid "copy"
2324
1812
  msgstr "Copy"
2325
1813
 
2326
- msgid "daily"
2327
- msgstr "⏰ Daily"
2328
-
2329
1814
  msgid "days"
2330
1815
  msgstr "Days"
2331
1816
 
2332
1817
  msgid "desktop"
2333
1818
  msgstr "Desktop"
2334
1819
 
2335
- msgid "direct"
2336
- msgstr "➡️ Direct"
2337
-
2338
1820
  msgid "domain.cdn"
2339
1821
  msgstr "CDN"
2340
1822
 
@@ -2392,9 +1874,6 @@ msgstr ""
2392
1874
  msgid "download"
2393
1875
  msgstr "Direct Download"
2394
1876
 
2395
- msgid "fake"
2396
- msgstr "🆎 Fake Site"
2397
-
2398
1877
  msgid "gRPC"
2399
1878
  msgstr "➿ gRPC"
2400
1879
 
@@ -2461,9 +1940,6 @@ msgstr "macOS"
2461
1940
  msgid "master.page-title"
2462
1941
  msgstr "HiddifyManager"
2463
1942
 
2464
- msgid "monthly"
2465
- msgstr "🗓️ Monthly"
2466
-
2467
1943
  msgid "move_to_new_link"
2468
1944
  msgstr ""
2469
1945
  "The page has been moved to a new link. Please copy and save the new link."
@@ -2471,9 +1947,6 @@ msgstr ""
2471
1947
  msgid "next"
2472
1948
  msgstr "Next"
2473
1949
 
2474
- msgid "no_reset"
2475
- msgstr "⭐️ Without Reset"
2476
-
2477
1950
  msgid "node.diff-version"
2478
1951
  msgstr "node.diff-version"
2479
1952
 
@@ -2495,9 +1968,6 @@ msgstr "This field defines UUID for Node"
2495
1968
  msgid "node.uuid.label"
2496
1969
  msgstr "Node UUID"
2497
1970
 
2498
- msgid "old_xtls_direct"
2499
- msgstr "🔙 Old Direct Mode (For Trojan TCP, VLess XTLS)"
2500
-
2501
1971
  msgid "open"
2502
1972
  msgstr "Open"
2503
1973
 
@@ -2537,12 +2007,6 @@ msgstr ""
2537
2007
  msgid "quicksetup.setlang.success"
2538
2008
  msgstr "Changing the Language was Successful."
2539
2009
 
2540
- msgid "reality"
2541
- msgstr "🔂 Reality"
2542
-
2543
- msgid "relay"
2544
- msgstr "♾️ Relay (Connect Using an Intermediate Node)"
2545
-
2546
2010
  msgid "search"
2547
2011
  msgstr "Search"
2548
2012
 
@@ -2563,9 +2027,6 @@ msgstr "SingBox: SSH"
2563
2027
  msgid "ssh"
2564
2028
  msgstr "SSH"
2565
2029
 
2566
- msgid "sub_link_only"
2567
- msgstr "📳 Only for Subscription Link (can be Direct, Relay, or CDN)"
2568
-
2569
2030
  msgid "telegram"
2570
2031
  msgstr "Telegram"
2571
2032
 
@@ -2920,9 +2381,3 @@ msgstr ""
2920
2381
  "Please visit this page without using a VPN. You need to access it from the "
2921
2382
  "country %(expected_country)s, but you're currently accessing it from "
2922
2383
  "%(your_country)s."
2923
-
2924
- msgid "weekly"
2925
- msgstr "📅 Weekly"
2926
-
2927
- msgid "worker"
2928
- msgstr "✴️ Cloudflare Worker"