hiddifypanel 10.80.0.dev14__py3-none-any.whl → 10.80.0.dev16__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 (29) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +1 -1
  3. hiddifypanel/hutils/proxy/__init__.py +1 -0
  4. hiddifypanel/hutils/proxy/wireguard.py +34 -0
  5. hiddifypanel/models/config.py +4 -1
  6. hiddifypanel/panel/admin/DomainAdmin.py +2 -1
  7. hiddifypanel/panel/admin/QuickSetup.py +1 -1
  8. hiddifypanel/panel/common.py +1 -1
  9. hiddifypanel/panel/user/user.py +6 -18
  10. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  11. hiddifypanel/translations/en/LC_MESSAGES/messages.po +602 -0
  12. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  13. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +612 -0
  14. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  15. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +603 -0
  16. hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
  17. hiddifypanel/translations/ru/LC_MESSAGES/messages.po +610 -0
  18. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  19. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +570 -0
  20. hiddifypanel/translations.i18n/en.json +345 -1
  21. hiddifypanel/translations.i18n/fa.json +345 -1
  22. hiddifypanel/translations.i18n/pt.json +345 -1
  23. hiddifypanel/translations.i18n/ru.json +345 -1
  24. hiddifypanel/translations.i18n/zh.json +345 -1
  25. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/METADATA +1 -1
  26. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/RECORD +29 -28
  27. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/LICENSE.md +0 -0
  28. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/WHEEL +0 -0
  29. {hiddifypanel-10.80.0.dev14.dist-info → hiddifypanel-10.80.0.dev16.dist-info}/entry_points.txt +0 -0
@@ -219,6 +219,9 @@ msgstr ""
219
219
  "Domain can not be resolved! There is a problem in your domain. Please check "
220
220
  "your Domain configurations."
221
221
 
222
+ msgid "Domain cannot be resolved! Please check DNS settings"
223
+ msgstr "Domain cannot be resolved! Please check DNS settings"
224
+
222
225
  msgid "Domain is not REALITY friendly!"
223
226
  msgstr "Domain is Not REALITY Friendly!"
224
227
 
@@ -607,6 +610,9 @@ msgstr "RAM"
607
610
  msgid "REALITY Fallback domain is not compaitble with server names!"
608
611
  msgstr "REALITY Fallback Domain is not compaitble with Server names!"
609
612
 
613
+ msgid "REALITY Fallback domain is not compatible with server names!"
614
+ msgstr "REALITY Fallback domain is not compatible with server names!"
615
+
610
616
  msgid "Release"
611
617
  msgstr "✅ Release"
612
618
 
@@ -712,6 +718,9 @@ msgstr "📦 SingBox"
712
718
  msgid "Sort by %(name)s"
713
719
  msgstr "Sort by %(name)s"
714
720
 
721
+ msgid "Specifying CDN IP is only valid for CDN mode"
722
+ msgstr "Specifying CDN IP is only valid for CDN mode"
723
+
715
724
  msgid "Start Date"
716
725
  msgstr "Start Date"
717
726
 
@@ -1081,6 +1090,9 @@ msgstr "V2RayNG"
1081
1090
  msgid "auto"
1082
1091
  msgstr "Auto"
1083
1092
 
1093
+ msgid "auto_cdn_ip"
1094
+ msgstr "☑️ Automatic CDN IP Selector"
1095
+
1084
1096
  msgid "bot.admin_welcome"
1085
1097
  msgstr "Hooray 🎉 🎉 🎉 Welcome to admin bot. Choose your action"
1086
1098
 
@@ -1090,6 +1102,9 @@ msgstr ""
1090
1102
  "Welcome to Hiddify bot\n"
1091
1103
  "Start by clicking the link on the Panel or entering your UUID user."
1092
1104
 
1105
+ msgid "cdn"
1106
+ msgstr "🔀 CDN (Cloudflare Proxy, ...)"
1107
+
1093
1108
  msgid "cf-delete.failed"
1094
1109
  msgstr "cf-delete.failed"
1095
1110
 
@@ -1238,6 +1253,15 @@ msgstr ""
1238
1253
  msgid "config.cloudflare.label"
1239
1254
  msgstr "🔑 Cloudflare API"
1240
1255
 
1256
+ msgid "config.core_type.description"
1257
+ msgstr ""
1258
+ "☢️ XRay : Is a Complete Core\n"
1259
+ "<br>\n"
1260
+ "📦 Singbox : Developed by SagerNet. It is also a good core"
1261
+
1262
+ msgid "config.core_type.label"
1263
+ msgstr "🎛️ Core"
1264
+
1241
1265
  msgid "config.country.description"
1242
1266
  msgstr ""
1243
1267
  "It applies the appropriate settings for each country according to the "
@@ -1246,12 +1270,24 @@ msgstr ""
1246
1270
  msgid "config.country.label"
1247
1271
  msgstr "🌍 Country"
1248
1272
 
1273
+ msgid "config.create_easysetup_link.description"
1274
+ msgstr "config.create_easysetup_link.description"
1275
+
1276
+ msgid "config.create_easysetup_link.label"
1277
+ msgstr "config.create_easysetup_link.label"
1278
+
1249
1279
  msgid "config.db_version.description"
