hiddifypanel 3.0.0.dev64__cp39-cp39-manylinux2014_x86_64.whl → 3.0.0.dev66__cp39-cp39-manylinux2014_x86_64.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/Events.py +27 -4
- hiddifypanel/VERSION +1 -1
- hiddifypanel/VERSION.py +1 -3
- hiddifypanel/__init__.py +7 -3
- hiddifypanel/__main__.py +13 -3
- hiddifypanel/base.py +88 -3
- hiddifypanel/base2.py +40 -3
- hiddifypanel/models/__init__.py +10 -3
- hiddifypanel/models/child.py +26 -4
- hiddifypanel/models/config.py +105 -4
- hiddifypanel/models/config_enum.py +207 -4
- hiddifypanel/models/domain.py +106 -4
- hiddifypanel/models/proxy.py +55 -3
- hiddifypanel/models/usage.py +58 -3
- hiddifypanel/models/user.py +171 -3
- hiddifypanel/panel/__init__.py +7 -4
- hiddifypanel/panel/admin/Actions.py +170 -3
- hiddifypanel/panel/admin/Backup.py +80 -4
- hiddifypanel/panel/admin/ChildAdmin.py +122 -3
- hiddifypanel/panel/admin/ConfigAdmin.py +54 -4
- hiddifypanel/panel/admin/Dashboard.py +70 -4
- hiddifypanel/panel/admin/DomainAdmin.py +195 -4
- hiddifypanel/panel/admin/ProxyAdmin.py +128 -3
- hiddifypanel/panel/admin/QuickSetup.py +127 -4
- hiddifypanel/panel/admin/SettingAdmin.py +224 -3
- hiddifypanel/panel/admin/Terminal.py +51 -4
- hiddifypanel/panel/admin/UserAdmin.py +277 -4
- hiddifypanel/panel/admin/__init__.py +82 -4
- hiddifypanel/panel/admin/adminlte.py +13 -4
- hiddifypanel/panel/admin/commercial_info.py +23 -3
- hiddifypanel/panel/admin/websocket.py +9 -3
- hiddifypanel/panel/admin_2.py +33 -3
- hiddifypanel/panel/asset.py +17 -3
- hiddifypanel/panel/cf_api.py +35 -4
- hiddifypanel/panel/clean_ip.py +125 -3
- hiddifypanel/panel/cli.py +172 -3
- hiddifypanel/panel/commercial/CommercialDashboard.py +59 -4
- hiddifypanel/panel/commercial/CommercialSettings.py +224 -3
- hiddifypanel/panel/commercial/ProxyDetailsAdmin.py +38 -4
- hiddifypanel/panel/commercial/__init__.py +50 -4
- hiddifypanel/panel/commercial/restapi/__init__.py +14 -3
- hiddifypanel/panel/commercial/restapi/tgbot.py +57 -3
- hiddifypanel/panel/commercial/telegrambot/DefaultResponse.py +11 -3
- hiddifypanel/panel/commercial/telegrambot/Usage.py +71 -3
- hiddifypanel/panel/commercial/telegrambot/__init__.py +6 -4
- hiddifypanel/panel/commercial/telegrambot/admin.py +120 -3
- hiddifypanel/panel/commercial/telegrambot/information.py +123 -3
- hiddifypanel/panel/common.py +98 -3
- hiddifypanel/panel/custom_widgets.py +71 -4
- hiddifypanel/panel/database.py +18 -3
- hiddifypanel/panel/hiddify.py +655 -4
- hiddifypanel/panel/hiddify_api.py +70 -3
- hiddifypanel/panel/init_db.py +393 -3
- hiddifypanel/panel/usage.py +85 -3
- hiddifypanel/panel/user/__init__.py +25 -4
- hiddifypanel/panel/user/link_maker.py +416 -3
- hiddifypanel/panel/user/templates/clash_config.yml +1 -0
- hiddifypanel/panel/user/templates/home/multi.html +1 -1
- hiddifypanel/panel/user/user.py +233 -3
- hiddifypanel/static/css/custom.css +6 -0
- hiddifypanel/templates/500.html +1 -1
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +194 -190
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +123 -120
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +123 -121
- hiddifypanel/xray_api.py +109 -3
- {hiddifypanel-3.0.0.dev64.dist-info → hiddifypanel-3.0.0.dev66.dist-info}/METADATA +1 -1
- {hiddifypanel-3.0.0.dev64.dist-info → hiddifypanel-3.0.0.dev66.dist-info}/RECORD +74 -76
- hiddifypanel-3.0.0.dev66.dist-info/top_level.txt +1 -0
- hiddifypanel-3.0.0.dev64.dist-info/top_level.txt +0 -2
- pyarmor_runtime_000000/__init__.py +0 -4
- pyarmor_runtime_000000/pyarmor_runtime.so +0 -0
- {hiddifypanel-3.0.0.dev64.dist-info → hiddifypanel-3.0.0.dev66.dist-info}/LICENSE +0 -0
- {hiddifypanel-3.0.0.dev64.dist-info → hiddifypanel-3.0.0.dev66.dist-info}/WHEEL +0 -0
- {hiddifypanel-3.0.0.dev64.dist-info → hiddifypanel-3.0.0.dev66.dist-info}/entry_points.txt +0 -0
Binary file
|
@@ -3,8 +3,8 @@ msgid ""
|
|
3
3
|
msgstr ""
|
4
4
|
"Project-Id-Version: HiddifyPanel\n"
|
5
5
|
"Report-Msgid-Bugs-To: \n"
|
6
|
-
"POT-Creation-Date: 2023-04-
|
7
|
-
"PO-Revision-Date: 2023-04-
|
6
|
+
"POT-Creation-Date: 2023-04-09 09:30+0200\n"
|
7
|
+
"PO-Revision-Date: 2023-04-09 01:36-0500\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language: fa\n"
|
10
10
|
"Language-Team: Persian\n"
|
@@ -20,7 +20,7 @@ msgid "This domain does not exist in the panel!"
|
|
20
20
|
msgstr "این دامنه در پنل وجود ندارد!"
|
21
21
|
|
22
22
|
# | msgid ""
|
23
|
-
# | "Error
|
23
|
+
# | "Error In Auto CDN IP! It Can Not Be Find, Please Contact Admin"
|
24
24
|
#: hiddifypanel/panel/clean_ip.py:88
|
25
25
|
msgid "Error! auto cdn ip can not be find, please contact admin."
|
26
26
|
msgstr "خطا! آی پی اتوماتیک نتوانست پیدا شود. لطفا با مدیر تماس بگیرید"
|
@@ -72,6 +72,10 @@ msgstr "راه اندازی مجدد سیستم ممکن است اندکی زم
|
|
72
72
|
msgid "can not sync child with parent panel"
|
73
73
|
msgstr "نمی توان این پنل را با پنل مرکزی هماهنگ کرد."
|
74
74
|
|
75
|
+
# | msgid ""
|
76
|
+
# | "Your Domains Changed. Please Do Not Forget To Copy Admin Links, Otherwise
|
77
|
+
# "
|
78
|
+
# | "You Can Not Access To The Panel Anymore"
|
75
79
|
#: hiddifypanel/panel/admin/Actions.py:77
|
76
80
|
msgid ""
|
77
81
|
"Your domains changed. Please do not forget to copy admin links, otherwise"
|
@@ -81,9 +85,9 @@ msgstr ""
|
|
81
85
|
" این صورت دیگر نمی توانید به پنل دسترسی داشته باشید."
|
82
86
|
|
83
87
|
# | msgid ""
|
84
|
-
# | "Please Wait About 5 Minutes
|
85
|
-
#
|
86
|
-
# | "
|
88
|
+
# | "Please Wait About 5 Minutes To Make Sure Everything Is Updated. During
|
89
|
+
# This "
|
90
|
+
# | "Time, Please Copy And Save Your Proxy Links Which Are:"
|
87
91
|
#: hiddifypanel/panel/admin/Actions.py:104
|
88
92
|
msgid ""
|
89
93
|
"Success! Please wait around 4 minutes to make sure everything is updated."
|
@@ -333,7 +337,7 @@ msgstr "نامی که در کانفیگها به جای دامنه نمایش
|
|
333
337
|
msgid "domain.mode"
|
334
338
|
msgstr "حالت"
|
335
339
|
|
336
|
-
# | msgid "Force CDN Config
|
340
|
+
# | msgid "Force CDN Config To Use Following IPs"
|
337
341
|
#: hiddifypanel/panel/admin/DomainAdmin.py:65
|
338
342
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
339
343
|
msgid "config.cdn_forced_host.label"
|
@@ -359,9 +363,9 @@ msgid "Can not connect to Cloudflare."
|
|
359
363
|
msgstr "نمی توان به Cloudflare متصل شد."
|
360
364
|
|
361
365
|
# | msgid ""
|
362
|
-
# | "Domain IP
|
363
|
-
#
|
364
|
-
# | "Required
|
366
|
+
# | "Domain IP = %(domain_ip)s is Not Matched With Your IP = %(server_ip)s
|
367
|
+
# Which "
|
368
|
+
# | "Is Required In Direct Mode"
|
365
369
|
#: hiddifypanel/panel/admin/DomainAdmin.py:147
|
366
370
|
#, python-format
|
367
371
|
msgid ""
|
@@ -372,8 +376,8 @@ msgstr ""
|
|
372
376
|
"ندارد. در حالت مستقیم، این دو باید یکی باشند."
|
373
377
|
|
374
378
|
# | msgid ""
|
375
|
-
# | "In CDN Mode, Domain IP=%(domain_ip)s
|
376
|
-
# | "
|
379
|
+
# | "In CDN Mode, Domain IP =%(domain_ip)s Should Be Different To Your IP "
|
380
|
+
# | "=%(server_ip)s"
|
377
381
|
#: hiddifypanel/panel/admin/DomainAdmin.py:151
|
378
382
|
#, python-format
|
379
383
|
msgid ""
|
@@ -567,9 +571,8 @@ msgstr ""
|
|
567
571
|
" استفاده کنید."
|
568
572
|
|
569
573
|
# | msgid ""
|
570
|
-
# | "Domain (%(domain)s)-> IP
|
571
|
-
#
|
572
|
-
# | ". This is Required in Direct Mode."
|
574
|
+
# | "Domain (%(domain)s)-> IP = %(domain_ip)s is Not Same as Your IP = "
|
575
|
+
# | "%(server_ip)s . This is Required in Direct Mode"
|
573
576
|
#: hiddifypanel/panel/admin/QuickSetup.py:121
|
574
577
|
#, python-format
|
575
578
|
msgid ""
|
@@ -624,13 +627,13 @@ msgstr "پایتون: عملکرد ضعیف"
|
|
624
627
|
msgid "lib.telegram.go"
|
625
628
|
msgstr "Go: عملکرد بالا، عدم پشتیبانی از تبلیغات"
|
626
629
|
|
627
|
-
# | msgid "NOT Working - Original: High Performance"
|
630
|
+
# | msgid "⛔️ NOT Working - Original: High Performance"
|
628
631
|
#: hiddifypanel/panel/admin/SettingAdmin.py:160
|
629
632
|
#: hiddifypanel/panel/commercial/CommercialSettings.py:160
|
630
633
|
msgid "lib.telegram.orignal"
|
631
634
|
msgstr "کار نمیکند! اصلی: عملکرد قوی"
|
632
635
|
|
633
|
-
# | msgid "NOT Working - Erlang: Medium Performance"
|
636
|
+
# | msgid "⛔️ NOT Working - Erlang: Medium Performance"
|
634
637
|
#: hiddifypanel/panel/admin/SettingAdmin.py:160
|
635
638
|
#: hiddifypanel/panel/commercial/CommercialSettings.py:160
|
636
639
|
msgid "lib.telegram.erlang"
|
@@ -692,7 +695,7 @@ msgid "config.Invalid proxy path"
|
|
692
695
|
msgstr "مسیر پروکسی نامعتبر است. باید رشته متن asci باشد. ( شامل a-z A-Z 0-9)"
|
693
696
|
|
694
697
|
# | msgid ""
|
695
|
-
# | "Invalid
|
698
|
+
# | "Invalid Port. It Should Be Comma Separated Integer e.g. 80,2052,2053"
|
696
699
|
#: hiddifypanel/panel/admin/SettingAdmin.py:199
|
697
700
|
#: hiddifypanel/panel/admin/SettingAdmin.py:202
|
698
701
|
#: hiddifypanel/panel/commercial/CommercialSettings.py:199
|
@@ -700,12 +703,12 @@ msgstr "مسیر پروکسی نامعتبر است. باید رشته متن as
|
|
700
703
|
msgid "config.Invalid port"
|
701
704
|
msgstr "پورت نامعتبر است. اعداد باید با کاما از هم جدا شود، مثلاً 1000,1001"
|
702
705
|
|
703
|
-
# | msgid "Reset
|
706
|
+
# | msgid "Reset Package's Days"
|
704
707
|
#: hiddifypanel/panel/admin/UserAdmin.py:25
|
705
708
|
msgid "Reset package days"
|
706
709
|
msgstr "ریست زمان شروع بسته کاربر"
|
707
710
|
|
708
|
-
# | msgid "Reset
|
711
|
+
# | msgid "Reset Package's Usage"
|
709
712
|
#: hiddifypanel/panel/admin/UserAdmin.py:26
|
710
713
|
msgid "Reset package usage"
|
711
714
|
msgstr "ریست حجم مصرفی کاربر"
|
@@ -780,7 +783,7 @@ msgstr "آخرین اتصال"
|
|
780
783
|
msgid "Package Days"
|
781
784
|
msgstr "تعداد روز بسته"
|
782
785
|
|
783
|
-
# | msgid "You
|
786
|
+
# | msgid "You Can Add Some Text That Is Only Visible To You"
|
784
787
|
#: hiddifypanel/panel/admin/UserAdmin.py:87
|
785
788
|
msgid "Add some text that is only visible to you."
|
786
789
|
msgstr ""
|
@@ -788,7 +791,7 @@ msgstr ""
|
|
788
791
|
"است.)"
|
789
792
|
|
790
793
|
# | msgid ""
|
791
|
-
# | "The
|
794
|
+
# | "The User's Package Mode. Should The Usage Reset Every Month, Week, etc?"
|
792
795
|
#: hiddifypanel/panel/admin/UserAdmin.py:88
|
793
796
|
msgid "Define the user mode. Should the usage reset every month?"
|
794
797
|
msgstr ""
|
@@ -816,7 +819,7 @@ msgid ""
|
|
816
819
|
"connection"
|
817
820
|
msgstr "از چه زمانی پکیج کاربر محاسبه شود؟ برای محاسبه از اولین اتصال خالی بگذارید"
|
818
821
|
|
819
|
-
# | msgid "How
|
822
|
+
# | msgid "How Many Days Is This Package?"
|
820
823
|
#: hiddifypanel/panel/admin/UserAdmin.py:91
|
821
824
|
msgid "How many days this package should be available?"
|
822
825
|
msgstr "این بسته چند روزه است؟"
|
@@ -867,29 +870,29 @@ msgid "Why Going to Premium?"
|
|
867
870
|
msgstr "مجوز استفاده از هیدیفای چگونه است؟"
|
868
871
|
|
869
872
|
# | msgid ""
|
870
|
-
# | "Hifi
|
871
|
-
#
|
872
|
-
# | "In
|
873
|
-
#
|
873
|
+
# | "Hifi Panel Is Made For Non-Commercial Use. But If You Use This Panel
|
874
|
+
# Commercially, Please Help The Project Grow By Donating. <br/>\n"
|
875
|
+
# | "In Exchange For Your Financial Support, We Also Provide Special
|
876
|
+
# Facilities For Your Commercial Product.\n"
|
874
877
|
# | "<br/>\n"
|
875
878
|
# | "Such as:\n"
|
876
879
|
# | "<ul><li>\n"
|
877
|
-
# | "<li>The
|
878
|
-
#
|
879
|
-
# | "<li>Possibility
|
880
|
-
# | "<li>Possibility
|
881
|
-
#
|
882
|
-
#
|
880
|
+
# | "<li>The Possibility Of Syncing To Cloudflare: That Is, By Adding a Domain
|
881
|
+
# In The Panel, The Relevant Settings Can Also Be Made In Cloudflare</li>\n"
|
882
|
+
# | "<li>Possibility Of Displaying Your Brand In The Panel</li>\n"
|
883
|
+
# | "<li>Possibility Of Using The Central Panel To Manage More Than 1 Server
|
884
|
+
# In Just One Panel, So It Is No Longer Necessary To Register Users In
|
885
|
+
# Different Servers, And Their Volume Will Be Collected In All Servers.\n"
|
883
886
|
# | "</li>\n"
|
884
887
|
# | "<li>\n"
|
885
|
-
# | "The
|
886
|
-
# | "Ability
|
888
|
+
# | "The Possibility Of Using The Telegram Bot\n"
|
889
|
+
# | "Ability To Change Proxy Names\n"
|
887
890
|
# | "</ul>\n"
|
888
891
|
# | "\n"
|
889
|
-
# | "Please
|
890
|
-
# href=\"tg://resolve?domain=HiddifyCommercial\">@HiddifyCommercial</a>
|
891
|
-
#
|
892
|
-
# | "Send a
|
892
|
+
# | "Please Contact <a
|
893
|
+
# href=\"tg://resolve?domain=HiddifyCommercial\">@HiddifyCommercial</a> After
|
894
|
+
# Donating.\n"
|
895
|
+
# | "Send a Message To Get a Special Version for business users."
|
893
896
|
#: hiddifypanel/panel/admin/templates/commercial_info.html:9
|
894
897
|
msgid "Premium Description"
|
895
898
|
msgstr ""
|
@@ -1018,9 +1021,9 @@ msgid "config.branding_freetext.label"
|
|
1018
1021
|
msgstr "متن باکس پشتیبانی"
|
1019
1022
|
|
1020
1023
|
# | msgid ""
|
1021
|
-
# | "Branding Text. This Box's Text
|
1024
|
+
# | "Branding Text. This Box's Text Will Be Shown On Support Section Of User's
|
1022
1025
|
# "
|
1023
|
-
# | "Page. You
|
1026
|
+
# | "Page. You Can Use HTML Tags"
|
1024
1027
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1025
1028
|
msgid "config.branding_freetext.description"
|
1026
1029
|
msgstr ""
|
@@ -1103,7 +1106,7 @@ msgstr "تنظیمات عمومی سیستم در این بخش قابل انج
|
|
1103
1106
|
msgid "config.v2ray_enable.label"
|
1104
1107
|
msgstr "فعالسازی V2Ray"
|
1105
1108
|
|
1106
|
-
# | msgid "V2Ray
|
1109
|
+
# | msgid "V2Ray Does Not Support Accounting And Not Suggested"
|
1107
1110
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1108
1111
|
msgid "config.v2ray_enable.description"
|
1109
1112
|
msgstr "مود v2ray در حال حاضر اکانتینگ را پشتیبانی نمیکند و پیشنهاد نمیشود"
|
@@ -1139,9 +1142,9 @@ msgid "config.domain_fronting_tls_enable.label"
|
|
1139
1142
|
msgstr "فعال کردن دامین فرانتینگ در اتصال TLS."
|
1140
1143
|
|
1141
1144
|
# | msgid ""
|
1142
|
-
# | "In CloudFlare, TLS Domain Fronting
|
1143
|
-
#
|
1144
|
-
# | "
|
1145
|
+
# | "In CloudFlare, TLS Domain Fronting Is Not Supported. It Will Use Port 443
|
1146
|
+
# To"
|
1147
|
+
# | " Connect To CDN"
|
1145
1148
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1146
1149
|
msgid "config.domain_fronting_tls_enable.description"
|
1147
1150
|
msgstr "در کلودفلر پشتبانی نمیشود. برای اتصال به CDN از پورت 443 استفاده میکند."
|
@@ -1152,8 +1155,8 @@ msgid "config.domain_fronting_domain.label"
|
|
1152
1155
|
msgstr "دامین فرانتینگ"
|
1153
1156
|
|
1154
1157
|
# | msgid ""
|
1155
|
-
# | "It
|
1156
|
-
# | "Therefore, GTW
|
1158
|
+
# | "It Is Used To Simulate Another Website Instead of Your Website In SNI. "
|
1159
|
+
# | "Therefore, GTW Can Not Filter Your Domain"
|
1157
1160
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1158
1161
|
msgid "config.domain_fronting_domain.description"
|
1159
1162
|
msgstr ""
|
@@ -1161,8 +1164,8 @@ msgstr ""
|
|
1161
1164
|
"در نتیجه فیلترچی نمیتواند دامنه شما را فیلتر کند."
|
1162
1165
|
|
1163
1166
|
# | msgid ""
|
1164
|
-
# | "It
|
1165
|
-
# Therefore, GTW
|
1167
|
+
# | "It Is Used To Simulate Another Website Instead of Your Website In SNI.
|
1168
|
+
# Therefore, GTW Can Not Filter Your Domain\n"
|
1166
1169
|
# | "<a
|
1167
1170
|
# href=\"https://github.com/hiddify/hiddify-config/wiki/%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%D8%A7%D8%B2-%D8%AF%D8%A7%D9%85%DB%8C%D9%86-%D9%81%D8%B1%D8%A7%D9%86%D8%AA%DB%8C%D9%86%DA%AF\">Guid</a>."
|
1168
1171
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
@@ -1198,9 +1201,9 @@ msgid "config.telegram_fakedomain.label"
|
|
1198
1201
|
msgstr "دامنه فیک تلگرام "
|
1199
1202
|
|
1200
1203
|
# | msgid ""
|
1201
|
-
# | "Please
|
1202
|
-
#
|
1203
|
-
# | "
|
1204
|
+
# | "Please Use a Well Known Domain In Your Data Center. For Example, If You
|
1205
|
+
# Are "
|
1206
|
+
# | "In Azure Data Center, Microsoft-Update.Com Is a Good Example"
|
1204
1207
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1205
1208
|
msgid "config.telegram_fakedomain.description"
|
1206
1209
|
msgstr ""
|
@@ -1240,8 +1243,8 @@ msgid "config.http_ports.label"
|
|
1240
1243
|
msgstr "پورتهای HTTP"
|
1241
1244
|
|
1242
1245
|
# | msgid ""
|
1243
|
-
# | "Comma
|
1244
|
-
# | "
|
1246
|
+
# | "Comma Separated Integers Indicating The Ports To Use as Unencrypted "
|
1247
|
+
# | "Connections (Port 80 Will Be Used In Anycase)\n"
|
1245
1248
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1246
1249
|
msgid "config.http_ports.description"
|
1247
1250
|
msgstr ""
|
@@ -1313,9 +1316,9 @@ msgid "config.ssfaketls_fakedomain.label"
|
|
1313
1316
|
msgstr "دامنه جعلی برای SS fakeTLS"
|
1314
1317
|
|
1315
1318
|
# | msgid ""
|
1316
|
-
# | "Please
|
1317
|
-
#
|
1318
|
-
# | "
|
1319
|
+
# | "Please Use a Well Known Domain In Your Data Center. For Example, If You
|
1320
|
+
# Are "
|
1321
|
+
# | "In Azure Data Center, Microsoft-Update.Com Is a Good Example"
|
1319
1322
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1320
1323
|
msgid "config.ssfaketls_fakedomain.description"
|
1321
1324
|
msgstr ""
|
@@ -1329,9 +1332,9 @@ msgid "config.ssfaketls.label"
|
|
1329
1332
|
msgstr "Shadowsocks FakeTLS"
|
1330
1333
|
|
1331
1334
|
# | msgid ""
|
1332
|
-
# | "Shadowsocks Fake TLS
|
1333
|
-
#
|
1334
|
-
# | "
|
1335
|
+
# | "Shadowsocks Fake TLS Is a Simple Obfusacting Tool That Encapsulate The
|
1336
|
+
# Date "
|
1337
|
+
# | "In TLS Packet"
|
1335
1338
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1336
1339
|
msgid "config.ssfaketls.description"
|
1337
1340
|
msgstr ""
|
@@ -1344,9 +1347,9 @@ msgid "config.shadowtls_enable.label"
|
|
1344
1347
|
msgstr "Shadow TLS"
|
1345
1348
|
|
1346
1349
|
# | msgid ""
|
1347
|
-
# | "ShadowTLS
|
1348
|
-
#
|
1349
|
-
# | "
|
1350
|
+
# | "ShadowTLS Is a New Protocol But It Can Hide The Traffic From The
|
1351
|
+
# Government "
|
1352
|
+
# | "Using FakeTLS"
|
1350
1353
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1351
1354
|
msgid "config.shadowtls_enable.description"
|
1352
1355
|
msgstr ""
|
@@ -1359,9 +1362,9 @@ msgid "config.shadowtls_fakedomain.label"
|
|
1359
1362
|
msgstr "دامنه جعلی ShadowTLS"
|
1360
1363
|
|
1361
1364
|
# | msgid ""
|
1362
|
-
# | "Please
|
1363
|
-
#
|
1364
|
-
# | "
|
1365
|
+
# | "Please Use a Well Known Domain In Your Data Center. For Example, If You
|
1366
|
+
# Are "
|
1367
|
+
# | "In Azure Data Center, Microsoft-Update.Com Is a Good Example"
|
1365
1368
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1366
1369
|
msgid "config.shadowtls_fakedomain.description"
|
1367
1370
|
msgstr ""
|
@@ -1375,11 +1378,11 @@ msgid "config.shadowtls.label"
|
|
1375
1378
|
msgstr "ShadowTLS"
|
1376
1379
|
|
1377
1380
|
# | msgid ""
|
1378
|
-
# | "A
|
1381
|
+
# | "A Proxy To Expose Real TLS Handshake To The Firewall.\n"
|
1379
1382
|
# | "\n"
|
1380
|
-
# | "It
|
1381
|
-
#
|
1382
|
-
#
|
1383
|
+
# | "It Works Like Trojan But It Does Not Require Signing Certificate. The
|
1384
|
+
# Firewall Will See Real TLS Handshake With Valid Certificate That You
|
1385
|
+
# Choose."
|
1383
1386
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1384
1387
|
msgid "config.shadowtls.description"
|
1385
1388
|
msgstr ""
|
@@ -1403,7 +1406,7 @@ msgstr "این یک پروتکل مبتنی بر UDP شبیه به quic است"
|
|
1403
1406
|
msgid "config.tuic_port.label"
|
1404
1407
|
msgstr "پورتهای TUIC"
|
1405
1408
|
|
1406
|
-
# | msgid "Use
|
1409
|
+
# | msgid "Use Comma To Separate Ports Like 63000,60000"
|
1407
1410
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1408
1411
|
msgid "config.tuic_port.description"
|
1409
1412
|
msgstr "از کاما برای جدا کردن پروتها استفاده کنید مثلا 63000,60000"
|
@@ -1478,9 +1481,9 @@ msgid "config.utls.label"
|
|
1478
1481
|
msgstr "UTLS"
|
1479
1482
|
|
1480
1483
|
# | msgid ""
|
1481
|
-
# | "This
|
1482
|
-
#
|
1483
|
-
# | "
|
1484
|
+
# | "This Option Will Simulate Different Browsers, Therefore, GFW Can Not
|
1485
|
+
# Detect "
|
1486
|
+
# | "Your Browsing"
|
1484
1487
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1485
1488
|
msgid "config.utls.description"
|
1486
1489
|
msgstr ""
|
@@ -1568,7 +1571,7 @@ msgstr "برای لینک VMESS"
|
|
1568
1571
|
msgid "config.path_grpc.label"
|
1569
1572
|
msgstr "مسیر GRPC"
|
1570
1573
|
|
1571
|
-
# | msgid "gRPC Path
|
1574
|
+
# | msgid "gRPC Path In Configs"
|
1572
1575
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1573
1576
|
msgid "config.path_grpc.description"
|
1574
1577
|
msgstr "مسیر GRPC در کانفیگ ها"
|
@@ -1599,7 +1602,7 @@ msgid "config.too_advanced.label"
|
|
1599
1602
|
msgstr "تنظیمات خیلی پیشرفته"
|
1600
1603
|
|
1601
1604
|
# | msgid ""
|
1602
|
-
# | "Specify
|
1605
|
+
# | "Specify The Proxy Path. It is important especially if you are using HTTP
|
1603
1606
|
# and"
|
1604
1607
|
# | " VMESS."
|
1605
1608
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
@@ -1714,9 +1717,9 @@ msgid "config.ssr_fakedomain.label"
|
|
1714
1717
|
msgstr "دامنه جعلی برای SSR"
|
1715
1718
|
|
1716
1719
|
# | msgid ""
|
1717
|
-
# | "Please
|
1718
|
-
#
|
1719
|
-
# | "
|
1720
|
+
# | "Please Use a Well Known Domain In Your Data Center. For Example, If You
|
1721
|
+
# Are "
|
1722
|
+
# | "In Azure Data Center, Microsoft-Update.Com Is a Good Example"
|
1720
1723
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1721
1724
|
msgid "config.ssr_fakedomain.description"
|
1722
1725
|
msgstr ""
|
@@ -1852,10 +1855,10 @@ msgstr "هیدیفای"
|
|
1852
1855
|
msgid "admin.proxy.global_config"
|
1853
1856
|
msgstr "تنظیمات عمومی"
|
1854
1857
|
|
1855
|
-
# | msgid "
|
1858
|
+
# | msgid "Modifying Proxies"
|
1856
1859
|
#: hiddifypanel/panel/admin/templates/proxy.html:14
|
1857
1860
|
msgid "Edit Proxy Names"
|
1858
|
-
msgstr "
|
1861
|
+
msgstr "ویرایش پروکسیها"
|
1859
1862
|
|
1860
1863
|
# | msgid "Detailed Configs"
|
1861
1864
|
#: hiddifypanel/panel/admin/templates/proxy.html:24
|
@@ -1917,13 +1920,13 @@ msgid "Temporary Link"
|
|
1917
1920
|
msgstr "لینک اضطراری"
|
1918
1921
|
|
1919
1922
|
# | msgid ""
|
1920
|
-
# | "If
|
1921
|
-
#
|
1922
|
-
#
|
1923
|
+
# | "If You Do Not See The Green Part In The Box Below (UP To 10 Minutes), It
|
1924
|
+
# Means That There Is a Problem In Applying The Settings And The Only Way To
|
1925
|
+
# Access The Panel Is The Emergency Link.\n"
|
1923
1926
|
# | "<br>\n"
|
1924
|
-
# | "Therefore,
|
1925
|
-
#
|
1926
|
-
# | "Don't
|
1927
|
+
# | "Therefore, Be Sure To Copy The Emergency Link, So That You Can Use This
|
1928
|
+
# Emergency Access (For 4 Hours) In Case Of Any Problem.\n"
|
1929
|
+
# | "Don't Forget To Copy This Link."
|
1927
1930
|
#: hiddifypanel/panel/admin/templates/result.html:20
|
1928
1931
|
msgid ""
|
1929
1932
|
"We have opened a temporary port (for 4 hours) to access the panel in case"
|
@@ -1986,8 +1989,8 @@ msgstr ""
|
|
1986
1989
|
" از طریق relay اضافه کنید. \n"
|
1987
1990
|
|
1988
1991
|
# | msgid ""
|
1989
|
-
# | "User Usage Will Be Updated Every
|
1990
|
-
# | "href=\"%(link)s\" class=\"btn btn-info\">Here</a>"
|
1992
|
+
# | "User Usage Will Be Updated Every 1 Minutes. To Update it Now <a "
|
1993
|
+
# | "href=\"%(link)s\" class=\"btn btn-info\">Click Here</a>"
|
1991
1994
|
#: hiddifypanel/panel/admin/templates/model/user_list.html:7
|
1992
1995
|
#, python-format
|
1993
1996
|
msgid ""
|
@@ -2441,7 +2444,7 @@ msgstr "لینک زیر را در مرورگرتان کپی کنید."
|
|
2441
2444
|
|
2442
2445
|
# | msgid "Copy"
|
2443
2446
|
#: hiddifypanel/panel/user/templates/home/doh.html:8
|
2444
|
-
#: hiddifypanel/templates/master.html:
|
2447
|
+
#: hiddifypanel/templates/master.html:155
|
2445
2448
|
msgid "copy"
|
2446
2449
|
msgstr "کپی"
|
2447
2450
|
|
@@ -2715,7 +2718,7 @@ msgid "Turn of VPN"
|
|
2715
2718
|
msgstr "وی پی ان را خاموش کنید"
|
2716
2719
|
|
2717
2720
|
# | msgid ""
|
2718
|
-
# | "You
|
2721
|
+
# | "You Should Visit This Page Without VPN To Use Auto CDN IP. Your Country "
|
2719
2722
|
# | "=%(your_country)s"
|
2720
2723
|
#: hiddifypanel/panel/user/templates/home/multi.html:402
|
2721
2724
|
#, python-format
|
@@ -3014,12 +3017,12 @@ msgstr "نمایش لاگ"
|
|
3014
3017
|
msgid "admin.actions.apply_configs"
|
3015
3018
|
msgstr "اعمال تغییرات"
|
3016
3019
|
|
3017
|
-
# | msgid "Update
|
3020
|
+
# | msgid "Update"
|
3018
3021
|
#: hiddifypanel/templates/admin-layout.html:153
|
3019
3022
|
msgid "admin.actions.update"
|
3020
3023
|
msgstr "بهروز رسانی سیستم"
|
3021
3024
|
|
3022
|
-
# | msgid "Reinstall
|
3025
|
+
# | msgid "Reinstall"
|
3023
3026
|
#: hiddifypanel/templates/admin-layout.html:155
|
3024
3027
|
msgid "admin.actions.reinstall"
|
3025
3028
|
msgstr "نصب مجدد سیستم"
|
@@ -3044,19 +3047,19 @@ msgid "Telegram Bot"
|
|
3044
3047
|
msgstr "بات تلگرام"
|
3045
3048
|
|
3046
3049
|
# | msgid ""
|
3047
|
-
# | "We
|
3050
|
+
# | "We Need Your Help In Developing This Project\n"
|
3048
3051
|
# | "<br>\n"
|
3049
|
-
# | "If
|
3050
|
-
# href=\"mailto:
|
3052
|
+
# | "If You Are Developer Or Content Producer, Please Contact Us At <a
|
3053
|
+
# href=\"mailto:Hiddify@Gmail.Com\">Hiddify@Gmail.Com</a>\n"
|
3051
3054
|
# | "<br><br>\n"
|
3052
3055
|
# | "\n"
|
3053
|
-
# | "Also,
|
3054
|
-
#
|
3055
|
-
# | "<h5>Other
|
3056
|
+
# | "Also, We Need Financial Help To Further Develop This Panel And Our
|
3057
|
+
# Service (We Are Non-Profit).\n"
|
3058
|
+
# | "<h5>Other Payment Methods</h5>\n"
|
3056
3059
|
# | "<ul>\n"
|
3057
3060
|
# | "<li> <a target=\"_blank\"
|
3058
3061
|
# href=\"https://opencollective.com/hiddify/contribute/backer-50556/checkout?interval=month&amount=25\"
|
3059
|
-
# class=\"btn btn-info\">Credit
|
3062
|
+
# class=\"btn btn-info\">Credit Card And PayPal</a></li>\n"
|
3060
3063
|
# | "<li> <div class=\"btn-group\">\n"
|
3061
3064
|
# | " <a role=\"button\"
|
3062
3065
|
# data-copy=\"EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_\" class=\"btn
|
@@ -3090,9 +3093,9 @@ msgstr "بات تلگرام"
|
|
3090
3093
|
# | "<a data-copy=\"DPerFS2vCu5XnE3He32BaPVTkUDcKLsEaj\" role=\"button\"
|
3091
3094
|
# class=\"btn btn-info share-link\">Dogecoin</a> </div></li>\n"
|
3092
3095
|
# | "</ul>\n"
|
3093
|
-
# | "We
|
3094
|
-
# | "<li>Share Hiddify Panel
|
3095
|
-
# | "<li>Python
|
3096
|
+
# | "We Need Also Other Help:\n"
|
3097
|
+
# | "<li>Share Hiddify Panel With Others</li>\n"
|
3098
|
+
# | "<li>Python Developer</li>\n"
|
3096
3099
|
# | "<li>Kotlin Developer</li>\n"
|
3097
3100
|
# | "<li>Content Providers</li>\n"
|
3098
3101
|
# | "Please contact us at <a
|
@@ -3177,47 +3180,47 @@ msgstr ""
|
|
3177
3180
|
"با ما تماس بگیرید."
|
3178
3181
|
|
3179
3182
|
# | msgid "Close"
|
3180
|
-
#: hiddifypanel/templates/macros.html:29 hiddifypanel/templates/master.html:
|
3183
|
+
#: hiddifypanel/templates/macros.html:29 hiddifypanel/templates/master.html:164
|
3181
3184
|
msgid "close"
|
3182
3185
|
msgstr "بستن"
|
3183
3186
|
|
3184
3187
|
# | msgid "Share to Social Media"
|
3185
|
-
#: hiddifypanel/templates/master.html:
|
3188
|
+
#: hiddifypanel/templates/master.html:146
|
3186
3189
|
msgid "user.home.share-title"
|
3187
3190
|
msgstr "اشتراکگذاری"
|
3188
3191
|
|
3189
3192
|
# | msgid "Link for Social Media"
|
3190
|
-
#: hiddifypanel/templates/master.html:
|
3193
|
+
#: hiddifypanel/templates/master.html:156
|
3191
3194
|
msgid "clickable copy"
|
3192
3195
|
msgstr "لینک برای شبکههای اجتماعی"
|
3193
3196
|
|
3194
3197
|
# | msgid "Open"
|
3195
|
-
#: hiddifypanel/templates/master.html:
|
3198
|
+
#: hiddifypanel/templates/master.html:157
|
3196
3199
|
msgid "open"
|
3197
3200
|
msgstr "باز کردن"
|
3198
3201
|
|
3199
3202
|
# | msgid "Link Copied to Clipboard. "
|
3200
|
-
#: hiddifypanel/templates/master.html:
|
3203
|
+
#: hiddifypanel/templates/master.html:231
|
3201
3204
|
msgid "user.home.link.success-copy"
|
3202
3205
|
msgstr "لینک کپی شد. "
|
3203
3206
|
|
3204
3207
|
# | msgid "Copy to Clipboard: Ctrl+C, Enter"
|
3205
|
-
#: hiddifypanel/templates/master.html:
|
3206
|
-
#: hiddifypanel/templates/master.html:
|
3208
|
+
#: hiddifypanel/templates/master.html:233
|
3209
|
+
#: hiddifypanel/templates/master.html:236
|
3207
3210
|
msgid "user.home.link.manual-copy"
|
3208
3211
|
msgstr "برای کپی کردن به کلیپبورد: دکمه Ctrl+C را بزنید."
|
3209
3212
|
|
3210
|
-
#: hiddifypanel/templates/master.html:
|
3213
|
+
#: hiddifypanel/templates/master.html:289
|
3211
3214
|
msgid "Install"
|
3212
3215
|
msgstr "نصب"
|
3213
3216
|
|
3214
3217
|
# | msgid "Hiddify Panel Installation"
|
3215
|
-
#: hiddifypanel/templates/master.html:
|
3218
|
+
#: hiddifypanel/templates/master.html:369
|
3216
3219
|
msgid "Install Hiddify Application"
|
3217
3220
|
msgstr "نصب پنل هیدیفای"
|
3218
3221
|
|
3219
3222
|
# | msgid "Click %(install)s to save the user page."
|
3220
|
-
#: hiddifypanel/templates/master.html:
|
3223
|
+
#: hiddifypanel/templates/master.html:371
|
3221
3224
|
#, python-format
|
3222
3225
|
msgid "Please click on %(install)s to save the user page."
|
3223
3226
|
msgstr "روی %(install)s کلیک کنید تا صفحه کاربر ذخیره شود."
|
@@ -3331,7 +3334,7 @@ msgstr "عملیات"
|
|
3331
3334
|
#~ msgid "config.domain_fronting_tls.label"
|
3332
3335
|
#~ msgstr "فعالسازی TLS در دامین فرانتینگ"
|
3333
3336
|
|
3334
|
-
# | msgid "It
|
3337
|
+
# | msgid "It Will Use Port 443 To Connect To CDN"
|
3335
3338
|
#~ msgid "config.domain_fronting_tls.description"
|
3336
3339
|
#~ msgstr "از پورت 443 برای اتصال به CDN استفاده میکند."
|
3337
3340
|
|
@@ -3397,9 +3400,8 @@ msgstr "عملیات"
|
|
3397
3400
|
#~ msgstr "خطا!"
|
3398
3401
|
|
3399
3402
|
# | msgid ""
|
3400
|
-
# | "Domain (%(domain)s)-> IP
|
3401
|
-
#
|
3402
|
-
# | ". This is Required in Direct Mode."
|
3403
|
+
# | "Domain (%(domain)s)-> IP = %(domain_ip)s Is Not Same as Your IP = "
|
3404
|
+
# | "%(server_ip)s . This is Required in Direct Mode"
|
3403
3405
|
#~ msgid ""
|
3404
3406
|
#~ "Domain (%(domain))-> IP=%(domain_ip)s is not"
|
3405
3407
|
#~ " matched with your ip=%(server_ip)s which"
|
@@ -3468,14 +3470,14 @@ msgstr "عملیات"
|
|
3468
3470
|
#~ msgstr "ریست کردن بسته کاربر (حجم و روز)"
|
3469
3471
|
|
3470
3472
|
# | msgid ""
|
3471
|
-
# | "Error
|
3473
|
+
# | "Error In Auto CDN IP! It Can Not Be Find, Please Contact Admin"
|
3472
3474
|
#~ msgid "Error in morteza ip! auto cdn ip can not be find, please contact admin."
|
3473
3475
|
#~ msgstr "خطا! آی پی cdn خودکار پیدا نمی شود، لطفا با ادمین تماس بگیرید."
|
3474
3476
|
|
3475
3477
|
# | msgid ""
|
3476
|
-
# | "In CDN Mode
|
3478
|
+
# | "In CDN Mode You Can Only Apply One Domain Or One IP For Forced Host. Use
|
3477
3479
|
# "
|
3478
|
-
# | "Auto CDN IP
|
3480
|
+
# | "Auto CDN IP Mode Instead"
|
3479
3481
|
#~ msgid "In CDN mode you can only apply one domain or one ip for forced host"
|
3480
3482
|
#~ msgstr ""
|
3481
3483
|
#~ "در حالت CDN شما فقط می توانید "
|
@@ -3495,6 +3497,7 @@ msgstr "عملیات"
|
|
3495
3497
|
#~ msgid "Connections/IP"
|
3496
3498
|
#~ msgstr "کانکشن/آیپی"
|
3497
3499
|
|
3500
|
+
# | msgid "CDN Make It Incorrect"
|
3498
3501
|
#~ msgid "CDN make it incorrect"
|
3499
3502
|
#~ msgstr "CDN نادرستش میکنه"
|
3500
3503
|
|
Binary file
|