hiddifypanel 10.80.0.dev8__py3-none-any.whl → 10.80.0.dev9__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/templates/fake.html +16 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +56 -8
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +56 -8
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +48 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +54 -5
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +48 -0
- hiddifypanel/translations.i18n/en.json +36 -4
- hiddifypanel/translations.i18n/fa.json +35 -3
- hiddifypanel/translations.i18n/pt.json +32 -0
- hiddifypanel/translations.i18n/ru.json +36 -4
- hiddifypanel/translations.i18n/zh.json +32 -0
- {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev9.dist-info}/METADATA +1 -1
- {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev9.dist-info}/RECORD +23 -23
- {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev9.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev9.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev9.dist-info}/entry_points.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
10.80.0.
|
1
|
+
10.80.0.dev9
|
hiddifypanel/VERSION.py
CHANGED
@@ -2,5 +2,5 @@ import importlib.metadata
|
|
2
2
|
from datetime import datetime
|
3
3
|
|
4
4
|
__version__ = importlib.metadata.version(__package__ or __name__)
|
5
|
-
__release_time__= datetime.strptime('2024-11-
|
5
|
+
__release_time__= datetime.strptime('2024-11-13T02:00:18','%Y-%m-%dT%H:%M:%S')
|
6
6
|
is_released_version=True
|
hiddifypanel/templates/fake.html
CHANGED
@@ -274,6 +274,22 @@
|
|
274
274
|
{{_("config.sub_full_clash_enable.description")}}
|
275
275
|
{{_("config.sub_full_clash_meta_enable.label")}}
|
276
276
|
{{_("config.sub_full_clash_meta_enable.description")}}
|
277
|
+
{{_("config.ssh_host_rsa_pk.label")}}
|
278
|
+
{{_("config.ssh_host_rsa_pk.description")}}
|
279
|
+
{{_("config.ssh_host_rsa_pub.label")}}
|
280
|
+
{{_("config.ssh_host_rsa_pub.description")}}
|
281
|
+
{{_("config.ssh_host_ed25519_pk.label")}}
|
282
|
+
{{_("config.ssh_host_ed25519_pk.description")}}
|
283
|
+
{{_("config.ssh_host_ed25519_pub.label")}}
|
284
|
+
{{_("config.ssh_host_ed25519_pub.description")}}
|
285
|
+
{{_("config.ssh_host_ecdsa_pk.label")}}
|
286
|
+
{{_("config.ssh_host_ecdsa_pk.description")}}
|
287
|
+
{{_("config.ssh_host_ecdsa_pub.label")}}
|
288
|
+
{{_("config.ssh_host_ecdsa_pub.description")}}
|
289
|
+
{{_("config.ssh_host_dsa_pk.label")}}
|
290
|
+
{{_("config.ssh_host_dsa_pk.description")}}
|
291
|
+
{{_("config.ssh_host_dsa_pub.label")}}
|
292
|
+
{{_("config.ssh_host_dsa_pub.description")}}
|
277
293
|
{{_("config.hiddifycli_enable.label")}}
|
278
294
|
{{_("config.hiddifycli_enable.description")}}
|
279
295
|
|
Binary file
|
@@ -1399,7 +1399,7 @@ msgstr "☑️ Allow HTTP Connection"
|
|
1399
1399
|
msgid "config.httpupgrade_enable.description"
|
1400
1400
|
msgstr ""
|
1401
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
|
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> <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgrade\" target=\"_blank\"><strong>(Read More)</strong></a></p>"
|
1403
1403
|
|
1404
1404
|
msgid "config.httpupgrade_enable.label"
|
1405
1405
|
msgstr "🆙 HTTPUpgrade Method"
|
@@ -1535,10 +1535,11 @@ msgstr "⬆️ MUX Brutal Upload (mbps)"
|
|
1535
1535
|
|
1536
1536
|
msgid "config.mux_enable.description"
|
1537
1537
|
msgstr ""
|
1538
|
-
"<p>Mux needs compatible clients. Mux in
|
1539
|
-
"
|
1540
|
-
"
|
1541
|
-
"
|
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. <a "
|
1541
|
+
"href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-"
|
1542
|
+
"MUX-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>"
|
1542
1543
|
|
1543
1544
|
msgid "config.mux_enable.label"
|
1544
1545
|
msgstr "Ⓜ️ MUX (⚠️ Incompatible With Some Clients)"
|
@@ -1874,7 +1875,7 @@ msgstr "🚀 Speed Test"
|
|
1874
1875
|
msgid "config.splithttp_enable.description"
|
1875
1876
|
msgstr ""
|
1876
1877
|
"<p>This Protocol send and receive information in individual channels.<br />\n"
|
1877
|
-
"⚠️ <strong>Not
|
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>"
|
1878
1879
|
|
1879
1880
|
msgid "config.splithttp_enable.label"
|
1880
1881
|
msgstr "🈁 Split HTTP"
|
@@ -1911,6 +1912,54 @@ msgstr ""
|
|
1911
1912
|
msgid "config.ssh.label"
|
1912
1913
|
msgstr "SSH Proxy"
|
1913
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
|
+
|
1914
1963
|
msgid "config.ssh_server_enable.description"
|
1915
1964
|
msgstr "SSH Proxy is completely different than original SSH Server"
|
1916
1965
|
|
@@ -2264,8 +2313,7 @@ msgstr "WireGuard"
|
|
2264
2313
|
msgid "config.wireguard_enable.description"
|
2265
2314
|
msgstr ""
|
2266
2315
|
"<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a "
|
2267
|
-
"href=\"https://
|
2268
|
-
"target=\"_blank\">Hiddify</a>)</p>"
|
2316
|
+
"href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>"
|
2269
2317
|
|
2270
2318
|
msgid "config.wireguard_enable.label"
|
2271
2319
|
msgstr "🐉 WireGuard"
|
Binary file
|
@@ -1524,11 +1524,11 @@ msgstr "⬆️ آپلود (mbps) MUX Brutal"
|
|
1524
1524
|
|
1525
1525
|
msgid "config.mux_enable.description"
|
1526
1526
|
msgstr ""
|
1527
|
-
"<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در
|
1528
|
-
" و Singbox
|
1529
|
-
"href=\"https://hiddify.com/fa/manager/basic-
|
1530
|
-
"troubleshooting/How-MUX-works-and-its-usage/\"
|
1531
|
-
"بدانید)</a></p>"
|
1527
|
+
"<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در <p><a "
|
1528
|
+
"href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> و Singbox"
|
1529
|
+
" و XRay سازگار نیستند. <a href=\"https://hiddify.com/fa/manager/basic-"
|
1530
|
+
"concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" "
|
1531
|
+
"target=\"_blank\">(بیشتر بدانید)</a></p>"
|
1532
1532
|
|
1533
1533
|
msgid "config.mux_enable.label"
|
1534
1534
|
msgstr "Ⓜ️ MUX (⚠️ ناسازگار با برخی نرم افزارها)"
|
@@ -1870,7 +1870,7 @@ msgstr "🚀 تست سرعت"
|
|
1870
1870
|
msgid "config.splithttp_enable.description"
|
1871
1871
|
msgstr ""
|
1872
1872
|
"<p>این پروتکل اطلاعات را در کانال های جداگانه ارسال و دریافت می کند<br />\n"
|
1873
|
-
"⚠️<strong> این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه Hiddify و برنامه های با هسته XRay پشتیبانی میشود</strong></p>"
|
1873
|
+
"⚠️<strong> این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> و برنامه های با هسته XRay پشتیبانی میشود</strong></p>"
|
1874
1874
|
|
1875
1875
|
msgid "config.splithttp_enable.label"
|
1876
1876
|
msgstr "🈁 Split HTTP"
|
@@ -1908,6 +1908,54 @@ msgstr ""
|
|
1908
1908
|
msgid "config.ssh.label"
|
1909
1909
|
msgstr "پروکسی SSH"
|
1910
1910
|
|
1911
|
+
msgid "config.ssh_host_dsa_pk.description"
|
1912
|
+
msgstr ""
|
1913
|
+
|
1914
|
+
msgid "config.ssh_host_dsa_pk.label"
|
1915
|
+
msgstr ""
|
1916
|
+
|
1917
|
+
msgid "config.ssh_host_dsa_pub.description"
|
1918
|
+
msgstr ""
|
1919
|
+
|
1920
|
+
msgid "config.ssh_host_dsa_pub.label"
|
1921
|
+
msgstr ""
|
1922
|
+
|
1923
|
+
msgid "config.ssh_host_ecdsa_pk.description"
|
1924
|
+
msgstr ""
|
1925
|
+
|
1926
|
+
msgid "config.ssh_host_ecdsa_pk.label"
|
1927
|
+
msgstr ""
|
1928
|
+
|
1929
|
+
msgid "config.ssh_host_ecdsa_pub.description"
|
1930
|
+
msgstr ""
|
1931
|
+
|
1932
|
+
msgid "config.ssh_host_ecdsa_pub.label"
|
1933
|
+
msgstr ""
|
1934
|
+
|
1935
|
+
msgid "config.ssh_host_ed25519_pk.description"
|
1936
|
+
msgstr ""
|
1937
|
+
|
1938
|
+
msgid "config.ssh_host_ed25519_pk.label"
|
1939
|
+
msgstr ""
|
1940
|
+
|
1941
|
+
msgid "config.ssh_host_ed25519_pub.description"
|
1942
|
+
msgstr ""
|
1943
|
+
|
1944
|
+
msgid "config.ssh_host_ed25519_pub.label"
|
1945
|
+
msgstr ""
|
1946
|
+
|
1947
|
+
msgid "config.ssh_host_rsa_pk.description"
|
1948
|
+
msgstr ""
|
1949
|
+
|
1950
|
+
msgid "config.ssh_host_rsa_pk.label"
|
1951
|
+
msgstr ""
|
1952
|
+
|
1953
|
+
msgid "config.ssh_host_rsa_pub.description"
|
1954
|
+
msgstr ""
|
1955
|
+
|
1956
|
+
msgid "config.ssh_host_rsa_pub.label"
|
1957
|
+
msgstr ""
|
1958
|
+
|
1911
1959
|
msgid "config.ssh_server_enable.description"
|
1912
1960
|
msgstr ""
|
1913
1961
|
"این SSH پروکسی با SSH سرور اصلی کاملا متفاوت است و امکان اجرای دستورات را "
|
@@ -2262,8 +2310,8 @@ msgstr "وایرگارد"
|
|
2262
2310
|
msgid "config.wireguard_enable.description"
|
2263
2311
|
msgstr ""
|
2264
2312
|
"<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a "
|
2265
|
-
"href=\"https://
|
2266
|
-
"
|
2313
|
+
"href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a> کار می "
|
2314
|
+
"کند)</p>"
|
2267
2315
|
|
2268
2316
|
msgid "config.wireguard_enable.label"
|
2269
2317
|
msgstr "🐉 وایرگارد"
|
Binary file
|
@@ -1882,6 +1882,54 @@ msgstr ""
|
|
1882
1882
|
msgid "config.ssh.label"
|
1883
1883
|
msgstr "Proxy SSH"
|
1884
1884
|
|
1885
|
+
msgid "config.ssh_host_dsa_pk.description"
|
1886
|
+
msgstr ""
|
1887
|
+
|
1888
|
+
msgid "config.ssh_host_dsa_pk.label"
|
1889
|
+
msgstr ""
|
1890
|
+
|
1891
|
+
msgid "config.ssh_host_dsa_pub.description"
|
1892
|
+
msgstr ""
|
1893
|
+
|
1894
|
+
msgid "config.ssh_host_dsa_pub.label"
|
1895
|
+
msgstr ""
|
1896
|
+
|
1897
|
+
msgid "config.ssh_host_ecdsa_pk.description"
|
1898
|
+
msgstr ""
|
1899
|
+
|
1900
|
+
msgid "config.ssh_host_ecdsa_pk.label"
|
1901
|
+
msgstr ""
|
1902
|
+
|
1903
|
+
msgid "config.ssh_host_ecdsa_pub.description"
|
1904
|
+
msgstr ""
|
1905
|
+
|
1906
|
+
msgid "config.ssh_host_ecdsa_pub.label"
|
1907
|
+
msgstr ""
|
1908
|
+
|
1909
|
+
msgid "config.ssh_host_ed25519_pk.description"
|
1910
|
+
msgstr ""
|
1911
|
+
|
1912
|
+
msgid "config.ssh_host_ed25519_pk.label"
|
1913
|
+
msgstr ""
|
1914
|
+
|
1915
|
+
msgid "config.ssh_host_ed25519_pub.description"
|
1916
|
+
msgstr ""
|
1917
|
+
|
1918
|
+
msgid "config.ssh_host_ed25519_pub.label"
|
1919
|
+
msgstr ""
|
1920
|
+
|
1921
|
+
msgid "config.ssh_host_rsa_pk.description"
|
1922
|
+
msgstr ""
|
1923
|
+
|
1924
|
+
msgid "config.ssh_host_rsa_pk.label"
|
1925
|
+
msgstr ""
|
1926
|
+
|
1927
|
+
msgid "config.ssh_host_rsa_pub.description"
|
1928
|
+
msgstr ""
|
1929
|
+
|
1930
|
+
msgid "config.ssh_host_rsa_pub.label"
|
1931
|
+
msgstr ""
|
1932
|
+
|
1885
1933
|
msgid "config.ssh_server_enable.description"
|
1886
1934
|
msgstr "O proxy SSH é completamente diferente do servidor ssh original."
|
1887
1935
|
|
Binary file
|
@@ -1414,7 +1414,7 @@ msgstr "☑️ Разрешить соединение по HTTP"
|
|
1414
1414
|
msgid "config.httpupgrade_enable.description"
|
1415
1415
|
msgstr ""
|
1416
1416
|
"HTTPUpgrade завершает запрос и ответ на обновление HTTP 1.1, прежде чем использовать соединение напрямую. Он похож на WebSocket тем, что создает канал направления, который может пересылаться многими обратными прокси-серверами и CDN, без необходимости решать все проблемы, связанные с самим протоколом WebSocket.\n"
|
1417
|
-
"⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты Hiddify
|
1417
|
+
"⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p>, Singbox и V2fly."
|
1418
1418
|
|
1419
1419
|
msgid "config.httpupgrade_enable.label"
|
1420
1420
|
msgstr "🆙 Включить Метод HTTP Обновления"
|
@@ -1552,7 +1552,9 @@ msgstr "⬆️ MUX Brutal Исходящая Загрузка (mbps)"
|
|
1552
1552
|
|
1553
1553
|
msgid "config.mux_enable.description"
|
1554
1554
|
msgstr ""
|
1555
|
-
"MUX требует совместимые клиенты. MUX в
|
1555
|
+
"MUX требует совместимые клиенты. MUX в <p><a "
|
1556
|
+
"href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и Singbox"
|
1557
|
+
" несовместимы с XRay"
|
1556
1558
|
|
1557
1559
|
msgid "config.mux_enable.label"
|
1558
1560
|
msgstr "Ⓜ️ MUX (⚠️ Несовместимо с некоторыми клиентами)"
|
@@ -1897,7 +1899,7 @@ msgstr "🚀 Тест скорости"
|
|
1897
1899
|
msgid "config.splithttp_enable.description"
|
1898
1900
|
msgstr ""
|
1899
1901
|
"<p>Этот протокол отправляет и получает информацию по отдельным каналам<br />\n"
|
1900
|
-
"⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения Hiddify и клиенты на базе XRay</strong></p>"
|
1902
|
+
"⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и клиенты на базе XRay</strong></p>"
|
1901
1903
|
|
1902
1904
|
msgid "config.splithttp_enable.label"
|
1903
1905
|
msgstr "🈁 Split HTTP"
|
@@ -1936,6 +1938,54 @@ msgstr ""
|
|
1936
1938
|
msgid "config.ssh.label"
|
1937
1939
|
msgstr "SSH Proxy"
|
1938
1940
|
|
1941
|
+
msgid "config.ssh_host_dsa_pk.description"
|
1942
|
+
msgstr ""
|
1943
|
+
|
1944
|
+
msgid "config.ssh_host_dsa_pk.label"
|
1945
|
+
msgstr ""
|
1946
|
+
|
1947
|
+
msgid "config.ssh_host_dsa_pub.description"
|
1948
|
+
msgstr ""
|
1949
|
+
|
1950
|
+
msgid "config.ssh_host_dsa_pub.label"
|
1951
|
+
msgstr ""
|
1952
|
+
|
1953
|
+
msgid "config.ssh_host_ecdsa_pk.description"
|
1954
|
+
msgstr ""
|
1955
|
+
|
1956
|
+
msgid "config.ssh_host_ecdsa_pk.label"
|
1957
|
+
msgstr ""
|
1958
|
+
|
1959
|
+
msgid "config.ssh_host_ecdsa_pub.description"
|
1960
|
+
msgstr ""
|
1961
|
+
|
1962
|
+
msgid "config.ssh_host_ecdsa_pub.label"
|
1963
|
+
msgstr ""
|
1964
|
+
|
1965
|
+
msgid "config.ssh_host_ed25519_pk.description"
|
1966
|
+
msgstr ""
|
1967
|
+
|
1968
|
+
msgid "config.ssh_host_ed25519_pk.label"
|
1969
|
+
msgstr ""
|
1970
|
+
|
1971
|
+
msgid "config.ssh_host_ed25519_pub.description"
|
1972
|
+
msgstr ""
|
1973
|
+
|
1974
|
+
msgid "config.ssh_host_ed25519_pub.label"
|
1975
|
+
msgstr ""
|
1976
|
+
|
1977
|
+
msgid "config.ssh_host_rsa_pk.description"
|
1978
|
+
msgstr ""
|
1979
|
+
|
1980
|
+
msgid "config.ssh_host_rsa_pk.label"
|
1981
|
+
msgstr ""
|
1982
|
+
|
1983
|
+
msgid "config.ssh_host_rsa_pub.description"
|
1984
|
+
msgstr ""
|
1985
|
+
|
1986
|
+
msgid "config.ssh_host_rsa_pub.label"
|
1987
|
+
msgstr ""
|
1988
|
+
|
1939
1989
|
msgid "config.ssh_server_enable.description"
|
1940
1990
|
msgstr "SSH Proxy полностью отличается от оригинального SSH Server"
|
1941
1991
|
|
@@ -2293,8 +2343,7 @@ msgstr "WireGuard"
|
|
2293
2343
|
msgid "config.wireguard_enable.description"
|
2294
2344
|
msgstr ""
|
2295
2345
|
"<p>WireGuard - это UDP-протокол. (⚠️ Работает на <a "
|
2296
|
-
"href=\"https://
|
2297
|
-
"target=\"_blank\">Hiddify</a>)</p>"
|
2346
|
+
"href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>"
|
2298
2347
|
|
2299
2348
|
msgid "config.wireguard_enable.label"
|
2300
2349
|
msgstr "🐉 WireGuard"
|
Binary file
|
@@ -1800,6 +1800,54 @@ msgstr ""
|
|
1800
1800
|
msgid "config.ssh.label"
|
1801
1801
|
msgstr "SSH 代理"
|
1802
1802
|
|
1803
|
+
msgid "config.ssh_host_dsa_pk.description"
|
1804
|
+
msgstr ""
|
1805
|
+
|
1806
|
+
msgid "config.ssh_host_dsa_pk.label"
|
1807
|
+
msgstr ""
|
1808
|
+
|
1809
|
+
msgid "config.ssh_host_dsa_pub.description"
|
1810
|
+
msgstr ""
|
1811
|
+
|
1812
|
+
msgid "config.ssh_host_dsa_pub.label"
|
1813
|
+
msgstr ""
|
1814
|
+
|
1815
|
+
msgid "config.ssh_host_ecdsa_pk.description"
|
1816
|
+
msgstr ""
|
1817
|
+
|
1818
|
+
msgid "config.ssh_host_ecdsa_pk.label"
|
1819
|
+
msgstr ""
|
1820
|
+
|
1821
|
+
msgid "config.ssh_host_ecdsa_pub.description"
|
1822
|
+
msgstr ""
|
1823
|
+
|
1824
|
+
msgid "config.ssh_host_ecdsa_pub.label"
|
1825
|
+
msgstr ""
|
1826
|
+
|
1827
|
+
msgid "config.ssh_host_ed25519_pk.description"
|
1828
|
+
msgstr ""
|
1829
|
+
|
1830
|
+
msgid "config.ssh_host_ed25519_pk.label"
|
1831
|
+
msgstr ""
|
1832
|
+
|
1833
|
+
msgid "config.ssh_host_ed25519_pub.description"
|
1834
|
+
msgstr ""
|
1835
|
+
|
1836
|
+
msgid "config.ssh_host_ed25519_pub.label"
|
1837
|
+
msgstr ""
|
1838
|
+
|
1839
|
+
msgid "config.ssh_host_rsa_pk.description"
|
1840
|
+
msgstr ""
|
1841
|
+
|
1842
|
+
msgid "config.ssh_host_rsa_pk.label"
|
1843
|
+
msgstr ""
|
1844
|
+
|
1845
|
+
msgid "config.ssh_host_rsa_pub.description"
|
1846
|
+
msgstr ""
|
1847
|
+
|
1848
|
+
msgid "config.ssh_host_rsa_pub.label"
|
1849
|
+
msgstr ""
|
1850
|
+
|
1803
1851
|
msgid "config.ssh_server_enable.description"
|
1804
1852
|
msgstr "SSH Proxy 与原来的 SSH Server 完全不同"
|
1805
1853
|
|
@@ -497,7 +497,7 @@
|
|
497
497
|
"label": "☑️ Allow HTTP Connection"
|
498
498
|
},
|
499
499
|
"httpupgrade_enable": {
|
500
|
-
"description": "<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⚠️ <strong>Not Available in Xray based Clients. Only Hiddify
|
500
|
+
"description": "<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⚠️ <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> <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/Basic-Concepts/#http-upgrade\" target=\"_blank\"><strong>(Read More)</strong></a></p>",
|
501
501
|
"label": "🆙 HTTPUpgrade Method"
|
502
502
|
},
|
503
503
|
"hysteria": {
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"label": "⬆️ MUX Brutal Upload (mbps)"
|
580
580
|
},
|
581
581
|
"mux_enable": {
|
582
|
-
"description": "<p>Mux needs compatible clients. Mux in Hiddify and Singbox are not compatible with XRay. <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>",
|
582
|
+
"description": "<p>Mux needs compatible clients. Mux in <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> and Singbox are not compatible with XRay. <a href=\"https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(Read More)</a></p>",
|
583
583
|
"label": "Ⓜ️ MUX (⚠️ Incompatible With Some Clients)"
|
584
584
|
},
|
585
585
|
"mux_max_connections": {
|
@@ -779,7 +779,7 @@
|
|
779
779
|
"label": "🚀 Speed Test"
|
780
780
|
},
|
781
781
|
"splithttp_enable": {
|
782
|
-
"description": "<p>This Protocol send and receive information in individual channels.<br />\n⚠️ <strong>Not
|
782
|
+
"description": "<p>This Protocol send and receive information in individual channels.<br />\n⚠️ <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>",
|
783
783
|
"label": "🈁 Split HTTP"
|
784
784
|
},
|
785
785
|
"ssfaketls": {
|
@@ -798,6 +798,38 @@
|
|
798
798
|
"description": "ℹ️ An SSH proxy, also known as an SSH tunnel or SSH port forwarding, is a secure method of creating a secure communication channel between two machines over an insecure network. We have a specific application which is completely different from SSH server and can not execute any commands",
|
799
799
|
"label": "SSH Proxy"
|
800
800
|
},
|
801
|
+
"ssh_host_dsa_pk": {
|
802
|
+
"description": "config.ssh_host_dsa_pk.description",
|
803
|
+
"label": "config.ssh_host_dsa_pk.label"
|
804
|
+
},
|
805
|
+
"ssh_host_dsa_pub": {
|
806
|
+
"description": "config.ssh_host_dsa_pub.description",
|
807
|
+
"label": "config.ssh_host_dsa_pub.label"
|
808
|
+
},
|
809
|
+
"ssh_host_ecdsa_pk": {
|
810
|
+
"description": "config.ssh_host_ecdsa_pk.description",
|
811
|
+
"label": "config.ssh_host_ecdsa_pk.label"
|
812
|
+
},
|
813
|
+
"ssh_host_ecdsa_pub": {
|
814
|
+
"description": "config.ssh_host_ecdsa_pub.description",
|
815
|
+
"label": "config.ssh_host_ecdsa_pub.label"
|
816
|
+
},
|
817
|
+
"ssh_host_ed25519_pk": {
|
818
|
+
"description": "config.ssh_host_ed25519_pk.description",
|
819
|
+
"label": "config.ssh_host_ed25519_pk.label"
|
820
|
+
},
|
821
|
+
"ssh_host_ed25519_pub": {
|
822
|
+
"description": "config.ssh_host_ed25519_pub.description",
|
823
|
+
"label": "config.ssh_host_ed25519_pub.label"
|
824
|
+
},
|
825
|
+
"ssh_host_rsa_pk": {
|
826
|
+
"description": "config.ssh_host_rsa_pk.description",
|
827
|
+
"label": "config.ssh_host_rsa_pk.label"
|
828
|
+
},
|
829
|
+
"ssh_host_rsa_pub": {
|
830
|
+
"description": "config.ssh_host_rsa_pub.description",
|
831
|
+
"label": "config.ssh_host_rsa_pub.label"
|
832
|
+
},
|
801
833
|
"ssh_server_enable": {
|
802
834
|
"description": "SSH Proxy is completely different than original SSH Server",
|
803
835
|
"label": "✔️ SSH Proxy"
|
@@ -987,7 +1019,7 @@
|
|
987
1019
|
"label": "WireGuard"
|
988
1020
|
},
|
989
1021
|
"wireguard_enable": {
|
990
|
-
"description": "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a href=\"https://
|
1022
|
+
"description": "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>",
|
991
1023
|
"label": "🐉 WireGuard"
|
992
1024
|
},
|
993
1025
|
"wireguard_ipv4": {
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"label": "⬆️ آپلود (mbps) MUX Brutal"
|
580
580
|
},
|
581
581
|
"mux_enable": {
|
582
|
-
"description": "<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify و Singbox و XRay سازگار نیستند. <a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(بیشتر بدانید)</a></p>",
|
582
|
+
"description": "<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> و Singbox و XRay سازگار نیستند. <a href=\"https://hiddify.com/fa/manager/basic-concepts-and-troubleshooting/How-MUX-works-and-its-usage/\" target=\"_blank\">(بیشتر بدانید)</a></p>",
|
583
583
|
"label": "Ⓜ️ MUX (⚠️ ناسازگار با برخی نرم افزارها)"
|
584
584
|
},
|
585
585
|
"mux_max_connections": {
|
@@ -779,7 +779,7 @@
|
|
779
779
|
"label": "🚀 تست سرعت"
|
780
780
|
},
|
781
781
|
"splithttp_enable": {
|
782
|
-
"description": "<p>این پروتکل اطلاعات را در کانال های جداگانه ارسال و دریافت می کند<br />\n⚠️<strong> این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه Hiddify و برنامه های با هسته XRay پشتیبانی میشود</strong></p>",
|
782
|
+
"description": "<p>این پروتکل اطلاعات را در کانال های جداگانه ارسال و دریافت می کند<br />\n⚠️<strong> این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> و برنامه های با هسته XRay پشتیبانی میشود</strong></p>",
|
783
783
|
"label": "🈁 Split HTTP"
|
784
784
|
},
|
785
785
|
"ssfaketls": {
|
@@ -798,6 +798,38 @@
|
|
798
798
|
"description": "پروکسی SSH که به عنوان تونل SSH یا ارسال پورت SSH نیز شناخته می شود، روشی امن برای ایجاد یک کانال ارتباطی امن بین دو ماشین در یک شبکه ناامن است. ما یک برنامه خاص داریم که کاملاً با سرور SSH متفاوت است. با این کانکشن کاربر نمی تواند هیچ دستوری را روی سرور اجرا کند",
|
799
799
|
"label": "پروکسی SSH"
|
800
800
|
},
|
801
|
+
"ssh_host_dsa_pk": {
|
802
|
+
"description": "",
|
803
|
+
"label": ""
|
804
|
+
},
|
805
|
+
"ssh_host_dsa_pub": {
|
806
|
+
"description": "",
|
807
|
+
"label": ""
|
808
|
+
},
|
809
|
+
"ssh_host_ecdsa_pk": {
|
810
|
+
"description": "",
|
811
|
+
"label": ""
|
812
|
+
},
|
813
|
+
"ssh_host_ecdsa_pub": {
|
814
|
+
"description": "",
|
815
|
+
"label": ""
|
816
|
+
},
|
817
|
+
"ssh_host_ed25519_pk": {
|
818
|
+
"description": "",
|
819
|
+
"label": ""
|
820
|
+
},
|
821
|
+
"ssh_host_ed25519_pub": {
|
822
|
+
"description": "",
|
823
|
+
"label": ""
|
824
|
+
},
|
825
|
+
"ssh_host_rsa_pk": {
|
826
|
+
"description": "",
|
827
|
+
"label": ""
|
828
|
+
},
|
829
|
+
"ssh_host_rsa_pub": {
|
830
|
+
"description": "",
|
831
|
+
"label": ""
|
832
|
+
},
|
801
833
|
"ssh_server_enable": {
|
802
834
|
"description": "این SSH پروکسی با SSH سرور اصلی کاملا متفاوت است و امکان اجرای دستورات را ندارد",
|
803
835
|
"label": "✔️ پروکسی SSH"
|
@@ -987,7 +1019,7 @@
|
|
987
1019
|
"label": "وایرگارد"
|
988
1020
|
},
|
989
1021
|
"wireguard_enable": {
|
990
|
-
"description": "<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a href=\"https://
|
1022
|
+
"description": "<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a> کار می کند)</p>",
|
991
1023
|
"label": "🐉 وایرگارد"
|
992
1024
|
},
|
993
1025
|
"wireguard_ipv4": {
|
@@ -798,6 +798,38 @@
|
|
798
798
|
"description": "Um proxy SSH, também conhecido como túnel SSH ou encaminhamento de porta SSH, é um método seguro de criar um canal de comunicação seguro entre duas máquinas em uma rede insegura. Temos um aplicativo específico que é completamente diferente do servidor ssh e não pode executar nenhum comando",
|
799
799
|
"label": "Proxy SSH"
|
800
800
|
},
|
801
|
+
"ssh_host_dsa_pk": {
|
802
|
+
"description": "",
|
803
|
+
"label": ""
|
804
|
+
},
|
805
|
+
"ssh_host_dsa_pub": {
|
806
|
+
"description": "",
|
807
|
+
"label": ""
|
808
|
+
},
|
809
|
+
"ssh_host_ecdsa_pk": {
|
810
|
+
"description": "",
|
811
|
+
"label": ""
|
812
|
+
},
|
813
|
+
"ssh_host_ecdsa_pub": {
|
814
|
+
"description": "",
|
815
|
+
"label": ""
|
816
|
+
},
|
817
|
+
"ssh_host_ed25519_pk": {
|
818
|
+
"description": "",
|
819
|
+
"label": ""
|
820
|
+
},
|
821
|
+
"ssh_host_ed25519_pub": {
|
822
|
+
"description": "",
|
823
|
+
"label": ""
|
824
|
+
},
|
825
|
+
"ssh_host_rsa_pk": {
|
826
|
+
"description": "",
|
827
|
+
"label": ""
|
828
|
+
},
|
829
|
+
"ssh_host_rsa_pub": {
|
830
|
+
"description": "",
|
831
|
+
"label": ""
|
832
|
+
},
|
801
833
|
"ssh_server_enable": {
|
802
834
|
"description": "O proxy SSH é completamente diferente do servidor ssh original.",
|
803
835
|
"label": "✔️ Proxy SSH"
|
@@ -497,7 +497,7 @@
|
|
497
497
|
"label": "☑️ Разрешить соединение по HTTP"
|
498
498
|
},
|
499
499
|
"httpupgrade_enable": {
|
500
|
-
"description": "HTTPUpgrade завершает запрос и ответ на обновление HTTP 1.1, прежде чем использовать соединение напрямую. Он похож на WebSocket тем, что создает канал направления, который может пересылаться многими обратными прокси-серверами и CDN, без необходимости решать все проблемы, связанные с самим протоколом WebSocket.\n⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты Hiddify
|
500
|
+
"description": "HTTPUpgrade завершает запрос и ответ на обновление HTTP 1.1, прежде чем использовать соединение напрямую. Он похож на WebSocket тем, что создает канал направления, который может пересылаться многими обратными прокси-серверами и CDN, без необходимости решать все проблемы, связанные с самим протоколом WebSocket.\n⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p>, Singbox и V2fly.",
|
501
501
|
"label": "🆙 Включить Метод HTTP Обновления"
|
502
502
|
},
|
503
503
|
"hysteria": {
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"label": "⬆️ MUX Brutal Исходящая Загрузка (mbps)"
|
580
580
|
},
|
581
581
|
"mux_enable": {
|
582
|
-
"description": "MUX требует совместимые клиенты. MUX в Hiddify и Singbox несовместимы с XRay",
|
582
|
+
"description": "MUX требует совместимые клиенты. MUX в <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и Singbox несовместимы с XRay",
|
583
583
|
"label": "Ⓜ️ MUX (⚠️ Несовместимо с некоторыми клиентами)"
|
584
584
|
},
|
585
585
|
"mux_max_connections": {
|
@@ -779,7 +779,7 @@
|
|
779
779
|
"label": "🚀 Тест скорости"
|
780
780
|
},
|
781
781
|
"splithttp_enable": {
|
782
|
-
"description": "<p>Этот протокол отправляет и получает информацию по отдельным каналам<br />\n⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения Hiddify и клиенты на базе XRay</strong></p>",
|
782
|
+
"description": "<p>Этот протокол отправляет и получает информацию по отдельным каналам<br />\n⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и клиенты на базе XRay</strong></p>",
|
783
783
|
"label": "🈁 Split HTTP"
|
784
784
|
},
|
785
785
|
"ssfaketls": {
|
@@ -798,6 +798,38 @@
|
|
798
798
|
"description": "SSH Proxy, также известный как SSH tunnel или переадресация портов SSH, представляет собой метод создания безопасного канала связи между двумя компьютерами в незащищенной сети. У нас есть отдельное приложение, которое полностью отличается от стандартногно ssh-сервера и не может выполнять какие-либо команды.",
|
799
799
|
"label": "SSH Proxy"
|
800
800
|
},
|
801
|
+
"ssh_host_dsa_pk": {
|
802
|
+
"description": "",
|
803
|
+
"label": ""
|
804
|
+
},
|
805
|
+
"ssh_host_dsa_pub": {
|
806
|
+
"description": "",
|
807
|
+
"label": ""
|
808
|
+
},
|
809
|
+
"ssh_host_ecdsa_pk": {
|
810
|
+
"description": "",
|
811
|
+
"label": ""
|
812
|
+
},
|
813
|
+
"ssh_host_ecdsa_pub": {
|
814
|
+
"description": "",
|
815
|
+
"label": ""
|
816
|
+
},
|
817
|
+
"ssh_host_ed25519_pk": {
|
818
|
+
"description": "",
|
819
|
+
"label": ""
|
820
|
+
},
|
821
|
+
"ssh_host_ed25519_pub": {
|
822
|
+
"description": "",
|
823
|
+
"label": ""
|
824
|
+
},
|
825
|
+
"ssh_host_rsa_pk": {
|
826
|
+
"description": "",
|
827
|
+
"label": ""
|
828
|
+
},
|
829
|
+
"ssh_host_rsa_pub": {
|
830
|
+
"description": "",
|
831
|
+
"label": ""
|
832
|
+
},
|
801
833
|
"ssh_server_enable": {
|
802
834
|
"description": "SSH Proxy полностью отличается от оригинального SSH Server",
|
803
835
|
"label": "✔️ Включить SSH Poxy"
|
@@ -987,7 +1019,7 @@
|
|
987
1019
|
"label": "WireGuard"
|
988
1020
|
},
|
989
1021
|
"wireguard_enable": {
|
990
|
-
"description": "<p>WireGuard - это UDP-протокол. (⚠️ Работает на <a href=\"https://
|
1022
|
+
"description": "<p>WireGuard - это UDP-протокол. (⚠️ Работает на <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>",
|
991
1023
|
"label": "🐉 WireGuard"
|
992
1024
|
},
|
993
1025
|
"wireguard_ipv4": {
|
@@ -798,6 +798,38 @@
|
|
798
798
|
"description": "ℹ️ SSH 代理,也称为 SSH 隧道或 SSH 端口转发,是一种通过不安全网络在两台计算机之间创建安全通信通道的安全方法。我们有一个与 ssh 服务器完全不同的特定应用程序,无法执行任何命令",
|
799
799
|
"label": "SSH 代理"
|
800
800
|
},
|
801
|
+
"ssh_host_dsa_pk": {
|
802
|
+
"description": "",
|
803
|
+
"label": ""
|
804
|
+
},
|
805
|
+
"ssh_host_dsa_pub": {
|
806
|
+
"description": "",
|
807
|
+
"label": ""
|
808
|
+
},
|
809
|
+
"ssh_host_ecdsa_pk": {
|
810
|
+
"description": "",
|
811
|
+
"label": ""
|
812
|
+
},
|
813
|
+
"ssh_host_ecdsa_pub": {
|
814
|
+
"description": "",
|
815
|
+
"label": ""
|
816
|
+
},
|
817
|
+
"ssh_host_ed25519_pk": {
|
818
|
+
"description": "",
|
819
|
+
"label": ""
|
820
|
+
},
|
821
|
+
"ssh_host_ed25519_pub": {
|
822
|
+
"description": "",
|
823
|
+
"label": ""
|
824
|
+
},
|
825
|
+
"ssh_host_rsa_pk": {
|
826
|
+
"description": "",
|
827
|
+
"label": ""
|
828
|
+
},
|
829
|
+
"ssh_host_rsa_pub": {
|
830
|
+
"description": "",
|
831
|
+
"label": ""
|
832
|
+
},
|
801
833
|
"ssh_server_enable": {
|
802
834
|
"description": "SSH Proxy 与原来的 SSH Server 完全不同",
|
803
835
|
"label": "✔️ 启用 SSH 代理"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
hiddifypanel/Events.py,sha256=AlnRdjVul0jP-NCT4-zoaQgowoOo-JhdQB4ytetAFKA,723
|
2
|
-
hiddifypanel/VERSION,sha256=
|
3
|
-
hiddifypanel/VERSION.py,sha256=
|
2
|
+
hiddifypanel/VERSION,sha256=eKdr6CDCdC47T1jrGmv75ci2p-q2MjdiVXFHcUJtFos,13
|
3
|
+
hiddifypanel/VERSION.py,sha256=AObZGB2mT3hXApguIH2ghdkv4xSkm5Ms8pJY5xRjZq4,227
|
4
4
|
hiddifypanel/__init__.py,sha256=kigwDO8d9jXyPZLvJAWd6zo-GX3pG_xWf-q2aStz80Y,377
|
5
5
|
hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
|
6
6
|
hiddifypanel/auth.py,sha256=LJmH4ROqZv5ej_4m1b0xvbEw2meJTzDR1mFCDm523kE,8041
|
@@ -813,7 +813,7 @@ hiddifypanel/templates/admin-layout.html,sha256=OzEUQ4gxx_pdF2-dPbm-pincmakcEGfi
|
|
813
813
|
hiddifypanel/templates/admin.ht.old,sha256=e9FBo9YPi7zFVidg8jS6JhOOsYdBbNPxfpTWG1dbIeg,8384
|
814
814
|
hiddifypanel/templates/donation.html,sha256=Oft3WENpSnwpbDgMw3MnhQIlQhuN_TDKm54qd4_FwIk,741
|
815
815
|
hiddifypanel/templates/error.html,sha256=Tnu3mMZ6zvFcATU6_OY1stljVPd9Djnxm3LV7Zx4zck,476
|
816
|
-
hiddifypanel/templates/fake.html,sha256=
|
816
|
+
hiddifypanel/templates/fake.html,sha256=1Xc47AqSXR26xwrXZx8bIErejkHgbaOc-gjK_T5u6fw,13795
|
817
817
|
hiddifypanel/templates/flaskadmin-layout.html,sha256=PkF74ld3HZ-j5_nVzVxmispnmmo3ni4WII7OXnN9VOs,7612
|
818
818
|
hiddifypanel/templates/github_issue_body.j2,sha256=6Z4QF-cOAaUxDtRQXT8H4O9SrZ3TGoxgpjnfIpGbsxo,474
|
819
819
|
hiddifypanel/templates/hiddify-flask-admin/actions.html,sha256=2NeITe2e-lPKCk_o511tCIqVtrPu8LYHE1wTCtrFUrI,1331
|
@@ -823,25 +823,25 @@ hiddifypanel/templates/macros.html,sha256=HlnXbIMN8i37fVusBdfw0QfVkImnFpZw9zbmtp
|
|
823
823
|
hiddifypanel/templates/master.html,sha256=MduWpnW-_ksXxPb1fSOYJC0SKEYnAJ8i4XwX7AUZj38,21865
|
824
824
|
hiddifypanel/templates/redirect.html,sha256=K9x_O4P96vEkqBhOXIhoGrWw1KIqd2bL0BjIqmnpZi0,412
|
825
825
|
hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
|
826
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=
|
827
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=
|
828
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
829
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=
|
830
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
831
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=
|
832
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
833
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=
|
834
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
835
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=
|
836
|
-
hiddifypanel/translations.i18n/en.json,sha256=
|
837
|
-
hiddifypanel/translations.i18n/fa.json,sha256=
|
826
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=9GNUQxbhdgM-Tpid6ze5GG3MDX8aRzsC5eqwmMT5h0w,78960
|
827
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=v3s--DjNHNRhIzJlai0lHFgQ0V0s-yTkuqTC5TknNOM,82235
|
828
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=yNEiR8W0MWMfrsZa8ZBTXB1WER38BZ5nDLXZqGAt7UE,102763
|
829
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=pCQsy0B645idiu8zGQFklmapsh7Qms6JYxCHLWqL11s,106840
|
830
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=J_9tMmgRu-vUBKnAphvrbtYefzCqX07nuN7cV6W3zQ8,80772
|
831
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=HDaXnGypC3QuqxCJRBkq2N9DlY_pDULsJNRc2a-f0rQ,84650
|
832
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=R2nFvaLLrguDmB7zaHxyrUMFxhzZYEAZYM13rPVh6U0,108608
|
833
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=49IYN3SmSm5m6K9wEVEGjPuIFo0quT2h0kVXKcmFY50,112700
|
834
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=GKgcHOWAz8F-5mEPkIuN1MIIP6jZ8Gvh5AbR5LFHf7k,75271
|
835
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=9qnzMI1MrYGYTu5sQT1t7c30J5enzu_Ta747jW699qI,78760
|
836
|
+
hiddifypanel/translations.i18n/en.json,sha256=OmdZJ6vCJ3RWib35L5PBCTUZuCUUUvYi8cbMnjclgtE,71468
|
837
|
+
hiddifypanel/translations.i18n/fa.json,sha256=ZWnNK1QXBhJrDULGZ03GnN4HCJADxnbOwFTJdqfzXTI,96073
|
838
838
|
hiddifypanel/translations.i18n/fr.json,sha256=WlSMqMD_xSrg0APYlWu9Jo5y4th_hKSMOUacDlPkFKI,80850
|
839
839
|
hiddifypanel/translations.i18n/my.json,sha256=Z_MIHqJU3eos9lZCr4UDrcAZkiimOp5qjle9Brz_BP0,136293
|
840
|
-
hiddifypanel/translations.i18n/pt.json,sha256=
|
841
|
-
hiddifypanel/translations.i18n/ru.json,sha256=
|
842
|
-
hiddifypanel/translations.i18n/zh.json,sha256=
|
843
|
-
hiddifypanel-10.80.0.
|
844
|
-
hiddifypanel-10.80.0.
|
845
|
-
hiddifypanel-10.80.0.
|
846
|
-
hiddifypanel-10.80.0.
|
847
|
-
hiddifypanel-10.80.0.
|
840
|
+
hiddifypanel/translations.i18n/pt.json,sha256=Blmih7-0neEcCkhBbSi-BVCCR3bUozkogLSQLLPaxzM,73997
|
841
|
+
hiddifypanel/translations.i18n/ru.json,sha256=Y86yfMiiVUF6ms-5tH9kJad4OKtllKYTCbzs8LRc6X8,101825
|
842
|
+
hiddifypanel/translations.i18n/zh.json,sha256=JYqwHLnQB6-HLaZ39-ZHO9_utI81WyRG5a5nXAcx738,68530
|
843
|
+
hiddifypanel-10.80.0.dev9.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
844
|
+
hiddifypanel-10.80.0.dev9.dist-info/METADATA,sha256=lB2ZieWUFaT6EztDaP4AeIIDzx4Y9YCmZYC--UhRBJo,3650
|
845
|
+
hiddifypanel-10.80.0.dev9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
846
|
+
hiddifypanel-10.80.0.dev9.dist-info/entry_points.txt,sha256=fiVgmdZ7nff9Ow1XnyMFrn1y4akk9gwnDkxpN8P3Xrw,59
|
847
|
+
hiddifypanel-10.80.0.dev9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{hiddifypanel-10.80.0.dev8.dist-info → hiddifypanel-10.80.0.dev9.dist-info}/entry_points.txt
RENAMED
File without changes
|