1250
1280
  msgstr "Database Version Description"
1251
1281
 
1252
1282
  msgid "config.db_version.label"
1253
1283
  msgstr "Database Version Label"
1254
1284
 
1285
+ msgid "config.dbvalues.description"
1286
+ msgstr "config.dbvalues.description"
1287
+
1288
+ msgid "config.dbvalues.label"
1289
+ msgstr "config.dbvalues.label"
1290
+
1255
1291
  msgid "config.decoy_domain.description"
1256
1292
  msgstr ""
1257
1293
  "Fake Site: simulates a site when someone visits your domain directly.<br>\n"
@@ -1262,6 +1298,15 @@ msgstr ""
1262
1298
  msgid "config.decoy_domain.label"
1263
1299
  msgstr "📺 Decoy Site"
1264
1300
 
1301
+ msgid "config.dns_server.description"
1302
+ msgstr ""
1303
+ "✳️ Default 1.1.1.1 <br>\n"
1304
+ "🚧 Block Malware 1.1.1.2 <br>\n"
1305
+ "🔞 Block Porn 1.1.1.3\n"
1306
+
1307
+ msgid "config.dns_server.label"
1308
+ msgstr "🖥 DNS Server"
1309
+
1265
1310
  msgid "config.domain_fronting.description"
1266
1311
  msgstr ""
1267
1312
  "It is used to simulate another website instead of your website in SNI. therefore, GFW can not filter your Domain\n"
@@ -1312,6 +1357,32 @@ msgstr "It is General System Configurations"
1312
1357
  msgid "config.general.label"
1313
1358
  msgstr "General Settings"
1314
1359
 
1360
+ msgid "config.grpc_enable.description"
1361
+ msgstr ""
1362
+ "gRPC is a modern open source high performance Remote Procedure Call (RPC) "
1363
+ "framework. It can be used in supported CDNs"
1364
+
1365
+ msgid "config.grpc_enable.label"
1366
+ msgstr "➿ gRPC"
1367
+
1368
+ msgid "config.h2_enable.description"
1369
+ msgstr "Enable HTTP/2 Protocol"
1370
+
1371
+ msgid "config.h2_enable.label"
1372
+ msgstr "🔵 h2"
1373
+
1374
+ msgid "config.hidden.description"
1375
+ msgstr "config.hidden.description"
1376
+
1377
+ msgid "config.hidden.label"
1378
+ msgstr "config.hidden.label"
1379
+
1380
+ msgid "config.hiddifycli_enable.description"
1381
+ msgstr "config.hiddifycli_enable.description"
1382
+
1383
+ msgid "config.hiddifycli_enable.label"
1384
+ msgstr "config.hiddifycli_enable.label"
1385
+
1315
1386
  msgid "config.http.description"
1316
1387
  msgstr "HTTP Configurations could be set in this section"
1317
1388
 
@@ -1334,6 +1405,53 @@ msgstr ""
1334
1405
  msgid "config.http_proxy_enable.label"
1335
1406
  msgstr "☑️ Allow HTTP Connection"
1336
1407
 
1408
+ msgid "config.httpupgrade_enable.description"
1409
+ msgstr ""
1410
+ "<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"
1411
+ "⚠️ <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>"
1412
+
1413
+ msgid "config.httpupgrade_enable.label"
1414
+ msgstr "🆙 HTTPUpgrade Method"
1415
+
1416
+ msgid "config.hysteria.description"
1417
+ msgstr ""
1418
+ "Hysteria is a feature-packed proxy & relay tool optimized for lossy, "
1419
+ "unstable connections (e.g. satellite networks, congested public Wi-Fi, "
1420
+ "connecting to foreign servers from China)"
1421
+
1422
+ msgid "config.hysteria.label"
1423
+ msgstr "Hysteria"
1424
+
1425
+ msgid "config.hysteria_down_mbps.description"
1426
+ msgstr "Hysteria Maximum Download Speed"
1427
+
1428
+ msgid "config.hysteria_down_mbps.label"
1429
+ msgstr "⬇️ Hysteria Download (mbps)"
1430
+
1431
+ msgid "config.hysteria_enable.description"
1432
+ msgstr "To Enable UDP based Hysteria Protocol"
1433
+
1434
+ msgid "config.hysteria_enable.label"
1435
+ msgstr "⚫️ Hysteria2"
1436
+
1437
+ msgid "config.hysteria_obfs_enable.description"
1438
+ msgstr " Enables Hysteria Obfuscation (Salamander)"
1439
+
1440
+ msgid "config.hysteria_obfs_enable.label"
1441
+ msgstr "🎛 Hysteria OBFS"
1442
+
1443
+ msgid "config.hysteria_port.description"
1444
+ msgstr "Hysteria UDP Port for example 5678"
1445
+
1446
+ msgid "config.hysteria_port.label"
1447
+ msgstr "🔍 Hysteria2 Port"
1448
+
1449
+ msgid "config.hysteria_up_mbps.description"
1450
+ msgstr "Hysteria Maximum Upload Speed"
1451
+
1452
+ msgid "config.hysteria_up_mbps.label"
1453
+ msgstr "⬆️ Hysteria Upload (mbps)"
1454
+
1337
1455
  msgid "config.invalid-pattern-for-warp-sites"
