hiddifypanel 10.80.0.dev9__py3-none-any.whl → 10.80.0.dev11__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 -336
  27. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  28. hiddifypanel/translations/en/LC_MESSAGES/messages.po +0 -593
  29. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  30. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +0 -603
  31. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  32. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +0 -594
  33. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  34. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +0 -601
  35. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  36. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +0 -561
  37. hiddifypanel/translations.i18n/en.json +1 -342
  38. hiddifypanel/translations.i18n/fa.json +1 -342
  39. hiddifypanel/translations.i18n/pt.json +1 -342
  40. hiddifypanel/translations.i18n/ru.json +1 -342
  41. hiddifypanel/translations.i18n/zh.json +1 -342
  42. {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/METADATA +11 -6
  43. {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/RECORD +46 -31
  44. {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/LICENSE.md +0 -0
  45. {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.dist-info}/WHEEL +0 -0
  46. {hiddifypanel-10.80.0.dev9.dist-info → hiddifypanel-10.80.0.dev11.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 <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p>, 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,98 +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 <p><a "
1539
- "href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> and "
1540
- "Singbox are not compatible with XRay.&nbsp;<a "
1541
- "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
1542
- "MUX-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>"
1543
-
1544
- msgid "config.mux_enable.label"
1545
- msgstr "Ⓜ️ MUX (⚠️ Incompatible With Some Clients)"
1546
-
1547
- msgid "config.mux_max_connections.description"
1548
- msgstr "Maximum Connections. Conflict with Max Streams"
1549
-
1550
- msgid "config.mux_max_connections.label"
1551
- msgstr "⛓ MUX Max Connections"
1552
-
1553
- msgid "config.mux_max_streams.description"
1554
- msgstr ""
1555
- "Maximum Multiplexed streams in a connection before opening a new connection"
1556
-
1557
- msgid "config.mux_max_streams.label"
1558
- msgstr "↗️ MUX Max Streams"
1559
-
1560
- msgid "config.mux_min_streams.description"
1561
- msgstr ""
1562
- "Minimum Multiplexed streams in a connection before opening a new connection"
1563
-
1564
- msgid "config.mux_min_streams.label"
1565
- msgstr "↘️ MUX Min Streams"
1566
-
1567
- msgid "config.mux_padding_enable.description"
1568
- msgstr "MUX Padding description"
1569
-
1570
- msgid "config.mux_padding_enable.label"
1571
- msgstr "⟹ MUX Padding"
1572
-
1573
- msgid "config.mux_protocol.description"
1574
- msgstr ""
1575
- "ℹ️ Multiplex Protocol. 'sMux' is used by default\n"
1576
- "<br>\n"
1577
- "➖ sMux: Stream Multiplexing\n"
1578
- "<br>\n"
1579
- "➖ YaMux: Yet Another Multiplexer\n"
1580
- "<br>\n"
1581
- "➖ h2Mux: Multiplexing Streams Over HTTP/2"
1582
-
1583
- msgid "config.mux_protocol.label"
1584
- msgstr "♍️ MUX Protocol"
1585
-
1586
1391
  msgid "config.netdata.description"
1587
1392
  msgstr ""
1588
1393
  "For displaying resources. uses your Server's CPU but it is not too much."
@@ -1608,24 +1413,6 @@ msgstr "Specify whether you want Released Package or Beta one"
1608
1413
  msgid "config.package_mode.label"
1609
1414
  msgstr "🔄 Package Update Mode"
1610
1415
 
1611
- msgid "config.panel_mode.description"
1612
- msgstr "config.panel_mode.description"
1613
-
1614
- msgid "config.panel_mode.label"
1615
- msgstr "config.panel_mode.label"
1616
-
1617
- msgid "config.parent_admin_proxy_path.description"
1618
- msgstr "config.parent_admin_proxy_path.description"
1619
-
1620
- msgid "config.parent_admin_proxy_path.label"
1621
- msgstr "config.parent_admin_proxy_path.label"
1622
-
1623
- msgid "config.parent_domain.description"
1624
- msgstr "config.parent_domain.description"
1625
-
1626
- msgid "config.parent_domain.label"
1627
- msgstr "config.parent_domain.label"
1628
-
1629
1416
  msgid "config.parent_panel.description"
1630
1417
  msgstr ""
1631
1418
  "You can Connect to the Central Panel to define only one user and the usage "
@@ -1640,18 +1427,6 @@ msgstr "gRPC Path In Configs"
1640
1427
  msgid "config.path_grpc.label"
1641
1428
  msgstr "ℹ️ gRPC Path"
1642
1429
 
1643
- msgid "config.path_httpupgrade.description"
1644
- msgstr "should be random"
1645
-
1646
- msgid "config.path_httpupgrade.label"
1647
- msgstr "ℹ️ HTTP Upgrade Path"
1648
-
1649
- msgid "config.path_splithttp.description"
1650
- msgstr "This option defines the Path for Split HTTP"
1651
-
1652
- msgid "config.path_splithttp.label"
1653
- msgstr "ℹ️ Path for Split HTTP"
1654
-
1655
1430
  msgid "config.path_ss.description"
1656
1431
  msgstr "Shadowsocks Path in the Links"
1657
1432
 
@@ -1706,37 +1481,12 @@ msgstr "We use secret proxy path to hide our proxies for the gouvernment"
1706
1481
  msgid "config.proxy_path.label"
1707
1482
  msgstr "ℹ️ Secret Proxy Path"
1708
1483
 
1709
- msgid "config.proxy_path_admin.description"
1710
- msgstr ""
1711
- "We use secret proxy path to hide our proxies for the governments and bots"
1712
-
1713
- msgid "config.proxy_path_admin.label"
1714
- msgstr "🔐 Proxy Path for Admins"
1715
-
1716
- msgid "config.proxy_path_client.description"
1717
- msgstr "Secret proxy path hide the proxies from the governments and bots"
1718
-
1719
- msgid "config.proxy_path_client.label"
1720
- msgstr "🔏 Proxy Path for Clients"
1721
-
1722
- msgid "config.quic_enable.description"
1723
- msgstr "Enable QUIC Protocol"
1724
-
1725
- msgid "config.quic_enable.label"
1726
- msgstr "🟡 QUIC"
1727
-
1728
1484
  msgid "config.reality.description"
1729
1485
  msgstr "REALITY eliminate the Server-Side TLS Fingerprint Feature"
1730
1486
 
1731
1487
  msgid "config.reality.label"
1732
1488
  msgstr "Reality"
1733
1489
 
1734
- msgid "config.reality_enable.description"
1735
- msgstr "Enable Reality Protocol"
1736
-
1737
- msgid "config.reality_enable.label"
1738
- msgstr "🔴 Reality"
1739
-
1740
1490
  msgid "config.reality_fallback_domain.description"
1741
1491
  msgstr ""
1742
1492
  "When the GFW visit the Websites in Server names, it will be redirect to this"
@@ -1745,14 +1495,6 @@ msgstr ""
1745
1495
  msgid "config.reality_fallback_domain.label"
1746
1496
  msgstr "🌍 Reality Fallback Domain"
1747
1497
 
1748
- msgid "config.reality_port.description"
1749
- msgstr ""
1750
- "You can set a customized port for your reality server to reduce the system's"
1751
- " overhead. (Allow direct connection to proxies should be yes)"
1752
-
1753
- msgid "config.reality_port.label"
1754
- msgstr "↔️ Direct Reality Port"
1755
-
1756
1498
  msgid "config.reality_private_key.description"
1757
1499
  msgstr "Do Not Change It"
1758
1500
 
@@ -1795,34 +1537,6 @@ msgstr "config.restls1_3_domain.description"
1795
1537
  msgid "config.restls1_3_domain.label"
1796
1538
  msgstr "config.restls1_3_domain.label"
1797
1539
 
1798
- msgid "config.shadowsocks.description"
1799
- msgstr "Shadowsocks is a fast tunnel proxy that helps you bypass firewalls"
1800
-
1801
- msgid "config.shadowsocks.label"
1802
- msgstr "Shadowsocks"
1803
-
1804
- msgid "config.shadowsocks2022_enable.description"
1805
- msgstr ""
1806
- "Shadowsocks 2022 is a secure Proxy Protocol for TCP and UDP traffic. The "
1807
- "proxy traffic is indistinguishable from a random byte stream, and therefore "
1808
- "can circumvent firewalls and Internet censors that rely on DPI (Deep Packet "
1809
- "Inspection)"
1810
-
1811
- msgid "config.shadowsocks2022_enable.label"
1812
- msgstr "⭕️ Shadowsocks 2022"
1813
-
1814
- msgid "config.shadowsocks2022_method.description"
1815
- msgstr "This method also used in ShadowTLS and SSFakeTLS"
1816
-
1817
- msgid "config.shadowsocks2022_method.label"
1818
- msgstr "🔐 Shadowsocks Encrypytion Method"
1819
-
1820
- msgid "config.shadowsocks2022_port.description"
1821
- msgstr "It needs both UDP and TCP to be Free"
1822
-
1823
- msgid "config.shadowsocks2022_port.label"
1824
- msgstr "↔️ Shadowsocks 2022 Port"
1825
-
1826
1540
  msgid "config.shadowtls.description"
1827
1541
  msgstr ""
1828
1542
  "A Proxy to expose real tls handshake to the firewall.\n"
@@ -1872,14 +1586,6 @@ msgstr ""
1872
1586
  msgid "config.speed_test.label"
1873
1587
  msgstr "🚀 Speed Test"
1874
1588
 
1875
- msgid "config.splithttp_enable.description"
1876
- msgstr ""
1877
- "<p>This Protocol send and receive information in individual channels.<br />\n"
1878
- "⚠️ <strong>Not Supported in SignBox based Clients. Only <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> App, and XRay base Clients are supported.</strong></p>"
1879
-
1880
- msgid "config.splithttp_enable.label"
1881
- msgstr "🈁 Split HTTP"
1882
-
1883
1589
  msgid "config.ssfaketls.description"
1884
1590
  msgstr ""
1885
1591
  "Shadowsocks FakeTLS is a simple obfusacting tool that encapsulate the date "
@@ -1902,84 +1608,6 @@ msgstr ""
1902
1608
  msgid "config.ssfaketls_fakedomain.label"
1903
1609
  msgstr "🌍 SS FakeTLS FakeDomain"
1904
1610
 
1905
- msgid "config.ssh.description"
1906
- msgstr ""
1907
- "ℹ️ An SSH proxy, also known as an SSH tunnel or SSH port forwarding, is a "
1908
- "secure method of creating a secure communication channel between two "
1909
- "machines over an insecure network. We have a specific application which is "
1910
- "completely different from SSH server and can not execute any commands"
1911
-
1912
- msgid "config.ssh.label"
1913
- msgstr "SSH Proxy"
1914
-
1915
- msgid "config.ssh_host_dsa_pk.description"
1916
- msgstr "config.ssh_host_dsa_pk.description"
1917
-
1918
- msgid "config.ssh_host_dsa_pk.label"
1919
- msgstr "config.ssh_host_dsa_pk.label"
1920
-
1921
- msgid "config.ssh_host_dsa_pub.description"
1922
- msgstr "config.ssh_host_dsa_pub.description"
1923
-
1924
- msgid "config.ssh_host_dsa_pub.label"
1925
- msgstr "config.ssh_host_dsa_pub.label"
1926
-
1927
- msgid "config.ssh_host_ecdsa_pk.description"
1928
- msgstr "config.ssh_host_ecdsa_pk.description"
1929
-
1930
- msgid "config.ssh_host_ecdsa_pk.label"
1931
- msgstr "config.ssh_host_ecdsa_pk.label"
1932
-
1933
- msgid "config.ssh_host_ecdsa_pub.description"
1934
- msgstr "config.ssh_host_ecdsa_pub.description"
1935
-
1936
- msgid "config.ssh_host_ecdsa_pub.label"
1937
- msgstr "config.ssh_host_ecdsa_pub.label"
1938
-
1939
- msgid "config.ssh_host_ed25519_pk.description"
1940
- msgstr "config.ssh_host_ed25519_pk.description"
1941
-
1942
- msgid "config.ssh_host_ed25519_pk.label"
1943
- msgstr "config.ssh_host_ed25519_pk.label"
1944
-
1945
- msgid "config.ssh_host_ed25519_pub.description"
1946
- msgstr "config.ssh_host_ed25519_pub.description"
1947
-
1948
- msgid "config.ssh_host_ed25519_pub.label"
1949
- msgstr "config.ssh_host_ed25519_pub.label"
1950
-
1951
- msgid "config.ssh_host_rsa_pk.description"
1952
- msgstr "config.ssh_host_rsa_pk.description"
1953
-
1954
- msgid "config.ssh_host_rsa_pk.label"
1955
- msgstr "config.ssh_host_rsa_pk.label"
1956
-
1957
- msgid "config.ssh_host_rsa_pub.description"
1958
- msgstr "config.ssh_host_rsa_pub.description"
1959
-
1960
- msgid "config.ssh_host_rsa_pub.label"
1961
- msgstr "config.ssh_host_rsa_pub.label"
1962
-
1963
- msgid "config.ssh_server_enable.description"
1964
- msgstr "SSH Proxy is completely different than original SSH Server"
1965
-
1966
- msgid "config.ssh_server_enable.label"
1967
- msgstr "✔️ SSH Proxy"
1968
-
1969
- msgid "config.ssh_server_port.description"
1970
- msgstr ""
1971
- "This is completely different from your original SSH server. It is a "
1972
- "dedicated program."
1973
-
1974
- msgid "config.ssh_server_port.label"
1975
- msgstr "↔️ SSH Proxy Port"
1976
-
1977
- msgid "config.ssh_server_redis_url.description"
1978
- msgstr "Not Used"
1979
-
1980
- msgid "config.ssh_server_redis_url.label"
1981
- msgstr "SSH user database address"
1982
-
1983
1611
  msgid "config.ssr.description"
1984
1612
  msgstr ""
1985
1613
  "ShadowsocksR is a fork of the original Shadowsocks project, claimed to be "
@@ -2005,58 +1633,6 @@ msgstr ""
2005
1633
  msgid "config.ssr_fakedomain.label"
2006
1634
  msgstr "SSR FakeDomain"
2007
1635
 
2008
- msgid "config.sub_full_clash_enable.description"
2009
- msgstr "config.sub_full_clash_enable.description"
2010
-
2011
- msgid "config.sub_full_clash_enable.label"
2012
- msgstr "config.sub_full_clash_enable.label"
2013
-
2014
- msgid "config.sub_full_clash_meta_enable.description"
2015
- msgstr "config.sub_full_clash_meta_enable.description"
2016
-
2017
- msgid "config.sub_full_clash_meta_enable.label"
2018
- msgstr "config.sub_full_clash_meta_enable.label"
2019
-
2020
- msgid "config.sub_full_links_b64_enable.description"
2021
- msgstr "config.sub_full_links_b64_enable.description"
2022
-
2023
- msgid "config.sub_full_links_b64_enable.label"
2024
- msgstr "config.sub_full_links_b64_enable.label"
2025
-
2026
- msgid "config.sub_full_links_enable.description"
2027
- msgstr "config.sub_full_links_enable.description"
2028
-
2029
- msgid "config.sub_full_links_enable.label"
2030
- msgstr "config.sub_full_links_enable.label"
2031
-
2032
- msgid "config.sub_full_singbox_enable.description"
2033
- msgstr "config.sub_full_singbox_enable.description"
2034
-
2035
- msgid "config.sub_full_singbox_enable.label"
2036
- msgstr "config.sub_full_singbox_enable.label"
2037
-
2038
- msgid "config.sub_full_xray_json_enable.description"
2039
- msgstr ""
2040
- "XRay full link provides comprehensive configuration options for XRay-"
2041
- "specific settings. This includes custom fragmentation and multiplexing (mux)"
2042
- " in applications such as v2rayNG that support XRay protocols for fine-tuned "
2043
- "control over XRay proxy setup."
2044
-
2045
- msgid "config.sub_full_xray_json_enable.label"
2046
- msgstr "⚙️ XRay Full Config Link"
2047
-
2048
- msgid "config.sub_singbox_ssh_enable.description"
2049
- msgstr "config.sub_singbox_ssh_enable.description"
2050
-
2051
- msgid "config.sub_singbox_ssh_enable.label"
2052
- msgstr "config.sub_singbox_ssh_enable.label"
2053
-
2054
- msgid "config.tcp_enable.description"
2055
- msgstr "Enables TCP Protocol"
2056
-
2057
- msgid "config.tcp_enable.label"
2058
- msgstr "🟠 TCP"
2059
-
2060
1636
  msgid "config.telegram.description"
2061
1637
  msgstr "A proxy designed for Telegram to bypass Telegram filtering"
2062
1638
 
@@ -2113,49 +1689,6 @@ msgstr "TLS Configurations could be set in this section"
2113
1689
  msgid "config.tls.label"
2114
1690
  msgstr "TLS Settings"
2115
1691
 
2116
- msgid "config.tls_fragment_enable.description"
2117
- msgstr ""
2118
- "<p>Under some circumstances, it can bypass the SNI blacklist system. <a "
2119
- "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
2120
- "the-TLS-Trick-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>"
2121
-
2122
- msgid "config.tls_fragment_enable.label"
2123
- msgstr "⏯ TLS Fragment"
2124
-
2125
- msgid "config.tls_fragment_size.description"
2126
- msgstr "The Size of each Packet"
2127
-
2128
- msgid "config.tls_fragment_size.label"
2129
- msgstr "🎚 TLS Fragment Size"
2130
-
2131
- msgid "config.tls_fragment_sleep.description"
2132
- msgstr "The time delay between Fragments"
2133
-
2134
- msgid "config.tls_fragment_sleep.label"
2135
- msgstr "⏱ TLS Fragment Sleep"
2136
-
2137
- msgid "config.tls_mixed_case.description"
2138
- msgstr "Enables TLS Mixed SNI Case Fragmentation"
2139
-
2140
- msgid "config.tls_mixed_case.label"
2141
- msgstr "🔠 TLS Mixed SNI Case"
2142
-
2143
- msgid "config.tls_padding_enable.description"
2144
- msgstr ""
2145
- "<p>Enables Padding for TLS Fragmentation. <a "
2146
- "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
2147
- "the-TLS-Trick-works-and-its-usage/#tls-padding\" target=\"_blank\">(Read "
2148
- "More)</a></p>"
2149
-
2150
- msgid "config.tls_padding_enable.label"
2151
- msgstr "♒️ TLS Padding"
2152
-
2153
- msgid "config.tls_padding_length.description"
2154
- msgstr "The length of the Padding for TLS Fragmentation"
2155
-
2156
- msgid "config.tls_padding_length.label"
2157
- msgstr "📏 TLS Padding"
2158
-
2159
1692
  msgid "config.tls_ports.description"
2160
1693
  msgstr ""
2161
1694
  "Comma separated integers indicating the ports to use as TLS Connection "
@@ -2164,12 +1697,6 @@ msgstr ""
2164
1697
  msgid "config.tls_ports.label"
2165
1698
  msgstr "🔎 TLS Ports"
2166
1699
 
2167
- msgid "config.tls_trick.description"
2168
- msgstr "TLS Fragmentation configurations could be set in this section"
2169
-
2170
- msgid "config.tls_trick.label"
2171
- msgstr "TLS Trick"
2172
-
2173
1700
  msgid "config.too_advanced.description"
2174
1701
  msgstr ""
2175
1702
  "Specify The Proxy Path. It is important especially if you are using HTTP and"
@@ -2184,12 +1711,6 @@ msgstr "Torrent Block Configurations could be set in this section."
2184
1711
  msgid "config.torrent_block.label"
2185
1712
  msgstr "Torrent Block Configuration"
2186
1713
 
2187
- msgid "config.trojan_enable.description"
2188
- msgstr "Enables Trojan Protocol"
2189
-
2190
- msgid "config.trojan_enable.label"
2191
- msgstr "🟤 Trojan"
2192
-
2193
1714
  msgid "config.tuic.description"
2194
1715
  msgstr ""
2195
1716
  "Delicately-TUICed High-Performance proxy is on top of the QUIC protocol. \n"
@@ -2242,12 +1763,6 @@ msgstr ""
2242
1763
  msgid "config.validation-success-no-reset"
2243
1764
  msgstr " ✅ Configs have been changed successfully"
2244
1765
 
2245
- msgid "config.vless_enable.description"
2246
- msgstr "Enable VLess Protocol"
2247
-
2248
- msgid "config.vless_enable.label"
2249
- msgstr "⚫️ VLess"
2250
-
2251
1766
  msgid "config.vmess_enable.description"
2252
1767
  msgstr "Active VMess Protocol"
2253
1768
 
@@ -2293,96 +1808,15 @@ msgstr ""
2293
1808
  msgid "config.warp_plus_code.label"
2294
1809
  msgstr "🔑 Warp Plus Key"
2295
1810
 
2296
- msgid "config.warp_sites.description"
2297
- msgstr ""
2298
- "Add additional sites to pass through WARP (only when warp mode is not None)"
2299
-
2300
- msgid "config.warp_sites.label"
2301
- msgstr "🆚 Additional WARP Sites"
2302
-
2303
- msgid "config.wireguard.description"
2304
- msgstr ""
2305
- "WireGuard is a lightweight, UDP based protocol known for its simplicity, "
2306
- "efficiency, and strong security. It offers quick setup, transparent code, "
2307
- "and has gained popularity for its ease of use across various operating "
2308
- "systems"
2309
-
2310
- msgid "config.wireguard.label"
2311
- msgstr "WireGuard"
2312
-
2313
- msgid "config.wireguard_enable.description"
2314
- msgstr ""
2315
- "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a "
2316
- "href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>"
2317
-
2318
- msgid "config.wireguard_enable.label"
2319
- msgstr "🐉 WireGuard"
2320
-
2321
- msgid "config.wireguard_ipv4.description"
2322
- msgstr "Enables IPv4 in WireGuard"
2323
-
2324
- msgid "config.wireguard_ipv4.label"
2325
- msgstr " IPv4 in WireGuard"
2326
-
2327
- msgid "config.wireguard_ipv6.description"
2328
- msgstr "Enables IPv6 in WireGuard"
2329
-
2330
- msgid "config.wireguard_ipv6.label"
2331
- msgstr "IPv6 in WireGuard"
2332
-
2333
- msgid "config.wireguard_noise_trick.description"
2334
- msgstr ""
2335
- "This method introduces extra noise to prevent detection and blocking by the "
2336
- "GFW"
2337
-
2338
- msgid "config.wireguard_noise_trick.label"
2339
- msgstr "💥 WireGuard Noise Trick"
2340
-
2341
- msgid "config.wireguard_port.description"
2342
- msgstr "Defines Port for WireGuard "
2343
-
2344
- msgid "config.wireguard_port.label"
2345
- msgstr "↔️ WireGuard Port"
2346
-
2347
- msgid "config.wireguard_private_key.description"
2348
- msgstr "A private key is specified to WireGuard"
2349
-
2350
- msgid "config.wireguard_private_key.label"
2351
- msgstr "WireGuard Private Key"
2352
-
2353
- msgid "config.wireguard_public_key.description"
2354
- msgstr "A public key is specified to WireGuard"
2355
-
2356
- msgid "config.wireguard_public_key.label"
2357
- msgstr "WireGuard Public Key"
2358
-
2359
- msgid "config.ws_enable.description"
2360
- msgstr "Websocket creates a tunnel over HTTP that is useful to be used in CDN"
2361
-
2362
- msgid "config.ws_enable.label"
2363
- msgstr "🔰 Websocket"
2364
-
2365
- msgid "config.xtls_enable.description"
2366
- msgstr "Enables XTLS Protocol"
2367
-
2368
- msgid "config.xtls_enable.label"
2369
- msgstr "🟢 XTLS"
2370
-
2371
1811
  msgid "copy"
2372
1812
  msgstr "Copy"
2373
1813
 
2374
- msgid "daily"
2375
- msgstr "⏰ Daily"
2376
-
2377
1814
  msgid "days"
2378
1815
  msgstr "Days"
2379
1816
 
2380
1817
  msgid "desktop"
2381
1818
  msgstr "Desktop"
2382
1819
 
2383
- msgid "direct"
2384
- msgstr "➡️ Direct"
2385
-
2386
1820
  msgid "domain.cdn"
2387
1821
  msgstr "CDN"
2388
1822
 
@@ -2440,9 +1874,6 @@ msgstr ""
2440
1874
  msgid "download"
2441
1875
  msgstr "Direct Download"
2442
1876
 
2443
- msgid "fake"
2444
- msgstr "🆎 Fake Site"
2445
-
2446
1877
  msgid "gRPC"
2447
1878
  msgstr "➿ gRPC"
2448
1879
 
@@ -2509,9 +1940,6 @@ msgstr "macOS"
2509
1940
  msgid "master.page-title"
2510
1941
  msgstr "HiddifyManager"
2511
1942
 
2512
- msgid "monthly"
2513
- msgstr "🗓️ Monthly"
2514
-
2515
1943
  msgid "move_to_new_link"
2516
1944
  msgstr ""
2517
1945
  "The page has been moved to a new link. Please copy and save the new link."
@@ -2519,9 +1947,6 @@ msgstr ""
2519
1947
  msgid "next"
2520
1948
  msgstr "Next"
2521
1949
 
2522
- msgid "no_reset"
2523
- msgstr "⭐️ Without Reset"
2524
-
2525
1950
  msgid "node.diff-version"
2526
1951
  msgstr "node.diff-version"
2527
1952
 
@@ -2543,9 +1968,6 @@ msgstr "This field defines UUID for Node"
2543
1968
  msgid "node.uuid.label"
2544
1969
  msgstr "Node UUID"
2545
1970
 
2546
- msgid "old_xtls_direct"
2547
- msgstr "🔙 Old Direct Mode (For Trojan TCP, VLess XTLS)"
2548
-
2549
1971
  msgid "open"
2550
1972
  msgstr "Open"
2551
1973
 
@@ -2585,12 +2007,6 @@ msgstr ""
2585
2007
  msgid "quicksetup.setlang.success"
2586
2008
  msgstr "Changing the Language was Successful."
2587
2009
 
2588
- msgid "reality"
2589
- msgstr "🔂 Reality"
2590
-
2591
- msgid "relay"
2592
- msgstr "♾️ Relay (Connect Using an Intermediate Node)"
2593
-
2594
2010
  msgid "search"
2595
2011
  msgstr "Search"
2596
2012
 
@@ -2611,9 +2027,6 @@ msgstr "SingBox: SSH"
2611
2027
  msgid "ssh"
2612
2028
  msgstr "SSH"
2613
2029
 
2614
- msgid "sub_link_only"
2615
- msgstr "📳 Only for Subscription Link (can be Direct, Relay, or CDN)"
2616
-
2617
2030
  msgid "telegram"
2618
2031
  msgstr "Telegram"
2619
2032
 
@@ -2968,9 +2381,3 @@ msgstr ""
2968
2381
  "Please visit this page without using a VPN. You need to access it from the "
2969
2382
  "country %(expected_country)s, but you're currently accessing it from "
2970
2383
  "%(your_country)s."
2971
-
2972
- msgid "weekly"
2973
- msgstr "📅 Weekly"
2974
-
2975
- msgid "worker"
2976
- msgstr "✴️ Cloudflare Worker"