hiddifypanel 10.80.0__py3-none-any.whl → 10.80.0.dev8__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.
- hiddifypanel/VERSION +1 -1
- hiddifypanel/VERSION.py +1 -1
- hiddifypanel/base.py +129 -43
- hiddifypanel/cache.py +1 -1
- hiddifypanel/database.py +0 -7
- hiddifypanel/hutils/flask.py +3 -3
- hiddifypanel/hutils/proxy/__init__.py +0 -1
- hiddifypanel/hutils/proxy/clash.py +2 -2
- hiddifypanel/hutils/proxy/shared.py +6 -6
- hiddifypanel/hutils/proxy/singbox.py +1 -1
- hiddifypanel/hutils/proxy/xray.py +2 -2
- hiddifypanel/hutils/proxy/xrayjson.py +7 -10
- hiddifypanel/models/config.py +1 -4
- hiddifypanel/models/config_enum.py +2 -2
- hiddifypanel/models/proxy.py +1 -1
- hiddifypanel/panel/__init__.py +8 -8
- hiddifypanel/panel/admin/AdminstratorAdmin.py +8 -7
- hiddifypanel/panel/admin/DomainAdmin.py +98 -132
- hiddifypanel/panel/admin/QuickSetup.py +8 -8
- hiddifypanel/panel/admin/UserAdmin.py +33 -58
- hiddifypanel/panel/admin/templates/index.html +4 -6
- hiddifypanel/panel/admin/templates/model/user_list.html +3 -11
- hiddifypanel/panel/cli.py +2 -11
- hiddifypanel/panel/commercial/restapi/v1/tgbot.py +1 -19
- hiddifypanel/panel/commercial/restapi/v2/admin/system_actions.py +1 -5
- hiddifypanel/panel/commercial/restapi/v2/admin/user_api.py +1 -2
- hiddifypanel/panel/common.py +1 -1
- hiddifypanel/panel/init_db.py +16 -19
- hiddifypanel/panel/usage.py +3 -13
- hiddifypanel/panel/user/user.py +18 -12
- hiddifypanel/templates/fake.html +320 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +13 -82
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +12 -81
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +4 -73
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +9 -79
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +4 -73
- hiddifypanel/translations.i18n/en.json +7 -50
- hiddifypanel/translations.i18n/fa.json +6 -49
- hiddifypanel/translations.i18n/fr.json +2 -2
- hiddifypanel/translations.i18n/my.json +2 -2
- hiddifypanel/translations.i18n/pt.json +4 -47
- hiddifypanel/translations.i18n/ru.json +7 -50
- hiddifypanel/translations.i18n/zh.json +4 -47
- {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev8.dist-info}/METADATA +6 -13
- {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev8.dist-info}/RECORD +53 -69
- hiddifypanel/apps/__init__.py +0 -0
- hiddifypanel/apps/asgi_app.py +0 -7
- hiddifypanel/apps/celery_app.py +0 -3
- hiddifypanel/apps/wsgi_app.py +0 -5
- hiddifypanel/base_setup.py +0 -82
- hiddifypanel/celery.py +0 -45
- hiddifypanel/hutils/proxy/wireguard.py +0 -34
- hiddifypanel/panel/hlogger.py +0 -32
- hiddifypanel/panel/node/__init__.py +0 -9
- hiddifypanel/panel/node/a.py +0 -14
- hiddifypanel/panel/node/hello.py +0 -14
- hiddifypanel/panel/node/test.proto +0 -13
- hiddifypanel/panel/node/test_grpc.py +0 -40
- hiddifypanel/panel/node/test_pb2.py +0 -40
- hiddifypanel/panel/node/test_pb2.pyi +0 -17
- hiddifypanel/panel/node/test_pb2_grpc.py +0 -97
- {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev8.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev8.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.80.0.dist-info → hiddifypanel-10.80.0.dev8.dist-info}/entry_points.txt +0 -0
@@ -215,9 +215,6 @@ msgstr ""
|
|
215
215
|
msgid "Domain can not be resolved! there is a problem in your domain"
|
216
216
|
msgstr "دامنه قابل دسترسی نیست! در دامنه شما مشکلی وجود دارد."
|
217
217
|
|
218
|
-
msgid "Domain cannot be resolved! Please check DNS settings"
|
219
|
-
msgstr ""
|
220
|
-
|
221
218
|
msgid "Domain is not REALITY friendly!"
|
222
219
|
msgstr "دامنه سازگار با REALITY نیست!"
|
223
220
|
|
@@ -592,9 +589,6 @@ msgstr "رم"
|
|
592
589
|
msgid "REALITY Fallback domain is not compaitble with server names!"
|
593
590
|
msgstr "دامنه بازگشتی REALITY با نام سرور سازگار نیست!"
|
594
591
|
|
595
|
-
msgid "REALITY Fallback domain is not compatible with server names!"
|
596
|
-
msgstr ""
|
597
|
-
|
598
592
|
msgid "Release"
|
599
593
|
msgstr "✅ پایدار"
|
600
594
|
|
@@ -700,9 +694,6 @@ msgstr "📦 SingBox"
|
|
700
694
|
msgid "Sort by %(name)s"
|
701
695
|
msgstr "مرتب سازی بر اساس %(name)s"
|
702
696
|
|
703
|
-
msgid "Specifying CDN IP is only valid for CDN mode"
|
704
|
-
msgstr ""
|
705
|
-
|
706
697
|
msgid "Start Date"
|
707
698
|
msgstr "زمان شروع"
|
708
699
|
|
@@ -1533,11 +1524,11 @@ msgstr "⬆️ آپلود (mbps) MUX Brutal"
|
|
1533
1524
|
|
1534
1525
|
msgid "config.mux_enable.description"
|
1535
1526
|
msgstr ""
|
1536
|
-
"<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در
|
1537
|
-
"
|
1538
|
-
"
|
1539
|
-
"
|
1540
|
-
"
|
1527
|
+
"<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify"
|
1528
|
+
" و Singbox و XRay سازگار نیستند. <a "
|
1529
|
+
"href=\"https://hiddify.com/fa/manager/basic-concepts-and-"
|
1530
|
+
"troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(بیشتر "
|
1531
|
+
"بدانید)</a></p>"
|
1541
1532
|
|
1542
1533
|
msgid "config.mux_enable.label"
|
1543
1534
|
msgstr "Ⓜ️ MUX (⚠️ ناسازگار با برخی نرم افزارها)"
|
@@ -1647,10 +1638,10 @@ msgid "config.path_httpupgrade.label"
|
|
1647
1638
|
msgstr "ℹ️ مسیر ارتقاء HTTP"
|
1648
1639
|
|
1649
1640
|
msgid "config.path_splithttp.description"
|
1650
|
-
msgstr ""
|
1641
|
+
msgstr "این گزینه مسیر را برای Split HTTP تعریف می کند"
|
1651
1642
|
|
1652
1643
|
msgid "config.path_splithttp.label"
|
1653
|
-
msgstr ""
|
1644
|
+
msgstr "ℹ️ مسیر برای Split HTTP"
|
1654
1645
|
|
1655
1646
|
msgid "config.path_ss.description"
|
1656
1647
|
msgstr "مسیر شدوساکس در لینکها"
|
@@ -1694,12 +1685,6 @@ msgstr "مسیر Websocket را مشخص کنید"
|
|
1694
1685
|
msgid "config.path_ws.label"
|
1695
1686
|
msgstr "ℹ️ مسیر درخواست های Websocket"
|
1696
1687
|
|
1697
|
-
msgid "config.path_xhttp.description"
|
1698
|
-
msgstr "این گزینه مسیر را برای Split HTTP تعریف می کند"
|
1699
|
-
|
1700
|
-
msgid "config.path_xhttp.label"
|
1701
|
-
msgstr "ℹ️ مسیر برای Split HTTP"
|
1702
|
-
|
1703
1688
|
msgid "config.proxies.description"
|
1704
1689
|
msgstr "تنظیمات اختصاصی را مشخص کنید"
|
1705
1690
|
|
@@ -1884,9 +1869,11 @@ msgstr "🚀 تست سرعت"
|
|
1884
1869
|
|
1885
1870
|
msgid "config.splithttp_enable.description"
|
1886
1871
|
msgstr ""
|
1872
|
+
"<p>این پروتکل اطلاعات را در کانال های جداگانه ارسال و دریافت می کند<br />\n"
|
1873
|
+
"⚠️<strong> این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه Hiddify و برنامه های با هسته XRay پشتیبانی میشود</strong></p>"
|
1887
1874
|
|
1888
1875
|
msgid "config.splithttp_enable.label"
|
1889
|
-
msgstr ""
|
1876
|
+
msgstr "🈁 Split HTTP"
|
1890
1877
|
|
1891
1878
|
msgid "config.ssfaketls.description"
|
1892
1879
|
msgstr ""
|
@@ -1921,54 +1908,6 @@ msgstr ""
|
|
1921
1908
|
msgid "config.ssh.label"
|
1922
1909
|
msgstr "پروکسی SSH"
|
1923
1910
|
|
1924
|
-
msgid "config.ssh_host_dsa_pk.description"
|
1925
|
-
msgstr ""
|
1926
|
-
|
1927
|
-
msgid "config.ssh_host_dsa_pk.label"
|
1928
|
-
msgstr ""
|
1929
|
-
|
1930
|
-
msgid "config.ssh_host_dsa_pub.description"
|
1931
|
-
msgstr ""
|
1932
|
-
|
1933
|
-
msgid "config.ssh_host_dsa_pub.label"
|
1934
|
-
msgstr ""
|
1935
|
-
|
1936
|
-
msgid "config.ssh_host_ecdsa_pk.description"
|
1937
|
-
msgstr ""
|
1938
|
-
|
1939
|
-
msgid "config.ssh_host_ecdsa_pk.label"
|
1940
|
-
msgstr ""
|
1941
|
-
|
1942
|
-
msgid "config.ssh_host_ecdsa_pub.description"
|
1943
|
-
msgstr ""
|
1944
|
-
|
1945
|
-
msgid "config.ssh_host_ecdsa_pub.label"
|
1946
|
-
msgstr ""
|
1947
|
-
|
1948
|
-
msgid "config.ssh_host_ed25519_pk.description"
|
1949
|
-
msgstr ""
|
1950
|
-
|
1951
|
-
msgid "config.ssh_host_ed25519_pk.label"
|
1952
|
-
msgstr ""
|
1953
|
-
|
1954
|
-
msgid "config.ssh_host_ed25519_pub.description"
|
1955
|
-
msgstr ""
|
1956
|
-
|
1957
|
-
msgid "config.ssh_host_ed25519_pub.label"
|
1958
|
-
msgstr ""
|
1959
|
-
|
1960
|
-
msgid "config.ssh_host_rsa_pk.description"
|
1961
|
-
msgstr ""
|
1962
|
-
|
1963
|
-
msgid "config.ssh_host_rsa_pk.label"
|
1964
|
-
msgstr ""
|
1965
|
-
|
1966
|
-
msgid "config.ssh_host_rsa_pub.description"
|
1967
|
-
msgstr ""
|
1968
|
-
|
1969
|
-
msgid "config.ssh_host_rsa_pub.label"
|
1970
|
-
msgstr ""
|
1971
|
-
|
1972
1911
|
msgid "config.ssh_server_enable.description"
|
1973
1912
|
msgstr ""
|
1974
1913
|
"این SSH پروکسی با SSH سرور اصلی کاملا متفاوت است و امکان اجرای دستورات را "
|
@@ -2323,8 +2262,8 @@ msgstr "وایرگارد"
|
|
2323
2262
|
msgid "config.wireguard_enable.description"
|
2324
2263
|
msgstr ""
|
2325
2264
|
"<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a "
|
2326
|
-
"href=\"https://
|
2327
|
-
"کند)</p>"
|
2265
|
+
"href=\"https://github.com/hiddify/hiddify-app\" "
|
2266
|
+
"target=\"_blank\">Hiddify</a> کار می کند)</p>"
|
2328
2267
|
|
2329
2268
|
msgid "config.wireguard_enable.label"
|
2330
2269
|
msgstr "🐉 وایرگارد"
|
@@ -2374,14 +2313,6 @@ msgstr ""
|
|
2374
2313
|
msgid "config.ws_enable.label"
|
2375
2314
|
msgstr "🔰 Websocket"
|
2376
2315
|
|
2377
|
-
msgid "config.xhttp_enable.description"
|
2378
|
-
msgstr ""
|
2379
|
-
"<p>این پروتکل اطلاعات را در کانال های جداگانه ارسال و دریافت می کند<br />\n"
|
2380
|
-
"⚠️<strong> این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> و برنامه های با هسته XRay پشتیبانی میشود</strong></p>"
|
2381
|
-
|
2382
|
-
msgid "config.xhttp_enable.label"
|
2383
|
-
msgstr "🈁 Split HTTP"
|
2384
|
-
|
2385
2316
|
msgid "config.xtls_enable.description"
|
2386
2317
|
msgstr "پروتکل XTLS را فعال می کند"
|
2387
2318
|
|
Binary file
|
@@ -213,9 +213,6 @@ msgstr ""
|
|
213
213
|
"O domínio não pode ser resolvido! Há um problema em seu domínio. Verifique "
|
214
214
|
"as configurações do seu Domínio."
|
215
215
|
|
216
|
-
msgid "Domain cannot be resolved! Please check DNS settings"
|
217
|
-
msgstr ""
|
218
|
-
|
219
216
|
msgid "Domain is not REALITY friendly!"
|
220
217
|
msgstr "O domínio não é compatível com Reality!"
|
221
218
|
|
@@ -568,9 +565,6 @@ msgstr "BATER"
|
|
568
565
|
msgid "REALITY Fallback domain is not compaitble with server names!"
|
569
566
|
msgstr "REALITY Fallback Domain não é compatível com nomes de servidores!"
|
570
567
|
|
571
|
-
msgid "REALITY Fallback domain is not compatible with server names!"
|
572
|
-
msgstr ""
|
573
|
-
|
574
568
|
msgid "Release"
|
575
569
|
msgstr "✅ Liberação"
|
576
570
|
|
@@ -676,9 +670,6 @@ msgstr "📦 SingBox"
|
|
676
670
|
msgid "Sort by %(name)s"
|
677
671
|
msgstr "Ordenar por %(name)s"
|
678
672
|
|
679
|
-
msgid "Specifying CDN IP is only valid for CDN mode"
|
680
|
-
msgstr ""
|
681
|
-
|
682
673
|
msgid "Start Date"
|
683
674
|
msgstr "Data de início"
|
684
675
|
|
@@ -1621,10 +1612,10 @@ msgid "config.path_httpupgrade.label"
|
|
1621
1612
|
msgstr "ℹ️ Caminho de atualização HTTP"
|
1622
1613
|
|
1623
1614
|
msgid "config.path_splithttp.description"
|
1624
|
-
msgstr ""
|
1615
|
+
msgstr "Esta opção define o caminho para Split HTTP"
|
1625
1616
|
|
1626
1617
|
msgid "config.path_splithttp.label"
|
1627
|
-
msgstr ""
|
1618
|
+
msgstr "Caminho para Split HTTP"
|
1628
1619
|
|
1629
1620
|
msgid "config.path_ss.description"
|
1630
1621
|
msgstr "Caminho Shadowsocks nos Links"
|
@@ -1668,12 +1659,6 @@ msgstr "Especifique o caminho do Websocket"
|
|
1668
1659
|
msgid "config.path_ws.label"
|
1669
1660
|
msgstr "ℹ️ Caminho das solicitações do Websocket"
|
1670
1661
|
|
1671
|
-
msgid "config.path_xhttp.description"
|
1672
|
-
msgstr "Esta opção define o caminho para Split HTTP"
|
1673
|
-
|
1674
|
-
msgid "config.path_xhttp.label"
|
1675
|
-
msgstr "Caminho para Split HTTP"
|
1676
|
-
|
1677
1662
|
msgid "config.proxies.description"
|
1678
1663
|
msgstr "Definir configurações de proxy específicas"
|
1679
1664
|
|
@@ -1860,10 +1845,10 @@ msgid "config.speed_test.label"
|
|
1860
1845
|
msgstr "🚀 Teste de velocidade"
|
1861
1846
|
|
1862
1847
|
msgid "config.splithttp_enable.description"
|
1863
|
-
msgstr ""
|
1848
|
+
msgstr "Este protocolo envia e recebe informações em canais individuais "
|
1864
1849
|
|
1865
1850
|
msgid "config.splithttp_enable.label"
|
1866
|
-
msgstr ""
|
1851
|
+
msgstr "🈁 Split HTTP"
|
1867
1852
|
|
1868
1853
|
msgid "config.ssfaketls.description"
|
1869
1854
|
msgstr ""
|
@@ -1897,54 +1882,6 @@ msgstr ""
|
|
1897
1882
|
msgid "config.ssh.label"
|
1898
1883
|
msgstr "Proxy SSH"
|
1899
1884
|
|
1900
|
-
msgid "config.ssh_host_dsa_pk.description"
|
1901
|
-
msgstr ""
|
1902
|
-
|
1903
|
-
msgid "config.ssh_host_dsa_pk.label"
|
1904
|
-
msgstr ""
|
1905
|
-
|
1906
|
-
msgid "config.ssh_host_dsa_pub.description"
|
1907
|
-
msgstr ""
|
1908
|
-
|
1909
|
-
msgid "config.ssh_host_dsa_pub.label"
|
1910
|
-
msgstr ""
|
1911
|
-
|
1912
|
-
msgid "config.ssh_host_ecdsa_pk.description"
|
1913
|
-
msgstr ""
|
1914
|
-
|
1915
|
-
msgid "config.ssh_host_ecdsa_pk.label"
|
1916
|
-
msgstr ""
|
1917
|
-
|
1918
|
-
msgid "config.ssh_host_ecdsa_pub.description"
|
1919
|
-
msgstr ""
|
1920
|
-
|
1921
|
-
msgid "config.ssh_host_ecdsa_pub.label"
|
1922
|
-
msgstr ""
|
1923
|
-
|
1924
|
-
msgid "config.ssh_host_ed25519_pk.description"
|
1925
|
-
msgstr ""
|
1926
|
-
|
1927
|
-
msgid "config.ssh_host_ed25519_pk.label"
|
1928
|
-
msgstr ""
|
1929
|
-
|
1930
|
-
msgid "config.ssh_host_ed25519_pub.description"
|
1931
|
-
msgstr ""
|
1932
|
-
|
1933
|
-
msgid "config.ssh_host_ed25519_pub.label"
|
1934
|
-
msgstr ""
|
1935
|
-
|
1936
|
-
msgid "config.ssh_host_rsa_pk.description"
|
1937
|
-
msgstr ""
|
1938
|
-
|
1939
|
-
msgid "config.ssh_host_rsa_pk.label"
|
1940
|
-
msgstr ""
|
1941
|
-
|
1942
|
-
msgid "config.ssh_host_rsa_pub.description"
|
1943
|
-
msgstr ""
|
1944
|
-
|
1945
|
-
msgid "config.ssh_host_rsa_pub.label"
|
1946
|
-
msgstr ""
|
1947
|
-
|
1948
1885
|
msgid "config.ssh_server_enable.description"
|
1949
1886
|
msgstr "O proxy SSH é completamente diferente do servidor ssh original."
|
1950
1887
|
|
@@ -2353,12 +2290,6 @@ msgstr "Websocket cria um túnel sobre HTTP que é útil para ser usado em CDN"
|
|
2353
2290
|
msgid "config.ws_enable.label"
|
2354
2291
|
msgstr "🔰 Websocket"
|
2355
2292
|
|
2356
|
-
msgid "config.xhttp_enable.description"
|
2357
|
-
msgstr "Este protocolo envia e recebe informações em canais individuais "
|
2358
|
-
|
2359
|
-
msgid "config.xhttp_enable.label"
|
2360
|
-
msgstr "🈁 Split HTTP"
|
2361
|
-
|
2362
2293
|
msgid "config.xtls_enable.description"
|
2363
2294
|
msgstr "Ativa o protocolo XTLS"
|
2364
2295
|
|
Binary file
|
@@ -219,9 +219,6 @@ msgstr ""
|
|
219
219
|
"Не возможно определить IP адрес для домена! В вашем домене возникла "
|
220
220
|
"проблема. Пожалуйста, проверьте настройки."
|
221
221
|
|
222
|
-
msgid "Domain cannot be resolved! Please check DNS settings"
|
223
|
-
msgstr ""
|
224
|
-
|
225
222
|
msgid "Domain is not REALITY friendly!"
|
226
223
|
msgstr "Домен не подходит для использования с REALITY!"
|
227
224
|
|
@@ -610,9 +607,6 @@ msgstr "RAM"
|
|
610
607
|
msgid "REALITY Fallback domain is not compaitble with server names!"
|
611
608
|
msgstr "REALITY Fallback Domain несовместим с именами серверов!"
|
612
609
|
|
613
|
-
msgid "REALITY Fallback domain is not compatible with server names!"
|
614
|
-
msgstr ""
|
615
|
-
|
616
610
|
msgid "Release"
|
617
611
|
msgstr "✅ Релиз"
|
618
612
|
|
@@ -718,9 +712,6 @@ msgstr "📦 SingBox"
|
|
718
712
|
msgid "Sort by %(name)s"
|
719
713
|
msgstr "Сортировать по %(name)s"
|
720
714
|
|
721
|
-
msgid "Specifying CDN IP is only valid for CDN mode"
|
722
|
-
msgstr ""
|
723
|
-
|
724
715
|
msgid "Start Date"
|
725
716
|
msgstr "Дата начала"
|
726
717
|
|
@@ -1423,7 +1414,7 @@ msgstr "☑️ Разрешить соединение по HTTP"
|
|
1423
1414
|
msgid "config.httpupgrade_enable.description"
|
1424
1415
|
msgstr ""
|
1425
1416
|
"HTTPUpgrade завершает запрос и ответ на обновление HTTP 1.1, прежде чем использовать соединение напрямую. Он похож на WebSocket тем, что создает канал направления, который может пересылаться многими обратными прокси-серверами и CDN, без необходимости решать все проблемы, связанные с самим протоколом WebSocket.\n"
|
1426
|
-
"⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты
|
1417
|
+
"⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты Hiddify, Singbox и V2fly."
|
1427
1418
|
|
1428
1419
|
msgid "config.httpupgrade_enable.label"
|
1429
1420
|
msgstr "🆙 Включить Метод HTTP Обновления"
|
@@ -1561,9 +1552,7 @@ msgstr "⬆️ MUX Brutal Исходящая Загрузка (mbps)"
|
|
1561
1552
|
|
1562
1553
|
msgid "config.mux_enable.description"
|
1563
1554
|
msgstr ""
|
1564
|
-
"MUX требует совместимые клиенты. MUX в
|
1565
|
-
"href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и Singbox"
|
1566
|
-
" несовместимы с XRay"
|
1555
|
+
"MUX требует совместимые клиенты. MUX в Hiddify и Singbox несовместимы с XRay"
|
1567
1556
|
|
1568
1557
|
msgid "config.mux_enable.label"
|
1569
1558
|
msgstr "Ⓜ️ MUX (⚠️ Несовместимо с некоторыми клиентами)"
|
@@ -1674,10 +1663,10 @@ msgid "config.path_httpupgrade.label"
|
|
1674
1663
|
msgstr "ℹ️ Путь обновления HTTP"
|
1675
1664
|
|
1676
1665
|
msgid "config.path_splithttp.description"
|
1677
|
-
msgstr ""
|
1666
|
+
msgstr "Эта опция определяет путь для Split HTTP."
|
1678
1667
|
|
1679
1668
|
msgid "config.path_splithttp.label"
|
1680
|
-
msgstr ""
|
1669
|
+
msgstr "ℹ️ Путь для Split HTTP"
|
1681
1670
|
|
1682
1671
|
msgid "config.path_ss.description"
|
1683
1672
|
msgstr "Путь Shadowsocks в ссылках"
|
@@ -1721,12 +1710,6 @@ msgstr "Укажите путь для Websocket"
|
|
1721
1710
|
msgid "config.path_ws.label"
|
1722
1711
|
msgstr "ℹ️ Путь запросов к веб-сокетам"
|
1723
1712
|
|
1724
|
-
msgid "config.path_xhttp.description"
|
1725
|
-
msgstr "Эта опция определяет путь для Split HTTP."
|
1726
|
-
|
1727
|
-
msgid "config.path_xhttp.label"
|
1728
|
-
msgstr "ℹ️ Путь для Split HTTP"
|
1729
|
-
|
1730
1713
|
msgid "config.proxies.description"
|
1731
1714
|
msgstr "Определите специфичные настройки прокси"
|
1732
1715
|
|
@@ -1913,9 +1896,11 @@ msgstr "🚀 Тест скорости"
|
|
1913
1896
|
|
1914
1897
|
msgid "config.splithttp_enable.description"
|
1915
1898
|
msgstr ""
|
1899
|
+
"<p>Этот протокол отправляет и получает информацию по отдельным каналам<br />\n"
|
1900
|
+
"⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения Hiddify и клиенты на базе XRay</strong></p>"
|
1916
1901
|
|
1917
1902
|
msgid "config.splithttp_enable.label"
|
1918
|
-
msgstr ""
|
1903
|
+
msgstr "🈁 Split HTTP"
|
1919
1904
|
|
1920
1905
|
msgid "config.ssfaketls.description"
|
1921
1906
|
msgstr ""
|
@@ -1951,54 +1936,6 @@ msgstr ""
|
|
1951
1936
|
msgid "config.ssh.label"
|
1952
1937
|
msgstr "SSH Proxy"
|
1953
1938
|
|
1954
|
-
msgid "config.ssh_host_dsa_pk.description"
|
1955
|
-
msgstr ""
|
1956
|
-
|
1957
|
-
msgid "config.ssh_host_dsa_pk.label"
|
1958
|
-
msgstr ""
|
1959
|
-
|
1960
|
-
msgid "config.ssh_host_dsa_pub.description"
|
1961
|
-
msgstr ""
|
1962
|
-
|
1963
|
-
msgid "config.ssh_host_dsa_pub.label"
|
1964
|
-
msgstr ""
|
1965
|
-
|
1966
|
-
msgid "config.ssh_host_ecdsa_pk.description"
|
1967
|
-
msgstr ""
|
1968
|
-
|
1969
|
-
msgid "config.ssh_host_ecdsa_pk.label"
|
1970
|
-
msgstr ""
|
1971
|
-
|
1972
|
-
msgid "config.ssh_host_ecdsa_pub.description"
|
1973
|
-
msgstr ""
|
1974
|
-
|
1975
|
-
msgid "config.ssh_host_ecdsa_pub.label"
|
1976
|
-
msgstr ""
|
1977
|
-
|
1978
|
-
msgid "config.ssh_host_ed25519_pk.description"
|
1979
|
-
msgstr ""
|
1980
|
-
|
1981
|
-
msgid "config.ssh_host_ed25519_pk.label"
|
1982
|
-
msgstr ""
|
1983
|
-
|
1984
|
-
msgid "config.ssh_host_ed25519_pub.description"
|
1985
|
-
msgstr ""
|
1986
|
-
|
1987
|
-
msgid "config.ssh_host_ed25519_pub.label"
|
1988
|
-
msgstr ""
|
1989
|
-
|
1990
|
-
msgid "config.ssh_host_rsa_pk.description"
|
1991
|
-
msgstr ""
|
1992
|
-
|
1993
|
-
msgid "config.ssh_host_rsa_pk.label"
|
1994
|
-
msgstr ""
|
1995
|
-
|
1996
|
-
msgid "config.ssh_host_rsa_pub.description"
|
1997
|
-
msgstr ""
|
1998
|
-
|
1999
|
-
msgid "config.ssh_host_rsa_pub.label"
|
2000
|
-
msgstr ""
|
2001
|
-
|
2002
1939
|
msgid "config.ssh_server_enable.description"
|
2003
1940
|
msgstr "SSH Proxy полностью отличается от оригинального SSH Server"
|
2004
1941
|
|
@@ -2356,7 +2293,8 @@ msgstr "WireGuard"
|
|
2356
2293
|
msgid "config.wireguard_enable.description"
|
2357
2294
|
msgstr ""
|
2358
2295
|
"<p>WireGuard - это UDP-протокол. (⚠️ Работает на <a "
|
2359
|
-
"href=\"https://
|
2296
|
+
"href=\"https://github.com/hiddify/hiddify-app\" "
|
2297
|
+
"target=\"_blank\">Hiddify</a>)</p>"
|
2360
2298
|
|
2361
2299
|
msgid "config.wireguard_enable.label"
|
2362
2300
|
msgstr "🐉 WireGuard"
|
@@ -2407,14 +2345,6 @@ msgstr ""
|
|
2407
2345
|
msgid "config.ws_enable.label"
|
2408
2346
|
msgstr "🔰 Websocket"
|
2409
2347
|
|
2410
|
-
msgid "config.xhttp_enable.description"
|
2411
|
-
msgstr ""
|
2412
|
-
"<p>Этот протокол отправляет и получает информацию по отдельным каналам<br />\n"
|
2413
|
-
"⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и клиенты на базе XRay</strong></p>"
|
2414
|
-
|
2415
|
-
msgid "config.xhttp_enable.label"
|
2416
|
-
msgstr "🈁 Split HTTP"
|
2417
|
-
|
2418
2348
|
msgid "config.xtls_enable.description"
|
2419
2349
|
msgstr "Включает протокол XTLS"
|
2420
2350
|
|
Binary file
|
@@ -212,9 +212,6 @@ msgstr "域名IP=%(domain_ip)s is not matched with your ip=%(server_ip)s需要
|
|
212
212
|
msgid "Domain can not be resolved! there is a problem in your domain"
|
213
213
|
msgstr "域名无法解析!您的域有问题。请检查您的域配置。"
|
214
214
|
|
215
|
-
msgid "Domain cannot be resolved! Please check DNS settings"
|
216
|
-
msgstr ""
|
217
|
-
|
218
215
|
msgid "Domain is not REALITY friendly!"
|
219
216
|
msgstr "域名对现实不友好!"
|
220
217
|
|
@@ -587,9 +584,6 @@ msgstr "内存"
|
|
587
584
|
msgid "REALITY Fallback domain is not compaitble with server names!"
|
588
585
|
msgstr "REALITY 后备域与服务器名称不兼容!"
|
589
586
|
|
590
|
-
msgid "REALITY Fallback domain is not compatible with server names!"
|
591
|
-
msgstr ""
|
592
|
-
|
593
587
|
msgid "Release"
|
594
588
|
msgstr "✅ 发布"
|
595
589
|
|
@@ -695,9 +689,6 @@ msgstr "📦 歌盒"
|
|
695
689
|
msgid "Sort by %(name)s"
|
696
690
|
msgstr "以%(name)s排序"
|
697
691
|
|
698
|
-
msgid "Specifying CDN IP is only valid for CDN mode"
|
699
|
-
msgstr ""
|
700
|
-
|
701
692
|
msgid "Start Date"
|
702
693
|
msgstr "开始日期"
|
703
694
|
|
@@ -1570,10 +1561,10 @@ msgid "config.path_httpupgrade.label"
|
|
1570
1561
|
msgstr "ℹ️ HTTP 升级路径"
|
1571
1562
|
|
1572
1563
|
msgid "config.path_splithttp.description"
|
1573
|
-
msgstr ""
|
1564
|
+
msgstr "此选项定义 Split HTTP 的路径"
|
1574
1565
|
|
1575
1566
|
msgid "config.path_splithttp.label"
|
1576
|
-
msgstr ""
|
1567
|
+
msgstr "Split HTTP 的路径"
|
1577
1568
|
|
1578
1569
|
msgid "config.path_ss.description"
|
1579
1570
|
msgstr "链接中的 Shadowsocks 路径"
|
@@ -1617,12 +1608,6 @@ msgstr "指定Websocket路径"
|
|
1617
1608
|
msgid "config.path_ws.label"
|
1618
1609
|
msgstr "ℹ️ Websocket 请求路径"
|
1619
1610
|
|
1620
|
-
msgid "config.path_xhttp.description"
|
1621
|
-
msgstr "此选项定义 Split HTTP 的路径"
|
1622
|
-
|
1623
|
-
msgid "config.path_xhttp.label"
|
1624
|
-
msgstr "Split HTTP 的路径"
|
1625
|
-
|
1626
1611
|
msgid "config.proxies.description"
|
1627
1612
|
msgstr "定义特定的代理设置"
|
1628
1613
|
|
@@ -1784,10 +1769,10 @@ msgid "config.speed_test.label"
|
|
1784
1769
|
msgstr "🚀 速度测试"
|
1785
1770
|
|
1786
1771
|
msgid "config.splithttp_enable.description"
|
1787
|
-
msgstr ""
|
1772
|
+
msgstr "该协议通过单独的渠道发送和接收信息 "
|
1788
1773
|
|
1789
1774
|
msgid "config.splithttp_enable.label"
|
1790
|
-
msgstr ""
|
1775
|
+
msgstr "🈁 Split HTTP"
|
1791
1776
|
|
1792
1777
|
msgid "config.ssfaketls.description"
|
1793
1778
|
msgstr "Shadowsocks FakeTLS 是一个简单的混淆工具,将日期封装在 tls 数据包中"
|
@@ -1815,54 +1800,6 @@ msgstr ""
|
|
1815
1800
|
msgid "config.ssh.label"
|
1816
1801
|
msgstr "SSH 代理"
|
1817
1802
|
|
1818
|
-
msgid "config.ssh_host_dsa_pk.description"
|
1819
|
-
msgstr ""
|
1820
|
-
|
1821
|
-
msgid "config.ssh_host_dsa_pk.label"
|
1822
|
-
msgstr ""
|
1823
|
-
|
1824
|
-
msgid "config.ssh_host_dsa_pub.description"
|
1825
|
-
msgstr ""
|
1826
|
-
|
1827
|
-
msgid "config.ssh_host_dsa_pub.label"
|
1828
|
-
msgstr ""
|
1829
|
-
|
1830
|
-
msgid "config.ssh_host_ecdsa_pk.description"
|
1831
|
-
msgstr ""
|
1832
|
-
|
1833
|
-
msgid "config.ssh_host_ecdsa_pk.label"
|
1834
|
-
msgstr ""
|
1835
|
-
|
1836
|
-
msgid "config.ssh_host_ecdsa_pub.description"
|
1837
|
-
msgstr ""
|
1838
|
-
|
1839
|
-
msgid "config.ssh_host_ecdsa_pub.label"
|
1840
|
-
msgstr ""
|
1841
|
-
|
1842
|
-
msgid "config.ssh_host_ed25519_pk.description"
|
1843
|
-
msgstr ""
|
1844
|
-
|
1845
|
-
msgid "config.ssh_host_ed25519_pk.label"
|
1846
|
-
msgstr ""
|
1847
|
-
|
1848
|
-
msgid "config.ssh_host_ed25519_pub.description"
|
1849
|
-
msgstr ""
|
1850
|
-
|
1851
|
-
msgid "config.ssh_host_ed25519_pub.label"
|
1852
|
-
msgstr ""
|
1853
|
-
|
1854
|
-
msgid "config.ssh_host_rsa_pk.description"
|
1855
|
-
msgstr ""
|
1856
|
-
|
1857
|
-
msgid "config.ssh_host_rsa_pk.label"
|
1858
|
-
msgstr ""
|
1859
|
-
|
1860
|
-
msgid "config.ssh_host_rsa_pub.description"
|
1861
|
-
msgstr ""
|
1862
|
-
|
1863
|
-
msgid "config.ssh_host_rsa_pub.label"
|
1864
|
-
msgstr ""
|
1865
|
-
|
1866
1803
|
msgid "config.ssh_server_enable.description"
|
1867
1804
|
msgstr "SSH Proxy 与原来的 SSH Server 完全不同"
|
1868
1805
|
|
@@ -2227,12 +2164,6 @@ msgstr "Websocket 通过 HTTP 创建一个隧道,可用于 CDN"
|
|
2227
2164
|
msgid "config.ws_enable.label"
|
2228
2165
|
msgstr "🔰 Websocket"
|
2229
2166
|
|
2230
|
-
msgid "config.xhttp_enable.description"
|
2231
|
-
msgstr "该协议通过单独的渠道发送和接收信息 "
|
2232
|
-
|
2233
|
-
msgid "config.xhttp_enable.label"
|
2234
|
-
msgstr "🈁 Split HTTP"
|
2235
|
-
|
2236
2167
|
msgid "config.xtls_enable.description"
|
2237
2168
|
msgstr "启用 XTLS 协议"
|
2238
2169
|
|