hiddifypanel 10.30.8.dev1__py3-none-any.whl → 10.30.9.dev0__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/hutils/network/net.py +5 -3
- hiddifypanel/models/user.py +3 -2
- hiddifypanel/panel/admin/Actions.py +2 -2
- hiddifypanel/panel/admin/AdminstratorAdmin.py +1 -1
- hiddifypanel/panel/admin/Dashboard.py +3 -4
- hiddifypanel/panel/admin/DomainAdmin.py +3 -3
- hiddifypanel/panel/admin/QuickSetup.py +6 -5
- hiddifypanel/panel/admin/SettingAdmin.py +12 -12
- hiddifypanel/panel/admin/UserAdmin.py +7 -4
- hiddifypanel/panel/admin/templates/model/domain_list.html +13 -12
- hiddifypanel/panel/admin/templates/model/user_list.html +8 -5
- hiddifypanel/panel/admin/templates/quick_setup.html +1 -1
- hiddifypanel/panel/admin/templates/result.html +3 -2
- hiddifypanel/panel/commercial/ParentDomainAdmin.py +1 -1
- hiddifypanel/panel/commercial/restapi/v2/admin/schema.py +3 -0
- hiddifypanel/panel/commercial/telegrambot/Usage.py +1 -4
- hiddifypanel/panel/commercial/telegrambot/admin.py +3 -3
- hiddifypanel/panel/commercial/telegrambot/information.py +1 -3
- hiddifypanel/panel/common_bp/login.py +2 -2
- hiddifypanel/panel/user/templates/home/home.html +30 -14
- hiddifypanel/panel/user/templates/home/index_old.html +2 -2
- hiddifypanel/panel/user/templates/home/multi.html +2 -2
- hiddifypanel/panel/user/templates/redirect_to_new_format.html +1 -1
- hiddifypanel/templates/500.html +1 -1
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +112 -130
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +114 -133
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +104 -127
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +109 -132
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +93 -114
- hiddifypanel/translations.i18n/en.json +41 -71
- hiddifypanel/translations.i18n/fa.json +122 -73
- hiddifypanel/translations.i18n/pt.json +327 -69
- hiddifypanel/translations.i18n/ru.json +180 -74
- hiddifypanel/translations.i18n/zh.json +308 -69
- {hiddifypanel-10.30.8.dev1.dist-info → hiddifypanel-10.30.9.dev0.dist-info}/METADATA +1 -1
- {hiddifypanel-10.30.8.dev1.dist-info → hiddifypanel-10.30.9.dev0.dist-info}/RECORD +47 -47
- {hiddifypanel-10.30.8.dev1.dist-info → hiddifypanel-10.30.9.dev0.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-10.30.8.dev1.dist-info → hiddifypanel-10.30.9.dev0.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.30.8.dev1.dist-info → hiddifypanel-10.30.9.dev0.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-10.30.8.dev1.dist-info → hiddifypanel-10.30.9.dev0.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
" Search Settings": "搜索设置",
|
3
3
|
"%(count)s records were successfully disabled.": "%(count)s 条记录已成功禁用。",
|
4
4
|
"%(count)s records were successfully enabled.": "%(count)s 条记录已成功启用。",
|
5
|
+
"%(expire_days)s days": "",
|
5
6
|
"%(placeholder)s": "%(placeholder)s",
|
6
7
|
"0 - Last day": "最后一天",
|
7
8
|
"Access Denied!": "拒绝访问",
|
@@ -46,12 +47,6 @@
|
|
46
47
|
"Create Package": "创建包",
|
47
48
|
"Current Domain": "当前域名",
|
48
49
|
"Dear {}\n\nYour hiddify information is\nUUID: {}\nLast online date: {}\nExpire time: {}\nUsage class: {}\n": "亲爱的 {}\n\n您的 Hiddify 信息是\nUUID:{}\n最后在线日期:{}\n过期时间:{}\n使用类别:{}",
|
49
|
-
"Define the admin mode": {
|
50
|
-
" ": "🥇🥈🥉 定义管理模式"
|
51
|
-
},
|
52
|
-
"Define the user mode": {
|
53
|
-
" Should the usage reset every month?": "用户的套餐模式。使用量是否应该每月、每周等重置"
|
54
|
-
},
|
55
50
|
"Delete?": "删除?",
|
56
51
|
"Develop": "⚠️开发",
|
57
52
|
"Direct": "➖ 直接",
|
@@ -89,9 +84,6 @@
|
|
89
84
|
"HiddifyNG": "HiddifyNG <span class='badge badge-success'>推荐</span>",
|
90
85
|
"HiddifyNG intro": "📌 请从以下任一链接安装 HiddifyNG:\n<br/>\n %(dl_link)s %(play_link)s\n<br/>\n然后单击下面的链接并在 HiddifyNG 中打开它。\n<br/>",
|
91
86
|
"HiddigyN": "HiddifyN <span class='badge badge-success'>推荐</span>",
|
92
|
-
"Hooray 🎉 🎉 🎉 \nWelcome to hiddifybot": {
|
93
|
-
"\nStart by clicking the link on the panel or entering your UUID.": "万岁🎉🎉🎉\n欢迎使用 Hiddify 机器人\n首先单击面板上的链接或输入您的 UUID。"
|
94
|
-
},
|
95
87
|
"Hover the user to see the reason": "将鼠标悬停在用户上即可查看原因",
|
96
88
|
"How many days this package should be available?": "这个套餐有多少天?",
|
97
89
|
"How many?": "多少?",
|
@@ -101,9 +93,6 @@
|
|
101
93
|
"Import in": "导入",
|
102
94
|
"In 5 minutes": "5 分钟内",
|
103
95
|
"In CDN mode, Domain IP=%(domain_ip)s should be different to your ip=%(server_ip)s": "在CDN模式,域名IP=%(domain_ip)s应该与你的IP不同=%(server_ip)s",
|
104
|
-
"In this section, you can add your domain": {
|
105
|
-
" You need to add at least one domain in direct mode.": "1️⃣ 在此部分中,您可以添加您的域名。\n<br>\n2️⃣ 如果您想减少出现脏 IP 的可能性,可以添加多个中继服务器<a href='https://github.com/hiddify/hiddify-config/discussions/129'>阅读更多</a>。\n<br>\n3️⃣ 如果您的面板中有多个 IPv4 或 IPv6,您必须将指向它们的域添加为中继。"
|
106
|
-
},
|
107
96
|
"Incorrect Password": "⚠️密码错误",
|
108
97
|
"Install": "安装",
|
109
98
|
"Install Hiddify Application": "Hiddify 管理器安装",
|
@@ -112,12 +101,6 @@
|
|
112
101
|
"Invalid admin link": "管理员链接无效",
|
113
102
|
"Iran": "🇮🇷伊朗",
|
114
103
|
"It seems that you are using default domain (%(domain)s) which is not recommended.": "看来您正在使用默认域(%(domain)s),这是不推荐的。请从域部分更改或删除它。",
|
115
|
-
"It seems that you have not created any users yet": {
|
116
|
-
" Default user link: %(default_link)s": "您似乎还没有创建任何用户。默认用户链接:%(default_link)s"
|
117
|
-
},
|
118
|
-
"It seems that you have not setup the system completely": {
|
119
|
-
" <a class=\"btn btn-success\" href=\"%(quick_setup)s\">Click here</a> to complete setup.": "看来你还没有完全安装系统。 <a class='btn btn-success' href='%(quick_setup)s'>单击此处</a>完成设置。"
|
120
|
-
},
|
121
104
|
"It will override the root admin to the current user": "它将把备份文件的所有者admin覆盖为当前用户",
|
122
105
|
"Join our Hiddify Telegram channel to get the latest updates on Hiddify.": "加入我们的 Hiddify Telegram 频道,获取 Hiddify 的最新动态。",
|
123
106
|
"Last Online": "最后一次连接",
|
@@ -150,18 +133,14 @@
|
|
150
133
|
"Package not started yet.": "套餐还没开始。",
|
151
134
|
"Panel Link": "➖ 面板链接",
|
152
135
|
"Parent Panel": "家长小组",
|
153
|
-
"Please Wait
|
154
|
-
".": "请稍等..."
|
155
|
-
},
|
136
|
+
"Please Wait": "请稍等...",
|
156
137
|
"Please click on %(install)s to save the user page.": "单击 %(install)s 保存用户页面。",
|
157
138
|
"Please connect your telegram account to the panel to be informed about latest news.": "请将您的 Telegram 帐户连接到面板以获取最新消息。",
|
158
139
|
"Please connect your telegram accout to the panel to be informed about latest news.": "请将您的 Telegram 帐户连接到面板以了解您的订阅的最新状态",
|
159
140
|
"Please create an issue on Github.": "请在 Github 上创建问题",
|
160
|
-
"Please note that your panel can be accessed only via <a href=\"%(adminlink)s\" class=\"btn btn-primary copy-link\">%(adminlink)s</a>": {
|
161
|
-
" Please save this link.": "请注意,您的面板只能通过以下链接访问。请保存此链接。\n<p><a href='%(adminlink)s' class='btn btn-secondary copy-link'><i class='fa-solid fa-copy'></i></a>\n<a href='%(adminlink)s' class='copy-link' style='word-break: break-all;'>%(adminlink)s</a></p>"
|
162
|
-
},
|
163
141
|
"Please select at least one file.": "请选择至少一个文件",
|
164
142
|
"Please select at least one record.": "请选择至少一条记录",
|
143
|
+
"Please select at least one user": "",
|
165
144
|
"Please select one of the following applications:": "📍请选择以下应用程序之一:\n<br/>\n<br/>",
|
166
145
|
"Please type your message to send to the telegram:": "✏️ 请写下您要发送到 Telegram 的消息:",
|
167
146
|
"Please understand that parent panel is under test and the plan and the condition of use maybe change at anytime.": "请理解,家长面板正在测试中,计划和使用条件可能随时发生变化。",
|
@@ -174,8 +153,11 @@
|
|
174
153
|
"RAM": "内存",
|
175
154
|
"REALITY Fallback domain is not compaitble with server names!": "REALITY 后备域与服务器名称不兼容!",
|
176
155
|
"Release": "✅ 发布",
|
156
|
+
"Remaining about %(relative)s, exactly %(days)s days": "",
|
177
157
|
"Remote nodes are not supported yet!": "尚不支持远程节点!",
|
158
|
+
"Rename File": "",
|
178
159
|
"Reset Filters": "重置过滤器",
|
160
|
+
"Reset Proxies": "",
|
179
161
|
"Reset Usage Time:": "流量使用重置时间:",
|
180
162
|
"Reset every month": "每月",
|
181
163
|
"Reset package days": "📆 重置套餐天数",
|
@@ -195,6 +177,7 @@
|
|
195
177
|
"Save Link": "保存链接",
|
196
178
|
"Select all records": "选择所有记录",
|
197
179
|
"Select record": "选择记录",
|
180
|
+
"Seleted Users": "",
|
198
181
|
"Send Message to User's Telegram": "📣 向用户的 Telegram 发送消息",
|
199
182
|
"Sending": "正在发送...",
|
200
183
|
"Should be a valid domain": "应该是有效域名",
|
@@ -204,29 +187,19 @@
|
|
204
187
|
"SingBox": "📦 歌盒",
|
205
188
|
"Sort by %(name)s": "以%(name)s排序",
|
206
189
|
"Start Date": "开始日期",
|
190
|
+
"Started %(days)s days ago": "",
|
191
|
+
"Started from %(relative)s": "",
|
207
192
|
"Status": "地位",
|
208
193
|
"Submit": "提交",
|
209
194
|
"Success": "成功",
|
210
|
-
"Success! Please wait around 4 minutes to make sure everything is updated": {
|
211
|
-
" During this time, please save your proxy links which are:": "⚠️ 请等待大约 5 分钟以确保所有内容均已更新。在此期间,请复制并保存您的代理链接:"
|
212
|
-
},
|
213
195
|
"Success! Please wait around 5 minutes to make sure everything is updated.": "✔️ 成功!请等待大约 5 分钟以确保所有内容均已更新",
|
214
196
|
"Telegram Bot": "电报机器人",
|
215
197
|
"Temporary Short Link": "⏱️临时短链接",
|
216
|
-
"The action done successfully": {
|
217
|
-
" You can now leave this page.": "✅ 行动成功完成。您现在可以离开此页面"
|
218
|
-
},
|
219
198
|
"The message has been sent.": "消息已发送。",
|
220
199
|
"The message was not sent to": "该消息未发送至",
|
221
200
|
"The name shown in the configs for this domain.": "将显示在该域的配置中的名称。",
|
222
|
-
"The page has been moved to a new link": {
|
223
|
-
" Please copy and save the new link.": "该页面已移至新链接。请复制并保存新链接。"
|
224
|
-
},
|
225
201
|
"This can be used for giving your users a permanent non blockable links.": "这可用于为您的用户提供永久的不可阻止链接。",
|
226
202
|
"This domain does not exist in the panel!": "该域名在面板中不存在!",
|
227
|
-
"This version of hiddify panel is outdated": {
|
228
|
-
" Please update it from admin area.": "⚠️ 此版本的 Hiddify Manager 已过时。请从管理区域更新"
|
229
|
-
},
|
230
203
|
"Today Usage": "今天",
|
231
204
|
"Too many Connected IPs": "连接的IP太多",
|
232
205
|
"Total Usage": "总使用量",
|
@@ -241,32 +214,24 @@
|
|
241
214
|
"View in Telegram": "在电报中查看",
|
242
215
|
"Want to enjoy more with telegram?": "ℹ️ 将您的帐户连接到 Telegram",
|
243
216
|
"Welcome %(user)s": "欢迎%(user)s",
|
244
|
-
"Welcome to admin bot": {
|
245
|
-
" Choose your action": "欢迎使用管理机器人。选择你的行动"
|
246
|
-
},
|
247
217
|
"Why Going to Premium?": "为什么要选择高级版?",
|
218
|
+
"Will Start in %(days)s days": "",
|
248
219
|
"Windows": "视窗",
|
220
|
+
"With selected": "",
|
249
221
|
"Xray": "☢️ XRay",
|
250
222
|
"Yesterday Usage": "昨天",
|
251
223
|
"You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 Hiddify Manager 每 6 小时自动进行一次备份。备份文件在服务器上的路径:⬇️\n<br>\n/opt/hiddify-config/hiddify-panel/备份\n<br>\n<br>\n<br>\n⚠️您可以通过单击下面的按钮下载配置的 JSON 文件格式\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>下载备份文件</a>",
|
252
224
|
"You can restore your configs from previously downloaded configs": "ℹ️您可以从以前下载的备份文件恢复您的配置",
|
253
|
-
"You can select the configs with which domains show be shown in the user area": {
|
254
|
-
" If you select all, automatically, all the new domains will be added for each users.": "对于访问该域的用户区的用户,指定他们可以看到哪些域的代理。\n<br>\n建议:对于IP未过滤且与其他域不同的域,选择所有其他域(当前域除外)。因此,由于该 IP 的使用不是用于代理,并且它是一个简单的网站,因此该域名和 IP 永远不会被阻止,您的用户可以轻松更新新的配置文件。"
|
255
|
-
},
|
256
225
|
"You have too much users! You can have only %(active)s active users and %(total)s users": "你的用户太多了!您只能拥有 %(active)s 个活跃用户和 %(total)s 个用户",
|
257
226
|
"You have used this domain in: ": "您已在以下位置使用过该域名:",
|
258
|
-
"You should visit this page without VPN":
|
259
|
-
" Your country=%(your_country)s\nexpected=%(expected_country)s": "您应该在没有 VPN 的情况下访问此页面 Your Country =%(your_country)s\n预期=%(expected_country)s"
|
260
|
-
},
|
261
|
-
"Your domains changed": {
|
262
|
-
" Please do not forget to copy admin links, otherwise you can not access to the panel anymore.": "⚠️ 您的域名已更改。请不要忘记复制管理链接,否则您将无法再访问面板"
|
263
|
-
},
|
227
|
+
"You should visit this page without VPN. Your country=%(your_country)s\nexpected=%(expected_country)s": "您应该在没有 VPN 的情况下访问此页面 Your Country =%(your_country)s\n预期=%(expected_country)s",
|
264
228
|
"Your hiddify instance information \nDomain: {} \nUsage limit: {} GB\nCurrent usage: {} GB\nExpires at: {} \nRemaining days: {} \n\n\n Happy using 🎉 🎉 🎉 \n": "您的 Hiddify 实例信息\n领域: {}\n使用限制:{} GB\n当前使用情况:{} GB\n到期时间:{}\n剩余天数:{}\n\n\n祝你好运! 🎉🎉🎉",
|
265
229
|
"[Admin only visible message:] You can change this message from settings": "[管理员专用消息]:可通过设置自定义。",
|
266
230
|
"actions": "行动",
|
267
231
|
"admin link": "行政",
|
268
232
|
"admin": {
|
269
233
|
"Actions:apply_configs": "应用配置",
|
234
|
+
"action_done_sucess": "✅ 行动成功完成。您现在可以离开此页面",
|
270
235
|
"actions": {
|
271
236
|
"apply_configs": "应用配置",
|
272
237
|
"reinstall": "重新安装",
|
@@ -280,6 +245,8 @@
|
|
280
245
|
"apply_configs": "应用配置",
|
281
246
|
"title": "设置"
|
282
247
|
},
|
248
|
+
"define_mode": "🥇🥈🥉 定义管理模式",
|
249
|
+
"incomplete_setup_warning": "看来你还没有完全安装系统。 <a class='btn btn-success' href='%(quick_setup)s'>单击此处</a>完成设置。",
|
283
250
|
"menu": {
|
284
251
|
"api": "应用程序编程接口",
|
285
252
|
"config": "设置",
|
@@ -291,6 +258,7 @@
|
|
291
258
|
"telegram": "电报",
|
292
259
|
"user": "用户"
|
293
260
|
},
|
261
|
+
"no_user_warning": "",
|
294
262
|
"proxy": {
|
295
263
|
"detailed_config": "⚙️详细配置",
|
296
264
|
"global_config": "⚙️ 全局配置"
|
@@ -298,7 +266,12 @@
|
|
298
266
|
"quicksetup": {
|
299
267
|
"title": "快速设置"
|
300
268
|
},
|
301
|
-
"quicksetup_intro": "您的服务器的 IP 是:\n<div>\nIPv4:%(ipv4)s <br> IPv6:%(ipv6)s\n</div>\n在您的域或子域上设置这些 IP,然后在下面的框中输入您的域或子域。"
|
269
|
+
"quicksetup_intro": "您的服务器的 IP 是:\n<div>\nIPv4:%(ipv4)s <br> IPv6:%(ipv6)s\n</div>\n在您的域或子域上设置这些 IP,然后在下面的框中输入您的域或子域。",
|
270
|
+
"save_panel_link": "请注意,您的面板只能通过以下链接访问。请保存此链接。\n<p><a href='%(adminlink)s' class='btn btn-secondary copy-link'><i class='fa-solid fa-copy'></i></a>\n<a href='%(adminlink)s' class='copy-link' style='word-break: break-all;'>%(adminlink)s</a></p>",
|
271
|
+
"waiting_for_update": "⚠️ 请等待大约 5 分钟以确保所有内容均已更新。在此期间,请复制并保存您的代理链接:"
|
272
|
+
},
|
273
|
+
"adminuser": {
|
274
|
+
"force_update_usage": ""
|
302
275
|
},
|
303
276
|
"all": "全部",
|
304
277
|
"android": "安卓",
|
@@ -356,19 +329,34 @@
|
|
356
329
|
},
|
357
330
|
"auto": "自动",
|
358
331
|
"auto_cdn_ip": "☑️ 自动 CDN IP 选择器",
|
332
|
+
"bot": {
|
333
|
+
"admin_welcome": "欢迎使用管理机器人。选择你的行动",
|
334
|
+
"welcome": "万岁🎉🎉🎉\n欢迎使用 Hiddify 机器人\n首先单击面板上的链接或输入您的 UUID。"
|
335
|
+
},
|
359
336
|
"cdn": "🔀 CDN(Cloudflare 代理,...)",
|
337
|
+
"cf-delete": {
|
338
|
+
"failed": ""
|
339
|
+
},
|
360
340
|
"child has been removed!": "孩子已被移走!",
|
341
|
+
"child": {
|
342
|
+
"register-failed": "",
|
343
|
+
"register-success": "",
|
344
|
+
"sync-failed": ""
|
345
|
+
},
|
361
346
|
"clickable copy": "社交媒体链接",
|
362
347
|
"close": "关闭",
|
348
|
+
"cloudflare": {
|
349
|
+
"error": ""
|
350
|
+
},
|
363
351
|
"config": {
|
364
|
-
"
|
365
|
-
"
|
366
|
-
"
|
367
|
-
"
|
368
|
-
"
|
369
|
-
"
|
370
|
-
"
|
371
|
-
"
|
352
|
+
"Domain_already_used": "域存在于域部分。使用另一个域",
|
353
|
+
"Invalid_The_pattern_is_number-number": "⚠️配置无效!模式是数字-数字",
|
354
|
+
"Invalid_brand_link": "无效的链接。它应该采用以下格式:(https 或 http://example.com)",
|
355
|
+
"Invalid_domain": "错误!无效域名。域名格式为 www.google.com",
|
356
|
+
"Invalid_it_should_be_a_number_only": "⚠️配置无效!它应该只是一个数字",
|
357
|
+
"Invalid_port": "端口无效。它应该是逗号分隔的整数,例如2052,2053",
|
358
|
+
"Invalid_proxy_path": "代理路径无效。它应该是 ASCI 字符串 (a-z A-Z 0-9)",
|
359
|
+
"Invalid_telegram_bot_token": "Telegram 机器人令牌无效",
|
372
360
|
"admin": {
|
373
361
|
"description": "管理部分用于配置管理相关设置",
|
374
362
|
"label": "管理设置"
|
@@ -477,10 +465,22 @@
|
|
477
465
|
"description": "这是一般系统配置",
|
478
466
|
"label": "常规设置"
|
479
467
|
},
|
468
|
+
"grpc_enable": {
|
469
|
+
"description": "",
|
470
|
+
"label": ""
|
471
|
+
},
|
472
|
+
"h2_enable": {
|
473
|
+
"description": "",
|
474
|
+
"label": ""
|
475
|
+
},
|
480
476
|
"hidden": {
|
481
477
|
"description": "配置.隐藏.描述",
|
482
478
|
"label": "配置.隐藏.标签"
|
483
479
|
},
|
480
|
+
"hiddifycli_enable": {
|
481
|
+
"description": "",
|
482
|
+
"label": ""
|
483
|
+
},
|
484
484
|
"http": {
|
485
485
|
"description": "HTTP 配置可以在此部分设置",
|
486
486
|
"label": "HTTP 配置"
|
@@ -493,18 +493,36 @@
|
|
493
493
|
"description": "通过允许此操作,您的用户可以使用未加密的 HTTP 端口连接到系统。 (不建议)",
|
494
494
|
"label": "☑️ 允许 HTTP 连接"
|
495
495
|
},
|
496
|
+
"httpupgrade_enable": {
|
497
|
+
"description": "",
|
498
|
+
"label": ""
|
499
|
+
},
|
496
500
|
"hysteria": {
|
497
501
|
"description": "Hysteria 是一款功能齐全的代理和中继工具,针对有损、不稳定的连接(例如卫星网络、拥挤的公共 Wi-Fi、从中国连接到国外服务器)进行了优化",
|
498
502
|
"label": "歇斯底里"
|
499
503
|
},
|
504
|
+
"hysteria_down_mbps": {
|
505
|
+
"description": "",
|
506
|
+
"label": ""
|
507
|
+
},
|
500
508
|
"hysteria_enable": {
|
501
509
|
"description": "启用基于 UDP 的 Hysteria 协议",
|
502
510
|
"label": "启用歇斯底里2"
|
503
511
|
},
|
512
|
+
"hysteria_obfs_enable": {
|
513
|
+
"description": "",
|
514
|
+
"label": ""
|
515
|
+
},
|
504
516
|
"hysteria_port": {
|
505
517
|
"description": "Hysteria UDP 端口,例如 5678",
|
506
518
|
"label": "🔍 Hysteria2 端口"
|
507
519
|
},
|
520
|
+
"hysteria_up_mbps": {
|
521
|
+
"description": "",
|
522
|
+
"label": ""
|
523
|
+
},
|
524
|
+
"invalid-pattern-for-warp-sites": "",
|
525
|
+
"invalid_uuid": "UUID 秘密无效。示例:6098ea35-8cb2-4a08-ba15-2be25bc49cb6",
|
508
526
|
"is_parent": {
|
509
527
|
"description": "config.is_parent.description",
|
510
528
|
"label": "家长小组"
|
@@ -529,13 +547,58 @@
|
|
529
547
|
"description": "config.last_hash.描述",
|
530
548
|
"label": "配置.last_hash.label"
|
531
549
|
},
|
550
|
+
"last_priodic_usage_check": {
|
551
|
+
"description": "",
|
552
|
+
"label": ""
|
553
|
+
},
|
532
554
|
"license": {
|
533
555
|
"description": "要将本产品用于商业用途,您必须购买其许可证",
|
534
556
|
"label": "许可证代码"
|
535
557
|
},
|
558
|
+
"log_level": {
|
559
|
+
"description": "",
|
560
|
+
"label": ""
|
561
|
+
},
|
536
562
|
"mux": {
|
563
|
+
"description": "",
|
537
564
|
"label": "MUC设置"
|
538
565
|
},
|
566
|
+
"mux_brutal_down_mbps": {
|
567
|
+
"description": "",
|
568
|
+
"label": ""
|
569
|
+
},
|
570
|
+
"mux_brutal_enable": {
|
571
|
+
"description": "",
|
572
|
+
"label": ""
|
573
|
+
},
|
574
|
+
"mux_brutal_up_mbps": {
|
575
|
+
"description": "",
|
576
|
+
"label": ""
|
577
|
+
},
|
578
|
+
"mux_enable": {
|
579
|
+
"description": "",
|
580
|
+
"label": ""
|
581
|
+
},
|
582
|
+
"mux_max_connections": {
|
583
|
+
"description": "",
|
584
|
+
"label": ""
|
585
|
+
},
|
586
|
+
"mux_max_streams": {
|
587
|
+
"description": "",
|
588
|
+
"label": ""
|
589
|
+
},
|
590
|
+
"mux_min_streams": {
|
591
|
+
"description": "",
|
592
|
+
"label": ""
|
593
|
+
},
|
594
|
+
"mux_padding_enable": {
|
595
|
+
"description": "",
|
596
|
+
"label": ""
|
597
|
+
},
|
598
|
+
"mux_protocol": {
|
599
|
+
"description": "",
|
600
|
+
"label": ""
|
601
|
+
},
|
539
602
|
"netdata": {
|
540
603
|
"description": "用于显示资源。使用您服务器的 CPU,但不会太多。",
|
541
604
|
"label": "网络数据"
|
@@ -552,6 +615,18 @@
|
|
552
615
|
"description": "指定您想要发布的包还是开发的包",
|
553
616
|
"label": "🔄 包更新模式"
|
554
617
|
},
|
618
|
+
"panel_mode": {
|
619
|
+
"description": "",
|
620
|
+
"label": ""
|
621
|
+
},
|
622
|
+
"parent_admin_proxy_path": {
|
623
|
+
"description": "",
|
624
|
+
"label": ""
|
625
|
+
},
|
626
|
+
"parent_domain": {
|
627
|
+
"description": "",
|
628
|
+
"label": ""
|
629
|
+
},
|
555
630
|
"parent_panel": {
|
556
631
|
"description": "您可以连接到中央面板仅定义一个用户,所有服务器的使用情况将累积添加。",
|
557
632
|
"label": "父面板(多服务器)"
|
@@ -560,6 +635,10 @@
|
|
560
635
|
"description": "配置中的 gRPC 路径",
|
561
636
|
"label": "ℹ️ gRPC 路径"
|
562
637
|
},
|
638
|
+
"path_httpupgrade": {
|
639
|
+
"description": "",
|
640
|
+
"label": ""
|
641
|
+
},
|
563
642
|
"path_ss": {
|
564
643
|
"description": "链接中的 Shadowsocks 路径",
|
565
644
|
"label": "Shadowsocks 路径"
|
@@ -596,14 +675,34 @@
|
|
596
675
|
"description": "我们使用秘密代理路径来隐藏我们的政府代理",
|
597
676
|
"label": "ℹ️ 秘密代理路径"
|
598
677
|
},
|
678
|
+
"proxy_path_admin": {
|
679
|
+
"description": "",
|
680
|
+
"label": ""
|
681
|
+
},
|
682
|
+
"proxy_path_client": {
|
683
|
+
"description": "",
|
684
|
+
"label": ""
|
685
|
+
},
|
686
|
+
"quic_enable": {
|
687
|
+
"description": "",
|
688
|
+
"label": ""
|
689
|
+
},
|
599
690
|
"reality": {
|
600
691
|
"description": "REALITY 消除了服务器端 TLS 指纹功能",
|
601
692
|
"label": "现实"
|
602
693
|
},
|
694
|
+
"reality_enable": {
|
695
|
+
"description": "",
|
696
|
+
"label": ""
|
697
|
+
},
|
603
698
|
"reality_fallback_domain": {
|
604
699
|
"description": "当 GFW 访问服务器名称中的网站时,将被重定向到该域。",
|
605
700
|
"label": "🌍 现实后备域"
|
606
701
|
},
|
702
|
+
"reality_port": {
|
703
|
+
"description": "",
|
704
|
+
"label": ""
|
705
|
+
},
|
607
706
|
"reality_private_key": {
|
608
707
|
"description": "不要改变它",
|
609
708
|
"label": "🔑 私钥"
|
@@ -632,6 +731,22 @@
|
|
632
731
|
"description": "config.restls1_3_domain.description",
|
633
732
|
"label": "config.restls1_3_domain.label"
|
634
733
|
},
|
734
|
+
"shadowsocks": {
|
735
|
+
"description": "",
|
736
|
+
"label": ""
|
737
|
+
},
|
738
|
+
"shadowsocks2022_enable": {
|
739
|
+
"description": "",
|
740
|
+
"label": ""
|
741
|
+
},
|
742
|
+
"shadowsocks2022_method": {
|
743
|
+
"description": "",
|
744
|
+
"label": ""
|
745
|
+
},
|
746
|
+
"shadowsocks2022_port": {
|
747
|
+
"description": "",
|
748
|
+
"label": ""
|
749
|
+
},
|
635
750
|
"shadowtls": {
|
636
751
|
"description": "向防火墙公开真实 tls 握手的代理。\n\n它的工作方式类似于木马,但不需要签名证书。防火墙将看到与您选择的有效证书的真实 tls 握手。",
|
637
752
|
"label": "影子TLS"
|
@@ -696,6 +811,38 @@
|
|
696
811
|
"description": "请在您的数据中心使用众所周知的域。例如,如果您在 Azure 数据中心,microsoft-update.com 就是一个很好的例子",
|
697
812
|
"label": "SSR 假域名"
|
698
813
|
},
|
814
|
+
"sub_full_clash_enable": {
|
815
|
+
"description": "",
|
816
|
+
"label": ""
|
817
|
+
},
|
818
|
+
"sub_full_clash_meta_enable": {
|
819
|
+
"description": "",
|
820
|
+
"label": ""
|
821
|
+
},
|
822
|
+
"sub_full_links_b64_enable": {
|
823
|
+
"description": "",
|
824
|
+
"label": ""
|
825
|
+
},
|
826
|
+
"sub_full_links_enable": {
|
827
|
+
"description": "",
|
828
|
+
"label": ""
|
829
|
+
},
|
830
|
+
"sub_full_singbox_enable": {
|
831
|
+
"description": "",
|
832
|
+
"label": ""
|
833
|
+
},
|
834
|
+
"sub_full_xray_json_enable": {
|
835
|
+
"description": "",
|
836
|
+
"label": ""
|
837
|
+
},
|
838
|
+
"sub_singbox_ssh_enable": {
|
839
|
+
"description": "",
|
840
|
+
"label": ""
|
841
|
+
},
|
842
|
+
"tcp_enable": {
|
843
|
+
"description": "",
|
844
|
+
"label": ""
|
845
|
+
},
|
699
846
|
"telegram": {
|
700
847
|
"description": "专为 Telegram 设计的代理,可绕过 Telegram 过滤",
|
701
848
|
"label": "电报代理"
|
@@ -724,10 +871,38 @@
|
|
724
871
|
"description": "可以在此部分设置 TLS 配置。",
|
725
872
|
"label": "TLS 配置"
|
726
873
|
},
|
874
|
+
"tls_fragment_enable": {
|
875
|
+
"description": "",
|
876
|
+
"label": ""
|
877
|
+
},
|
878
|
+
"tls_fragment_size": {
|
879
|
+
"description": "",
|
880
|
+
"label": ""
|
881
|
+
},
|
882
|
+
"tls_fragment_sleep": {
|
883
|
+
"description": "",
|
884
|
+
"label": ""
|
885
|
+
},
|
886
|
+
"tls_mixed_case": {
|
887
|
+
"description": "",
|
888
|
+
"label": ""
|
889
|
+
},
|
890
|
+
"tls_padding_enable": {
|
891
|
+
"description": "",
|
892
|
+
"label": ""
|
893
|
+
},
|
894
|
+
"tls_padding_length": {
|
895
|
+
"description": "",
|
896
|
+
"label": ""
|
897
|
+
},
|
727
898
|
"tls_ports": {
|
728
899
|
"description": "逗号分隔的整数,指示用作 TLS 连接的端口(在任何情况下都将使用端口 443)",
|
729
900
|
"label": "🔎 TLS 端口"
|
730
901
|
},
|
902
|
+
"tls_trick": {
|
903
|
+
"description": "",
|
904
|
+
"label": ""
|
905
|
+
},
|
731
906
|
"too_advanced": {
|
732
907
|
"description": "指定代理路径。如果您使用 HTTP 和 VMess,这一点尤其重要",
|
733
908
|
"label": "非常高级的设置"
|
@@ -736,6 +911,10 @@
|
|
736
911
|
"description": "可以在此部分设置 Torrent 阻止配置。",
|
737
912
|
"label": "Torrent 块配置"
|
738
913
|
},
|
914
|
+
"trojan_enable": {
|
915
|
+
"description": "",
|
916
|
+
"label": ""
|
917
|
+
},
|
739
918
|
"tuic": {
|
740
919
|
"description": "Delicately-TUICed 高性能代理位于 QUIC 协议之上。\n\nTUIC的目标是尽可能减少握手延迟",
|
741
920
|
"label": "TUIC"
|
@@ -763,10 +942,15 @@
|
|
763
942
|
"validation-error": "其中一个字段有错误。",
|
764
943
|
"validation-success": "配置已成功更改。单击 %(link)s 应用配置。申请可能需要 2 分钟",
|
765
944
|
"validation-success-no-reset": "✅ 配置已成功更改",
|
945
|
+
"vless_enable": {
|
946
|
+
"description": "",
|
947
|
+
"label": ""
|
948
|
+
},
|
766
949
|
"vmess_enable": {
|
767
950
|
"description": "据多位人士透露,VMess 导致该系统被政府检测到。所以不推荐",
|
768
951
|
"label": "♈️启用VMess"
|
769
952
|
},
|
953
|
+
"warp-https-domain-for-warp-site": "",
|
770
954
|
"warp": {
|
771
955
|
"description": "Warp 是一种在出站流量中隐藏服务器 IP 的工具。这意味着如果用户访问网站,则暴露的是 Warp IP,而不是我们的服务器 IP。\n<br>\n例如,如果您在 Google 上遇到验证码问题,则可能会通过这种方式修复。",
|
772
956
|
"label": "扭曲➕"
|
@@ -783,7 +967,50 @@
|
|
783
967
|
"description": "🔝 提高浏览速度。要获取密钥,请转到 <a href='https://1.1.1.1/'> 1.1.1.1 </a>\n应用程序并从 Cloudflare 购买原始 KEY\n<br>\n⚠️如果此Key有错误,WARP将被禁用。",
|
784
968
|
"label": "🔑 变形加键"
|
785
969
|
},
|
786
|
-
"
|
970
|
+
"warp_sites": {
|
971
|
+
"description": "",
|
972
|
+
"label": ""
|
973
|
+
},
|
974
|
+
"wireguard": {
|
975
|
+
"description": "",
|
976
|
+
"label": ""
|
977
|
+
},
|
978
|
+
"wireguard_enable": {
|
979
|
+
"description": "",
|
980
|
+
"label": ""
|
981
|
+
},
|
982
|
+
"wireguard_ipv4": {
|
983
|
+
"description": "",
|
984
|
+
"label": ""
|
985
|
+
},
|
986
|
+
"wireguard_ipv6": {
|
987
|
+
"description": "",
|
988
|
+
"label": ""
|
989
|
+
},
|
990
|
+
"wireguard_noise_trick": {
|
991
|
+
"description": "",
|
992
|
+
"label": ""
|
993
|
+
},
|
994
|
+
"wireguard_port": {
|
995
|
+
"description": "",
|
996
|
+
"label": ""
|
997
|
+
},
|
998
|
+
"wireguard_private_key": {
|
999
|
+
"description": "",
|
1000
|
+
"label": ""
|
1001
|
+
},
|
1002
|
+
"wireguard_public_key": {
|
1003
|
+
"description": "",
|
1004
|
+
"label": ""
|
1005
|
+
},
|
1006
|
+
"ws_enable": {
|
1007
|
+
"description": "",
|
1008
|
+
"label": ""
|
1009
|
+
},
|
1010
|
+
"xtls_enable": {
|
1011
|
+
"description": "",
|
1012
|
+
"label": ""
|
1013
|
+
}
|
787
1014
|
},
|
788
1015
|
"copy": "复制",
|
789
1016
|
"daily": "⏰ 每日",
|
@@ -792,24 +1019,31 @@
|
|
792
1019
|
"direct": "➡️直接",
|
793
1020
|
"domain": {
|
794
1021
|
"cdn": "CDN",
|
1022
|
+
"changed_in_domain_warning": "⚠️ 您的域名已更改。请不要忘记复制管理链接,否则您将无法再访问面板",
|
795
1023
|
"description": "请仔细、正确地填写此字段。否则,代理将会遇到问题。请访问<a href='https://github.com/hiddify/hiddify-config/wiki/??????-??????-??-??????-??????-??????#??????-??????????????????>帮助</a>了解如何创建子域。",
|
796
1024
|
"domain": "领域",
|
797
1025
|
"domain_fronting": {
|
798
1026
|
"description": "它用于在 SNI 中模拟另一个网站而不是您的网站。因此,GFW 无法过滤您的域名\n<a href='https://github.com/hiddify/hiddify-config/wiki/Guide-for-domain-fronting'>指南</a>。 ⚠️CloudFlare 不支持域前置。",
|
799
1027
|
"label": "🔒 启用 TLS 域前置"
|
800
1028
|
},
|
1029
|
+
"intro": "",
|
801
1030
|
"ip": "知识产权",
|
802
|
-
"mode": "模式"
|
1031
|
+
"mode": "模式",
|
1032
|
+
"reality": {
|
1033
|
+
"asn_issue": "REALITY 的所选域不在同一 ASN 中。为了更好地使用该协议,最好在同一 ASN 中找到一个域"
|
1034
|
+
},
|
1035
|
+
"show_domains_description": "对于访问该域的用户区的用户,指定他们可以看到哪些域的代理。\n<br>\n建议:对于IP未过滤且与其他域不同的域,选择所有其他域(当前域除外)。因此,由于该 IP 的使用不是用于代理,并且它是一个简单的网站,因此该域名和 IP 永远不会被阻止,您的用户可以轻松更新新的配置文件。"
|
803
1036
|
},
|
804
1037
|
"download": "直接下载",
|
805
1038
|
"fake": "🆎 假网站",
|
806
1039
|
"gRPC": "➿ gRPC",
|
807
|
-
"
|
808
|
-
"
|
1040
|
+
"grpc-proxy": {
|
1041
|
+
"description": "ℹ️ gRPC 是一个基于 H2 的协议。也许对你来说更快!"
|
809
1042
|
},
|
810
1043
|
"in parent panel": "在家长面板中",
|
811
1044
|
"install from google play": "<i class='fa-brands fa-google-play'></i> Google Play",
|
812
1045
|
"ios": "iOS系统",
|
1046
|
+
"items": "",
|
813
1047
|
"lang": {
|
814
1048
|
"en": "🇺🇸 English 中文",
|
815
1049
|
"fa": "🇮🇷 Persian فارسی 波斯语",
|
@@ -836,9 +1070,11 @@
|
|
836
1070
|
"page-title": "Hiddify 管理器"
|
837
1071
|
},
|
838
1072
|
"monthly": "🗓️每月",
|
1073
|
+
"move_to_new_link": "该页面已移至新链接。请复制并保存新链接。",
|
839
1074
|
"next": "下一个",
|
840
1075
|
"no_reset": "⭐️无需重置",
|
841
1076
|
"node": {
|
1077
|
+
"diff-version": "",
|
842
1078
|
"mode": {
|
843
1079
|
"dscr": "节点模式.dscr",
|
844
1080
|
"label": "节点模式"
|
@@ -854,8 +1090,13 @@
|
|
854
1090
|
},
|
855
1091
|
"old_xtls_direct": "🔙旧直连模式(针对木马TCP、VLess XTLS)",
|
856
1092
|
"open": "打开",
|
1093
|
+
"outdated_panel": "⚠️ 此版本的 Hiddify Manager 已过时。请从管理区域更新",
|
857
1094
|
"package days?": "包天数?",
|
858
1095
|
"package size?": "包装尺寸?",
|
1096
|
+
"parent": {
|
1097
|
+
"invalid-parent-url": "",
|
1098
|
+
"sync-req-failed": ""
|
1099
|
+
},
|
859
1100
|
"previous": "以前的",
|
860
1101
|
"quicksetup": {
|
861
1102
|
"setlang": {
|
@@ -867,9 +1108,6 @@
|
|
867
1108
|
"relay": "♾️ 中继(使用中间节点连接)",
|
868
1109
|
"search": "搜索",
|
869
1110
|
"see the log in the bellow screen": "📑 查看以下屏幕中的日志",
|
870
|
-
"selected domain for REALITY is not in the same ASN": {
|
871
|
-
" To better use of the protocol, it is better to find a domain in the same ASN.": "REALITY 的所选域不在同一 ASN 中。为了更好地使用该协议,最好在同一 ASN 中找到一个域"
|
872
|
-
},
|
873
1111
|
"serverssh": {
|
874
1112
|
"password-login": {
|
875
1113
|
"warning": "您的服务器很容易受到滥用,因为您的 SSH 中启用了密码身份验证。为了保护您的服务器,请切换到密钥身份验证机制并关闭PasswordAuthentication。<a href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-Authentication'>阅读更多...</a>"
|
@@ -884,6 +1122,7 @@
|
|
884
1122
|
"user": {
|
885
1123
|
"UUID": "通用唯一标识符",
|
886
1124
|
"current_usage_GB": "当前使用情况(GB)",
|
1125
|
+
"define_mode": "用户的套餐模式。使用量是否应该每月、每周等重置",
|
887
1126
|
"expiry_time": "过期(天)",
|
888
1127
|
"home": {
|
889
1128
|
"all_configs": "所有配置",
|
@@ -946,6 +1185,8 @@
|
|
946
1185
|
"description": "要复制或共享链接,请单击灰色的<i class='fa-solid fa-qrcode'></i>字段以显示其二维码。",
|
947
1186
|
"display": "显示二维码"
|
948
1187
|
},
|
1188
|
+
"select_os": "请选择您的操作系统。",
|
1189
|
+
"select_tool": "请选择该项目。",
|
949
1190
|
"share-title": "分享到社交媒体",
|
950
1191
|
"speedtest": {
|
951
1192
|
"download": "下载",
|
@@ -962,6 +1203,7 @@
|
|
962
1203
|
"tool": {
|
963
1204
|
"all-configs": "所有配置",
|
964
1205
|
"doh": {
|
1206
|
+
"help": "",
|
965
1207
|
"title": "HTTPS 上的 DNS"
|
966
1208
|
}
|
967
1209
|
},
|
@@ -974,9 +1216,7 @@
|
|
974
1216
|
},
|
975
1217
|
"windows": {
|
976
1218
|
"intro": "首先,根据您的操作系统下载并安装 Hiddify Desktop 软件。\n<br/>\n%(hiddify_desktop_links)s\n\n<详情>\n<summary>为什么选择 Hiddify Desktop?</summary>\n<div class='callout callout-info'>\n\n Hiddify Desktop 是 Clash 的一个安全开源分支,支持更多 VLESS 和 UTLS 指纹识别。\n <br>\n<br/>\n 其源代码存在于\n <a href='https://github.com/hiddify/HiddifyDesktop'>GitHub</a>。\n \n\n <详情>\n <summary>替代方案:正常冲突</summary>\n %(normal_clash_link)s\n\n <div class='警报警报-危险'>\n Clash 不支持浏览器指纹识别和 VLESS 协议。因此,我们需要为其添加另一个链接。\n </div>\n \n\n </详情>\n</div>\n </详情>\n<br/>\n现在,根据您的需要,您可以单击其中一个按钮。通过在浏览器中查看该窗口,只需单击<b>打开</b>选项即可自动将服务器链接添加到 Hiddify Desktop。"
|
977
|
-
}
|
978
|
-
"select os": "请选择您的操作系统。",
|
979
|
-
"select tool": "请选择该项目。"
|
1219
|
+
}
|
980
1220
|
},
|
981
1221
|
"last_reset_time": "最后使用日期重置",
|
982
1222
|
"name": "姓名",
|
@@ -984,6 +1224,5 @@
|
|
984
1224
|
"user_links": "用户链接"
|
985
1225
|
},
|
986
1226
|
"weekly": "📅每周",
|
987
|
-
"worker": "✴️ Cloudflare 工作人员"
|
988
|
-
"Remaining: ": "包裹结束"
|
1227
|
+
"worker": "✴️ Cloudflare 工作人员"
|
989
1228
|
}
|