1338
1456
  msgstr ""
1339
1457
  "⚠️ The Site entered for the Warp does not match the specified template"
@@ -1382,12 +1500,98 @@ msgstr "config.last_hash.description"
1382
1500
  msgid "config.last_hash.label"
1383
1501
  msgstr "config.last_hash.label"
1384
1502
 
1503
+ msgid "config.last_priodic_usage_check.description"
1504
+ msgstr "config.last_priodic_usage_check.description"
1505
+
1506
+ msgid "config.last_priodic_usage_check.label"
1507
+ msgstr "config.last_priodic_usage_check.label"
1508
+
1385
1509
  msgid "config.license.description"
1386
1510
  msgstr "For commercial use of this Product, you must Purchase its License"
1387
1511
 
1388
1512
  msgid "config.license.label"
1389
1513
  msgstr "License Code"
1390
1514
 
1515
+ msgid "config.log_level.description"
1516
+ msgstr "config.log_level.description"
1517
+
1518
+ msgid "config.log_level.label"
1519
+ msgstr "config.log_level.label"
1520
+
1521
+ msgid "config.mux.description"
1522
+ msgstr "MUX (Multiplex) configurations could be set in this section"
1523
+
1524
+ msgid "config.mux.label"
1525
+ msgstr "MUX Config"
1526
+
1527
+ msgid "config.mux_brutal_down_mbps.description"
1528
+ msgstr "TCP-Brutal Maximum Download Speed"
1529
+
1530
+ msgid "config.mux_brutal_down_mbps.label"
1531
+ msgstr "⬇️ MUX Brutal Download (mbps)"
1532
+
1533
+ msgid "config.mux_brutal_enable.description"
1534
+ msgstr "Enables TCP-Brutal congestion control algorithm"
1535
+
1536
+ msgid "config.mux_brutal_enable.label"
1537
+ msgstr "☣️ MUX Brutal"
1538
+
1539
+ msgid "config.mux_brutal_up_mbps.description"
1540
+ msgstr "TCP-Brutal Maximum Upload Speed"
1541
+
1542
+ msgid "config.mux_brutal_up_mbps.label"
1543
+ msgstr "⬆️ MUX Brutal Upload (mbps)"
1544
+
1545
+ msgid "config.mux_enable.description"
1546
+ msgstr ""
1547
+ "<p>Mux needs compatible clients. Mux in <p><a "
1548
+ "href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> and "
1549
+ "Singbox are not compatible with XRay.&nbsp;<a "
1550
+ "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
1551
+ "MUX-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>"
1552
+
1553
+ msgid "config.mux_enable.label"
1554
+ msgstr "Ⓜ️ MUX (⚠️ Incompatible With Some Clients)"
1555
+
1556
+ msgid "config.mux_max_connections.description"
1557
+ msgstr "Maximum Connections. Conflict with Max Streams"
1558
+
1559
+ msgid "config.mux_max_connections.label"
1560
+ msgstr "⛓ MUX Max Connections"
1561
+
1562
+ msgid "config.mux_max_streams.description"
1563
+ msgstr ""
1564
+ "Maximum Multiplexed streams in a connection before opening a new connection"
1565
+
1566
+ msgid "config.mux_max_streams.label"
1567
+ msgstr "↗️ MUX Max Streams"
1568
+
1569
+ msgid "config.mux_min_streams.description"
1570
+ msgstr ""
1571
+ "Minimum Multiplexed streams in a connection before opening a new connection"
1572
+
1573
+ msgid "config.mux_min_streams.label"
1574
+ msgstr "↘️ MUX Min Streams"
1575
+
1576
+ msgid "config.mux_padding_enable.description"
1577
+ msgstr "MUX Padding description"
1578
+
1579
+ msgid "config.mux_padding_enable.label"
1580
+ msgstr "⟹ MUX Padding"
1581
+
1582
+ msgid "config.mux_protocol.description"
1583
+ msgstr ""
1584
+ "ℹ️ Multiplex Protocol. 'sMux' is used by default\n"
1585
+ "<br>\n"
1586
+ "➖ sMux: Stream Multiplexing\n"
1587
+ "<br>\n"
1588
+ "➖ YaMux: Yet Another Multiplexer\n"
1589
+ "<br>\n"
1590
+ "➖ h2Mux: Multiplexing Streams Over HTTP/2"
1591
+
1592
+ msgid "config.mux_protocol.label"
1593
+ msgstr "♍️ MUX Protocol"
1594
+
1391
1595
  msgid "config.netdata.description"
1392
1596
  msgstr ""
1393
1597
  "For displaying resources. uses your Server's CPU but it is not too much."
@@ -1413,6 +1617,24 @@ msgstr "Specify whether you want Released Package or Beta one"
1413
1617
  msgid "config.package_mode.label"
