hiddifypanel 10.70.8__py3-none-any.whl → 10.80.0__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 +5 -2
- hiddifypanel/__init__.py +5 -1
- hiddifypanel/apps/__init__.py +0 -0
- hiddifypanel/apps/asgi_app.py +7 -0
- hiddifypanel/apps/celery_app.py +3 -0
- hiddifypanel/apps/wsgi_app.py +5 -0
- hiddifypanel/auth.py +8 -3
- hiddifypanel/base.py +43 -126
- hiddifypanel/base_setup.py +82 -0
- hiddifypanel/cache.py +3 -2
- hiddifypanel/celery.py +45 -0
- hiddifypanel/database.py +7 -0
- hiddifypanel/drivers/ssh_liberty_bridge_api.py +2 -1
- hiddifypanel/drivers/wireguard_api.py +1 -1
- hiddifypanel/hutils/crypto.py +27 -0
- hiddifypanel/hutils/flask.py +5 -3
- hiddifypanel/hutils/network/cf_api.py +5 -5
- hiddifypanel/hutils/proxy/__init__.py +1 -0
- hiddifypanel/hutils/proxy/clash.py +3 -3
- hiddifypanel/hutils/proxy/shared.py +14 -18
- hiddifypanel/hutils/proxy/singbox.py +4 -2
- hiddifypanel/hutils/proxy/wireguard.py +34 -0
- hiddifypanel/hutils/proxy/xray.py +3 -3
- hiddifypanel/hutils/proxy/xrayjson.py +10 -7
- hiddifypanel/models/admin.py +1 -1
- hiddifypanel/models/base_account.py +3 -0
- hiddifypanel/models/config.py +5 -2
- hiddifypanel/models/config_enum.py +15 -2
- hiddifypanel/models/proxy.py +1 -1
- hiddifypanel/models/user.py +2 -2
- hiddifypanel/panel/__init__.py +8 -8
- hiddifypanel/panel/admin/AdminstratorAdmin.py +16 -10
- hiddifypanel/panel/admin/DomainAdmin.py +132 -98
- hiddifypanel/panel/admin/ProxyAdmin.py +4 -0
- hiddifypanel/panel/admin/QuickSetup.py +48 -17
- hiddifypanel/panel/admin/SettingAdmin.py +6 -0
- hiddifypanel/panel/admin/UserAdmin.py +63 -36
- hiddifypanel/panel/admin/adminlte.py +1 -1
- hiddifypanel/panel/admin/templates/index.html +6 -4
- hiddifypanel/panel/admin/templates/model/user_list.html +11 -3
- hiddifypanel/panel/cli.py +14 -3
- hiddifypanel/panel/commercial/restapi/v1/tgbot.py +19 -1
- hiddifypanel/panel/commercial/restapi/v2/admin/system_actions.py +5 -1
- hiddifypanel/panel/commercial/restapi/v2/admin/user_api.py +2 -1
- hiddifypanel/panel/commercial/restapi/v2/user/apps_api.py +76 -6
- hiddifypanel/panel/common.py +5 -2
- hiddifypanel/panel/common_bp/login.py +14 -8
- hiddifypanel/panel/hlogger.py +32 -0
- hiddifypanel/panel/init_db.py +157 -77
- hiddifypanel/panel/node/__init__.py +9 -0
- hiddifypanel/panel/node/a.py +14 -0
- hiddifypanel/panel/node/hello.py +14 -0
- hiddifypanel/panel/node/test.proto +13 -0
- hiddifypanel/panel/node/test_grpc.py +40 -0
- hiddifypanel/panel/node/test_pb2.py +40 -0
- hiddifypanel/panel/node/test_pb2.pyi +17 -0
- hiddifypanel/panel/node/test_pb2_grpc.py +97 -0
- hiddifypanel/panel/usage.py +13 -3
- hiddifypanel/panel/user/templates/base_singbox_config.json.j2 +16 -0
- hiddifypanel/panel/user/templates/home/home.html +1 -2
- hiddifypanel/panel/user/templates/home/multi.html +1 -2
- hiddifypanel/panel/user/user.py +13 -19
- hiddifypanel/static/apps-icon/singbox.ico +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +125 -30
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +123 -32
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +114 -22
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +129 -32
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +107 -18
- hiddifypanel/translations.i18n/en.json +73 -14
- hiddifypanel/translations.i18n/fa.json +72 -13
- hiddifypanel/translations.i18n/fr.json +28 -10
- hiddifypanel/translations.i18n/my.json +1266 -0
- hiddifypanel/translations.i18n/pt.json +68 -9
- hiddifypanel/translations.i18n/ru.json +75 -16
- hiddifypanel/translations.i18n/zh.json +67 -8
- hiddifypanel-10.80.0.dist-info/METADATA +137 -0
- {hiddifypanel-10.70.8.dist-info → hiddifypanel-10.80.0.dist-info}/RECORD +136 -119
- {hiddifypanel-10.70.8.dist-info → hiddifypanel-10.80.0.dist-info}/WHEEL +1 -2
- hiddifypanel-10.80.0.dist-info/entry_points.txt +3 -0
- hiddifypanel-10.70.8.dist-info/METADATA +0 -144
- hiddifypanel-10.70.8.dist-info/entry_points.txt +0 -2
- hiddifypanel-10.70.8.dist-info/top_level.txt +0 -1
- {hiddifypanel-10.70.8.dist-info → hiddifypanel-10.80.0.dist-info}/LICENSE.md +0 -0
@@ -57,6 +57,7 @@
|
|
57
57
|
"Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "Domain (%(domain)s)-> IP = %(domain_ip)s is not same as your IP = %(server_ip)s . this is required in Direct Mode",
|
58
58
|
"Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode",
|
59
59
|
"Domain can not be resolved! there is a problem in your domain": "Domain can not be resolved! There is a problem in your domain. Please check your Domain configurations.",
|
60
|
+
"Domain cannot be resolved! Please check DNS settings": "Domain cannot be resolved! Please check DNS settings",
|
60
61
|
"Domain is not REALITY friendly!": "Domain is Not REALITY Friendly!",
|
61
62
|
"Domain?": "Domain?",
|
62
63
|
"Donation": {
|
@@ -101,13 +102,13 @@
|
|
101
102
|
"Invalid admin link": "Invalid Admin Link",
|
102
103
|
"Iran": "🇮🇷 Iran",
|
103
104
|
"It seems that you are using default domain (%(domain)s) which is not recommended.": "It seems that you are using default domain (%(domain)s) which is not recommended. Please change or remove it from domain section.",
|
104
|
-
"It will override the root admin to the current user": "It will override the owner admin of the backup file to the current
|
105
|
+
"It will override the root admin to the current user": "It will override the owner admin of the backup file to the current admin.",
|
105
106
|
"Join our Hiddify Telegram channel to get the latest updates on Hiddify.": "Join our Hiddify Telegram channel to get the latest updates on Hiddify.",
|
106
107
|
"Last Online": "Last Connection",
|
107
108
|
"Link is changed!": "ℹ️ Link is Changed!",
|
108
109
|
"Linux": "Linux",
|
109
110
|
"Max Active Users": "Max Active Users",
|
110
|
-
"Max IPs": "Max IPs",
|
111
|
+
"Max IPs": "Max IPs (xray only)",
|
111
112
|
"Max Users": "Max Users",
|
112
113
|
"Mode": "Mode",
|
113
114
|
"Month Usage": "Monthly",
|
@@ -136,7 +137,6 @@
|
|
136
137
|
"Please Wait": "Please Wait...",
|
137
138
|
"Please click on %(install)s to save the user page.": "Click %(install)s to save the User Page.",
|
138
139
|
"Please connect your telegram account to the panel to be informed about latest news.": "Please connect your Telegram account to the panel to be informed about latest news",
|
139
|
-
"Please connect your telegram accout to the panel to be informed about latest news.": "Please connect your Telegram account to the panel to know the latest Status of your Subscription",
|
140
140
|
"Please create an issue on Github.": "Please create an issue on Github",
|
141
141
|
"Please select at least one file.": "Please select at least one file.",
|
142
142
|
"Please select at least one record.": "Please select at least one record.",
|
@@ -152,6 +152,7 @@
|
|
152
152
|
"QRCode": "<i class='fa-solid fa-qrcode'></i> QRCode",
|
153
153
|
"RAM": "RAM",
|
154
154
|
"REALITY Fallback domain is not compaitble with server names!": "REALITY Fallback Domain is not compaitble with Server names!",
|
155
|
+
"REALITY Fallback domain is not compatible with server names!": "REALITY Fallback domain is not compatible with server names!",
|
155
156
|
"Release": "✅ Release",
|
156
157
|
"Remaining about %(relative)s, exactly %(days)s days": "Remaining about %(relative)s, exactly %(days)s days",
|
157
158
|
"Remote nodes are not supported yet!": "Remote nodes are not supported yet!",
|
@@ -187,6 +188,7 @@
|
|
187
188
|
"Simplifies the process of employing the link elsewhere.": "Simplifies the process of employing the link elsewhere",
|
188
189
|
"SingBox": "📦 SingBox",
|
189
190
|
"Sort by %(name)s": "Sort by %(name)s",
|
191
|
+
"Specifying CDN IP is only valid for CDN mode": "Specifying CDN IP is only valid for CDN mode",
|
190
192
|
"Start Date": "Start Date",
|
191
193
|
"Started %(days)s days ago": "Started %(days)s days ago",
|
192
194
|
"Started from %(relative)s": "Started from %(relative)s",
|
@@ -207,7 +209,7 @@
|
|
207
209
|
"Turn of VPN": "Turn Off VPN",
|
208
210
|
"Unified link for all application.": "One-click setup link for all applications (recommended)",
|
209
211
|
"Upload File": "Upload File",
|
210
|
-
"Use HiddifyNext:": "Use
|
212
|
+
"Use HiddifyNext:": "Use Hiddify:",
|
211
213
|
"User activated!": "User Activated",
|
212
214
|
"User is inactive": "User Is Inactive",
|
213
215
|
"V2rayNG": "Alternative v2rayNG <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>\n<br />\n<br />",
|
@@ -225,7 +227,6 @@
|
|
225
227
|
"You can restore your configs from previously downloaded configs": "ℹ️ You can restore your configs from previously downloaded backup file",
|
226
228
|
"You have too much users! You can have only %(active)s active users and %(total)s users": "You have too much users! You can have only %(active)s active users and %(total)s users",
|
227
229
|
"You have used this domain in: ": "You have already used this Domain in: ",
|
228
|
-
"You should visit this page without VPN. Your country=%(your_country)s\nexpected=%(expected_country)s": "You should visit this page without VPN Your Country =%(your_country)s\nExpected=%(expected_country)s",
|
229
230
|
"Your hiddify instance information \nDomain: {} \nUsage limit: {} GB\nCurrent usage: {} GB\nExpires at: {} \nRemaining days: {} \n\n\n Happy using 🎉 🎉 🎉 \n": "Your Hiddify instance information \nDomain: {} \nUsage Limit: {} GB\nCurrent Usage: {} GB\nExpires at: {} \nRemaining Days: {} \n\n\nGood Luck! 🎉 🎉 🎉 \n",
|
230
231
|
"[Admin only visible message:] You can change this message from settings": "[Admin Exclusive Message]: Customizable via Settings",
|
231
232
|
"actions": "Actions",
|
@@ -272,7 +273,7 @@
|
|
272
273
|
"waiting_for_update": "⚠️ Please wait about 5 minutes to make sure everything is updated. during this time, please copy and save your Proxy links which are:"
|
273
274
|
},
|
274
275
|
"adminuser": {
|
275
|
-
"force_update_usage": "Every 6
|
276
|
+
"force_update_usage": "ℹ️ Every 6 Minutes the usage is being updated. For updating it now <a href=\"%(link)s\" class=\"btn btn-info\">Press Here</a>"
|
276
277
|
},
|
277
278
|
"all": "All",
|
278
279
|
"android": "Android",
|
@@ -315,6 +316,10 @@
|
|
315
316
|
"description": "Shadowrocket Description",
|
316
317
|
"title": "Shadowrocket"
|
317
318
|
},
|
319
|
+
"singbox": {
|
320
|
+
"description": "Sing-box app is the official app for Sing-box protocol.",
|
321
|
+
"title": "Sing-box app"
|
322
|
+
},
|
318
323
|
"stash": {
|
319
324
|
"description": "Stash Description",
|
320
325
|
"title": "Stash"
|
@@ -495,7 +500,7 @@
|
|
495
500
|
"label": "☑️ Allow HTTP Connection"
|
496
501
|
},
|
497
502
|
"httpupgrade_enable": {
|
498
|
-
"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
|
503
|
+
"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>",
|
499
504
|
"label": "🆙 HTTPUpgrade Method"
|
500
505
|
},
|
501
506
|
"hysteria": {
|
@@ -541,7 +546,7 @@
|
|
541
546
|
"label": "KCP Ports"
|
542
547
|
},
|
543
548
|
"lang": {
|
544
|
-
"description": "
|
549
|
+
"description": "Select the language for the user interface to personalize your experience in the user area.",
|
545
550
|
"label": "🗺️ User Area Language"
|
546
551
|
},
|
547
552
|
"last_hash": {
|
@@ -577,7 +582,7 @@
|
|
577
582
|
"label": "⬆️ MUX Brutal Upload (mbps)"
|
578
583
|
},
|
579
584
|
"mux_enable": {
|
580
|
-
"description": "<p>Mux needs compatible clients. Mux in Hiddify
|
585
|
+
"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>",
|
581
586
|
"label": "Ⓜ️ MUX (⚠️ Incompatible With Some Clients)"
|
582
587
|
},
|
583
588
|
"mux_max_connections": {
|
@@ -641,8 +646,8 @@
|
|
641
646
|
"label": "ℹ️ HTTP Upgrade Path"
|
642
647
|
},
|
643
648
|
"path_splithttp": {
|
644
|
-
"description": "
|
645
|
-
"label": "
|
649
|
+
"description": "config.path_splithttp.description",
|
650
|
+
"label": "config.path_splithttp.label"
|
646
651
|
},
|
647
652
|
"path_ss": {
|
648
653
|
"description": "Shadowsocks Path in the Links",
|
@@ -672,6 +677,10 @@
|
|
672
677
|
"description": "Specify the Websocket Path",
|
673
678
|
"label": "ℹ️ Path of Websocket Requests"
|
674
679
|
},
|
680
|
+
"path_xhttp": {
|
681
|
+
"description": "This option defines the Path for Split HTTP",
|
682
|
+
"label": "ℹ️ Path for Split HTTP"
|
683
|
+
},
|
675
684
|
"proxies": {
|
676
685
|
"description": "Define specific proxy settings",
|
677
686
|
"label": "Proxies Settings"
|
@@ -777,8 +786,8 @@
|
|
777
786
|
"label": "🚀 Speed Test"
|
778
787
|
},
|
779
788
|
"splithttp_enable": {
|
780
|
-
"description": "
|
781
|
-
"label": "
|
789
|
+
"description": "config.splithttp_enable.description",
|
790
|
+
"label": "config.splithttp_enable.label"
|
782
791
|
},
|
783
792
|
"ssfaketls": {
|
784
793
|
"description": "Shadowsocks FakeTLS is a simple obfusacting tool that encapsulate the date In tls packet",
|
@@ -796,6 +805,38 @@
|
|
796
805
|
"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",
|
797
806
|
"label": "SSH Proxy"
|
798
807
|
},
|
808
|
+
"ssh_host_dsa_pk": {
|
809
|
+
"description": "config.ssh_host_dsa_pk.description",
|
810
|
+
"label": "config.ssh_host_dsa_pk.label"
|
811
|
+
},
|
812
|
+
"ssh_host_dsa_pub": {
|
813
|
+
"description": "config.ssh_host_dsa_pub.description",
|
814
|
+
"label": "config.ssh_host_dsa_pub.label"
|
815
|
+
},
|
816
|
+
"ssh_host_ecdsa_pk": {
|
817
|
+
"description": "config.ssh_host_ecdsa_pk.description",
|
818
|
+
"label": "config.ssh_host_ecdsa_pk.label"
|
819
|
+
},
|
820
|
+
"ssh_host_ecdsa_pub": {
|
821
|
+
"description": "config.ssh_host_ecdsa_pub.description",
|
822
|
+
"label": "config.ssh_host_ecdsa_pub.label"
|
823
|
+
},
|
824
|
+
"ssh_host_ed25519_pk": {
|
825
|
+
"description": "config.ssh_host_ed25519_pk.description",
|
826
|
+
"label": "config.ssh_host_ed25519_pk.label"
|
827
|
+
},
|
828
|
+
"ssh_host_ed25519_pub": {
|
829
|
+
"description": "config.ssh_host_ed25519_pub.description",
|
830
|
+
"label": "config.ssh_host_ed25519_pub.label"
|
831
|
+
},
|
832
|
+
"ssh_host_rsa_pk": {
|
833
|
+
"description": "config.ssh_host_rsa_pk.description",
|
834
|
+
"label": "config.ssh_host_rsa_pk.label"
|
835
|
+
},
|
836
|
+
"ssh_host_rsa_pub": {
|
837
|
+
"description": "config.ssh_host_rsa_pub.description",
|
838
|
+
"label": "config.ssh_host_rsa_pub.label"
|
839
|
+
},
|
799
840
|
"ssh_server_enable": {
|
800
841
|
"description": "SSH Proxy is completely different than original SSH Server",
|
801
842
|
"label": "✔️ SSH Proxy"
|
@@ -985,7 +1026,7 @@
|
|
985
1026
|
"label": "WireGuard"
|
986
1027
|
},
|
987
1028
|
"wireguard_enable": {
|
988
|
-
"description": "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a href=\"https://
|
1029
|
+
"description": "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>",
|
989
1030
|
"label": "🐉 WireGuard"
|
990
1031
|
},
|
991
1032
|
"wireguard_ipv4": {
|
@@ -1016,6 +1057,10 @@
|
|
1016
1057
|
"description": "Websocket creates a tunnel over HTTP that is useful to be used in CDN",
|
1017
1058
|
"label": "🔰 Websocket"
|
1018
1059
|
},
|
1060
|
+
"xhttp_enable": {
|
1061
|
+
"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>",
|
1062
|
+
"label": "🈁 Split HTTP"
|
1063
|
+
},
|
1019
1064
|
"xtls_enable": {
|
1020
1065
|
"description": "Enables XTLS Protocol",
|
1021
1066
|
"label": "🟢 XTLS"
|
@@ -1072,6 +1117,11 @@
|
|
1072
1117
|
},
|
1073
1118
|
"log": "📄 Log",
|
1074
1119
|
"login": {
|
1120
|
+
"button": "Login",
|
1121
|
+
"password": {
|
1122
|
+
"description": "For extra security, you need to enter your password.",
|
1123
|
+
"label": "Password"
|
1124
|
+
},
|
1075
1125
|
"secret": {
|
1076
1126
|
"description": "For getting access to this page, please enter your secret code (UUID)",
|
1077
1127
|
"label": "Secret Code (UUID)"
|
@@ -1238,9 +1288,18 @@
|
|
1238
1288
|
},
|
1239
1289
|
"last_reset_time": "Last Usage Date Reset",
|
1240
1290
|
"name": "Name",
|
1291
|
+
"password": {
|
1292
|
+
"description": "The password will be used for extra secutiry. You can only login to the HiddifyManager after entering your password.",
|
1293
|
+
"title": "Password",
|
1294
|
+
"validation-lenght": "Your password must be at least 8 characters long for enhanced security.",
|
1295
|
+
"validation-required": "Password is required. Please enter your password to continue."
|
1296
|
+
},
|
1241
1297
|
"usage_limit_GB": "⌛️ Usage Limit (GB)",
|
1242
1298
|
"user_links": "User Links"
|
1243
1299
|
},
|
1300
|
+
"vpn": {
|
1301
|
+
"notallowed": "Please visit this page without using a VPN. You need to access it from the country %(expected_country)s, but you're currently accessing it from %(your_country)s."
|
1302
|
+
},
|
1244
1303
|
"weekly": "📅 Weekly",
|
1245
1304
|
"worker": "✴️ Cloudflare Worker"
|
1246
1305
|
}
|
@@ -57,6 +57,7 @@
|
|
57
57
|
"Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "دامنه (%(domain)s)-> IP=%(domain_ip)s با آیپی شما: ip=%(server_ip)s همخوانی ندارد. در حالت مستقیم (Direct Mode) این مورد الزامی است.",
|
58
58
|
"Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "دامنه IP=%(domain_ip)s با ip=%(server_ip)s شما مطابقت ندارد که در حالت مستقیم مورد نیاز است",
|
59
59
|
"Domain can not be resolved! there is a problem in your domain": "دامنه قابل دسترسی نیست! در دامنه شما مشکلی وجود دارد.",
|
60
|
+
"Domain cannot be resolved! Please check DNS settings": "",
|
60
61
|
"Domain is not REALITY friendly!": "دامنه سازگار با REALITY نیست!",
|
61
62
|
"Domain?": "دامنه؟",
|
62
63
|
"Donation": {
|
@@ -101,13 +102,13 @@
|
|
101
102
|
"Invalid admin link": "لینک ادمین نامعتبر است",
|
102
103
|
"Iran": "🇮🇷 ایران",
|
103
104
|
"It seems that you are using default domain (%(domain)s) which is not recommended.": "به نظر میرسد شما درحال استفاده از دامنه پیش فرض (<span class='ltr d-inline-block'>%(domain)s</span>) هستید؛ این کار توصیه نمیشود. لطفا از بخش دامنهها آن را حذف یا تغییر دهید.",
|
104
|
-
"It will override the root admin to the current user": "این گزینه
|
105
|
+
"It will override the root admin to the current user": "این گزینه ادمینی که در فایل بکاپ هست را با ادمین فعلی جایگزین میکند",
|
105
106
|
"Join our Hiddify Telegram channel to get the latest updates on Hiddify.": "در کانال تلگرام هیدیفای عضو شوید تا از آخرین آپدیتهای ما مطلع شوید.",
|
106
107
|
"Last Online": "آخرین اتصال",
|
107
108
|
"Link is changed!": "ℹ️ لینک تغییر کرد!",
|
108
109
|
"Linux": "لینوکس",
|
109
110
|
"Max Active Users": "حداکثر کاربران فعال",
|
110
|
-
"Max IPs": "
|
111
|
+
"Max IPs": "همزمان (فقط xray) IP",
|
111
112
|
"Max Users": "حداکثر کاربران",
|
112
113
|
"Mode": "حالت کاربر",
|
113
114
|
"Month Usage": "استفاده ماهانه",
|
@@ -136,7 +137,6 @@
|
|
136
137
|
"Please Wait": "لطفا صبر کنید...",
|
137
138
|
"Please click on %(install)s to save the user page.": "روی %(install)s کلیک کنید تا صفحه کاربر ذخیره شود.",
|
138
139
|
"Please connect your telegram account to the panel to be informed about latest news.": "لطفا اکانت تلگرام خود را به پنل متصل کنید تا از آخرین اخبار مطلع شوید",
|
139
|
-
"Please connect your telegram accout to the panel to be informed about latest news.": "لطفا اکانت تلگرام خود را به پنل متصل کنید تا از آخرین وضعیت اشتراک خودتان مطلع شوید",
|
140
140
|
"Please create an issue on Github.": "لطفاً یک مشکل در Github ایجاد کنید",
|
141
141
|
"Please select at least one file.": "حداقل یک فایل انتخاب کنید",
|
142
142
|
"Please select at least one record.": "حداقل یک پوشه انتخاب کنید",
|
@@ -152,6 +152,7 @@
|
|
152
152
|
"QRCode": "<i class='fa-solid fa-qrcode'></i> QR Code ",
|
153
153
|
"RAM": "رم",
|
154
154
|
"REALITY Fallback domain is not compaitble with server names!": "دامنه بازگشتی REALITY با نام سرور سازگار نیست!",
|
155
|
+
"REALITY Fallback domain is not compatible with server names!": "",
|
155
156
|
"Release": "✅ پایدار",
|
156
157
|
"Remaining about %(relative)s, exactly %(days)s days": "حدود %(relative)s و دقیقا %(days)s روز باقی مانده است",
|
157
158
|
"Remote nodes are not supported yet!": "گره های راه دور هنوز پشتیبانی نمی شوند!",
|
@@ -187,6 +188,7 @@
|
|
187
188
|
"Simplifies the process of employing the link elsewhere.": "برای راحتی انتقال این صفحه به پلتفرم دیگر",
|
188
189
|
"SingBox": "📦 SingBox",
|
189
190
|
"Sort by %(name)s": "مرتب سازی بر اساس %(name)s",
|
191
|
+
"Specifying CDN IP is only valid for CDN mode": "",
|
190
192
|
"Start Date": "زمان شروع",
|
191
193
|
"Started %(days)s days ago": "از %(days)s روز پیش شروع شد",
|
192
194
|
"Started from %(relative)s": "از %(relative)s شروع شد",
|
@@ -207,7 +209,7 @@
|
|
207
209
|
"Turn of VPN": "فیلترشکن را خاموش کنید",
|
208
210
|
"Unified link for all application.": "لینک یکسان برای همه برنامهها",
|
209
211
|
"Upload File": "آپلود فایل",
|
210
|
-
"Use HiddifyNext:": "استفاده از
|
212
|
+
"Use HiddifyNext:": "استفاده از Hiddify:",
|
211
213
|
"User activated!": "یوزر شما فعال شد",
|
212
214
|
"User is inactive": "کاربر غیر فعال است",
|
213
215
|
"V2rayNG": "نرم افزار جایگزین v2rayNG <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>\n<br />",
|
@@ -225,7 +227,6 @@
|
|
225
227
|
"You can restore your configs from previously downloaded configs": "ℹ️ در این قسمت میتوانید تنظیمات قبلی خود را (که قبلا از قسمت پشتیبان گیری دانلود کردهاید.) بازگردانی نمایید.",
|
226
228
|
"You have too much users! You can have only %(active)s active users and %(total)s users": "شما کاربران زیادی دارید! شما می توانید تنها %(active)s کاربر فعال و %(total)s کاربر داشته باشید",
|
227
229
|
"You have used this domain in: ": "شما از این دامنه در بخش زیر استفاده کرده اید: ",
|
228
|
-
"You should visit this page without VPN. Your country=%(your_country)s\nexpected=%(expected_country)s": "شما باید بدون VPN از این صفحه بازدید کنید کشور شما =%(your_country)s\nانتظار می رود=%(expected_country)s",
|
229
230
|
"Your hiddify instance information \nDomain: {} \nUsage limit: {} GB\nCurrent usage: {} GB\nExpires at: {} \nRemaining days: {} \n\n\n Happy using 🎉 🎉 🎉 \n": "اطلاعات اکانت هیدیفای شما\nدامنه : {} \nمقدار حجم مجاز : {} گیگابایت\nحجم مصرف شده : {} گیگابایت\nتاریخ انقضا : {} \nروزهای باقی مانده : {} \n\n\nبا آرزوی موفقیت. 🎉 🎉 🎉 ",
|
230
231
|
"[Admin only visible message:] You can change this message from settings": "[پیام اختصاصی ادمین]: قابل تنظیم از طریق تنظیمات",
|
231
232
|
"actions": "عملیات",
|
@@ -272,7 +273,7 @@
|
|
272
273
|
"waiting_for_update": "⚠️ لطفا برای اینکه مطمئن شوید تغییرات به درستی اعمال شده، حدود 5 دقیقه صبر کنید. در این فاصله لینکهای زیر را کپی کرده و در جایی برای خود ذخیره نمایید:"
|
273
274
|
},
|
274
275
|
"adminuser": {
|
275
|
-
"force_update_usage": "مصرف کاربر ها هر 6 دقیقه یکبار به روز می شود. برای به روز رسانی فوری <a href=\"%(link)s\" class=\"btn btn-info\"> اینجا </a> را کلیک کنید"
|
276
|
+
"force_update_usage": "ℹ️ مصرف کاربر ها هر 6 دقیقه یکبار به روز می شود. برای به روز رسانی فوری <a href=\"%(link)s\" class=\"btn btn-info\"> اینجا </a> را کلیک کنید"
|
276
277
|
},
|
277
278
|
"all": "همه",
|
278
279
|
"android": "اندروید",
|
@@ -315,6 +316,10 @@
|
|
315
316
|
"description": "توضیحات Shadowrocket",
|
316
317
|
"title": "Shadowrocket"
|
317
318
|
},
|
319
|
+
"singbox": {
|
320
|
+
"description": "برنامه Sing-box برنامه رسمی برای پروتکل Sing-box است.",
|
321
|
+
"title": "برنامه Sing-box"
|
322
|
+
},
|
318
323
|
"stash": {
|
319
324
|
"description": "توضیحات Stash",
|
320
325
|
"title": "Stash"
|
@@ -541,7 +546,7 @@
|
|
541
546
|
"label": "پورتهای KCP"
|
542
547
|
},
|
543
548
|
"lang": {
|
544
|
-
"description": "
|
549
|
+
"description": "زبان رابط کاربری را برای شخصی سازی تجربه خود در ناحیه کاربری انتخاب کنید.",
|
545
550
|
"label": "🗺️ زبان محیط کاربران"
|
546
551
|
},
|
547
552
|
"last_hash": {
|
@@ -577,7 +582,7 @@
|
|
577
582
|
"label": "⬆️ آپلود (mbps) MUX Brutal"
|
578
583
|
},
|
579
584
|
"mux_enable": {
|
580
|
-
"description": "<p style=\"direction:rtl\">Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify
|
585
|
+
"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>",
|
581
586
|
"label": "Ⓜ️ MUX (⚠️ ناسازگار با برخی نرم افزارها)"
|
582
587
|
},
|
583
588
|
"mux_max_connections": {
|
@@ -641,8 +646,8 @@
|
|
641
646
|
"label": "ℹ️ مسیر ارتقاء HTTP"
|
642
647
|
},
|
643
648
|
"path_splithttp": {
|
644
|
-
"description": "
|
645
|
-
"label": "
|
649
|
+
"description": "",
|
650
|
+
"label": ""
|
646
651
|
},
|
647
652
|
"path_ss": {
|
648
653
|
"description": "مسیر شدوساکس در لینکها",
|
@@ -672,6 +677,10 @@
|
|
672
677
|
"description": "مسیر Websocket را مشخص کنید",
|
673
678
|
"label": "ℹ️ مسیر درخواست های Websocket"
|
674
679
|
},
|
680
|
+
"path_xhttp": {
|
681
|
+
"description": "این گزینه مسیر را برای Split HTTP تعریف می کند",
|
682
|
+
"label": "ℹ️ مسیر برای Split HTTP"
|
683
|
+
},
|
675
684
|
"proxies": {
|
676
685
|
"description": "تنظیمات اختصاصی را مشخص کنید",
|
677
686
|
"label": "تنظیمات پروکسی"
|
@@ -777,8 +786,8 @@
|
|
777
786
|
"label": "🚀 تست سرعت"
|
778
787
|
},
|
779
788
|
"splithttp_enable": {
|
780
|
-
"description": "
|
781
|
-
"label": "
|
789
|
+
"description": "",
|
790
|
+
"label": ""
|
782
791
|
},
|
783
792
|
"ssfaketls": {
|
784
793
|
"description": "شادوساکس FakeTLS یک روش مبهم سازی ساده هست که دیتا را در بسته TLS کپسوله میکند تا فیلترچی فریب بخورد.",
|
@@ -796,6 +805,38 @@
|
|
796
805
|
"description": "پروکسی SSH که به عنوان تونل SSH یا ارسال پورت SSH نیز شناخته می شود، روشی امن برای ایجاد یک کانال ارتباطی امن بین دو ماشین در یک شبکه ناامن است. ما یک برنامه خاص داریم که کاملاً با سرور SSH متفاوت است. با این کانکشن کاربر نمی تواند هیچ دستوری را روی سرور اجرا کند",
|
797
806
|
"label": "پروکسی SSH"
|
798
807
|
},
|
808
|
+
"ssh_host_dsa_pk": {
|
809
|
+
"description": "",
|
810
|
+
"label": ""
|
811
|
+
},
|
812
|
+
"ssh_host_dsa_pub": {
|
813
|
+
"description": "",
|
814
|
+
"label": ""
|
815
|
+
},
|
816
|
+
"ssh_host_ecdsa_pk": {
|
817
|
+
"description": "",
|
818
|
+
"label": ""
|
819
|
+
},
|
820
|
+
"ssh_host_ecdsa_pub": {
|
821
|
+
"description": "",
|
822
|
+
"label": ""
|
823
|
+
},
|
824
|
+
"ssh_host_ed25519_pk": {
|
825
|
+
"description": "",
|
826
|
+
"label": ""
|
827
|
+
},
|
828
|
+
"ssh_host_ed25519_pub": {
|
829
|
+
"description": "",
|
830
|
+
"label": ""
|
831
|
+
},
|
832
|
+
"ssh_host_rsa_pk": {
|
833
|
+
"description": "",
|
834
|
+
"label": ""
|
835
|
+
},
|
836
|
+
"ssh_host_rsa_pub": {
|
837
|
+
"description": "",
|
838
|
+
"label": ""
|
839
|
+
},
|
799
840
|
"ssh_server_enable": {
|
800
841
|
"description": "این SSH پروکسی با SSH سرور اصلی کاملا متفاوت است و امکان اجرای دستورات را ندارد",
|
801
842
|
"label": "✔️ پروکسی SSH"
|
@@ -985,7 +1026,7 @@
|
|
985
1026
|
"label": "وایرگارد"
|
986
1027
|
},
|
987
1028
|
"wireguard_enable": {
|
988
|
-
"description": "<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a href=\"https://
|
1029
|
+
"description": "<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a> کار می کند)</p>",
|
989
1030
|
"label": "🐉 وایرگارد"
|
990
1031
|
},
|
991
1032
|
"wireguard_ipv4": {
|
@@ -1016,6 +1057,10 @@
|
|
1016
1057
|
"description": "Websocket یک تونل روی HTTP ایجاد می کند که برای استفاده در CDN مفید است",
|
1017
1058
|
"label": "🔰 Websocket"
|
1018
1059
|
},
|
1060
|
+
"xhttp_enable": {
|
1061
|
+
"description": "<p>این پروتکل اطلاعات را در کانال های جداگانه ارسال و دریافت می کند<br />\n⚠️<strong> این پروتکل در برنامه های با هسته SingBox پشتیبانی نمیشود. فقط در برنامه <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> و برنامه های با هسته XRay پشتیبانی میشود</strong></p>",
|
1062
|
+
"label": "🈁 Split HTTP"
|
1063
|
+
},
|
1019
1064
|
"xtls_enable": {
|
1020
1065
|
"description": "پروتکل XTLS را فعال می کند",
|
1021
1066
|
"label": "🟢 XTLS"
|
@@ -1072,6 +1117,11 @@
|
|
1072
1117
|
},
|
1073
1118
|
"log": "📄 لاگ",
|
1074
1119
|
"login": {
|
1120
|
+
"button": "ورود",
|
1121
|
+
"password": {
|
1122
|
+
"description": "برای امنیت بیشتر، باید رمز عبور خود را وارد کنید.",
|
1123
|
+
"label": "رمز عبور"
|
1124
|
+
},
|
1075
1125
|
"secret": {
|
1076
1126
|
"description": "برای دسترسی به این صفحه، لطفا کد مخفی (UUID) خود را وارد کنید.",
|
1077
1127
|
"label": "کد مخفی (UUID)"
|
@@ -1238,9 +1288,18 @@
|
|
1238
1288
|
},
|
1239
1289
|
"last_reset_time": "آخرین زمان ریست شدن حجم (روز پیش)",
|
1240
1290
|
"name": "نام",
|
1291
|
+
"password": {
|
1292
|
+
"description": "رمز عبور برای امنیت بیشتر استفاده خواهد شد. تنها پس از وارد کردن رمز عبور می توانید وارد هیدیفایمنیجر شوید.",
|
1293
|
+
"title": "رمز عبور",
|
1294
|
+
"validation-lenght": "برای امنیت بیشتر، رمز عبور شما باید حداقل ۸ کاراکتر داشته باشد.",
|
1295
|
+
"validation-required": "رمز عبور لازم است. لطفا برای ادامه رمز عبور خود را وارد کنید."
|
1296
|
+
},
|
1241
1297
|
"usage_limit_GB": "⌛️ محدودیت حجم (گیگابایت)",
|
1242
1298
|
"user_links": "لینکهای کاربر"
|
1243
1299
|
},
|
1300
|
+
"vpn": {
|
1301
|
+
"notallowed": "لطفاً بدون استفاده از VPN از این صفحه بازدید کنید. باید از کشور %(expected_country)s به آن دسترسی داشته باشید، اما در حال حاضر از %(your_country)s به آن دسترسی دارید."
|
1302
|
+
},
|
1244
1303
|
"weekly": "📅 هفتگی",
|
1245
1304
|
"worker": "✴️ ورکر کلودفلر"
|
1246
1305
|
}
|
@@ -101,7 +101,7 @@
|
|
101
101
|
"Invalid admin link": "Lien d'administration invalide",
|
102
102
|
"Iran": "l'Iran",
|
103
103
|
"It seems that you are using default domain (%(domain)s) which is not recommended.": "Il semble que vous utilisiez le domaine par défaut (%(domain)s), ce qui n'est pas recommandé. Veuillez le modifier ou le supprimer de la section domaine.",
|
104
|
-
"It will override the root admin to the current user": "
|
104
|
+
"It will override the root admin to the current user": "Cela remplacera l'administrateur propriétaire du fichier de sauvegarde par l'administrateur actuel.",
|
105
105
|
"Join our Hiddify Telegram channel to get the latest updates on Hiddify.": "Rejoignez notre chaîne Hiddify Telegram pour obtenir les dernières mises à jour sur Hiddify.",
|
106
106
|
"Last Online": "Dernière connexion",
|
107
107
|
"Link is changed!": "ℹ️ Le lien est modifié !",
|
@@ -136,7 +136,6 @@
|
|
136
136
|
"Please Wait": "S'il vous plaît, attendez...",
|
137
137
|
"Please click on %(install)s to save the user page.": "Cliquez sur %(install)s pour enregistrer la page utilisateur.",
|
138
138
|
"Please connect your telegram account to the panel to be informed about latest news.": "Veuillez connecter votre compte Telegram au panel pour être informé des dernières nouvelles",
|
139
|
-
"Please connect your telegram accout to the panel to be informed about latest news.": "Veuillez connecter votre compte Telegram au panneau pour connaître le dernier statut de votre abonnement",
|
140
139
|
"Please create an issue on Github.": "Veuillez créer un problème sur Github",
|
141
140
|
"Please select at least one file.": "Veuillez sélectionner au moins un fichier.",
|
142
141
|
"Please select at least one record.": "Veuillez sélectionner au moins un enregistrement.",
|
@@ -214,7 +213,7 @@
|
|
214
213
|
"V2rayNG intro": "Veuillez installer v2rayNG à partir de l'un de ces liens : %(dl_link)s %(play_link)s.\nCopiez ensuite le lien ci-dessous et collez-le dans v2rayNG selon le tutoriel vidéo <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i></button> .<inlang-LineFeed><br />",
|
215
214
|
"View in Telegram": "Afficher dans Telegram",
|
216
215
|
"Want to enjoy more with telegram?": "ℹ️ Connectez votre compte à Telegram",
|
217
|
-
"Welcome %(user)s": "Bienvenue %(
|
216
|
+
"Welcome %(user)s": "Bienvenue %(user)s",
|
218
217
|
"Why Going to Premium?": "Pourquoi passer au Premium ?",
|
219
218
|
"Will Start in %(days)s days": "Commencera dans %(days)s jours",
|
220
219
|
"Windows": "les fenêtres",
|
@@ -225,9 +224,6 @@
|
|
225
224
|
"You can restore your configs from previously downloaded configs": "ℹ️ Vous pouvez restaurer vos configurations à partir du fichier de sauvegarde précédemment téléchargé",
|
226
225
|
"You have too much users! You can have only %(active)s active users and %(total)s users": "Vous avez trop d'utilisateurs ! Vous ne pouvez avoir que %(active)s utilisateurs actifs et %(total)s utilisateurs",
|
227
226
|
"You have used this domain in: ": "Vous avez déjà utilisé ce domaine dans : ",
|
228
|
-
"You should visit this page without VPN": {
|
229
|
-
" Your country=%(your_country)s\nexpected=%(expected_country)s": "Vous devriez visiter cette page sans VPN Votre pays =%(votre_pays)s\nAttendu=%(expected_country)s"
|
230
|
-
},
|
231
227
|
"Your hiddify instance information \nDomain: {} \nUsage limit: {} GB\nCurrent usage: {} GB\nExpires at: {} \nRemaining days: {} \n\n\n Happy using 🎉 🎉 🎉 \n": "Informations sur votre instance Hiddify\nDomaine: {}\nLimite d'utilisation : {} Go\nUtilisation actuelle : {} Go\nExpire à : {}\nJours restants: {}<inlang-LineFeed><inlang-LineFeed>\nBonne chance! 🎉 🎉 🎉<inlang-LineFeed>",
|
232
228
|
"[Admin only visible message:] You can change this message from settings": "[Message exclusif à l'administrateur] : personnalisable via les paramètres",
|
233
229
|
"actions": "Actions",
|
@@ -317,6 +313,10 @@
|
|
317
313
|
"description": "Shadowrocket descriptif",
|
318
314
|
"title": "Shadowrocket"
|
319
315
|
},
|
316
|
+
"singbox": {
|
317
|
+
"description": "L'application Sing-box est l'application officielle du protocole Sing-box.",
|
318
|
+
"title": "Application Sing-box"
|
319
|
+
},
|
320
320
|
"stash": {
|
321
321
|
"description": "Description de Stash ",
|
322
322
|
"title": "Stash "
|
@@ -543,7 +543,7 @@
|
|
543
543
|
"label": "Ports KCP"
|
544
544
|
},
|
545
545
|
"lang": {
|
546
|
-
"description": "
|
546
|
+
"description": "Sélectionnez la langue de l'interface utilisateur pour personnaliser votre expérience dans l'espace utilisateur.",
|
547
547
|
"label": "🗺️ Langue de la zone utilisateur"
|
548
548
|
},
|
549
549
|
"last_hash": {
|
@@ -642,7 +642,7 @@
|
|
642
642
|
"description": "ça devrait être aléatoire",
|
643
643
|
"label": "ℹ️ Chemin de mise à niveau HTTP"
|
644
644
|
},
|
645
|
-
"
|
645
|
+
"path_xhttp": {
|
646
646
|
"description": "Cette option définit le chemin pour Split HTTP",
|
647
647
|
"label": "Chemin pour le HTTP fractionné"
|
648
648
|
},
|
@@ -778,7 +778,7 @@
|
|
778
778
|
"description": "Autorisez vos utilisateurs à effectuer des tests de vitesse. Cela les aide à identifier la qualité du lien",
|
779
779
|
"label": "🚀 Test de vitesse"
|
780
780
|
},
|
781
|
-
"
|
781
|
+
"xhttp_enable": {
|
782
782
|
"description": "Ce protocole envoie et reçoit des informations dans des canaux individuels ",
|
783
783
|
"label": "🈁 Split HTTP"
|
784
784
|
},
|
@@ -1074,6 +1074,11 @@
|
|
1074
1074
|
},
|
1075
1075
|
"log": "📄 Log",
|
1076
1076
|
"login": {
|
1077
|
+
"button": "Se connecter",
|
1078
|
+
"password": {
|
1079
|
+
"description": "Pour plus de sécurité, vous devez entrer votre mot de passe.",
|
1080
|
+
"label": "Mot de passe"
|
1081
|
+
},
|
1077
1082
|
"secret": {
|
1078
1083
|
"description": "Pour accéder à cette page, veuillez entrer votre code secret (UUID)",
|
1079
1084
|
"label": "Code secret (UUID)"
|
@@ -1240,9 +1245,22 @@
|
|
1240
1245
|
},
|
1241
1246
|
"last_reset_time": "Réinitialisation de la date de dernière utilisation",
|
1242
1247
|
"name": "Nom",
|
1248
|
+
"password": {
|
1249
|
+
"description": "Le mot de passe sera utilisé pour plus de sécurité. Vous ne pouvez vous connecter à HiddifyManager qu'après avoir saisi votre mot de passe.",
|
1250
|
+
"title": "Mot de passe",
|
1251
|
+
"validation-lenght": "Votre mot de passe doit comporter au moins 8 caractères pour plus de sécurité.",
|
1252
|
+
"validation-required": "Un mot de passe est requis. Veuillez saisir votre mot de passe pour continuer."
|
1253
|
+
},
|
1243
1254
|
"usage_limit_GB": "⌛️ Limite d'utilisation (Go)",
|
1244
1255
|
"user_links": "Liens utilisateur"
|
1245
1256
|
},
|
1257
|
+
"vpn": {
|
1258
|
+
"notallowed": "Veuillez visiter cette page sans utiliser de VPN. Vous devez y accéder depuis le pays %(expected_country)s, mais vous y accédez actuellement depuis %(your_country)s."
|
1259
|
+
},
|
1246
1260
|
"weekly": "📅 Hebdomadaire",
|
1247
|
-
"worker": "✴️ Cloudflare Worker"
|
1261
|
+
"worker": "✴️ Cloudflare Worker",
|
1262
|
+
"Please connect your telegram accout to the panel to be informed about latest news.": "Veuillez connecter votre compte Telegram au HiddifyManager pour être informé des dernières nouveautés.",
|
1263
|
+
"You should visit this page without VPN": {
|
1264
|
+
" Your country=%(your_country)s\nexpected=%(expected_country)s": "Veuillez visiter cette page sans utiliser de VPN. Vous devez y accéder depuis le pays %(expected_country)s, mais vous y accédez actuellement depuis %(your_country)s."
|
1265
|
+
}
|
1248
1266
|
}
|