hiddifypanel 10.80.12.dev1__py3-none-any.whl → 10.85.0b2__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 +3 -3
- hiddifypanel/apps/asgi_app.py +1 -1
- hiddifypanel/apps/celery_app.py +2 -2
- hiddifypanel/apps/celery_app_flask.py +3 -0
- hiddifypanel/apps/wsgi_app.py +1 -1
- hiddifypanel/base.py +5 -5
- hiddifypanel/celery.py +68 -1
- hiddifypanel/database.py +62 -5
- hiddifypanel/drivers/singbox_api.py +2 -1
- hiddifypanel/drivers/user_driver.py +4 -1
- hiddifypanel/hutils/__init__.py +46 -14
- hiddifypanel/hutils/crypto.py +2 -1
- hiddifypanel/hutils/encode.py +1 -2
- hiddifypanel/hutils/flask.py +1 -1
- hiddifypanel/hutils/network/auto_ip_selector.py +15 -12
- hiddifypanel/hutils/network/cf_api.py +7 -2
- hiddifypanel/hutils/proxy/xrayjson.py +1 -0
- hiddifypanel/hutils/system.py +9 -8
- hiddifypanel/hutils/utils.py +2 -1
- hiddifypanel/models/admin.py +7 -5
- hiddifypanel/models/base_account.py +3 -3
- hiddifypanel/models/child.py +4 -4
- hiddifypanel/models/config.py +5 -5
- hiddifypanel/models/config_enum.py +3 -1
- hiddifypanel/models/domain.py +5 -5
- hiddifypanel/models/proxy.py +4 -2
- hiddifypanel/models/report.py +3 -3
- hiddifypanel/models/usage.py +2 -2
- hiddifypanel/models/user.py +3 -3
- hiddifypanel/panel/admin/templates/index.html +6 -6
- hiddifypanel/panel/cli.py +1 -1
- hiddifypanel/panel/commercial/restapi/v1/tgbot.py +2 -3
- hiddifypanel/panel/commercial/restapi/v2/user/apps_api.py +76 -6
- hiddifypanel/panel/common.py +5 -1
- hiddifypanel/panel/common_bp/login.py +3 -2
- hiddifypanel/panel/hiddify.py +9 -9
- hiddifypanel/panel/hlogger.py +3 -1
- hiddifypanel/panel/init_db.py +71 -87
- hiddifypanel/panel/run_commander.py +3 -4
- hiddifypanel/panel/usage.py +10 -9
- hiddifypanel/panel/user/templates/base_singbox_config.json.j2 +19 -34
- hiddifypanel/panel/user/templates/base_xray_config.json.j2 +4 -2
- hiddifypanel/panel/user/templates/clash_config.yml +33 -3
- hiddifypanel/static/apps-icon/clash_verge_rev.ico +0 -0
- hiddifypanel/static/apps-icon/cmfa.ico +0 -0
- hiddifypanel/templates/master.html +1 -1
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +37 -1
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +37 -1
- hiddifypanel/translations/my/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/my/LC_MESSAGES/messages.po +0 -2
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +37 -1
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +37 -1
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +37 -1
- hiddifypanel/translations.i18n/en.json +17 -1
- hiddifypanel/translations.i18n/fa.json +17 -1
- hiddifypanel/translations.i18n/fr.json +1 -0
- hiddifypanel/translations.i18n/my.json +4 -0
- hiddifypanel/translations.i18n/pt.json +17 -1
- hiddifypanel/translations.i18n/ru.json +17 -1
- hiddifypanel/translations.i18n/zh.json +17 -1
- hiddifypanel-10.85.0b2.dist-info/METADATA +331 -0
- {hiddifypanel-10.80.12.dev1.dist-info → hiddifypanel-10.85.0b2.dist-info}/RECORD +120 -116
- {hiddifypanel-10.80.12.dev1.dist-info → hiddifypanel-10.85.0b2.dist-info}/WHEEL +2 -1
- hiddifypanel-10.85.0b2.dist-info/entry_points.txt +2 -0
- hiddifypanel-10.85.0b2.dist-info/top_level.txt +1 -0
- hiddifypanel-10.80.12.dev1.dist-info/METADATA +0 -137
- hiddifypanel-10.80.12.dev1.dist-info/entry_points.txt +0 -3
- {hiddifypanel-10.80.12.dev1.dist-info → hiddifypanel-10.85.0b2.dist-info/licenses}/LICENSE.md +0 -0
@@ -5,6 +5,7 @@
|
|
5
5
|
"%(expire_days)s days": "%(expire_days)s روز",
|
6
6
|
"%(placeholder)s": "%(placeholder)s",
|
7
7
|
"0 - Last day": "آخرین روز",
|
8
|
+
"<a href=\"%(user_link)s\"> %(user)s</a>": "",
|
8
9
|
"Access Denied!": "دسترسی غیرمجاز",
|
9
10
|
"Actions": "عملیات",
|
10
11
|
"Active": "فعال",
|
@@ -13,6 +14,7 @@
|
|
13
14
|
"Add some text that is only visible to super_admin.": "متنی را اضافه کنید که فقط برای سوپر ادمین ها قابل مشاهده هست",
|
14
15
|
"Add some text that is only visible to you.": "در این قسمت یادداشتی اضافه کنید. (این یادداشت فقط برای شما قابل نمایش است.)",
|
15
16
|
"Added by": "اضافه شده توسط",
|
17
|
+
"Admin Links": "",
|
16
18
|
"Admins": "ادمین ها",
|
17
19
|
"Alias": "نام نمایشی",
|
18
20
|
"All": "همه",
|
@@ -29,6 +31,7 @@
|
|
29
31
|
"Bug": "باگ/پیشنهاد",
|
30
32
|
"CPU %(cores)s Cores": "پردازنده %(cores)s هسته",
|
31
33
|
"Can add sub admin": "👥 امکان اضافه کردن ادمین فرعی",
|
34
|
+
"Change": "",
|
32
35
|
"Check again": "بررسی مجدد",
|
33
36
|
"Childs": "زیرمجموعهها",
|
34
37
|
"China": "🇨🇳 چین",
|
@@ -85,6 +88,7 @@
|
|
85
88
|
"HiddifyNG": "HiddifyNG <span class='badge badge-success'>پیشنهادی</span>",
|
86
89
|
"HiddifyNG intro": "📌 لطفاً HiddifyNG را از یکی از این لینک ها نصب کنید:\n<br />\n %(dl_link)s %(play_link)s\n<br />\nسپس روی لینک زیر کلیک کنید و آن را در HiddifyNG باز کنید.\n<br />",
|
87
90
|
"HiddigyN": "HiddifyN <span class='badge badge-success'>پیشنهادی</span>",
|
91
|
+
"Home Link": "",
|
88
92
|
"Hover the user to see the reason": "روی یوزر کلیک کنید تا دلیل آن را ببینید",
|
89
93
|
"How many days this package should be available?": "این بسته چند روزه است؟",
|
90
94
|
"How many?": "چه تعداد؟",
|
@@ -116,11 +120,13 @@
|
|
116
120
|
"Network": "شبکه",
|
117
121
|
"New": "تازه",
|
118
122
|
"No children!": "هیچ زیر مجموعه ای یافت نشد",
|
123
|
+
"Not Secure": "",
|
119
124
|
"Note": "📝 یادداشت",
|
120
125
|
"Offline more than 1 day": "آفلاین بیش از 1 روز",
|
121
126
|
"Offline more than 1 hour": "آفلاین بیش از 1 ساعت",
|
122
127
|
"Offline more than 1 week": "آفلاین بیش از 1 هفته",
|
123
128
|
"Ok": "تایید",
|
129
|
+
"Online": "",
|
124
130
|
"Online Users": "کاربران آنلاین",
|
125
131
|
"Only Blocked and Local websites": "☑️ فقط سایتهای داخلی و مسدود شدهی خارجی",
|
126
132
|
"Only for sublink?": "🌍 استفاده فقط برای لینک کانفیگ ها (سابسکریپشن)",
|
@@ -193,10 +199,12 @@
|
|
193
199
|
"Started %(days)s days ago": "از %(days)s روز پیش شروع شد",
|
194
200
|
"Started from %(relative)s": "از %(relative)s شروع شد",
|
195
201
|
"Status": "وضعیت",
|
202
|
+
"SubLink": "",
|
196
203
|
"Submit": "ثبت",
|
197
204
|
"Success": "موفقیت",
|
198
205
|
"Success! Please wait around 5 minutes to make sure everything is updated.": "✔️ موفقیت آمیز بود! لطفا برای اینکه مطمئن شوید بروزرسانیها به درستی اعمال شده، حدود 5 دقیقه صبر کنید.",
|
199
206
|
"Telegram Bot": "بات تلگرام",
|
207
|
+
"Telegram Bot Link": "",
|
200
208
|
"Temporary Short Link": "⏱️ لینک کوتاه موقت",
|
201
209
|
"The message has been sent.": "پیام ارسال شده است.",
|
202
210
|
"The message was not sent to": "پیام نتوانست به کاربران زیر ارسال شود",
|
@@ -278,6 +286,14 @@
|
|
278
286
|
"all": "همه",
|
279
287
|
"android": "اندروید",
|
280
288
|
"app": {
|
289
|
+
"clash_verge_rev": {
|
290
|
+
"description": "",
|
291
|
+
"title": ""
|
292
|
+
},
|
293
|
+
"cmfa": {
|
294
|
+
"description": "",
|
295
|
+
"title": ""
|
296
|
+
},
|
281
297
|
"foxray": {
|
282
298
|
"description": "توضیحات FoXray",
|
283
299
|
"title": "FoXray"
|
@@ -1099,7 +1115,7 @@
|
|
1099
1115
|
"lang": {
|
1100
1116
|
"en": " 🇺🇸 انگلیسی - English ",
|
1101
1117
|
"fa": "🇮🇷 فارسی",
|
1102
|
-
"my": "",
|
1118
|
+
"my": "🇲🇲 زبان برمهای - မြန်မာဘာသာ",
|
1103
1119
|
"pt": "🇵🇹 پرتغالی - Português ",
|
1104
1120
|
"ru": "🇷🇺 Russian - Русский",
|
1105
1121
|
"zh": "🇨🇳 Chinese - 简体中文"
|
@@ -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 နှင့် မတူညီပါ။ တိုက်ရိုက်မုဒ်တွင် ဤသည်မှာ လိုအပ်သည်။",
|
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": "ဒိုမိန်းအား မဖြေရှင်းနိုင်ပါ။ DNS အပြင်အဆင်အား စစ်ဆေးပါ။",
|
60
61
|
"Domain is not REALITY friendly!": "Domain သည် REALITY တွင် အဆင်ပြေမည်မဟုတ်ပါ။",
|
61
62
|
"Domain?": "ဒိုမိန်း?",
|
62
63
|
"Donation": {
|
@@ -151,6 +152,7 @@
|
|
151
152
|
"QRCode": "<i class='fa-solid fa-qrcode'></i> ကျူအာ ကုဒ်",
|
152
153
|
"RAM": "RAM",
|
153
154
|
"REALITY Fallback domain is not compaitble with server names!": "REALITY Fallback Domain သည် ဆာဗာအမည်များနှင့် မကိုက်ညီပါ။",
|
155
|
+
"REALITY Fallback domain is not compatible with server names!": "REALITY Fallback Domain သည် ဆာဗာအမည်များနှင့် မကိုက်ညီပါ။",
|
154
156
|
"Release": "✅ ဖြန့်ချိ",
|
155
157
|
"Remaining about %(relative)s, exactly %(days)s days": "လက်ကျန် %(relative)s, အတိအကျအားဖြင့် %(days)s ရက်",
|
156
158
|
"Remote nodes are not supported yet!": "အဝေးထိန်း ဆုံမှတ်များကို မပံ့ပိုးရသေးပါ။",
|
@@ -186,6 +188,7 @@
|
|
186
188
|
"Simplifies the process of employing the link elsewhere.": "အခြားနေရာများတွင် လင့်ခ်ကို အသုံးချခြင်းလုပ်ငန်းစဉ်ကို ရိုးရှင်းစေသည်။",
|
187
189
|
"SingBox": "📦 SingBox",
|
188
190
|
"Sort by %(name)s": "%(name)s ဖြင့် စီစဉ်ရန်",
|
191
|
+
"Specifying CDN IP is only valid for CDN mode": "CDN အိုင်ပီအား သတ်မှတ်ခြင်းသည် CDN မုဒ်အတွက်သာ ရေရာသည်",
|
189
192
|
"Start Date": "စတင်ရက်",
|
190
193
|
"Started %(days)s days ago": "%(days)s ရက်အကြာက စတင်ခဲ့သည်",
|
191
194
|
"Started from %(relative)s": "%(relative)s မှ စတင်ခဲ့သည်",
|
@@ -1061,6 +1064,7 @@
|
|
1061
1064
|
"lang": {
|
1062
1065
|
"en": "🇺🇸 အင်္ဂလိပ်",
|
1063
1066
|
"fa": "🇮🇷 ပါရှန်း - فارسی",
|
1067
|
+
"my": "🇲🇲 မြန်မာ - မြန်မာဘာသာ",
|
1064
1068
|
"pt": "🇵🇹 ပေါ်တူဂီ - Português ",
|
1065
1069
|
"ru": "🇷🇺 ရုရှား - Русский",
|
1066
1070
|
"zh": "🇨🇳 တရုတ် - 简体中文"
|
@@ -5,6 +5,7 @@
|
|
5
5
|
"%(expire_days)s days": "%(expire_days)s dias",
|
6
6
|
"%(placeholder)s": "%(placeholder)s",
|
7
7
|
"0 - Last day": "Último dia",
|
8
|
+
"<a href=\"%(user_link)s\"> %(user)s</a>": "",
|
8
9
|
"Access Denied!": "Acesso negado",
|
9
10
|
"Actions": "Ações",
|
10
11
|
"Active": "ativo",
|
@@ -13,6 +14,7 @@
|
|
13
14
|
"Add some text that is only visible to super_admin.": "Adicione algum texto que seja visível apenas para o superadministrador",
|
14
15
|
"Add some text that is only visible to you.": "Você pode adicionar algum texto, será visível apenas para voce",
|
15
16
|
"Added by": "Adicionado por",
|
17
|
+
"Admin Links": "",
|
16
18
|
"Admins": "Administradores",
|
17
19
|
"Alias": "Pseudônimo",
|
18
20
|
"All": "Todos",
|
@@ -29,6 +31,7 @@
|
|
29
31
|
"Bug": "Bug/recurso",
|
30
32
|
"CPU %(cores)s Cores": "CPU %(cores)s Núcleos ",
|
31
33
|
"Can add sub admin": "👥 Pode adicionar subadministrador",
|
34
|
+
"Change": "",
|
32
35
|
"Check again": "Verifique novamente",
|
33
36
|
"Childs": "Crianças",
|
34
37
|
"China": "🇨🇳 China",
|
@@ -85,6 +88,7 @@
|
|
85
88
|
"HiddifyNG": "HiddifyNG <span class='badge badge-success'>Recommended</span>",
|
86
89
|
"HiddifyNG intro": "Instale o HiddifyNG a partir de um destes links: %(dl_link)s %(play_link)s.\nEm seguida, clique no link abaixo e abra-o no HiddifyNG.",
|
87
90
|
"HiddigyN": "HiddigyN <span class='badge badge-success'>Recommended</span>",
|
91
|
+
"Home Link": "",
|
88
92
|
"Hover the user to see the reason": "Hover the user to see the reason",
|
89
93
|
"How many days this package should be available?": "Quantos dias é este pacote?",
|
90
94
|
"How many?": "Quantos?",
|
@@ -116,11 +120,13 @@
|
|
116
120
|
"Network": "Rede",
|
117
121
|
"New": "Novo",
|
118
122
|
"No children!": "sem filhos",
|
123
|
+
"Not Secure": "",
|
119
124
|
"Note": "📝 Observação",
|
120
125
|
"Offline more than 1 day": "Offline por mais de 1 dia",
|
121
126
|
"Offline more than 1 hour": "Offline por mais de 1 hora",
|
122
127
|
"Offline more than 1 week": "Offline há mais de uma semana",
|
123
128
|
"Ok": "OK",
|
129
|
+
"Online": "",
|
124
130
|
"Online Users": "Usuários online",
|
125
131
|
"Only Blocked and Local websites": "☑️ Somente sites bloqueados localmente",
|
126
132
|
"Only for sublink?": "🌍 Use apenas para link de assinatura",
|
@@ -193,10 +199,12 @@
|
|
193
199
|
"Started %(days)s days ago": "Iniciado há %(days)s dias",
|
194
200
|
"Started from %(relative)s": "Iniciado em %(relative)s",
|
195
201
|
"Status": "Status",
|
202
|
+
"SubLink": "",
|
196
203
|
"Submit": "Enviar",
|
197
204
|
"Success": "Sucesso",
|
198
205
|
"Success! Please wait around 5 minutes to make sure everything is updated.": "✔️ Sucesso! Aguarde cerca de 5 minutos para garantir que tudo esteja atualizado",
|
199
206
|
"Telegram Bot": "Telegram Bot",
|
207
|
+
"Telegram Bot Link": "",
|
200
208
|
"Temporary Short Link": "⏱️ Link curto temporário",
|
201
209
|
"The message has been sent.": "A mensagem foi enviada.",
|
202
210
|
"The message was not sent to": "The message was not sent to",
|
@@ -278,6 +286,14 @@
|
|
278
286
|
"all": "Todos",
|
279
287
|
"android": "Android",
|
280
288
|
"app": {
|
289
|
+
"clash_verge_rev": {
|
290
|
+
"description": "",
|
291
|
+
"title": ""
|
292
|
+
},
|
293
|
+
"cmfa": {
|
294
|
+
"description": "",
|
295
|
+
"title": ""
|
296
|
+
},
|
281
297
|
"foxray": {
|
282
298
|
"description": "Descrição do FoXray",
|
283
299
|
"title": "Raio X"
|
@@ -1099,7 +1115,7 @@
|
|
1099
1115
|
"lang": {
|
1100
1116
|
"en": "🇺🇸 Inglês - English",
|
1101
1117
|
"fa": "🇮🇷 Persian - فارسی",
|
1102
|
-
"my": "",
|
1118
|
+
"my": "🇲🇲 Birmanesa - မြန်မာဘာသာ",
|
1103
1119
|
"pt": "🇵🇹 Português",
|
1104
1120
|
"ru": "🇷🇺 Russian - Русский",
|
1105
1121
|
"zh": "🇨🇳 Chinese - 简体中文"
|
@@ -5,6 +5,7 @@
|
|
5
5
|
"%(expire_days)s days": "%(expire_days)s дней",
|
6
6
|
"%(placeholder)s": "%(placeholder)s",
|
7
7
|
"0 - Last day": "Последний день",
|
8
|
+
"<a href=\"%(user_link)s\"> %(user)s</a>": "",
|
8
9
|
"Access Denied!": "Доступ запрещен",
|
9
10
|
"Actions": "Действия",
|
10
11
|
"Active": "Активный",
|
@@ -13,6 +14,7 @@
|
|
13
14
|
"Add some text that is only visible to super_admin.": "Добавьте текст, который будет виден только суперадминистратору",
|
14
15
|
"Add some text that is only visible to you.": "Вы можете добавить текст, который будет виден только вам.",
|
15
16
|
"Added by": "Добавлено",
|
17
|
+
"Admin Links": "",
|
16
18
|
"Admins": "Администраторы",
|
17
19
|
"Alias": "Псевдоним",
|
18
20
|
"All": "Все",
|
@@ -29,6 +31,7 @@
|
|
29
31
|
"Bug": "Баги/Предложения",
|
30
32
|
"CPU %(cores)s Cores": "CPU %(cores)s Ядро",
|
31
33
|
"Can add sub admin": "👥 Может добавлять администраторов",
|
34
|
+
"Change": "",
|
32
35
|
"Check again": "Проверить снова",
|
33
36
|
"Childs": "Дочерние",
|
34
37
|
"China": "🇨🇳 Китай",
|
@@ -85,6 +88,7 @@
|
|
85
88
|
"HiddifyNG": "HiddifyNG <span class='badge badge-success'>Рекомендуется</span>",
|
86
89
|
"HiddifyNG intro": "📌 Установите HiddifyNG по любой из этих ссылок:\n<br />\n %(dl_link)s %(play_link)s\n<br />\nЗатем нажмите ссылку ниже и откройте ее в HiddifyNG\n<br />",
|
87
90
|
"HiddigyN": "Рекомендуется<span class='badge Badge-success'>HiddifyN</span>",
|
91
|
+
"Home Link": "",
|
88
92
|
"Hover the user to see the reason": "Наведите курсор на пользователя, чтобы увидеть причину",
|
89
93
|
"How many days this package should be available?": "На сколько дней рассчитан этот пакет?",
|
90
94
|
"How many?": "Сколько?",
|
@@ -116,11 +120,13 @@
|
|
116
120
|
"Network": "Сеть",
|
117
121
|
"New": "Новый",
|
118
122
|
"No children!": "Нет дочерних",
|
123
|
+
"Not Secure": "",
|
119
124
|
"Note": "📝 Примечание",
|
120
125
|
"Offline more than 1 day": "Оффлайн более 1 дня",
|
121
126
|
"Offline more than 1 hour": "Оффлайн более 1 часа",
|
122
127
|
"Offline more than 1 week": "Офлайн более 1 недели",
|
123
128
|
"Ok": "Хорошо",
|
129
|
+
"Online": "",
|
124
130
|
"Online Users": "Пользователей в сети",
|
125
131
|
"Only Blocked and Local websites": "☑️ Только заблокированные и локальные сайты",
|
126
132
|
"Only for sublink?": "🌍 Используйте только для ссылки на подпискy",
|
@@ -193,10 +199,12 @@
|
|
193
199
|
"Started %(days)s days ago": "Началось %(days)s дней назад",
|
194
200
|
"Started from %(relative)s": "Началось с %(relative)s",
|
195
201
|
"Status": "Статус",
|
202
|
+
"SubLink": "",
|
196
203
|
"Submit": "Подтвердить",
|
197
204
|
"Success": "Успешно",
|
198
205
|
"Success! Please wait around 5 minutes to make sure everything is updated.": "✔️Операция завершена успешно! Пожалуйста, подождите около 5 минут, чтобы убедиться, что все обновлено.",
|
199
206
|
"Telegram Bot": "Telegram-бот",
|
207
|
+
"Telegram Bot Link": "",
|
200
208
|
"Temporary Short Link": "⏱️ Временная ссылка",
|
201
209
|
"The message has been sent.": "Сообщение отправлено",
|
202
210
|
"The message was not sent to": "Сообщение не было отправлено ",
|
@@ -278,6 +286,14 @@
|
|
278
286
|
"all": "Все",
|
279
287
|
"android": "Android",
|
280
288
|
"app": {
|
289
|
+
"clash_verge_rev": {
|
290
|
+
"description": "",
|
291
|
+
"title": ""
|
292
|
+
},
|
293
|
+
"cmfa": {
|
294
|
+
"description": "",
|
295
|
+
"title": ""
|
296
|
+
},
|
281
297
|
"foxray": {
|
282
298
|
"description": "Описание фоксрея",
|
283
299
|
"title": "Фоксрей"
|
@@ -1099,7 +1115,7 @@
|
|
1099
1115
|
"lang": {
|
1100
1116
|
"en": "🇺🇸 Английский - English ",
|
1101
1117
|
"fa": "🇮🇷 Персидский - فارسی",
|
1102
|
-
"my": "",
|
1118
|
+
"my": "🇲🇲 Бирманский язык - မြန်မာဘာသာ",
|
1103
1119
|
"pt": "🇵🇹 Португальский - Portugal ",
|
1104
1120
|
"ru": "🇷🇺 Русский",
|
1105
1121
|
"zh": "🇨🇳 Chinese - 简体中文"
|
@@ -5,6 +5,7 @@
|
|
5
5
|
"%(expire_days)s days": "%(expire_days)s 天",
|
6
6
|
"%(placeholder)s": "%(placeholder)s",
|
7
7
|
"0 - Last day": "最后一天",
|
8
|
+
"<a href=\"%(user_link)s\"> %(user)s</a>": "",
|
8
9
|
"Access Denied!": "拒绝访问",
|
9
10
|
"Actions": "行动",
|
10
11
|
"Active": "积极",
|
@@ -13,6 +14,7 @@
|
|
13
14
|
"Add some text that is only visible to super_admin.": "添加一些只有超级管理员可见的文本",
|
14
15
|
"Add some text that is only visible to you.": "您可以添加一些只有您可见的文本",
|
15
16
|
"Added by": "添加者",
|
17
|
+
"Admin Links": "",
|
16
18
|
"Admins": "管理员",
|
17
19
|
"Alias": "别名",
|
18
20
|
"All": "全部",
|
@@ -29,6 +31,7 @@
|
|
29
31
|
"Bug": "错误/功能",
|
30
32
|
"CPU %(cores)s Cores": "CPU %(cores)s 核心",
|
31
33
|
"Can add sub admin": "👥 可以添加子管理员",
|
34
|
+
"Change": "",
|
32
35
|
"Check again": "再检查一遍",
|
33
36
|
"Childs": "孩子们",
|
34
37
|
"China": "🇨🇳中国",
|
@@ -85,6 +88,7 @@
|
|
85
88
|
"HiddifyNG": "HiddifyNG <span class='badge badge-success'>推荐</span>",
|
86
89
|
"HiddifyNG intro": "📌 请从以下任一链接安装 HiddifyNG:\n<br/>\n %(dl_link)s %(play_link)s\n<br/>\n然后单击下面的链接并在 HiddifyNG 中打开它。\n<br/>",
|
87
90
|
"HiddigyN": "HiddifyN <span class='badge badge-success'>推荐</span>",
|
91
|
+
"Home Link": "",
|
88
92
|
"Hover the user to see the reason": "将鼠标悬停在用户上即可查看原因",
|
89
93
|
"How many days this package should be available?": "这个套餐有多少天?",
|
90
94
|
"How many?": "多少?",
|
@@ -116,11 +120,13 @@
|
|
116
120
|
"Network": "网络",
|
117
121
|
"New": "新",
|
118
122
|
"No children!": "没有孩子",
|
123
|
+
"Not Secure": "",
|
119
124
|
"Note": "📝 注意",
|
120
125
|
"Offline more than 1 day": "离线超过1天",
|
121
126
|
"Offline more than 1 hour": "离线1小时以上",
|
122
127
|
"Offline more than 1 week": "离线超过1周",
|
123
128
|
"Ok": "好的",
|
129
|
+
"Online": "",
|
124
130
|
"Online Users": "在线用户",
|
125
131
|
"Only Blocked and Local websites": "☑️ 仅屏蔽和本地网站",
|
126
132
|
"Only for sublink?": "🌍 仅用于订阅链接",
|
@@ -193,10 +199,12 @@
|
|
193
199
|
"Started %(days)s days ago": "已于 %(days)s 天前开始",
|
194
200
|
"Started from %(relative)s": "从 %(relative)s 开始",
|
195
201
|
"Status": "地位",
|
202
|
+
"SubLink": "",
|
196
203
|
"Submit": "提交",
|
197
204
|
"Success": "成功",
|
198
205
|
"Success! Please wait around 5 minutes to make sure everything is updated.": "✔️ 成功!请等待大约 5 分钟以确保所有内容均已更新",
|
199
206
|
"Telegram Bot": "Telegram 机器人",
|
207
|
+
"Telegram Bot Link": "",
|
200
208
|
"Temporary Short Link": "⏱️临时短链接",
|
201
209
|
"The message has been sent.": "消息已发送。",
|
202
210
|
"The message was not sent to": "该消息未发送至",
|
@@ -278,6 +286,14 @@
|
|
278
286
|
"all": "全部",
|
279
287
|
"android": "安卓",
|
280
288
|
"app": {
|
289
|
+
"clash_verge_rev": {
|
290
|
+
"description": "",
|
291
|
+
"title": ""
|
292
|
+
},
|
293
|
+
"cmfa": {
|
294
|
+
"description": "",
|
295
|
+
"title": ""
|
296
|
+
},
|
281
297
|
"foxray": {
|
282
298
|
"description": "福克斯射线描述",
|
283
299
|
"title": "福克斯X射线"
|
@@ -1099,7 +1115,7 @@
|
|
1099
1115
|
"lang": {
|
1100
1116
|
"en": "🇺🇸 英语 - English ",
|
1101
1117
|
"fa": "🇮🇷 波斯语 - فارسی",
|
1102
|
-
"my": "",
|
1118
|
+
"my": "🇲🇲 缅甸语 - မြန်မာဘာသာ",
|
1103
1119
|
"pt": "🇵🇹 葡萄牙語 - Português ",
|
1104
1120
|
"ru": "🇷🇺 俄语 - Русский",
|
1105
1121
|
"zh": "🇨🇳 Chinese - 简体中文"
|