hiddifypanel 8.8.93__py3-none-any.whl → 8.8.95__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/user.py +1 -1
- hiddifypanel/panel/user/templates/base_singbox_config.json +12 -6
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +104 -16
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +97 -10
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +75 -10
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +96 -7
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +9 -645
- {hiddifypanel-8.8.93.dist-info → hiddifypanel-8.8.95.dist-info}/METADATA +1 -1
- {hiddifypanel-8.8.93.dist-info → hiddifypanel-8.8.95.dist-info}/RECORD +20 -20
- {hiddifypanel-8.8.93.dist-info → hiddifypanel-8.8.95.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-8.8.93.dist-info → hiddifypanel-8.8.95.dist-info}/WHEEL +0 -0
- {hiddifypanel-8.8.93.dist-info → hiddifypanel-8.8.95.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-8.8.93.dist-info → hiddifypanel-8.8.95.dist-info}/top_level.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
8.8.
|
1
|
+
8.8.95
|
hiddifypanel/VERSION.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
__version__='8.8.
|
1
|
+
__version__='8.8.95'
|
2
2
|
from datetime import datetime
|
3
|
-
__release_date__= datetime.strptime('2024-01-
|
3
|
+
__release_date__= datetime.strptime('2024-01-22','%Y-%m-%d')
|
hiddifypanel/models/user.py
CHANGED
@@ -145,7 +145,7 @@ class User(db.Model, SerializerMixin):
|
|
145
145
|
'current_usage_GB': d.current_usage_GB,
|
146
146
|
'last_reset_time': hiddify.date_to_json(d.last_reset_time),
|
147
147
|
'comment': d.comment,
|
148
|
-
'added_by_uuid': d.admin.uuid,
|
148
|
+
'added_by_uuid': d.admin.uuid if d.admin else '',
|
149
149
|
'telegram_id': d.telegram_id,
|
150
150
|
'ed25519_private_key': d.ed25519_private_key,
|
151
151
|
'ed25519_public_key': d.ed25519_public_key
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"format": "binary",
|
48
48
|
"url": "https:\/\/raw.githubusercontent.com\/Chocolate4U\/Iran-sing-box-rules\/rule-set\/geoip-ir.srs",
|
49
49
|
"download_detour": "bypass"
|
50
|
-
}
|
50
|
+
}
|
51
51
|
{%endif%}
|
52
52
|
{# {
|
53
53
|
"tag": "geosite-category-ads-all",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"download_detour": {% if hconfig(ConfigEnum.country)=='cn' %}"Select" {%else%}"bypass"{%endif%}
|
58
58
|
} #}
|
59
59
|
],
|
60
|
-
|
60
|
+
{%endif%}
|
61
61
|
"rules": [
|
62
62
|
{
|
63
63
|
"outbound": "dns-out",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
],
|
72
72
|
"outbound": "dns-out"
|
73
73
|
},
|
74
|
-
{%if hconfig(ConfigEnum.country)in ["ir","cn","ru"]%}
|
74
|
+
{%if hconfig(ConfigEnum.country) in ["ir","cn","ru"]%}
|
75
75
|
{
|
76
76
|
"domain_suffix": [
|
77
77
|
"{{hconfig(ConfigEnum.country)}}"
|
@@ -89,16 +89,22 @@
|
|
89
89
|
"outbound": "block"
|
90
90
|
}, #}
|
91
91
|
{%if hconfig(ConfigEnum.country) in ["ir","cn","ru"]%}
|
92
|
+
{% if V1_7 %}
|
92
93
|
{
|
93
|
-
{% if V1_7 %}
|
94
94
|
"geoip": ["{{hconfig(ConfigEnum.country)}}"],
|
95
|
-
|
95
|
+
"outbound": "bypass"
|
96
|
+
},
|
97
|
+
{%else%}
|
98
|
+
{
|
96
99
|
"rule_set": "geoip-{{hconfig(ConfigEnum.country)}}",
|
100
|
+
"outbound": "bypass"
|
101
|
+
},
|
102
|
+
{
|
97
103
|
"rule_set": "geosite-{{hconfig(ConfigEnum.country)}}",
|
98
|
-
{%endif%}
|
99
104
|
"outbound": "bypass"
|
100
105
|
},
|
101
106
|
{%endif%}
|
107
|
+
{%endif%}
|
102
108
|
{
|
103
109
|
"protocol": "quic",
|
104
110
|
"port": [
|
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: 2024-01-
|
7
|
-
"PO-Revision-Date: 2024-01-
|
6
|
+
"POT-Creation-Date: 2024-01-22 08:43+0100\n"
|
7
|
+
"PO-Revision-Date: 2024-01-22 01:27+0100\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language-Team: English (USA)\n"
|
10
10
|
"Language: en_US\n"
|
@@ -3911,12 +3911,9 @@ msgstr "⚠️ Are you sure you want to do this action?"
|
|
3911
3911
|
# | "<br><br>\n"
|
3912
3912
|
# | "\n"
|
3913
3913
|
# | "ℹ️ Also, we need financial help to further develop this panel and our "
|
3914
|
-
# | "service (we are
|
3915
|
-
# | "<h5>
|
3914
|
+
# | "service (we are Non-Profit).\n"
|
3915
|
+
# | "<h5>Payment Methods :</h5>\n"
|
3916
3916
|
# | "<ul>\n"
|
3917
|
-
# | "<li> <a target=\"_blank\" href=\"https://opencollective."
|
3918
|
-
# | "com/hiddify/contribute/backer-50556/checkout?interval=month&amount=25\" "
|
3919
|
-
# | "class=\"btn btn-info\">Credit Card And PayPal</a></li>\n"
|
3920
3917
|
# | "<li> <div class=\"btn-group\">\n"
|
3921
3918
|
# | " <a role=\"button\" data-copy=\"EQCWnykA-YhavOXgH3sf-"
|
3922
3919
|
# | "uxtXLjy83_9n5bJPGRPE8r2247_\" class=\"btn btn-secondary copy-link\"><i "
|
@@ -3949,7 +3946,9 @@ msgstr "⚠️ Are you sure you want to do this action?"
|
|
3949
3946
|
# | "We need also other help:\n"
|
3950
3947
|
# | "<li>👥 Share Hiddify Manager with Others</li>\n"
|
3951
3948
|
# | "<li>📝Python Developer</li>\n"
|
3952
|
-
# | "<li>📝
|
3949
|
+
# | "<li>📝Swift Developer</li>\n"
|
3950
|
+
# | "<li>📝Flutter Developer</li>\n"
|
3951
|
+
# | "<li>📝Go Developer</li>\n"
|
3953
3952
|
# | "<li>🖥Content Providers</li>\n"
|
3954
3953
|
# | "Please contact us at <a href=\"mailto:info@hiddify.com\">info@hiddify."
|
3955
3954
|
# | "com</a> if you can help us."
|
@@ -3961,11 +3960,10 @@ msgstr ""
|
|
3961
3960
|
"If you are developer or content producer, please contact us at <a href=\"mailto:info@hiddify.com\">info@hiddify.com</a>\n"
|
3962
3961
|
"<br><br>\n"
|
3963
3962
|
"\n"
|
3964
|
-
"ℹ️ Also, we need financial help to further develop this panel and our service (we are
|
3963
|
+
"ℹ️ Also, we need financial help to further develop this panel and our service (we are Non-Profit).\n"
|
3965
3964
|
"<br>\n"
|
3966
|
-
"<h5>
|
3965
|
+
"<h5>Payment Methods :</h5>\n"
|
3967
3966
|
"<ul>\n"
|
3968
|
-
"<li> <a target=\"_blank\" href=\"https://opencollective.com/hiddify/contribute/backer-50556/checkout?interval=month&amount=25\" class=\"btn btn-info\">Credit Card And PayPal</a></li>\n"
|
3969
3967
|
"<li> <div class=\"btn-group\">\n"
|
3970
3968
|
" <a role=\"button\" data-copy=\"EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_\" class=\"btn btn-secondary copy-link\"><i class=\"fa-regular fa-copy\"></i></a> \n"
|
3971
3969
|
"<a data-copy=\"EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_\" role=\"button\" class=\"btn btn-info share-link\">TON</a> </div></li>\n"
|
@@ -3997,7 +3995,9 @@ msgstr ""
|
|
3997
3995
|
"<ul>\n"
|
3998
3996
|
"<li>👥 Share Hiddify Manager with Others</li>\n"
|
3999
3997
|
"<li>📝Python Developer</li>\n"
|
4000
|
-
"<li>📝
|
3998
|
+
"<li>📝Swift Developer</li>\n"
|
3999
|
+
"<li>📝Flutter Developer</li>\n"
|
4000
|
+
"<li>📝Go Developer</li>\n"
|
4001
4001
|
"<li>🖥Content Providers</li>\n"
|
4002
4002
|
"</ul>\n"
|
4003
4003
|
"\n"
|
@@ -4904,9 +4904,9 @@ msgstr "Actions"
|
|
4904
4904
|
#~ msgid "config.tls_padding_length.description"
|
4905
4905
|
#~ msgstr "The length of the Padding for TLS Fragmentation"
|
4906
4906
|
|
4907
|
-
# | msgid "
|
4907
|
+
# | msgid "🎛 Hysteria OBFS Enable"
|
4908
4908
|
#~ msgid "config.hysteria_obfs_enable.label"
|
4909
|
-
#~ msgstr "
|
4909
|
+
#~ msgstr "🎛 Hysteria OBFS Enable"
|
4910
4910
|
|
4911
4911
|
# | msgid " Enables Hysteria Obfuscation (Salamander)"
|
4912
4912
|
#~ msgid "config.hysteria_obfs_enable.description"
|
@@ -4928,10 +4928,98 @@ msgstr "Actions"
|
|
4928
4928
|
#~ msgid "config.hysteria_down_mbps.description"
|
4929
4929
|
#~ msgstr "Hysteria Maximum Download Speed"
|
4930
4930
|
|
4931
|
-
# | msgid "
|
4931
|
+
# | msgid "TLS Trick"
|
4932
4932
|
#~ msgid "config.tls_trick.label"
|
4933
|
-
#~ msgstr "
|
4933
|
+
#~ msgstr "TLS Trick"
|
4934
4934
|
|
4935
4935
|
# | msgid "TLS Fragmentation configurations could be set in this section"
|
4936
4936
|
#~ msgid "config.tls_trick.description"
|
4937
4937
|
#~ msgstr "TLS Fragmentation configurations could be set in this section"
|
4938
|
+
|
4939
|
+
# | msgid "Config Invalid! The Pattern Is Number-Number"
|
4940
|
+
#~ msgid "config.Invalid! The pattern is number-number"
|
4941
|
+
#~ msgstr "Config Invalid! The Pattern Is Number-Number"
|
4942
|
+
|
4943
|
+
# | msgid "Config Invalid! It Should Be a Number Only"
|
4944
|
+
#~ msgid "config.Invalid! it should be a number only"
|
4945
|
+
#~ msgstr "Config Invalid! It Should Be a Number Only"
|
4946
|
+
|
4947
|
+
# | msgid "MUX Enable"
|
4948
|
+
#~ msgid "config.mux_enable.label"
|
4949
|
+
#~ msgstr "MUX Enable"
|
4950
|
+
|
4951
|
+
# | msgid "MUX Enable Description"
|
4952
|
+
#~ msgid "config.mux_enable.description"
|
4953
|
+
#~ msgstr "MUX Enable Description"
|
4954
|
+
|
4955
|
+
# | msgid "MUX Protocol"
|
4956
|
+
#~ msgid "config.mux_protocol.label"
|
4957
|
+
#~ msgstr "MUX Protocol"
|
4958
|
+
|
4959
|
+
# | msgid "MUX Protocol Description"
|
4960
|
+
#~ msgid "config.mux_protocol.description"
|
4961
|
+
#~ msgstr "MUX Protocol Description"
|
4962
|
+
|
4963
|
+
# | msgid "MUX Max Connections"
|
4964
|
+
#~ msgid "config.mux_max_connections.label"
|
4965
|
+
#~ msgstr "MUX Max Connections"
|
4966
|
+
|
4967
|
+
# | msgid "MUX Max Connections Description"
|
4968
|
+
#~ msgid "config.mux_max_connections.description"
|
4969
|
+
#~ msgstr "MUX Max Connections Description"
|
4970
|
+
|
4971
|
+
# | msgid "MUX Min Streams"
|
4972
|
+
#~ msgid "config.mux_min_streams.label"
|
4973
|
+
#~ msgstr "MUX Min Streams"
|
4974
|
+
|
4975
|
+
# | msgid "MUX Min Streams Description"
|
4976
|
+
#~ msgid "config.mux_min_streams.description"
|
4977
|
+
#~ msgstr "MUX Min Streams Description"
|
4978
|
+
|
4979
|
+
# | msgid "MUX Max Streams"
|
4980
|
+
#~ msgid "config.mux_max_streams.label"
|
4981
|
+
#~ msgstr "MUX Max Streams"
|
4982
|
+
|
4983
|
+
# | msgid "MUX Max Streams Description"
|
4984
|
+
#~ msgid "config.mux_max_streams.description"
|
4985
|
+
#~ msgstr "MUX Max Streams Description"
|
4986
|
+
|
4987
|
+
# | msgid "MUX Padding Enable"
|
4988
|
+
#~ msgid "config.mux_padding_enable.label"
|
4989
|
+
#~ msgstr "MUX Padding Enable"
|
4990
|
+
|
4991
|
+
# | msgid "MUX Padding Enable Description"
|
4992
|
+
#~ msgid "config.mux_padding_enable.description"
|
4993
|
+
#~ msgstr "MUX Padding Enable Description"
|
4994
|
+
|
4995
|
+
# | msgid "MUX Brutal Enable"
|
4996
|
+
#~ msgid "config.mux_brutal_enable.label"
|
4997
|
+
#~ msgstr "MUX Brutal Enable"
|
4998
|
+
|
4999
|
+
# | msgid "MUX Brutal Enable Description"
|
5000
|
+
#~ msgid "config.mux_brutal_enable.description"
|
5001
|
+
#~ msgstr "MUX Brutal Enable Description"
|
5002
|
+
|
5003
|
+
# | msgid "MUX Brutal Upload mbps"
|
5004
|
+
#~ msgid "config.mux_brutal_up_mbps.label"
|
5005
|
+
#~ msgstr "MUX Brutal Upload mbps"
|
5006
|
+
|
5007
|
+
# | msgid "MUX Brutal Upload mbps Description"
|
5008
|
+
#~ msgid "config.mux_brutal_up_mbps.description"
|
5009
|
+
#~ msgstr "MUX Brutal Upload mbps Description"
|
5010
|
+
|
5011
|
+
# | msgid "MUX Brutal Download mbps"
|
5012
|
+
#~ msgid "config.mux_brutal_down_mbps.label"
|
5013
|
+
#~ msgstr "MUX Brutal Download mbps"
|
5014
|
+
|
5015
|
+
# | msgid "MUX Brutal Download mbps Description"
|
5016
|
+
#~ msgid "config.mux_brutal_down_mbps.description"
|
5017
|
+
#~ msgstr "MUX Brutal Download mbps Description"
|
5018
|
+
|
5019
|
+
# | msgid "MUX Config"
|
5020
|
+
#~ msgid "config.mux.label"
|
5021
|
+
#~ msgstr "MUX Config"
|
5022
|
+
|
5023
|
+
# | msgid "MUX Config Description"
|
5024
|
+
#~ msgid "config.mux.description"
|
5025
|
+
#~ msgstr "MUX Config Description"
|
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: 2024-01-
|
7
|
-
"PO-Revision-Date: 2024-01-
|
6
|
+
"POT-Creation-Date: 2024-01-22 08:43+0100\n"
|
7
|
+
"PO-Revision-Date: 2024-01-22 01:27+0100\n"
|
8
8
|
"Last-Translator: hidden u\n"
|
9
9
|
"Language: fa\n"
|
10
10
|
"Language-Team: Persian\n"
|
@@ -4047,12 +4047,9 @@ msgstr "⚠️ آیا مطمئن هستید که می خواهید این عمل
|
|
4047
4047
|
# | "<br><br>\n"
|
4048
4048
|
# | "\n"
|
4049
4049
|
# | "ℹ️ Also, we need financial help to further develop this panel and our
|
4050
|
-
# service (we are
|
4051
|
-
# | "<h5>
|
4050
|
+
# service (we are Non-Profit).\n"
|
4051
|
+
# | "<h5>Payment Methods :</h5>\n"
|
4052
4052
|
# | "<ul>\n"
|
4053
|
-
# | "<li> <a target=\"_blank\"
|
4054
|
-
# href=\"https://opencollective.com/hiddify/contribute/backer-50556/checkout?interval=month&amount=25\"
|
4055
|
-
# class=\"btn btn-info\">Credit Card And PayPal</a></li>\n"
|
4056
4053
|
# | "<li> <div class=\"btn-group\">\n"
|
4057
4054
|
# | " <a role=\"button\"
|
4058
4055
|
# data-copy=\"EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_\" class=\"btn
|
@@ -4089,7 +4086,9 @@ msgstr "⚠️ آیا مطمئن هستید که می خواهید این عمل
|
|
4089
4086
|
# | "We need also other help:\n"
|
4090
4087
|
# | "<li>👥 Share Hiddify Manager with Others</li>\n"
|
4091
4088
|
# | "<li>📝Python Developer</li>\n"
|
4092
|
-
# | "<li>📝
|
4089
|
+
# | "<li>📝Swift Developer</li>\n"
|
4090
|
+
# | "<li>📝Flutter Developer</li>\n"
|
4091
|
+
# | "<li>📝Go Developer</li>\n"
|
4093
4092
|
# | "<li>🖥Content Providers</li>\n"
|
4094
4093
|
# | "Please contact us at <a
|
4095
4094
|
# href=\"mailto:info@hiddify.com\">info@hiddify.com</a> if you can help us."
|
@@ -5133,7 +5132,7 @@ msgstr "عملیات"
|
|
5133
5132
|
#~ msgid "config.tls_padding_length.description"
|
5134
5133
|
#~ msgstr ""
|
5135
5134
|
|
5136
|
-
# | msgid "
|
5135
|
+
# | msgid "🎛 Hysteria OBFS Enable"
|
5137
5136
|
#~ msgid "config.hysteria_obfs_enable.label"
|
5138
5137
|
#~ msgstr ""
|
5139
5138
|
|
@@ -5157,7 +5156,7 @@ msgstr "عملیات"
|
|
5157
5156
|
#~ msgid "config.hysteria_down_mbps.description"
|
5158
5157
|
#~ msgstr ""
|
5159
5158
|
|
5160
|
-
# | msgid "
|
5159
|
+
# | msgid "TLS Trick"
|
5161
5160
|
#~ msgid "config.tls_trick.label"
|
5162
5161
|
#~ msgstr ""
|
5163
5162
|
|
@@ -5165,3 +5164,91 @@ msgstr "عملیات"
|
|
5165
5164
|
#~ msgid "config.tls_trick.description"
|
5166
5165
|
#~ msgstr ""
|
5167
5166
|
|
5167
|
+
# | msgid "Config Invalid! The Pattern Is Number-Number"
|
5168
|
+
#~ msgid "config.Invalid! The pattern is number-number"
|
5169
|
+
#~ msgstr ""
|
5170
|
+
|
5171
|
+
# | msgid "Config Invalid! It Should Be a Number Only"
|
5172
|
+
#~ msgid "config.Invalid! it should be a number only"
|
5173
|
+
#~ msgstr ""
|
5174
|
+
|
5175
|
+
# | msgid "MUX Enable"
|
5176
|
+
#~ msgid "config.mux_enable.label"
|
5177
|
+
#~ msgstr ""
|
5178
|
+
|
5179
|
+
# | msgid "MUX Enable Description"
|
5180
|
+
#~ msgid "config.mux_enable.description"
|
5181
|
+
#~ msgstr ""
|
5182
|
+
|
5183
|
+
# | msgid "MUX Protocol"
|
5184
|
+
#~ msgid "config.mux_protocol.label"
|
5185
|
+
#~ msgstr ""
|
5186
|
+
|
5187
|
+
# | msgid "MUX Protocol Description"
|
5188
|
+
#~ msgid "config.mux_protocol.description"
|
5189
|
+
#~ msgstr ""
|
5190
|
+
|
5191
|
+
# | msgid "MUX Max Connections"
|
5192
|
+
#~ msgid "config.mux_max_connections.label"
|
5193
|
+
#~ msgstr ""
|
5194
|
+
|
5195
|
+
# | msgid "MUX Max Connections Description"
|
5196
|
+
#~ msgid "config.mux_max_connections.description"
|
5197
|
+
#~ msgstr ""
|
5198
|
+
|
5199
|
+
# | msgid "MUX Min Streams"
|
5200
|
+
#~ msgid "config.mux_min_streams.label"
|
5201
|
+
#~ msgstr ""
|
5202
|
+
|
5203
|
+
# | msgid "MUX Min Streams Description"
|
5204
|
+
#~ msgid "config.mux_min_streams.description"
|
5205
|
+
#~ msgstr ""
|
5206
|
+
|
5207
|
+
# | msgid "MUX Max Streams"
|
5208
|
+
#~ msgid "config.mux_max_streams.label"
|
5209
|
+
#~ msgstr ""
|
5210
|
+
|
5211
|
+
# | msgid "MUX Max Streams Description"
|
5212
|
+
#~ msgid "config.mux_max_streams.description"
|
5213
|
+
#~ msgstr ""
|
5214
|
+
|
5215
|
+
# | msgid "MUX Padding Enable"
|
5216
|
+
#~ msgid "config.mux_padding_enable.label"
|
5217
|
+
#~ msgstr ""
|
5218
|
+
|
5219
|
+
# | msgid "MUX Padding Enable Description"
|
5220
|
+
#~ msgid "config.mux_padding_enable.description"
|
5221
|
+
#~ msgstr ""
|
5222
|
+
|
5223
|
+
# | msgid "MUX Brutal Enable"
|
5224
|
+
#~ msgid "config.mux_brutal_enable.label"
|
5225
|
+
#~ msgstr ""
|
5226
|
+
|
5227
|
+
# | msgid "MUX Brutal Enable Description"
|
5228
|
+
#~ msgid "config.mux_brutal_enable.description"
|
5229
|
+
#~ msgstr ""
|
5230
|
+
|
5231
|
+
# | msgid "MUX Brutal Upload mbps"
|
5232
|
+
#~ msgid "config.mux_brutal_up_mbps.label"
|
5233
|
+
#~ msgstr ""
|
5234
|
+
|
5235
|
+
# | msgid "MUX Brutal Upload mbps Description"
|
5236
|
+
#~ msgid "config.mux_brutal_up_mbps.description"
|
5237
|
+
#~ msgstr ""
|
5238
|
+
|
5239
|
+
# | msgid "MUX Brutal Download mbps"
|
5240
|
+
#~ msgid "config.mux_brutal_down_mbps.label"
|
5241
|
+
#~ msgstr ""
|
5242
|
+
|
5243
|
+
# | msgid "MUX Brutal Download mbps Description"
|
5244
|
+
#~ msgid "config.mux_brutal_down_mbps.description"
|
5245
|
+
#~ msgstr ""
|
5246
|
+
|
5247
|
+
# | msgid "MUX Config"
|
5248
|
+
#~ msgid "config.mux.label"
|
5249
|
+
#~ msgstr ""
|
5250
|
+
|
5251
|
+
# | msgid "MUX Config Description"
|
5252
|
+
#~ msgid "config.mux.description"
|
5253
|
+
#~ msgstr ""
|
5254
|
+
|
Binary file
|
@@ -3,8 +3,8 @@ msgid ""
|
|
3
3
|
msgstr ""
|
4
4
|
"Project-Id-Version: HiddifyPT\n"
|
5
5
|
"Report-Msgid-Bugs-To: \n"
|
6
|
-
"POT-Creation-Date: 2024-01-
|
7
|
-
"PO-Revision-Date: 2024-01-
|
6
|
+
"POT-Creation-Date: 2024-01-22 08:43+0100\n"
|
7
|
+
"PO-Revision-Date: 2024-01-21 16:43-0600\n"
|
8
8
|
"Last-Translator: lymanrudni\n"
|
9
9
|
"Language: pt\n"
|
10
10
|
"Language-Team: Portuguese\n"
|
@@ -4418,12 +4418,9 @@ msgstr "⚠️Tem certeza que deseja fazer esta ação?"
|
|
4418
4418
|
# | "<br><br>\n"
|
4419
4419
|
# | "\n"
|
4420
4420
|
# | "ℹ️ Also, we need financial help to further develop this panel and our
|
4421
|
-
# service (we are
|
4422
|
-
# | "<h5>
|
4421
|
+
# service (we are Non-Profit).\n"
|
4422
|
+
# | "<h5>Payment Methods :</h5>\n"
|
4423
4423
|
# | "<ul>\n"
|
4424
|
-
# | "<li> <a target=\"_blank\"
|
4425
|
-
# href=\"https://opencollective.com/hiddify/contribute/backer-50556/checkout?interval=month&amount=25\"
|
4426
|
-
# class=\"btn btn-info\">Credit Card And PayPal</a></li>\n"
|
4427
4424
|
# | "<li> <div class=\"btn-group\">\n"
|
4428
4425
|
# | " <a role=\"button\"
|
4429
4426
|
# data-copy=\"EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_\" class=\"btn
|
@@ -4460,7 +4457,9 @@ msgstr "⚠️Tem certeza que deseja fazer esta ação?"
|
|
4460
4457
|
# | "We need also other help:\n"
|
4461
4458
|
# | "<li>👥 Share Hiddify Manager with Others</li>\n"
|
4462
4459
|
# | "<li>📝Python Developer</li>\n"
|
4463
|
-
# | "<li>📝
|
4460
|
+
# | "<li>📝Swift Developer</li>\n"
|
4461
|
+
# | "<li>📝Flutter Developer</li>\n"
|
4462
|
+
# | "<li>📝Go Developer</li>\n"
|
4464
4463
|
# | "<li>🖥Content Providers</li>\n"
|
4465
4464
|
# | "Please contact us at <a
|
4466
4465
|
# href=\"mailto:info@hiddify.com\">info@hiddify.com</a> if you can help us."
|
@@ -5262,7 +5261,7 @@ msgstr "Ações"
|
|
5262
5261
|
#~ msgid "config.tls_padding_length.description"
|
5263
5262
|
#~ msgstr "O comprimento do preenchimento para fragmentação TLS"
|
5264
5263
|
|
5265
|
-
# | msgid "
|
5264
|
+
# | msgid "🎛 Hysteria OBFS Enable"
|
5266
5265
|
#~ msgid "config.hysteria_obfs_enable.label"
|
5267
5266
|
#~ msgstr "🚧 Habilitar Histeria OBFS"
|
5268
5267
|
|
@@ -5286,7 +5285,7 @@ msgstr "Ações"
|
|
5286
5285
|
#~ msgid "config.hysteria_down_mbps.description"
|
5287
5286
|
#~ msgstr "Velocidade máxima de download da histeria"
|
5288
5287
|
|
5289
|
-
# | msgid "
|
5288
|
+
# | msgid "TLS Trick"
|
5290
5289
|
#~ msgid "config.tls_trick.label"
|
5291
5290
|
#~ msgstr "🎛 Truque TLS"
|
5292
5291
|
|
@@ -5294,3 +5293,69 @@ msgstr "Ações"
|
|
5294
5293
|
#~ msgid "config.tls_trick.description"
|
5295
5294
|
#~ msgstr "As configurações de fragmentação TLS podem ser definidas nesta seção"
|
5296
5295
|
|
5296
|
+
#~ msgid "config.Invalid! The pattern is number-number"
|
5297
|
+
#~ msgstr ""
|
5298
|
+
|
5299
|
+
#~ msgid "config.Invalid! it should be a number only"
|
5300
|
+
#~ msgstr ""
|
5301
|
+
|
5302
|
+
#~ msgid "config.mux_enable.label"
|
5303
|
+
#~ msgstr ""
|
5304
|
+
|
5305
|
+
#~ msgid "config.mux_enable.description"
|
5306
|
+
#~ msgstr ""
|
5307
|
+
|
5308
|
+
#~ msgid "config.mux_protocol.label"
|
5309
|
+
#~ msgstr ""
|
5310
|
+
|
5311
|
+
#~ msgid "config.mux_protocol.description"
|
5312
|
+
#~ msgstr ""
|
5313
|
+
|
5314
|
+
#~ msgid "config.mux_max_connections.label"
|
5315
|
+
#~ msgstr ""
|
5316
|
+
|
5317
|
+
#~ msgid "config.mux_max_connections.description"
|
5318
|
+
#~ msgstr ""
|
5319
|
+
|
5320
|
+
#~ msgid "config.mux_min_streams.label"
|
5321
|
+
#~ msgstr ""
|
5322
|
+
|
5323
|
+
#~ msgid "config.mux_min_streams.description"
|
5324
|
+
#~ msgstr ""
|
5325
|
+
|
5326
|
+
#~ msgid "config.mux_max_streams.label"
|
5327
|
+
#~ msgstr ""
|
5328
|
+
|
5329
|
+
#~ msgid "config.mux_max_streams.description"
|
5330
|
+
#~ msgstr ""
|
5331
|
+
|
5332
|
+
#~ msgid "config.mux_padding_enable.label"
|
5333
|
+
#~ msgstr ""
|
5334
|
+
|
5335
|
+
#~ msgid "config.mux_padding_enable.description"
|
5336
|
+
#~ msgstr ""
|
5337
|
+
|
5338
|
+
#~ msgid "config.mux_brutal_enable.label"
|
5339
|
+
#~ msgstr ""
|
5340
|
+
|
5341
|
+
#~ msgid "config.mux_brutal_enable.description"
|
5342
|
+
#~ msgstr ""
|
5343
|
+
|
5344
|
+
#~ msgid "config.mux_brutal_up_mbps.label"
|
5345
|
+
#~ msgstr ""
|
5346
|
+
|
5347
|
+
#~ msgid "config.mux_brutal_up_mbps.description"
|
5348
|
+
#~ msgstr ""
|
5349
|
+
|
5350
|
+
#~ msgid "config.mux_brutal_down_mbps.label"
|
5351
|
+
#~ msgstr ""
|
5352
|
+
|
5353
|
+
#~ msgid "config.mux_brutal_down_mbps.description"
|
5354
|
+
#~ msgstr ""
|
5355
|
+
|
5356
|
+
#~ msgid "config.mux.label"
|
5357
|
+
#~ msgstr ""
|
5358
|
+
|
5359
|
+
#~ msgid "config.mux.description"
|
5360
|
+
#~ msgstr ""
|
5361
|
+
|
Binary file
|
@@ -4,7 +4,7 @@ msgstr ""
|
|
4
4
|
"Project-Id-Version: HiddifyPT\n"
|
5
5
|
"Report-Msgid-Bugs-To: \n"
|
6
6
|
"POT-Creation-Date: 2023-05-06 12:20-0500\n"
|
7
|
-
"PO-Revision-Date: 2024-01-
|
7
|
+
"PO-Revision-Date: 2024-01-21 16:43-0600\n"
|
8
8
|
"Last-Translator: lymanrudni\n"
|
9
9
|
"Language-Team: Russian\n"
|
10
10
|
"Language: ru\n"
|
@@ -3818,11 +3818,10 @@ msgstr "⚠️ Вы уверены, что хотите выполнить эт
|
|
3818
3818
|
#| "If you are developer or content producer, please contact us at <a href=\"mailto:info@hiddify.com\">info@hiddify.com</a>\n"
|
3819
3819
|
#| "<br><br>\n"
|
3820
3820
|
#| "\n"
|
3821
|
-
#| "ℹ️ Also, we need financial help to further develop this panel and our service (we are
|
3821
|
+
#| "ℹ️ Also, we need financial help to further develop this panel and our service (we are Non-Profit).\n"
|
3822
3822
|
#| "<br>\n"
|
3823
|
-
#| "<h5>
|
3823
|
+
#| "<h5>Payment Methods :</h5>\n"
|
3824
3824
|
#| "<ul>\n"
|
3825
|
-
#| "<li> <a target=\"_blank\" href=\"https://opencollective.com/hiddify/contribute/backer-50556/checkout?interval=month&amount=25\" class=\"btn btn-info\">Credit Card And PayPal</a></li>\n"
|
3826
3825
|
#| "<li> <div class=\"btn-group\">\n"
|
3827
3826
|
#| " <a role=\"button\" data-copy=\"EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_\" class=\"btn btn-secondary copy-link\"><i class=\"fa-regular fa-copy\"></i></a> \n"
|
3828
3827
|
#| "<a data-copy=\"EQCWnykA-YhavOXgH3sf-uxtXLjy83_9n5bJPGRPE8r2247_\" role=\"button\" class=\"btn btn-info share-link\">TON</a> </div></li>\n"
|
@@ -3854,7 +3853,9 @@ msgstr "⚠️ Вы уверены, что хотите выполнить эт
|
|
3854
3853
|
#| "<ul>\n"
|
3855
3854
|
#| "<li>👥 Share Hiddify Manager with Others</li>\n"
|
3856
3855
|
#| "<li>📝Python Developer</li>\n"
|
3857
|
-
#| "<li>📝
|
3856
|
+
#| "<li>📝Swift Developer</li>\n"
|
3857
|
+
#| "<li>📝Flutter Developer</li>\n"
|
3858
|
+
#| "<li>📝Go Developer</li>\n"
|
3858
3859
|
#| "<li>🖥Content Providers</li>\n"
|
3859
3860
|
#| "</ul>\n"
|
3860
3861
|
#| "\n"
|
@@ -4952,7 +4953,7 @@ msgstr "Длина заполнения для фрагментации TLS"
|
|
4952
4953
|
|
4953
4954
|
#: hiddifypanel/templates/fake.html:1 loco:65a2e257b7ef9658390383ce
|
4954
4955
|
#, fuzzy
|
4955
|
-
#| msgid "
|
4956
|
+
#| msgid "🎛 Hysteria OBFS Enable"
|
4956
4957
|
msgid "config.hysteria_obfs_enable.label"
|
4957
4958
|
msgstr "🚧 Включить истерию OBFS"
|
4958
4959
|
|
@@ -4988,7 +4989,7 @@ msgstr "Максимальная скорость загрузки Hysteria"
|
|
4988
4989
|
|
4989
4990
|
#: hiddifypanel/templates/fake.html:2 loco:65a2e257b7ef9658390383d4
|
4990
4991
|
#, fuzzy
|
4991
|
-
#| msgid "
|
4992
|
+
#| msgid "TLS Trick"
|
4992
4993
|
msgid "config.tls_trick.label"
|
4993
4994
|
msgstr "🎛 TLS-трюк"
|
4994
4995
|
|
@@ -4997,3 +4998,91 @@ msgstr "🎛 TLS-трюк"
|
|
4997
4998
|
#| msgid "TLS Fragmentation configurations could be set in this section"
|
4998
4999
|
msgid "config.tls_trick.description"
|
4999
5000
|
msgstr "В этом разделе можно настроить конфигурации фрагментации TLS."
|
5001
|
+
|
5002
|
+
#: hiddifypanel/panel/admin/SettingAdmin.py:275 loco:65aaebb0a6f492b0c7085522
|
5003
|
+
msgid "config.Invalid! The pattern is number-number"
|
5004
|
+
msgstr ""
|
5005
|
+
|
5006
|
+
#: hiddifypanel/panel/admin/SettingAdmin.py:278 loco:65aaebb0a6f492b0c7085523
|
5007
|
+
msgid "config.Invalid! it should be a number only"
|
5008
|
+
msgstr ""
|
5009
|
+
|
5010
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085524
|
5011
|
+
msgid "config.mux_enable.label"
|
5012
|
+
msgstr ""
|
5013
|
+
|
5014
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085525
|
5015
|
+
msgid "config.mux_enable.description"
|
5016
|
+
msgstr ""
|
5017
|
+
|
5018
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085526
|
5019
|
+
msgid "config.mux_protocol.label"
|
5020
|
+
msgstr ""
|
5021
|
+
|
5022
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085527
|
5023
|
+
msgid "config.mux_protocol.description"
|
5024
|
+
msgstr ""
|
5025
|
+
|
5026
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085528
|
5027
|
+
msgid "config.mux_max_connections.label"
|
5028
|
+
msgstr ""
|
5029
|
+
|
5030
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085529
|
5031
|
+
msgid "config.mux_max_connections.description"
|
5032
|
+
msgstr ""
|
5033
|
+
|
5034
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c708552a
|
5035
|
+
msgid "config.mux_min_streams.label"
|
5036
|
+
msgstr ""
|
5037
|
+
|
5038
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c708552b
|
5039
|
+
msgid "config.mux_min_streams.description"
|
5040
|
+
msgstr ""
|
5041
|
+
|
5042
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c708552c
|
5043
|
+
msgid "config.mux_max_streams.label"
|
5044
|
+
msgstr ""
|
5045
|
+
|
5046
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c708552d
|
5047
|
+
msgid "config.mux_max_streams.description"
|
5048
|
+
msgstr ""
|
5049
|
+
|
5050
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c708552e
|
5051
|
+
msgid "config.mux_padding_enable.label"
|
5052
|
+
msgstr ""
|
5053
|
+
|
5054
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c708552f
|
5055
|
+
msgid "config.mux_padding_enable.description"
|
5056
|
+
msgstr ""
|
5057
|
+
|
5058
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085530
|
5059
|
+
msgid "config.mux_brutal_enable.label"
|
5060
|
+
msgstr ""
|
5061
|
+
|
5062
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085531
|
5063
|
+
msgid "config.mux_brutal_enable.description"
|
5064
|
+
msgstr ""
|
5065
|
+
|
5066
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085532
|
5067
|
+
msgid "config.mux_brutal_up_mbps.label"
|
5068
|
+
msgstr ""
|
5069
|
+
|
5070
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085533
|
5071
|
+
msgid "config.mux_brutal_up_mbps.description"
|
5072
|
+
msgstr ""
|
5073
|
+
|
5074
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085534
|
5075
|
+
msgid "config.mux_brutal_down_mbps.label"
|
5076
|
+
msgstr ""
|
5077
|
+
|
5078
|
+
#: hiddifypanel/templates/fake.html:1 loco:65aaebb0a6f492b0c7085535
|
5079
|
+
msgid "config.mux_brutal_down_mbps.description"
|
5080
|
+
msgstr ""
|
5081
|
+
|
5082
|
+
#: hiddifypanel/templates/fake.html:2 loco:65aaebb0a6f492b0c7085536
|
5083
|
+
msgid "config.mux.label"
|
5084
|
+
msgstr ""
|
5085
|
+
|
5086
|
+
#: hiddifypanel/templates/fake.html:2 loco:65aaebb0a6f492b0c7085537
|
5087
|
+
msgid "config.mux.description"
|
5088
|
+
msgstr ""
|
Binary file
|