hiddifypanel 9.0.0.dev20__py3-none-any.whl → 9.0.0.dev22__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 +2 -2
- hiddifypanel/models/domain.py +3 -2
- hiddifypanel/panel/admin/Dashboard.py +6 -1
- hiddifypanel/panel/admin/DomainAdmin.py +5 -2
- hiddifypanel/panel/common.py +94 -50
- hiddifypanel/panel/hiddify.py +14 -0
- hiddifypanel/panel/user/user.py +160 -21
- hiddifypanel/templates/admin-layout.html +7 -1
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +98 -74
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +96 -49
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +104 -45
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +202 -361
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +88 -54
- {hiddifypanel-9.0.0.dev20.dist-info → hiddifypanel-9.0.0.dev22.dist-info}/METADATA +1 -1
- {hiddifypanel-9.0.0.dev20.dist-info → hiddifypanel-9.0.0.dev22.dist-info}/RECORD +25 -25
- {hiddifypanel-9.0.0.dev20.dist-info → hiddifypanel-9.0.0.dev22.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-9.0.0.dev20.dist-info → hiddifypanel-9.0.0.dev22.dist-info}/WHEEL +0 -0
- {hiddifypanel-9.0.0.dev20.dist-info → hiddifypanel-9.0.0.dev22.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-9.0.0.dev20.dist-info → hiddifypanel-9.0.0.dev22.dist-info}/top_level.txt +0 -0
@@ -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-10-
|
7
|
-
"PO-Revision-Date: 2023-10-
|
6
|
+
"POT-Creation-Date: 2023-10-30 09:11+0100\n"
|
7
|
+
"PO-Revision-Date: 2023-10-26 06:24-0500\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language-Team: English (USA)\n"
|
10
10
|
"Language: en_US\n"
|
@@ -15,7 +15,7 @@ msgstr ""
|
|
15
15
|
"Generated-By: Babel 2.12.1\n"
|
16
16
|
|
17
17
|
# | msgid "This Domain does not exist in the Panel !"
|
18
|
-
#: hiddifypanel/models/domain.py:
|
18
|
+
#: hiddifypanel/models/domain.py:159 hiddifypanel/panel/user/user.py:418
|
19
19
|
msgid "This domain does not exist in the panel!"
|
20
20
|
msgstr "This Domain does not exist in the Panel !"
|
21
21
|
|
@@ -246,15 +246,17 @@ msgstr "🌏 Restore Domain"
|
|
246
246
|
msgid "Restore Domain description"
|
247
247
|
msgstr "Select this option to restore your domains"
|
248
248
|
|
249
|
+
# | msgid "Override Owner in Backup"
|
249
250
|
#: hiddifypanel/panel/admin/Backup.py:85
|
250
|
-
#, fuzzy
|
251
251
|
msgid "Override Root Admin"
|
252
|
-
msgstr "Override
|
252
|
+
msgstr "Override Owner in Backup"
|
253
253
|
|
254
|
+
# | msgid ""
|
255
|
+
# | "It will override the owner admin of the backup file to the current user"
|
254
256
|
#: hiddifypanel/panel/admin/Backup.py:85
|
255
|
-
#, fuzzy
|
256
257
|
msgid "It will override the root admin to the current user"
|
257
|
-
msgstr "
|
258
|
+
msgstr ""
|
259
|
+
"It will override the owner admin of the backup file to the current user"
|
258
260
|
|
259
261
|
#: hiddifypanel/panel/admin/Backup.py:86
|
260
262
|
#: hiddifypanel/panel/admin/ProxyAdmin.py:97
|
@@ -340,8 +342,8 @@ msgid "Domain is not correctly mapped to this server!"
|
|
340
342
|
msgstr "Domain is not correctly mapped to this Server!"
|
341
343
|
|
342
344
|
# | msgid "Access Denied"
|
343
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
344
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
345
|
+
#: hiddifypanel/panel/admin/Dashboard.py:20
|
346
|
+
#: hiddifypanel/panel/admin/Dashboard.py:38
|
345
347
|
msgid "Access Denied!"
|
346
348
|
msgstr "Access Denied"
|
347
349
|
|
@@ -349,14 +351,14 @@ msgstr "Access Denied"
|
|
349
351
|
# | "⚠️ This version of Hiddify Panel is outdated. please update it from admin
|
350
352
|
# "
|
351
353
|
# | "area."
|
352
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
354
|
+
#: hiddifypanel/panel/admin/Dashboard.py:32 hiddifypanel/templates/500.html:9
|
353
355
|
msgid ""
|
354
356
|
"This version of hiddify panel is outdated. Please update it from admin area."
|
355
357
|
msgstr ""
|
356
358
|
"⚠️ This version of Hiddify Panel is outdated. please update it from admin "
|
357
359
|
"area."
|
358
360
|
|
359
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
361
|
+
#: hiddifypanel/panel/admin/Dashboard.py:64
|
360
362
|
#, python-format
|
361
363
|
msgid ""
|
362
364
|
"It seems that you have not setup the system completely. <a class=\"btn btn-"
|
@@ -368,8 +370,8 @@ msgstr ""
|
|
368
370
|
# | msgid ""
|
369
371
|
# | "Please understand that parent Panel is under test and the plan and the "
|
370
372
|
# | "condition of use maybe change at anytime."
|
371
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
372
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
373
|
+
#: hiddifypanel/panel/admin/Dashboard.py:66
|
374
|
+
#: hiddifypanel/panel/admin/Dashboard.py:70
|
373
375
|
msgid ""
|
374
376
|
"Please understand that parent panel is under test and the plan and the "
|
375
377
|
"condition of use maybe change at anytime."
|
@@ -380,7 +382,7 @@ msgstr ""
|
|
380
382
|
# | msgid ""
|
381
383
|
# | "It seems that you are using default domain (%(domain)s) which is not "
|
382
384
|
# | "recommended. Please change or remove it from domain section."
|
383
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
385
|
+
#: hiddifypanel/panel/admin/Dashboard.py:68
|
384
386
|
#, python-format
|
385
387
|
msgid ""
|
386
388
|
"It seems that you are using default domain (%(domain)s) which is not "
|
@@ -392,7 +394,7 @@ msgstr ""
|
|
392
394
|
# | msgid ""
|
393
395
|
# | "It seems that you have not created any users yet. default user link: "
|
394
396
|
# | "%(default_link)s"
|
395
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
397
|
+
#: hiddifypanel/panel/admin/Dashboard.py:74
|
396
398
|
#, python-format
|
397
399
|
msgid ""
|
398
400
|
"It seems that you have not created any users yet. Default user link: "
|
@@ -401,8 +403,23 @@ msgstr ""
|
|
401
403
|
"It seems that you have not created any users yet. default user link: "
|
402
404
|
"%(default_link)s"
|
403
405
|
|
406
|
+
# | msgid ""
|
407
|
+
# | "Your server is vulnerable to abuses because PasswordAuthentication is "
|
408
|
+
# | "enabled in your SSH. To secure your server, please switch to key "
|
409
|
+
# | "authentication mechanism and turn off PasswordAuthentication. <a "
|
410
|
+
# | "href=\"https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-"
|
411
|
+
# | "Password-Authentication\">read more... </a>"
|
412
|
+
#: hiddifypanel/panel/admin/Dashboard.py:76
|
413
|
+
msgid "ssh.password-login.warning."
|
414
|
+
msgstr ""
|
415
|
+
"Your server is vulnerable to abuses because PasswordAuthentication is "
|
416
|
+
"enabled in your SSH. To secure your server, please switch to key "
|
417
|
+
"authentication mechanism and turn off PasswordAuthentication. <a "
|
418
|
+
"href=\"https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-"
|
419
|
+
"Authentication\">read more... </a>"
|
420
|
+
|
404
421
|
# | msgid "Child Has Been Removed!"
|
405
|
-
#: hiddifypanel/panel/admin/Dashboard.py:
|
422
|
+
#: hiddifypanel/panel/admin/Dashboard.py:90
|
406
423
|
msgid "child has been removed!"
|
407
424
|
msgstr "Child Has Been Removed!"
|
408
425
|
|
@@ -1026,7 +1043,7 @@ msgstr ""
|
|
1026
1043
|
"%(total)s users"
|
1027
1044
|
|
1028
1045
|
#: hiddifypanel/panel/admin/templates/backup.html:9
|
1029
|
-
#: hiddifypanel/templates/admin-layout.html:
|
1046
|
+
#: hiddifypanel/templates/admin-layout.html:181
|
1030
1047
|
msgid "Backup"
|
1031
1048
|
msgstr "Backup"
|
1032
1049
|
|
@@ -1409,28 +1426,28 @@ msgstr "ℹ️ Domain Fronting"
|
|
1409
1426
|
|
1410
1427
|
# | msgid ""
|
1411
1428
|
# | "It is used to simulate another website instead of your website in SNI. "
|
1412
|
-
# | "therefore,
|
1429
|
+
# | "therefore, GFW Can not filter your domain."
|
1413
1430
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1414
1431
|
#: hiddifypanel/templates/fake.html:1
|
1415
1432
|
msgid "config.domain_fronting_domain.description"
|
1416
1433
|
msgstr ""
|
1417
1434
|
"It is used to simulate another website instead of your website in SNI. "
|
1418
|
-
"therefore,
|
1435
|
+
"therefore, GFW Can not filter your domain."
|
1419
1436
|
|
1420
1437
|
# | msgid ""
|
1421
1438
|
# | "It is used to simulate another website instead of your website in SNI. "
|
1422
|
-
# | "therefore,
|
1439
|
+
# | "therefore, GFW can not filter your Domain\n"
|
1423
1440
|
# | "<a href=\"https://github.com/hiddify/hiddify-"
|
1424
1441
|
# | "config/wiki/%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%D9%87-%D8%A7%D8%B2-"
|
1425
1442
|
# | "%D8%AF%D8%A7%D9%85%DB%8C%D9%86-"
|
1426
1443
|
# | "%D9%81%D8%B1%D8%A7%D9%86%D8%AA%DB%8C%D9%86%DA%AF\">Guide</a>. "
|
1427
|
-
# | "⚠️CloudFlare does not support Domain Fronting.
|
1444
|
+
# | "⚠️CloudFlare does not support Domain Fronting."
|
1428
1445
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
1429
1446
|
#: hiddifypanel/templates/fake.html:2
|
1430
1447
|
msgid "config.domain_fronting.description"
|
1431
1448
|
msgstr ""
|
1432
|
-
"It is used to simulate another website instead of your website in SNI. therefore,
|
1433
|
-
"<a 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\">Guide</a>. ⚠️CloudFlare does not support Domain Fronting.
|
1449
|
+
"It is used to simulate another website instead of your website in SNI. therefore, GFW can not filter your Domain\n"
|
1450
|
+
"<a 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\">Guide</a>. ⚠️CloudFlare does not support Domain Fronting."
|
1434
1451
|
|
1435
1452
|
# | msgid "✔️ Enable Telegram MTProto"
|
1436
1453
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
@@ -1997,14 +2014,14 @@ msgid "config.reality_fallback_domain.label"
|
|
1997
2014
|
msgstr "🌍 Reality Fallback Domain"
|
1998
2015
|
|
1999
2016
|
# | msgid ""
|
2000
|
-
# | "When the
|
2017
|
+
# | "When the GFW visit the Websites in Server names, it will be redirect to "
|
2001
2018
|
# | "this Domain."
|
2002
2019
|
#: hiddifypanel/panel/admin/templates/configfake.html:6
|
2003
2020
|
#: hiddifypanel/templates/fake.html:1
|
2004
2021
|
#: hiddifypanel/templates/flaskadmin-layout.html:124
|
2005
2022
|
msgid "config.reality_fallback_domain.description"
|
2006
2023
|
msgstr ""
|
2007
|
-
"When the
|
2024
|
+
"When the GFW visit the Websites in Server names, it will be redirect to this"
|
2008
2025
|
" Domain."
|
2009
2026
|
|
2010
2027
|
# | msgid "🔑 Private Key"
|
@@ -2712,15 +2729,6 @@ msgstr "Settings"
|
|
2712
2729
|
msgid "📅%(expire_days)s days"
|
2713
2730
|
msgstr "📅%(expire_days)s Days Remain"
|
2714
2731
|
|
2715
|
-
# | msgid ""
|
2716
|
-
# | "Please open this link in a browser; it will expire in 5 minutes for "
|
2717
|
-
# | "security reasons."
|
2718
|
-
#: hiddifypanel/panel/user/user.py:27
|
2719
|
-
msgid "This link will expire in 5 minutes"
|
2720
|
-
msgstr ""
|
2721
|
-
"Please open this link in a browser; it will expire in 5 minutes for security"
|
2722
|
-
" reasons."
|
2723
|
-
|
2724
2732
|
# | msgid "All Configs"
|
2725
2733
|
#: hiddifypanel/panel/user/templates/home/all-configs.html:1
|
2726
2734
|
#: hiddifypanel/panel/user/templates/home/all-configs_old.html:1
|
@@ -3132,10 +3140,10 @@ msgstr ""
|
|
3132
3140
|
msgid "user.home.clash_configs.all_sites.btn"
|
3133
3141
|
msgstr "Install Proxy for All Sites."
|
3134
3142
|
|
3143
|
+
# | msgid "DNS over HTTPS"
|
3135
3144
|
#: hiddifypanel/panel/user/templates/home/doh.html:1
|
3136
|
-
#, fuzzy
|
3137
3145
|
msgid "user.home.tool.doh.title"
|
3138
|
-
msgstr "
|
3146
|
+
msgstr "DNS over HTTPS"
|
3139
3147
|
|
3140
3148
|
# | msgid "Copy"
|
3141
3149
|
#: hiddifypanel/panel/user/templates/home/doh.html:8
|
@@ -3541,15 +3549,13 @@ msgstr "More Applications"
|
|
3541
3549
|
msgid "Import in"
|
3542
3550
|
msgstr "Import in"
|
3543
3551
|
|
3552
|
+
# | msgid "Download App"
|
3544
3553
|
#: hiddifypanel/panel/user/templates/home/one_click.html:149
|
3545
3554
|
#: hiddifypanel/panel/user/templates/home/one_click.html:186
|
3546
|
-
#, fuzzy
|
3547
3555
|
msgid ""
|
3548
3556
|
"Download\n"
|
3549
3557
|
" App"
|
3550
|
-
msgstr ""
|
3551
|
-
"Download\n"
|
3552
|
-
" App"
|
3558
|
+
msgstr "Download App"
|
3553
3559
|
|
3554
3560
|
# | msgid "<i class=\"fa-solid fa-qrcode\"></i> QRCode"
|
3555
3561
|
#: hiddifypanel/panel/user/templates/home/one_click.html:269
|
@@ -3818,7 +3824,7 @@ msgstr "Admins"
|
|
3818
3824
|
|
3819
3825
|
# | msgid "Settings"
|
3820
3826
|
#: hiddifypanel/templates/admin-layout.html:92
|
3821
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3827
|
+
#: hiddifypanel/templates/admin-layout.html:176
|
3822
3828
|
msgid "admin.menu.config"
|
3823
3829
|
msgstr "Settings"
|
3824
3830
|
|
@@ -3842,64 +3848,69 @@ msgstr "Help"
|
|
3842
3848
|
msgid "admin.menu.telegram"
|
3843
3849
|
msgstr "Telegram"
|
3844
3850
|
|
3851
|
+
# | msgid "Bug/Feature"
|
3852
|
+
#: hiddifypanel/templates/admin-layout.html:125
|
3853
|
+
msgid "Bug"
|
3854
|
+
msgstr "Bug/Feature"
|
3855
|
+
|
3845
3856
|
# | msgid "Donation"
|
3846
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3857
|
+
#: hiddifypanel/templates/admin-layout.html:130
|
3847
3858
|
#: hiddifypanel/templates/donation.html:5
|
3848
3859
|
msgid "Donation.title"
|
3849
3860
|
msgstr "Donation"
|
3850
3861
|
|
3851
3862
|
# | msgid "Status"
|
3852
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3863
|
+
#: hiddifypanel/templates/admin-layout.html:154
|
3853
3864
|
msgid "admin.actions.status"
|
3854
3865
|
msgstr "Status"
|
3855
3866
|
|
3856
3867
|
# | msgid "View Logs"
|
3857
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3868
|
+
#: hiddifypanel/templates/admin-layout.html:155
|
3858
3869
|
msgid "admin.actions.viewlogs"
|
3859
3870
|
msgstr "View Logs"
|
3860
3871
|
|
3861
3872
|
# | msgid "Apply Configs"
|
3862
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3873
|
+
#: hiddifypanel/templates/admin-layout.html:156
|
3863
3874
|
msgid "admin.actions.apply_configs"
|
3864
3875
|
msgstr "Apply Configs"
|
3865
3876
|
|
3866
3877
|
# | msgid "Update"
|
3867
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3878
|
+
#: hiddifypanel/templates/admin-layout.html:157
|
3868
3879
|
msgid "admin.actions.update"
|
3869
3880
|
msgstr "Update"
|
3870
3881
|
|
3871
3882
|
# | msgid "Reinstall"
|
3872
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3883
|
+
#: hiddifypanel/templates/admin-layout.html:159
|
3873
3884
|
msgid "admin.actions.reinstall"
|
3874
3885
|
msgstr "Reinstall"
|
3875
3886
|
|
3876
3887
|
# | msgid "Restart System"
|
3877
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3888
|
+
#: hiddifypanel/templates/admin-layout.html:160
|
3878
3889
|
msgid "admin.actions.reset"
|
3879
3890
|
msgstr "Restart System"
|
3880
3891
|
|
3881
3892
|
# | msgid "Domains"
|
3882
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3883
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3893
|
+
#: hiddifypanel/templates/admin-layout.html:167
|
3894
|
+
#: hiddifypanel/templates/admin-layout.html:172
|
3884
3895
|
msgid "admin.menu.domain"
|
3885
3896
|
msgstr "Domains"
|
3886
3897
|
|
3887
3898
|
# | msgid "Proxies"
|
3888
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3899
|
+
#: hiddifypanel/templates/admin-layout.html:173
|
3889
3900
|
msgid "admin.menu.proxy"
|
3890
3901
|
msgstr "Proxies"
|
3891
3902
|
|
3892
3903
|
# | msgid "Common Settings"
|
3893
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3904
|
+
#: hiddifypanel/templates/admin-layout.html:179
|
3894
3905
|
msgid "Commercial Settings"
|
3895
3906
|
msgstr "Common Settings"
|
3896
3907
|
|
3897
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3908
|
+
#: hiddifypanel/templates/admin-layout.html:184
|
3898
3909
|
msgid "Telegram Bot"
|
3899
3910
|
msgstr "Telegram Bot"
|
3900
3911
|
|
3901
3912
|
# | msgid "⚠️ Are you sure you want to do this action?"
|
3902
|
-
#: hiddifypanel/templates/admin-layout.html:
|
3913
|
+
#: hiddifypanel/templates/admin-layout.html:217
|
3903
3914
|
msgid "Are you sure you want to do this action?"
|
3904
3915
|
msgstr "⚠️ Are you sure you want to do this action?"
|
3905
3916
|
|
@@ -4053,15 +4064,18 @@ msgstr ""
|
|
4053
4064
|
"<br>\n"
|
4054
4065
|
"📦 Singbox : Developed by SagerNet. It is also a good core"
|
4055
4066
|
|
4067
|
+
# | msgid "Additional Warp Sites"
|
4056
4068
|
#: hiddifypanel/templates/fake.html:1
|
4057
|
-
#, fuzzy
|
4058
4069
|
msgid "config.warp_sites.label"
|
4059
|
-
msgstr "
|
4070
|
+
msgstr "Additional Warp Sites"
|
4060
4071
|
|
4072
|
+
# | msgid ""
|
4073
|
+
# | "Add additional sites to pass through warp (only when warp mode is not "
|
4074
|
+
# | "None)"
|
4061
4075
|
#: hiddifypanel/templates/fake.html:1
|
4062
|
-
#, fuzzy
|
4063
4076
|
msgid "config.warp_sites.description"
|
4064
|
-
msgstr "
|
4077
|
+
msgstr ""
|
4078
|
+
"Add additional sites to pass through warp (only when warp mode is not None)"
|
4065
4079
|
|
4066
4080
|
# | msgid "🖥 DNS Server"
|
4067
4081
|
#: hiddifypanel/templates/fake.html:1
|
@@ -4079,30 +4093,34 @@ msgstr ""
|
|
4079
4093
|
"🚧 Block Malware 1.1.1.2 <br>\n"
|
4080
4094
|
"🔞 Block Porn 1.1.1.3\n"
|
4081
4095
|
|
4096
|
+
# | msgid "Direct Reality Port"
|
4082
4097
|
#: hiddifypanel/templates/fake.html:1
|
4083
|
-
#, fuzzy
|
4084
4098
|
msgid "config.reality_port.label"
|
4085
|
-
msgstr "
|
4099
|
+
msgstr "Direct Reality Port"
|
4086
4100
|
|
4101
|
+
# | msgid ""
|
4102
|
+
# | "You can set a customized port for your reality server to reduce the "
|
4103
|
+
# | "system's overhead. (Allow direct connection to proxies should be yes)"
|
4087
4104
|
#: hiddifypanel/templates/fake.html:1
|
4088
|
-
#, fuzzy
|
4089
4105
|
msgid "config.reality_port.description"
|
4090
|
-
msgstr "
|
4106
|
+
msgstr ""
|
4107
|
+
"You can set a customized port for your reality server to reduce the system's"
|
4108
|
+
" overhead. (Allow direct connection to proxies should be yes)"
|
4091
4109
|
|
4092
|
-
# | msgid "Enable
|
4110
|
+
# | msgid "Enable Hysteria2"
|
4093
4111
|
#: hiddifypanel/templates/fake.html:1
|
4094
4112
|
msgid "config.hysteria_enable.label"
|
4095
|
-
msgstr "Enable
|
4113
|
+
msgstr "Enable Hysteria2"
|
4096
4114
|
|
4097
4115
|
# | msgid "To enable UDP based Hysteria Protocol"
|
4098
4116
|
#: hiddifypanel/templates/fake.html:1
|
4099
4117
|
msgid "config.hysteria_enable.description"
|
4100
4118
|
msgstr "To enable UDP based Hysteria Protocol"
|
4101
4119
|
|
4102
|
-
# | msgid "
|
4120
|
+
# | msgid "Hysteria2 Port"
|
4103
4121
|
#: hiddifypanel/templates/fake.html:1
|
4104
4122
|
msgid "config.hysteria_port.label"
|
4105
|
-
msgstr "
|
4123
|
+
msgstr "Hysteria2 Port"
|
4106
4124
|
|
4107
4125
|
# | msgid "Hysteria UDP Port for example 5678"
|
4108
4126
|
#: hiddifypanel/templates/fake.html:1
|
@@ -4252,16 +4270,15 @@ msgstr "🔒 Enable TLS Domain Fronting"
|
|
4252
4270
|
|
4253
4271
|
# | msgid ""
|
4254
4272
|
# | "It is used to simulate another website instead of your website in SNI. "
|
4255
|
-
# | "therefore,
|
4273
|
+
# | "therefore, GFW can not filter your Domain\n"
|
4256
4274
|
# | "<a
|
4257
4275
|
# href=\"https://github.com/hiddify/hiddify-config/wiki/Guide-for-domain-"
|
4258
|
-
# | "fronting\">Guide</a>. ⚠️CloudFlare does not support Domain Fronting.
|
4276
|
+
# | "fronting\">Guide</a>. ⚠️CloudFlare does not support Domain Fronting."
|
4259
4277
|
#: hiddifypanel/templates/flaskadmin-layout.html:129
|
4260
|
-
#, fuzzy
|
4261
4278
|
msgid "domain.domain_fronting.description"
|
4262
4279
|
msgstr ""
|
4263
|
-
"It is used to simulate another website instead of your website in SNI. therefore,
|
4264
|
-
"<a href=\"https://github.com/hiddify/hiddify-config/wiki/Guide-for-domain-fronting\">Guide</a>. ⚠️CloudFlare does not support Domain Fronting.
|
4280
|
+
"It is used to simulate another website instead of your website in SNI. therefore, GFW can not filter your Domain\n"
|
4281
|
+
"<a href=\"https://github.com/hiddify/hiddify-config/wiki/Guide-for-domain-fronting\">Guide</a>. ⚠️CloudFlare does not support Domain Fronting."
|
4265
4282
|
|
4266
4283
|
# | msgid "Close"
|
4267
4284
|
#: hiddifypanel/templates/macros.html:29
|
@@ -4631,6 +4648,14 @@ msgstr "Actions"
|
|
4631
4648
|
#~ " App"
|
4632
4649
|
#~ msgstr "<i class=\"fa-solid fa-download\"></i> Download App"
|
4633
4650
|
|
4651
|
+
# | msgid ""
|
4652
|
+
# | "Please open this link in a browser; it will expire in 5 minutes for "
|
4653
|
+
# | "security reasons."
|
4654
|
+
#~ msgid "This link will expire in 5 minutes"
|
4655
|
+
#~ msgstr ""
|
4656
|
+
#~ "Please open this link in a browser; it will expire in 5 minutes for security"
|
4657
|
+
#~ " reasons."
|
4658
|
+
|
4634
4659
|
# | msgid ""
|
4635
4660
|
# | "✔️ The Proxy link is copied\n"
|
4636
4661
|
# | "<br>\n"
|
@@ -4645,9 +4670,8 @@ msgstr "Actions"
|
|
4645
4670
|
#~ "<br>\n"
|
4646
4671
|
#~ "⚠️ If the application do not open automatically, you need to only paste it on your application, or:"
|
4647
4672
|
|
4673
|
+
# | msgid "Telegram Bot"
|
4648
4674
|
#~ msgid ""
|
4649
4675
|
#~ "Telegram\n"
|
4650
4676
|
#~ " Bot"
|
4651
|
-
#~ msgstr ""
|
4652
|
-
#~ "Telegram\n"
|
4653
|
-
#~ " Bot"
|
4677
|
+
#~ msgstr "Telegram Bot"
|
Binary file
|