1414
1618
  msgstr "🔄 Package Update Mode"
1415
1619
 
1620
+ msgid "config.panel_mode.description"
1621
+ msgstr "config.panel_mode.description"
1622
+
1623
+ msgid "config.panel_mode.label"
1624
+ msgstr "config.panel_mode.label"
1625
+
1626
+ msgid "config.parent_admin_proxy_path.description"
1627
+ msgstr "config.parent_admin_proxy_path.description"
1628
+
1629
+ msgid "config.parent_admin_proxy_path.label"
1630
+ msgstr "config.parent_admin_proxy_path.label"
1631
+
1632
+ msgid "config.parent_domain.description"
1633
+ msgstr "config.parent_domain.description"
1634
+
1635
+ msgid "config.parent_domain.label"
1636
+ msgstr "config.parent_domain.label"
1637
+
1416
1638
  msgid "config.parent_panel.description"
1417
1639
  msgstr ""
1418
1640
  "You can Connect to the Central Panel to define only one user and the usage "
@@ -1427,6 +1649,12 @@ msgstr "gRPC Path In Configs"
1427
1649
  msgid "config.path_grpc.label"
1428
1650
  msgstr "ℹ️ gRPC Path"
1429
1651
 
1652
+ msgid "config.path_httpupgrade.description"
1653
+ msgstr "should be random"
1654
+
1655
+ msgid "config.path_httpupgrade.label"
1656
+ msgstr "ℹ️ HTTP Upgrade Path"
1657
+
1430
1658
  msgid "config.path_ss.description"
1431
1659
  msgstr "Shadowsocks Path in the Links"
1432
1660
 
@@ -1469,6 +1697,12 @@ msgstr "Specify the Websocket Path"
1469
1697
  msgid "config.path_ws.label"
1470
1698
  msgstr "ℹ️ Path of Websocket Requests"
1471
1699
 
1700
+ msgid "config.path_xhttp.description"
1701
+ msgstr "This option defines the Path for Split HTTP"
1702
+
1703
+ msgid "config.path_xhttp.label"
1704
+ msgstr "ℹ️ Path for Split HTTP"
1705
+
1472
1706
  msgid "config.proxies.description"
1473
1707
  msgstr "Define specific proxy settings"
1474
1708
 
@@ -1481,12 +1715,37 @@ msgstr "We use secret proxy path to hide our proxies for the gouvernment"
1481
1715
  msgid "config.proxy_path.label"
1482
1716
  msgstr "ℹ️ Secret Proxy Path"
1483
1717
 
1718
+ msgid "config.proxy_path_admin.description"
1719
+ msgstr ""
1720
+ "We use secret proxy path to hide our proxies for the governments and bots"
1721
+
1722
+ msgid "config.proxy_path_admin.label"
1723
+ msgstr "🔐 Proxy Path for Admins"
1724
+
1725
+ msgid "config.proxy_path_client.description"
1726
+ msgstr "Secret proxy path hide the proxies from the governments and bots"
1727
+
1728
+ msgid "config.proxy_path_client.label"
1729
+ msgstr "🔏 Proxy Path for Clients"
1730
+
1731
+ msgid "config.quic_enable.description"
1732
+ msgstr "Enable QUIC Protocol"
1733
+
1734
+ msgid "config.quic_enable.label"
1735
+ msgstr "🟡 QUIC"
1736
+
1484
1737
  msgid "config.reality.description"
1485
1738
  msgstr "REALITY eliminate the Server-Side TLS Fingerprint Feature"
1486
1739
 
1487
1740
  msgid "config.reality.label"
1488
1741
  msgstr "Reality"
1489
1742
 
1743
+ msgid "config.reality_enable.description"
1744
+ msgstr "Enable Reality Protocol"
1745
+
1746
+ msgid "config.reality_enable.label"
1747
+ msgstr "🔴 Reality"
1748
+
1490
1749
  msgid "config.reality_fallback_domain.description"
1491
1750
  msgstr ""
1492
1751
  "When the GFW visit the Websites in Server names, it will be redirect to this"
@@ -1495,6 +1754,14 @@ msgstr ""
1495
1754
  msgid "config.reality_fallback_domain.label"
1496
1755
  msgstr "🌍 Reality Fallback Domain"
1497
1756
 
1757
+ msgid "config.reality_port.description"
1758
+ msgstr ""
1759
+ "You can set a customized port for your reality server to reduce the system's"
1760
+ " overhead. (Allow direct connection to proxies should be yes)"
1761
+
1762
+ msgid "config.reality_port.label"
1763
+ msgstr "↔️ Direct Reality Port"
1764
+
1498
1765
  msgid "config.reality_private_key.description"
1499
1766
  msgstr "Do Not Change It"
1500
1767
 
@@ -1537,6 +1804,34 @@ msgstr "config.restls1_3_domain.description"
1537
1804
  msgid "config.restls1_3_domain.label"
1538
1805
  msgstr "config.restls1_3_domain.label"
1539
1806
 
