hiddifypanel 8.6.4__py3-none-any.whl → 8.6.7__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 CHANGED
@@ -1 +1 @@
1
- 8.6.4
1
+ 8.6.7
hiddifypanel/VERSION.py CHANGED
@@ -1,3 +1,3 @@
1
- __version__='8.6.4'
1
+ __version__='8.6.7'
2
2
  from datetime import datetime
3
- __release_date__= datetime.strptime('2023-10-06','%Y-%m-%d')
3
+ __release_date__= datetime.strptime('2023-10-12','%Y-%m-%d')
@@ -78,7 +78,7 @@ class QuickSetup(FlaskView):
78
78
  def get_lang_form(empty=False):
79
79
  class LangForm(FlaskForm):
80
80
  admin_lang = wtf.fields.SelectField(_("config.admin_lang.label"), choices=[("en", _("lang.en")), ("fa", _("lang.fa")), ("pt", _(
81
- "lang.pt")), ("zh", _("lang.zh"))], description=_("config.admin_lang.description"), default=hconfig(ConfigEnum.admin_lang))
81
+ "lang.pt")), ("zh", _("lang.zh"), ("ru", _("lang.ru")))], description=_("config.admin_lang.description"), default=hconfig(ConfigEnum.admin_lang))
82
82
  # lang=wtf.fields.SelectField(_("config.lang.label"),choices=[("en",_("lang.en")),("fa",_("lang.fa"))],description=_("config.lang.description"),default=hconfig(ConfigEnum.lang))
83
83
  country = wtf.fields.SelectField(_("config.country.label"), choices=[("ir", _("Iran")), ("zh", _(
84
84
  "China")), ("other", "Others")], description=_("config.country.description"), default=hconfig(ConfigEnum.country))
@@ -113,7 +113,8 @@ def get_quick_setup_form(empty=False):
113
113
  enable_firewall = SwitchField(_("config.firewall.label"), description=_("config.firewall.description"), default=hconfig(ConfigEnum.firewall))
114
114
  block_iran_sites = SwitchField(_("config.block_iran_sites.label"), description=_("config.block_iran_sites.description"), default=hconfig(ConfigEnum.block_iran_sites))
115
115
  enable_vmess = SwitchField(_("config.vmess_enable.label"), description=_("config.vmess_enable.description"), default=hconfig(ConfigEnum.vmess_enable))
116
- decoy_domain=wtf.fields.StringField(_("config.decoy_domain.label"),description=_("config.decoy_domain.description"),default=hconfig(ConfigEnum.decoy_domain),validators=[wtf.validators.Regexp(domain_regex,re.IGNORECASE,_("config.Invalid domain")),hiddify.validate_domain_exist])
116
+ decoy_domain = wtf.fields.StringField(_("config.decoy_domain.label"), description=_("config.decoy_domain.description"), default=hconfig(
117
+ ConfigEnum.decoy_domain), validators=[wtf.validators.Regexp(domain_regex, re.IGNORECASE, _("config.Invalid domain")), hiddify.validate_domain_exist])
117
118
  submit = wtf.fields.SubmitField(_('Submit'))
118
119
 
119
120
  return QuickSetupForm(None) if empty else QuickSetupForm()
@@ -179,7 +179,7 @@ def get_config_form():
179
179
 
180
180
  elif c.key == ConfigEnum.lang or c.key == ConfigEnum.admin_lang:
181
181
  field = wtf.fields.SelectField(_(f"config.{c.key}.label"), choices=[("en", _("lang.en")), ("fa", Markup(_("lang.fa"))), ("zh", _(
182
- "lang.zh")), ("pt", _("lang.pt"))], description=_(f"config.{c.key}.description"), default=hconfig(c.key))
182
+ "lang.zh")), ("pt", _("lang.pt")),("ru", _("lang.ru"))], description=_(f"config.{c.key}.description"), default=hconfig(c.key))
183
183
  elif c.key == ConfigEnum.country:
184
184
  field = wtf.fields.SelectField(_(f"config.{c.key}.label"), choices=[("ir", _("Iran")), ("zh", _(
185
185
  "China")), ("other", _("Others"))], description=_(f"config.{c.key}.description"), default=hconfig(c.key))
@@ -53,7 +53,8 @@
53
53
  </button>
54
54
  </div>
55
55
  <div class="modal-body">
56
- {{_("If the application do not open automatically, please click <a class='btn btn-primary copy-link' href='%(sub)s'>this universal link</a> to copy and paste it on your application, or:",sub=sub_url)}}
56
+ {{_("If the application do not open automatically, please click <a class='btn btn-primary copy-link' href='%(sub)s'>this universal link</a> to copy and paste it on
57
+ your application, or:",sub=sub_url)}}
57
58
  <br><br>
58
59
 
59
60
  {% if ua.os.family=="Android" %}
@@ -69,9 +70,9 @@
69
70
  <a href="{{base_download_url}}/hiddify/hiddify-next/releases/latest/download/hiddify-android-universal.apk"
70
71
  class="btn col-12 btn-primary ">{{_('Download App')}}</a>
71
72
  </td>
72
- <!--<td>
73
+ <td>
73
74
  <a href="https://play.google.com/store/apps/details?id=app.hiddify.com" class="btn col-12 btn-primary">{{_('install from google play')}}</a>
74
- </td>-->
75
+ </td>
75
76
  <td><a class="btn col-12 btn-success" href="hiddify://install-config/?url={{sub_encoded_url}}">{{_('Import')}}</a></td>
76
77
  </tr>
77
78
  </table>
@@ -82,8 +83,7 @@
82
83
  <td>HiddifyNG / V2rayNG</td>
83
84
  <td>
84
85
 
85
- <a href="{{base_download_url}}/Hiddify/HiddifyNG/releases/latest/download/HiddifyNG.apk"
86
- class="btn col-12 btn-primary ">{{_('Download App')}}</a>
86
+ <a href="{{base_download_url}}/Hiddify/HiddifyNG/releases/latest/download/HiddifyNG.apk" class="btn col-12 btn-primary ">{{_('Download App')}}</a>
87
87
  <a href="https://play.google.com/store/apps/details?id=ang.hiddify.com" class="btn col-12 btn-primary">{{_('install from google play')}}</a>
88
88
  </td>
89
89
 
@@ -107,7 +107,7 @@
107
107
  <tr>
108
108
 
109
109
  <td>
110
- <a href="{{base_download_url}}/hiddify/hiddify-next/releases/latest/download/hiddify-windows-x64-setup.exe"
110
+ <a href="{{base_download_url}}/hiddify/hiddify-next/releases/latest/download/hiddify-windows-x64-setup.zip"
111
111
  class="btn col-12 btn-primary ">{{_('Download App')}}</a>
112
112
  </td>
113
113
  <td><a class="btn col-12 btn-success" href="hiddify://install-config/?url={{sub_encoded_url}}">{{_('Import')}}</a></td>
@@ -121,8 +121,7 @@
121
121
  <tr>
122
122
  <td>HiddifyN</td>
123
123
  <td>
124
- <a href="{{base_download_url}}/Hiddify/HiddifyN/releases/latest/download/win-x86.zip"
125
- class="btn col-12 btn-primary ">{{_('Download App')}}</a>
124
+ <a href="{{base_download_url}}/Hiddify/HiddifyN/releases/latest/download/win-x86.zip" class="btn col-12 btn-primary ">{{_('Download App')}}</a>
126
125
  </td>
127
126
 
128
127
  <td><a class="btn col-12 btn-success" href="hiddify://install-sub/?url={{sub_encoded_url}}">{{_('Import')}}</a></td>
@@ -147,8 +146,8 @@
147
146
  <tr>
148
147
 
149
148
  <td>
150
- <a href="{{base_download_url}}/hiddify/hiddify-next/releases/latest/download/hiddify-linux-x64.AppImage.zip"
151
- class="btn col-12 btn-primary ">{{_('Download App')}}</a>
149
+ <a href="{{base_download_url}}/hiddify/hiddify-next/releases/latest/download/hiddify-linux-x64.zip" class="btn col-12 btn-primary ">{{_('Download
150
+ App')}}</a>
152
151
  </td>
153
152
  <td><a class="btn col-12 btn-success" href="hiddify://install-config/?url={{sub_encoded_url}}">{{_('Import')}}</a></td>
154
153
  </tr>
@@ -184,8 +183,8 @@
184
183
  <table>
185
184
  <tr>
186
185
  <td>
187
- <a href="{{base_download_url}}/hiddify/hiddify-next/releases/latest/download/hiddify-macos-universal.dmg"
188
- class="btn col-12 btn-primary ">{{_('Download App')}}</a>
186
+ <a href="{{base_download_url}}/hiddify/hiddify-next/releases/latest/download/hiddify-macos-universal.zip" class="btn col-12 btn-primary ">{{_('Download
187
+ App')}}</a>
189
188
  </td>
190
189
  <td><a class="btn col-12 btn-success" href="hiddify://install-config/?url={{sub_encoded_url}}">{{_('Import')}}</a></td>
191
190
  </tr>
@@ -245,23 +244,23 @@
245
244
  <td>Stash</td>
246
245
  <td>
247
246
  <a href="https://apps.apple.com/us/app/stash-rule-based-proxy/id1596063349" target="_blank" class="btn btn-primary">
248
- {{_('Download App')}}
247
+ {{_('Download App')}}
249
248
  </a>
250
249
  </td>
251
250
  <td><a class="btn col-12 btn-success" href="clash://install-config/?url={{sub_encoded_url}}">
252
- {{_('Import')}}
253
- </a></td>
251
+ {{_('Import')}}
252
+ </a></td>
254
253
  </tr>
255
254
  <tr>
256
255
  <td>Loon</td>
257
256
  <td>
258
257
  <a href="https://apps.apple.com/app/id1373567447" target="_blank" class="btn btn-primary">
259
- {{_('Download App')}}
258
+ {{_('Download App')}}
260
259
  </a>
261
260
  </td>
262
261
  <td><a class="btn col-12 btn-success" href="loon://import?nodelist={{sub_encoded_url}}">{{_('Import')}}</a></td>
263
262
  </tr>
264
-
263
+
265
264
  </table>
266
265
  </details>
267
266
  {% endif %}
@@ -308,57 +307,57 @@
308
307
 
309
308
  <script data-cfasync="false" type="text/javascript">
310
309
 
311
- // ONE CLICK
312
-
313
- var qr_code_generated=false
314
-
315
- //$('.open_in_hiddify').click(function (e) {
316
- document.querySelectorAll('.open_in_hiddify').forEach(function (element) {
317
- element.addEventListener('click', function (e) {
318
- e.preventDefault()
319
- let iframe = $('<iframe></iframe>').css('display', 'none');
320
- $('body').append(iframe);
321
- url="hiddify://install-sub/?url=" + encodeURI(this.href)
322
- try {
323
- navigator.clipboard.writeText(this.href).then(function () {
324
- console.log("success")
325
- iframe.attr('src', url);
326
- }, function (err) {
327
- console.log(err)
328
- iframe.attr('src', url);
310
+ // ONE CLICK
311
+
312
+ var qr_code_generated = false
313
+
314
+ //$('.open_in_hiddify').click(function (e) {
315
+ document.querySelectorAll('.open_in_hiddify').forEach(function (element) {
316
+ element.addEventListener('click', function (e) {
317
+ e.preventDefault()
318
+ let iframe = $('<iframe></iframe>').css('display', 'none');
319
+ $('body').append(iframe);
320
+ url = "hiddify://install-sub/?url=" + encodeURI(this.href)
321
+ try {
322
+ navigator.clipboard.writeText(this.href).then(function () {
323
+ console.log("success")
324
+ iframe.attr('src', url);
325
+ }, function (err) {
326
+ console.log(err)
327
+ iframe.attr('src', url);
328
+ });
329
+ } catch (error) {
330
+ console.log(error)
331
+ iframe.attr('src', url);
332
+ }
333
+
334
+ //
335
+ $('#exampleModal').modal({ show: true })
336
+ if (!qr_code_generated) {
337
+ let w = Math.min(window.innerWidth, window.innerHeight) * 0.5;
338
+ let qrcode_oneclick = new QRCode(document.getElementById("qrcode-oneclick"), {
339
+ width: w,
340
+ height: w,
341
+ correctLevel: 1
342
+ });
343
+ qrcode_oneclick.clear();
344
+ qrcode_oneclick.makeCode(document.location.href);
345
+ qr_code_generated = true
346
+ }
329
347
  });
330
- } catch (error) {
331
- console.log(error)
332
- iframe.attr('src', url);
333
- }
334
-
335
- //
336
- $('#exampleModal').modal({ show: true })
337
- if (!qr_code_generated){
338
- let w = Math.min(window.innerWidth, window.innerHeight) * 0.5;
339
- let qrcode_oneclick = new QRCode(document.getElementById("qrcode-oneclick"), {
340
- width: w,
341
- height: w,
342
- correctLevel: 1
343
- });
344
- qrcode_oneclick.clear();
345
- qrcode_oneclick.makeCode(document.location.href);
346
- qr_code_generated=true
347
- }
348
348
  });
349
- });
350
-
351
-
352
- // $('.short-link').click(function (e) {
353
- document.querySelectorAll('.short-link').forEach(function (element) {
354
- element.addEventListener('click', function (e) {
355
- e.preventDefault()
356
- $.get(this.href, function (data) {
357
- $("#short-link-Modal .modal-body").html(data);
358
- $("#short-link-Modal").modal('show');
359
- })
360
-
349
+
350
+
351
+ // $('.short-link').click(function (e) {
352
+ document.querySelectorAll('.short-link').forEach(function (element) {
353
+ element.addEventListener('click', function (e) {
354
+ e.preventDefault()
355
+ $.get(this.href, function (data) {
356
+ $("#short-link-Modal .modal-body").html(data);
357
+ $("#short-link-Modal").modal('show');
358
+ })
359
+
360
+ });
361
361
  });
362
- });
363
-
362
+
364
363
  </script>
@@ -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-06 20:25+0200\n"
7
- "PO-Revision-Date: 2023-10-04 02:01-0500\n"
6
+ "POT-Creation-Date: 2023-10-12 10:31+0200\n"
7
+ "PO-Revision-Date: 2023-10-12 03:01-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language-Team: English (USA)\n"
10
10
  "Language: en_US\n"
@@ -54,7 +54,7 @@ msgstr " ✅ Configs have been changed successfully"
54
54
  #: hiddifypanel/panel/admin/DomainAdmin.py:154
55
55
  #: hiddifypanel/panel/admin/DomainAdmin.py:176
56
56
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
57
- #: hiddifypanel/panel/admin/QuickSetup.py:126
57
+ #: hiddifypanel/panel/admin/QuickSetup.py:127
58
58
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
59
59
  #: hiddifypanel/panel/hiddify.py:370
60
60
  msgid "Domain can not be resolved! there is a problem in your domain"
@@ -260,7 +260,7 @@ msgstr "It will override the root admin to the current user"
260
260
  #: hiddifypanel/panel/admin/ProxyAdmin.py:97
261
261
  #: hiddifypanel/panel/admin/ProxyAdmin.py:128
262
262
  #: hiddifypanel/panel/admin/QuickSetup.py:85
263
- #: hiddifypanel/panel/admin/QuickSetup.py:117
263
+ #: hiddifypanel/panel/admin/QuickSetup.py:118
264
264
  #: hiddifypanel/panel/admin/SettingAdmin.py:265
265
265
  msgid "Submit"
266
266
  msgstr "Submit"
@@ -658,11 +658,17 @@ msgstr "🇮🇷 Persian فارسی 波斯语"
658
658
  msgid "lang.pt"
659
659
  msgstr "🇵🇹 Portuguese پرتغالی 葡萄牙語"
660
660
 
661
- # | msgid "🇨🇳 Chinese چینی 中国人"
661
+ # | msgid "🇨🇳 Chinese چینی 简体中文"
662
662
  #: hiddifypanel/panel/admin/QuickSetup.py:81
663
663
  #: hiddifypanel/panel/admin/SettingAdmin.py:181
664
664
  msgid "lang.zh"
665
- msgstr "🇨🇳 Chinese چینی 中国人"
665
+ msgstr "🇨🇳 Chinese چینی 简体中文"
666
+
667
+ #: hiddifypanel/panel/admin/QuickSetup.py:81
668
+ #: hiddifypanel/panel/admin/SettingAdmin.py:182
669
+ #, fuzzy
670
+ msgid "lang.ru"
671
+ msgstr "lang.ru"
666
672
 
667
673
  # | msgid "Choose Language For Admin Area"
668
674
  #: hiddifypanel/panel/admin/QuickSetup.py:81
@@ -703,7 +709,7 @@ msgstr ""
703
709
 
704
710
  # | msgid "Error! Invalid Domain. The Domain Format is www.google.com"
705
711
  #: hiddifypanel/panel/admin/QuickSetup.py:104
706
- #: hiddifypanel/panel/admin/QuickSetup.py:116
712
+ #: hiddifypanel/panel/admin/QuickSetup.py:117
707
713
  #: hiddifypanel/panel/admin/SettingAdmin.py:206
708
714
  #: hiddifypanel/panel/admin/SettingAdmin.py:209
709
715
  msgid "config.Invalid domain"
@@ -817,7 +823,7 @@ msgstr ""
817
823
  # | msgid ""
818
824
  # | "Domain (%(domain)s)-> IP = %(domain_ip)s is not same as your IP = "
819
825
  # | "%(server_ip)s . this is required in Direct Mode"
820
- #: hiddifypanel/panel/admin/QuickSetup.py:130
826
+ #: hiddifypanel/panel/admin/QuickSetup.py:131
821
827
  #, python-format
822
828
  msgid ""
823
829
  "Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your "
@@ -1183,7 +1189,7 @@ msgid "Save & Add More"
1183
1189
  msgstr "Save & Add More"
1184
1190
 
1185
1191
  #: hiddifypanel/panel/admin/templates/configfake.html:5
1186
- #: hiddifypanel/panel/user/templates/home/one_click.html:280
1192
+ #: hiddifypanel/panel/user/templates/home/one_click.html:279
1187
1193
  #: hiddifypanel/templates/donation.html:14
1188
1194
  msgid "Close"
1189
1195
  msgstr "Close"
@@ -2867,7 +2873,7 @@ msgstr "Direct Download"
2867
2873
  # | msgid "<i class=\"fa-brands fa-google-play\"></i> Google Play"
2868
2874
  #: hiddifypanel/panel/user/templates/home/android.html:19
2869
2875
  #: hiddifypanel/panel/user/templates/home/android.html:65
2870
- #: hiddifypanel/panel/user/templates/home/one_click.html:73
2876
+ #: hiddifypanel/panel/user/templates/home/one_click.html:74
2871
2877
  #: hiddifypanel/panel/user/templates/home/one_click.html:87
2872
2878
  msgid "install from google play"
2873
2879
  msgstr "<i class=\"fa-brands fa-google-play\"></i> Google Play"
@@ -3451,7 +3457,7 @@ msgstr "Unified link for all application"
3451
3457
 
3452
3458
  # | msgid "⏱️ Temporary Short Link"
3453
3459
  #: hiddifypanel/panel/user/templates/home/one_click.html:30
3454
- #: hiddifypanel/panel/user/templates/home/one_click.html:297
3460
+ #: hiddifypanel/panel/user/templates/home/one_click.html:296
3455
3461
  msgid "Temporary Short Link"
3456
3462
  msgstr "⏱️ Temporary Short Link"
3457
3463
 
@@ -3464,74 +3470,65 @@ msgstr "Simplifies the process of employing the link elsewhere"
3464
3470
  msgid "Open in Application"
3465
3471
  msgstr "Open in Application"
3466
3472
 
3467
- # | msgid ""
3468
- # | "✔️ The Proxy link is copied\n"
3469
- # | "<br>\n"
3470
- # | "⚠️ If the application do not open automatically, you need to only paste "
3471
- # | "it on your application, or:"
3472
3473
  #: hiddifypanel/panel/user/templates/home/one_click.html:56
3473
3474
  #, python-format
3474
3475
  msgid ""
3475
- "If the application do not open automatically, please click <a class='btn "
3476
- "btn-primary copy-link' href='%(sub)s'>this universal link</a> to copy and "
3477
- "paste it on your application, or:"
3476
+ "If the application do not open automatically, please click <a class='btn btn-primary copy-link' href='%(sub)s'>this universal link</a> to copy and paste it on\n"
3477
+ " your application, or:"
3478
3478
  msgstr ""
3479
- "✔️ The Proxy link is copied\n"
3480
- "<br>\n"
3481
- "⚠️ If the application do not open automatically, you need to only paste it on your application, or:"
3479
+ "If the application do not open automatically, please click <a class='btn btn-primary copy-link' href='%(sub)s'>this universal link</a> to copy and paste it on\n"
3480
+ " your application, or:"
3482
3481
 
3483
- #: hiddifypanel/panel/user/templates/home/one_click.html:61
3482
+ #: hiddifypanel/panel/user/templates/home/one_click.html:62
3484
3483
  #: hiddifypanel/panel/user/templates/home/one_click.html:104
3485
- #: hiddifypanel/panel/user/templates/home/one_click.html:144
3486
- #: hiddifypanel/panel/user/templates/home/one_click.html:182
3484
+ #: hiddifypanel/panel/user/templates/home/one_click.html:143
3485
+ #: hiddifypanel/panel/user/templates/home/one_click.html:181
3487
3486
  msgid "Use HiddifyNext:"
3488
3487
  msgstr "Use HiddifyNext:"
3489
3488
 
3490
3489
  # | msgid "<i class=\"fa-solid fa-download\"></i> Download App"
3491
- #: hiddifypanel/panel/user/templates/home/one_click.html:70
3490
+ #: hiddifypanel/panel/user/templates/home/one_click.html:71
3492
3491
  #: hiddifypanel/panel/user/templates/home/one_click.html:86
3493
3492
  #: hiddifypanel/panel/user/templates/home/one_click.html:95
3494
3493
  #: hiddifypanel/panel/user/templates/home/one_click.html:111
3495
- #: hiddifypanel/panel/user/templates/home/one_click.html:125
3496
- #: hiddifypanel/panel/user/templates/home/one_click.html:134
3497
- #: hiddifypanel/panel/user/templates/home/one_click.html:151
3498
- #: hiddifypanel/panel/user/templates/home/one_click.html:163
3499
- #: hiddifypanel/panel/user/templates/home/one_click.html:172
3500
- #: hiddifypanel/panel/user/templates/home/one_click.html:188
3501
- #: hiddifypanel/panel/user/templates/home/one_click.html:200
3502
- #: hiddifypanel/panel/user/templates/home/one_click.html:209
3503
- #: hiddifypanel/panel/user/templates/home/one_click.html:215
3504
- #: hiddifypanel/panel/user/templates/home/one_click.html:229
3505
- #: hiddifypanel/panel/user/templates/home/one_click.html:234
3506
- #: hiddifypanel/panel/user/templates/home/one_click.html:240
3507
- #: hiddifypanel/panel/user/templates/home/one_click.html:248
3508
- #: hiddifypanel/panel/user/templates/home/one_click.html:259
3494
+ #: hiddifypanel/panel/user/templates/home/one_click.html:124
3495
+ #: hiddifypanel/panel/user/templates/home/one_click.html:133
3496
+ #: hiddifypanel/panel/user/templates/home/one_click.html:162
3497
+ #: hiddifypanel/panel/user/templates/home/one_click.html:171
3498
+ #: hiddifypanel/panel/user/templates/home/one_click.html:199
3499
+ #: hiddifypanel/panel/user/templates/home/one_click.html:208
3500
+ #: hiddifypanel/panel/user/templates/home/one_click.html:214
3501
+ #: hiddifypanel/panel/user/templates/home/one_click.html:228
3502
+ #: hiddifypanel/panel/user/templates/home/one_click.html:233
3503
+ #: hiddifypanel/panel/user/templates/home/one_click.html:239
3504
+ #: hiddifypanel/panel/user/templates/home/one_click.html:247
3505
+ #: hiddifypanel/panel/user/templates/home/one_click.html:258
3509
3506
  msgid "Download App"
3510
3507
  msgstr "<i class=\"fa-solid fa-download\"></i> Download App"
3511
3508
 
3512
3509
  # | msgid "Import in App"
3513
- #: hiddifypanel/panel/user/templates/home/one_click.html:75
3510
+ #: hiddifypanel/panel/user/templates/home/one_click.html:76
3514
3511
  #: hiddifypanel/panel/user/templates/home/one_click.html:113
3515
- #: hiddifypanel/panel/user/templates/home/one_click.html:128
3516
- #: hiddifypanel/panel/user/templates/home/one_click.html:136
3517
- #: hiddifypanel/panel/user/templates/home/one_click.html:153
3518
- #: hiddifypanel/panel/user/templates/home/one_click.html:174
3519
- #: hiddifypanel/panel/user/templates/home/one_click.html:190
3520
- #: hiddifypanel/panel/user/templates/home/one_click.html:211
3521
- #: hiddifypanel/panel/user/templates/home/one_click.html:216
3522
- #: hiddifypanel/panel/user/templates/home/one_click.html:230
3523
- #: hiddifypanel/panel/user/templates/home/one_click.html:235
3524
- #: hiddifypanel/panel/user/templates/home/one_click.html:242
3525
- #: hiddifypanel/panel/user/templates/home/one_click.html:252
3526
- #: hiddifypanel/panel/user/templates/home/one_click.html:262
3512
+ #: hiddifypanel/panel/user/templates/home/one_click.html:127
3513
+ #: hiddifypanel/panel/user/templates/home/one_click.html:135
3514
+ #: hiddifypanel/panel/user/templates/home/one_click.html:152
3515
+ #: hiddifypanel/panel/user/templates/home/one_click.html:173
3516
+ #: hiddifypanel/panel/user/templates/home/one_click.html:189
3517
+ #: hiddifypanel/panel/user/templates/home/one_click.html:210
3518
+ #: hiddifypanel/panel/user/templates/home/one_click.html:215
3519
+ #: hiddifypanel/panel/user/templates/home/one_click.html:229
3520
+ #: hiddifypanel/panel/user/templates/home/one_click.html:234
3521
+ #: hiddifypanel/panel/user/templates/home/one_click.html:241
3522
+ #: hiddifypanel/panel/user/templates/home/one_click.html:251
3523
+ #: hiddifypanel/panel/user/templates/home/one_click.html:261
3527
3524
  msgid "Import"
3528
3525
  msgstr "Import in App"
3529
3526
 
3530
- #: hiddifypanel/panel/user/templates/home/one_click.html:79
3527
+ #: hiddifypanel/panel/user/templates/home/one_click.html:80
3531
3528
  #: hiddifypanel/panel/user/templates/home/one_click.html:119
3532
- #: hiddifypanel/panel/user/templates/home/one_click.html:157
3533
- #: hiddifypanel/panel/user/templates/home/one_click.html:194
3534
- #: hiddifypanel/panel/user/templates/home/one_click.html:225
3529
+ #: hiddifypanel/panel/user/templates/home/one_click.html:156
3530
+ #: hiddifypanel/panel/user/templates/home/one_click.html:193
3531
+ #: hiddifypanel/panel/user/templates/home/one_click.html:224
3535
3532
  msgid "More Applications"
3536
3533
  msgstr "More Applications"
3537
3534
 
@@ -3540,12 +3537,22 @@ msgstr "More Applications"
3540
3537
  msgid "Import in"
3541
3538
  msgstr "Import in"
3542
3539
 
3540
+ #: hiddifypanel/panel/user/templates/home/one_click.html:149
3541
+ #: hiddifypanel/panel/user/templates/home/one_click.html:186
3542
+ #, fuzzy
3543
+ msgid ""
3544
+ "Download\n"
3545
+ " App"
3546
+ msgstr ""
3547
+ "Download\n"
3548
+ " App"
3549
+
3543
3550
  # | msgid "<i class=\"fa-solid fa-qrcode\"></i> QRCode"
3544
- #: hiddifypanel/panel/user/templates/home/one_click.html:270
3551
+ #: hiddifypanel/panel/user/templates/home/one_click.html:269
3545
3552
  msgid "QRCode"
3546
3553
  msgstr "<i class=\"fa-solid fa-qrcode\"></i> QRCode"
3547
3554
 
3548
- #: hiddifypanel/panel/user/templates/home/one_click.html:281
3555
+ #: hiddifypanel/panel/user/templates/home/one_click.html:280
3549
3556
  msgid "Copy Link"
3550
3557
  msgstr "Copy Link"
3551
3558
 
@@ -4575,13 +4582,6 @@ msgstr "Actions"
4575
4582
  #~ "You should visit this page without VPN Your Country=%(your_country)s\n"
4576
4583
  #~ "Expected=%(expected_country)s"
4577
4584
 
4578
- #~ msgid ""
4579
- #~ "If the application do not open automatically, please click <a class='btn btn-primary copy-link' href='%(sub)s'>this universal link</a> to copy and paste it on\n"
4580
- #~ " your application, or:"
4581
- #~ msgstr ""
4582
- #~ "If the application do not open automatically, please click <a class='btn btn-primary copy-link' href='%(sub)s'>this universal link</a> to copy and paste it on\n"
4583
- #~ " your application, or:"
4584
-
4585
4585
  #~ msgid "Download HiddifyNext"
4586
4586
  #~ msgstr "Download HiddifyNext"
4587
4587
 
@@ -4591,9 +4591,29 @@ msgstr "Actions"
4591
4591
  #~ " App"
4592
4592
  #~ msgstr "<i class=\"fa-solid fa-download\"></i> Download App"
4593
4593
 
4594
+ # | msgid ""
4595
+ # | "✔️ The Proxy link is copied\n"
4596
+ # | "<br>\n"
4597
+ # | "⚠️ If the application do not open automatically, you need to only paste "
4598
+ # | "it on your application, or:"
4599
+ #~ msgid ""
4600
+ #~ "If the application do not open automatically, please click <a class='btn "
4601
+ #~ "btn-primary copy-link' href='%(sub)s'>this universal link</a> to copy and "
4602
+ #~ "paste it on your application, or:"
4603
+ #~ msgstr ""
4604
+ #~ "✔️ The Proxy link is copied\n"
4605
+ #~ "<br>\n"
4606
+ #~ "⚠️ If the application do not open automatically, you need to only paste it on your application, or:"
4607
+
4594
4608
  #~ msgid ""
4595
4609
  #~ "Telegram\n"
4596
4610
  #~ " Bot"
4597
4611
  #~ msgstr ""
4598
4612
  #~ "Telegram\n"
4599
4613
  #~ " Bot"
4614
+
4615
+ #~ msgid "config.reality_port.label"
4616
+ #~ msgstr "config.reality_port.label"
4617
+
4618
+ #~ msgid "config.reality_port.description"
4619
+ #~ msgstr "config.reality_port.description"