1807
+ msgid "config.shadowsocks.description"
1808
+ msgstr "Shadowsocks is a fast tunnel proxy that helps you bypass firewalls"
1809
+
1810
+ msgid "config.shadowsocks.label"
1811
+ msgstr "Shadowsocks"
1812
+
1813
+ msgid "config.shadowsocks2022_enable.description"
1814
+ msgstr ""
1815
+ "Shadowsocks 2022 is a secure Proxy Protocol for TCP and UDP traffic. The "
1816
+ "proxy traffic is indistinguishable from a random byte stream, and therefore "
1817
+ "can circumvent firewalls and Internet censors that rely on DPI (Deep Packet "
1818
+ "Inspection)"
1819
+
1820
+ msgid "config.shadowsocks2022_enable.label"
1821
+ msgstr "⭕️ Shadowsocks 2022"
1822
+
1823
+ msgid "config.shadowsocks2022_method.description"
1824
+ msgstr "This method also used in ShadowTLS and SSFakeTLS"
1825
+
1826
+ msgid "config.shadowsocks2022_method.label"
1827
+ msgstr "🔐 Shadowsocks Encrypytion Method"
1828
+
1829
+ msgid "config.shadowsocks2022_port.description"
1830
+ msgstr "It needs both UDP and TCP to be Free"
1831
+
1832
+ msgid "config.shadowsocks2022_port.label"
1833
+ msgstr "↔️ Shadowsocks 2022 Port"
1834
+
1540
1835
  msgid "config.shadowtls.description"
1541
1836
  msgstr ""
1542
1837
  "A Proxy to expose real tls handshake to the firewall.\n"
@@ -1608,6 +1903,84 @@ msgstr ""
1608
1903
  msgid "config.ssfaketls_fakedomain.label"
1609
1904
  msgstr "🌍 SS FakeTLS FakeDomain"
1610
1905
 
1906
+ msgid "config.ssh.description"
1907
+ msgstr ""
1908
+ "ℹ️ An SSH proxy, also known as an SSH tunnel or SSH port forwarding, is a "
1909
+ "secure method of creating a secure communication channel between two "
1910
+ "machines over an insecure network. We have a specific application which is "
1911
+ "completely different from SSH server and can not execute any commands"
1912
+
1913
+ msgid "config.ssh.label"
1914
+ msgstr "SSH Proxy"
1915
+
1916
+ msgid "config.ssh_host_dsa_pk.description"
1917
+ msgstr "config.ssh_host_dsa_pk.description"
1918
+
1919
+ msgid "config.ssh_host_dsa_pk.label"
1920
+ msgstr "config.ssh_host_dsa_pk.label"
1921
+
1922
+ msgid "config.ssh_host_dsa_pub.description"
1923
+ msgstr "config.ssh_host_dsa_pub.description"
1924
+
1925
+ msgid "config.ssh_host_dsa_pub.label"
1926
+ msgstr "config.ssh_host_dsa_pub.label"
1927
+
1928
+ msgid "config.ssh_host_ecdsa_pk.description"
1929
+ msgstr "config.ssh_host_ecdsa_pk.description"
1930
+
1931
+ msgid "config.ssh_host_ecdsa_pk.label"
1932
+ msgstr "config.ssh_host_ecdsa_pk.label"
1933
+
1934
+ msgid "config.ssh_host_ecdsa_pub.description"
1935
+ msgstr "config.ssh_host_ecdsa_pub.description"
1936
+
1937
+ msgid "config.ssh_host_ecdsa_pub.label"
1938
+ msgstr "config.ssh_host_ecdsa_pub.label"
1939
+
1940
+ msgid "config.ssh_host_ed25519_pk.description"
1941
+ msgstr "config.ssh_host_ed25519_pk.description"
1942
+
1943
+ msgid "config.ssh_host_ed25519_pk.label"
1944
+ msgstr "config.ssh_host_ed25519_pk.label"
1945
+
1946
+ msgid "config.ssh_host_ed25519_pub.description"
1947
+ msgstr "config.ssh_host_ed25519_pub.description"
1948
+
1949
+ msgid "config.ssh_host_ed25519_pub.label"
1950
+ msgstr "config.ssh_host_ed25519_pub.label"
1951
+
1952
+ msgid "config.ssh_host_rsa_pk.description"
1953
+ msgstr "config.ssh_host_rsa_pk.description"
1954
+
1955
+ msgid "config.ssh_host_rsa_pk.label"
1956
+ msgstr "config.ssh_host_rsa_pk.label"
1957
+
1958
+ msgid "config.ssh_host_rsa_pub.description"
1959
+ msgstr "config.ssh_host_rsa_pub.description"
1960
+
1961
+ msgid "config.ssh_host_rsa_pub.label"
1962
+ msgstr "config.ssh_host_rsa_pub.label"
1963
+
1964
+ msgid "config.ssh_server_enable.description"
1965
+ msgstr "SSH Proxy is completely different than original SSH Server"
1966
+
1967
+ msgid "config.ssh_server_enable.label"
1968
+ msgstr "✔️ SSH Proxy"
1969
+
1970
+ msgid "config.ssh_server_port.description"
1971
+ msgstr ""
1972
+ "This is completely different from your original SSH server. It is a "
1973
+ "dedicated program."
1974
+
1975
+ msgid "config.ssh_server_port.label"
1976
+ msgstr "↔️ SSH Proxy Port"
1977
+
1978
+ msgid "config.ssh_server_redis_url.description"
1979
+ msgstr "Not Used"
1980
+
1981
+ msgid "config.ssh_server_redis_url.label"
1982
+ msgstr "SSH user database address"
1983
+
1611
1984
  msgid "config.ssr.description"
1612
1985
  msgstr ""
1613
1986
  "ShadowsocksR is a fork of the original Shadowsocks project, claimed to be "
@@ -1633,6 +2006,58 @@ msgstr ""
1633
2006
  msgid "config.ssr_fakedomain.label"
1634
2007
  msgstr "SSR FakeDomain"
1635
2008
 
2009
+ msgid "config.sub_full_clash_enable.description"
2010
+ msgstr "config.sub_full_clash_enable.description"
2011
+
2012
+ msgid "config.sub_full_clash_enable.label"
2013
+ msgstr "config.sub_full_clash_enable.label"
2014
+
2015
+ msgid "config.sub_full_clash_meta_enable.description"
2016
+ msgstr "config.sub_full_clash_meta_enable.description"
2017
+
2018
+ msgid "config.sub_full_clash_meta_enable.label"
2019
+ msgstr "config.sub_full_clash_meta_enable.label"
2020
+
2021
+ msgid "config.sub_full_links_b64_enable.description"
2022
+ msgstr "config.sub_full_links_b64_enable.description"
2023
+
2024
+ msgid "config.sub_full_links_b64_enable.label"
2025
+ msgstr "config.sub_full_links_b64_enable.label"
2026
+
2027
+ msgid "config.sub_full_links_enable.description"
2028
+ msgstr "config.sub_full_links_enable.description"
2029
+
2030
+ msgid "config.sub_full_links_enable.label"
2031
+ msgstr "config.sub_full_links_enable.label"
2032
+
2033
+ msgid "config.sub_full_singbox_enable.description"
2034
+ msgstr "config.sub_full_singbox_enable.description"
2035
+
2036
+ msgid "config.sub_full_singbox_enable.label"
2037
+ msgstr "config.sub_full_singbox_enable.label"
2038
+
2039
+ msgid "config.sub_full_xray_json_enable.description"
2040
+ msgstr ""
2041
+ "XRay full link provides comprehensive configuration options for XRay-"
2042
+ "specific settings. This includes custom fragmentation and multiplexing (mux)"
2043
+ " in applications such as v2rayNG that support XRay protocols for fine-tuned "
2044
+ "control over XRay proxy setup."
2045
+
2046
+ msgid "config.sub_full_xray_json_enable.label"
2047
+ msgstr "⚙️ XRay Full Config Link"
2048
+
2049
+ msgid "config.sub_singbox_ssh_enable.description"
2050
+ msgstr "config.sub_singbox_ssh_enable.description"
2051
+
2052
+ msgid "config.sub_singbox_ssh_enable.label"
2053
+ msgstr "config.sub_singbox_ssh_enable.label"
2054
+
2055
+ msgid "config.tcp_enable.description"
2056
+ msgstr "Enables TCP Protocol"
2057
+
2058
+ msgid "config.tcp_enable.label"
2059
+ msgstr "🟠 TCP"
2060
+
1636
2061
  msgid "config.telegram.description"
1637
2062
  msgstr "A proxy designed for Telegram to bypass Telegram filtering"
1638
2063
 
@@ -1689,6 +2114,49 @@ msgstr "TLS Configurations could be set in this section"
1689
2114
  msgid "config.tls.label"
1690
2115
  msgstr "TLS Settings"
1691
2116
 
2117
+ msgid "config.tls_fragment_enable.description"
2118
+ msgstr ""
2119
+ "<p>Under some circumstances, it can bypass the SNI blacklist system. <a "
2120
+ "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
2121
+ "the-TLS-Trick-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>"
2122
+
2123
+ msgid "config.tls_fragment_enable.label"
2124
+ msgstr "⏯ TLS Fragment"
2125
+
2126
+ msgid "config.tls_fragment_size.description"
2127
+ msgstr "The Size of each Packet"
2128
+
2129
+ msgid "config.tls_fragment_size.label"
2130
+ msgstr "🎚 TLS Fragment Size"
2131
+
2132
+ msgid "config.tls_fragment_sleep.description"
2133
+ msgstr "The time delay between Fragments"
2134
+
2135
+ msgid "config.tls_fragment_sleep.label"
2136
+ msgstr "⏱ TLS Fragment Sleep"
2137
+
2138
+ msgid "config.tls_mixed_case.description"
2139
+ msgstr "Enables TLS Mixed SNI Case Fragmentation"
2140
+
2141
+ msgid "config.tls_mixed_case.label"
2142
+ msgstr "🔠 TLS Mixed SNI Case"
2143
+
2144
+ msgid "config.tls_padding_enable.description"
2145
+ msgstr ""
2146
+ "<p>Enables Padding for TLS Fragmentation. <a "
2147
+ "href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
2148
+ "the-TLS-Trick-works-and-its-usage/#tls-padding\" target=\"_blank\">(Read "
2149
+ "More)</a></p>"
2150
+
2151
+ msgid "config.tls_padding_enable.label"
2152
+ msgstr "♒️ TLS Padding"
2153
+
2154
+ msgid "config.tls_padding_length.description"
2155
+ msgstr "The length of the Padding for TLS Fragmentation"
2156
+
2157
+ msgid "config.tls_padding_length.label"
2158
+ msgstr "📏 TLS Padding"
2159
+
1692
2160
  msgid "config.tls_ports.description"
1693
2161
  msgstr ""
1694
2162
  "Comma separated integers indicating the ports to use as TLS Connection "
@@ -1697,6 +2165,12 @@ msgstr ""
1697
2165
  msgid "config.tls_ports.label"
1698
2166
  msgstr "🔎 TLS Ports"
1699
2167
 
2168
+ msgid "config.tls_trick.description"
2169
+ msgstr "TLS Fragmentation configurations could be set in this section"
2170
+
2171
+ msgid "config.tls_trick.label"
2172
+ msgstr "TLS Trick"
2173
+
1700
2174
  msgid "config.too_advanced.description"
1701
2175
  msgstr ""
1702
2176
  "Specify The Proxy Path. It is important especially if you are using HTTP and"
@@ -1711,6 +2185,12 @@ msgstr "Torrent Block Configurations could be set in this section."
1711
2185
  msgid "config.torrent_block.label"
1712
2186
  msgstr "Torrent Block Configuration"
1713
2187
 
2188
+ msgid "config.trojan_enable.description"
2189
+ msgstr "Enables Trojan Protocol"
2190
+
2191
+ msgid "config.trojan_enable.label"
2192
+ msgstr "🟤 Trojan"
2193
+
1714
2194
  msgid "config.tuic.description"
1715
2195
  msgstr ""
1716
2196
  "Delicately-TUICed High-Performance proxy is on top of the QUIC protocol. \n"
@@ -1763,6 +2243,12 @@ msgstr ""
1763
2243
  msgid "config.validation-success-no-reset"
1764
2244
  msgstr " ✅ Configs have been changed successfully"
1765
2245
 
2246
+ msgid "config.vless_enable.description"
2247
+ msgstr "Enable VLess Protocol"
2248
+
2249
+ msgid "config.vless_enable.label"
2250
+ msgstr "⚫️ VLess"
2251
+
1766
2252
  msgid "config.vmess_enable.description"
1767
2253
  msgstr "Active VMess Protocol"
1768
2254
 
@@ -1808,15 +2294,104 @@ msgstr ""
1808
2294
  msgid "config.warp_plus_code.label"
1809
2295
  msgstr "🔑 Warp Plus Key"
1810
2296
 
2297
+ msgid "config.warp_sites.description"
2298
+ msgstr ""
2299
+ "Add additional sites to pass through WARP (only when warp mode is not None)"
2300
+
2301
+ msgid "config.warp_sites.label"
2302
+ msgstr "🆚 Additional WARP Sites"
2303
+
2304
+ msgid "config.wireguard.description"
2305
+ msgstr ""
2306
+ "WireGuard is a lightweight, UDP based protocol known for its simplicity, "
2307
+ "efficiency, and strong security. It offers quick setup, transparent code, "
2308
+ "and has gained popularity for its ease of use across various operating "
2309
+ "systems"
2310
+
2311
+ msgid "config.wireguard.label"
2312
+ msgstr "WireGuard"
2313
+
2314
+ msgid "config.wireguard_enable.description"
2315
+ msgstr ""
2316
+ "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a "
2317
+ "href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>"
2318
+
2319
+ msgid "config.wireguard_enable.label"
2320
+ msgstr "🐉 WireGuard"
2321
+
2322
+ msgid "config.wireguard_ipv4.description"
2323
+ msgstr "Enables IPv4 in WireGuard"
2324
+
2325
+ msgid "config.wireguard_ipv4.label"
2326
+ msgstr " IPv4 in WireGuard"
2327
+
2328
+ msgid "config.wireguard_ipv6.description"
2329
+ msgstr "Enables IPv6 in WireGuard"
2330
+
2331
+ msgid "config.wireguard_ipv6.label"
2332
+ msgstr "IPv6 in WireGuard"
2333
+
2334
+ msgid "config.wireguard_noise_trick.description"
2335
+ msgstr ""
2336
+ "This method introduces extra noise to prevent detection and blocking by the "
2337
+ "GFW"
2338
+
2339
+ msgid "config.wireguard_noise_trick.label"
2340
+ msgstr "💥 WireGuard Noise Trick"
2341
+
2342
+ msgid "config.wireguard_port.description"
2343
+ msgstr "Defines Port for WireGuard "
2344
+
2345
+ msgid "config.wireguard_port.label"
2346
+ msgstr "↔️ WireGuard Port"
2347
+
2348
+ msgid "config.wireguard_private_key.description"
2349
+ msgstr "A private key is specified to WireGuard"
2350
+
2351
+ msgid "config.wireguard_private_key.label"
2352
+ msgstr "WireGuard Private Key"
2353
+
2354
+ msgid "config.wireguard_public_key.description"
2355
+ msgstr "A public key is specified to WireGuard"
2356
+
2357
+ msgid "config.wireguard_public_key.label"
2358
+ msgstr "WireGuard Public Key"
2359
+
2360
+ msgid "config.ws_enable.description"
2361
+ msgstr "Websocket creates a tunnel over HTTP that is useful to be used in CDN"
2362
+
2363
+ msgid "config.ws_enable.label"
2364
+ msgstr "🔰 Websocket"
2365
+
2366
+ msgid "config.xhttp_enable.description"
2367
+ msgstr ""
2368
+ "<p>This Protocol send and receive information in individual channels.<br />\n"
2369
+ "⚠️ <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>"
2370
+
2371
+ msgid "config.xhttp_enable.label"
2372
+ msgstr "🈁 Split HTTP"
2373
+
2374
+ msgid "config.xtls_enable.description"
2375
+ msgstr "Enables XTLS Protocol"
2376
+
2377
+ msgid "config.xtls_enable.label"
2378
+ msgstr "🟢 XTLS"
2379
+
1811
2380
  msgid "copy"
1812
2381
  msgstr "Copy"
1813
2382
 
2383
+ msgid "daily"
2384
+ msgstr "⏰ Daily"
2385
+
1814
2386
  msgid "days"
1815
2387
  msgstr "Days"
1816
2388
 
1817
2389
  msgid "desktop"
1818
2390
  msgstr "Desktop"
1819
2391
 
2392
+ msgid "direct"
2393
+ msgstr "➡️ Direct"
2394
+
1820
2395
  msgid "domain.cdn"
1821
2396
  msgstr "CDN"
1822
2397
 
@@ -1874,6 +2449,9 @@ msgstr ""
1874
2449
  msgid "download"
1875
2450
  msgstr "Direct Download"
1876
2451
 
2452
+ msgid "fake"
2453
+ msgstr "🆎 Fake Site"
2454
+
1877
2455
  msgid "gRPC"
1878
2456
  msgstr "➿ gRPC"
1879
2457
 
@@ -1940,6 +2518,9 @@ msgstr "macOS"
1940
2518
  msgid "master.page-title"
1941
2519
  msgstr "HiddifyManager"
1942
2520
 
2521
+ msgid "monthly"
2522
+ msgstr "🗓️ Monthly"
2523
+
1943
2524
  msgid "move_to_new_link"
1944
2525
  msgstr ""
1945
2526
  "The page has been moved to a new link. Please copy and save the new link."
@@ -1947,6 +2528,9 @@ msgstr ""
1947
2528
  msgid "next"
1948
2529
  msgstr "Next"
1949
2530
 
2531
+ msgid "no_reset"
2532
+ msgstr "⭐️ Without Reset"
2533
+
1950
2534
  msgid "node.diff-version"
1951
2535
  msgstr "node.diff-version"
1952
2536
 
@@ -1968,6 +2552,9 @@ msgstr "This field defines UUID for Node"
1968
2552
  msgid "node.uuid.label"
1969
2553
  msgstr "Node UUID"
1970
2554
 
2555
+ msgid "old_xtls_direct"
2556
+ msgstr "🔙 Old Direct Mode (For Trojan TCP, VLess XTLS)"
2557
+
1971
2558
  msgid "open"
1972
2559
  msgstr "Open"
1973
2560
 
@@ -2007,6 +2594,12 @@ msgstr ""
2007
2594
  msgid "quicksetup.setlang.success"
2008
2595
  msgstr "Changing the Language was Successful."
2009
2596
 
2597
+ msgid "reality"
2598
+ msgstr "🔂 Reality"
2599
+
2600
+ msgid "relay"
2601
+ msgstr "♾️ Relay (Connect Using an Intermediate Node)"
2602
+
2010
2603
  msgid "search"
2011
2604
  msgstr "Search"
2012
2605
 
@@ -2027,6 +2620,9 @@ msgstr "SingBox: SSH"
2027
2620
  msgid "ssh"
2028
2621
  msgstr "SSH"
2029
2622
 
2623
+ msgid "sub_link_only"
2624
+ msgstr "📳 Only for Subscription Link (can be Direct, Relay, or CDN)"
2625
+
2030
2626
  msgid "telegram"
2031
2627
  msgstr "Telegram"
2032
2628
 
@@ -2381,3 +2977,9 @@ msgstr ""
2381
2977
  "Please visit this page without using a VPN. You need to access it from the "
2382
2978
  "country %(expected_country)s, but you're currently accessing it from "
2383
2979
  "%(your_country)s."
2980
+
2981
+ msgid "weekly"
2982
+ msgstr "📅 Weekly"
2983
+
2984
+ msgid "worker"
2985
+ msgstr "✴️ Cloudflare Worker"