hiddifypanel 10.70.9__py3-none-any.whl → 10.80.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hiddifypanel/VERSION +1 -1
- hiddifypanel/VERSION.py +5 -2
- hiddifypanel/__init__.py +5 -1
- hiddifypanel/apps/__init__.py +0 -0
- hiddifypanel/apps/asgi_app.py +7 -0
- hiddifypanel/apps/celery_app.py +3 -0
- hiddifypanel/apps/wsgi_app.py +5 -0
- hiddifypanel/auth.py +8 -3
- hiddifypanel/base.py +43 -126
- hiddifypanel/base_setup.py +82 -0
- hiddifypanel/cache.py +3 -2
- hiddifypanel/celery.py +45 -0
- hiddifypanel/database.py +7 -0
- hiddifypanel/drivers/ssh_liberty_bridge_api.py +2 -1
- hiddifypanel/drivers/wireguard_api.py +1 -1
- hiddifypanel/hutils/crypto.py +27 -0
- hiddifypanel/hutils/flask.py +5 -3
- hiddifypanel/hutils/network/cf_api.py +5 -5
- hiddifypanel/hutils/proxy/__init__.py +1 -0
- hiddifypanel/hutils/proxy/clash.py +3 -3
- hiddifypanel/hutils/proxy/shared.py +14 -18
- hiddifypanel/hutils/proxy/singbox.py +4 -2
- hiddifypanel/hutils/proxy/wireguard.py +34 -0
- hiddifypanel/hutils/proxy/xray.py +3 -3
- hiddifypanel/hutils/proxy/xrayjson.py +10 -7
- hiddifypanel/models/admin.py +1 -1
- hiddifypanel/models/base_account.py +3 -0
- hiddifypanel/models/config.py +5 -2
- hiddifypanel/models/config_enum.py +15 -2
- hiddifypanel/models/proxy.py +1 -1
- hiddifypanel/models/user.py +2 -2
- hiddifypanel/panel/__init__.py +8 -8
- hiddifypanel/panel/admin/AdminstratorAdmin.py +16 -10
- hiddifypanel/panel/admin/DomainAdmin.py +132 -98
- hiddifypanel/panel/admin/ProxyAdmin.py +4 -0
- hiddifypanel/panel/admin/QuickSetup.py +48 -17
- hiddifypanel/panel/admin/SettingAdmin.py +6 -0
- hiddifypanel/panel/admin/UserAdmin.py +63 -36
- hiddifypanel/panel/admin/adminlte.py +1 -1
- hiddifypanel/panel/admin/templates/index.html +6 -4
- hiddifypanel/panel/admin/templates/model/user_list.html +11 -3
- hiddifypanel/panel/cli.py +14 -3
- hiddifypanel/panel/commercial/restapi/v1/tgbot.py +19 -1
- hiddifypanel/panel/commercial/restapi/v2/admin/system_actions.py +5 -1
- hiddifypanel/panel/commercial/restapi/v2/admin/user_api.py +2 -1
- hiddifypanel/panel/commercial/restapi/v2/user/apps_api.py +76 -6
- hiddifypanel/panel/common.py +5 -2
- hiddifypanel/panel/common_bp/login.py +14 -8
- hiddifypanel/panel/hlogger.py +32 -0
- hiddifypanel/panel/init_db.py +157 -77
- hiddifypanel/panel/node/__init__.py +9 -0
- hiddifypanel/panel/node/a.py +14 -0
- hiddifypanel/panel/node/hello.py +14 -0
- hiddifypanel/panel/node/test.proto +13 -0
- hiddifypanel/panel/node/test_grpc.py +40 -0
- hiddifypanel/panel/node/test_pb2.py +40 -0
- hiddifypanel/panel/node/test_pb2.pyi +17 -0
- hiddifypanel/panel/node/test_pb2_grpc.py +97 -0
- hiddifypanel/panel/usage.py +13 -3
- hiddifypanel/panel/user/templates/base_singbox_config.json.j2 +16 -0
- hiddifypanel/panel/user/templates/home/home.html +1 -2
- hiddifypanel/panel/user/templates/home/multi.html +1 -2
- hiddifypanel/panel/user/user.py +13 -19
- hiddifypanel/static/apps-icon/singbox.ico +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +125 -30
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +123 -32
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +114 -22
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +129 -32
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +107 -18
- hiddifypanel/translations.i18n/en.json +73 -14
- hiddifypanel/translations.i18n/fa.json +72 -13
- hiddifypanel/translations.i18n/fr.json +28 -10
- hiddifypanel/translations.i18n/my.json +1266 -0
- hiddifypanel/translations.i18n/pt.json +68 -9
- hiddifypanel/translations.i18n/ru.json +75 -16
- hiddifypanel/translations.i18n/zh.json +67 -8
- hiddifypanel-10.80.0.dist-info/METADATA +137 -0
- {hiddifypanel-10.70.9.dist-info → hiddifypanel-10.80.0.dist-info}/RECORD +136 -119
- {hiddifypanel-10.70.9.dist-info → hiddifypanel-10.80.0.dist-info}/WHEEL +1 -2
- hiddifypanel-10.80.0.dist-info/entry_points.txt +3 -0
- hiddifypanel-10.70.9.dist-info/METADATA +0 -144
- hiddifypanel-10.70.9.dist-info/entry_points.txt +0 -2
- hiddifypanel-10.70.9.dist-info/top_level.txt +0 -1
- {hiddifypanel-10.70.9.dist-info → hiddifypanel-10.80.0.dist-info}/LICENSE.md +0 -0
@@ -57,6 +57,7 @@
|
|
57
57
|
"Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "Domain (%(domain)s)-> IP = %(domain_ip)s não é igual ao seu IP = %(server_ip)s . isso é necessário no modo direto",
|
58
58
|
"Domain IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": " O IP do domínio = %(domain_ip)s não corresponde ao seu IP = %(server_ip)s, o que é necessário no modo direto",
|
59
59
|
"Domain can not be resolved! there is a problem in your domain": "O domínio não pode ser resolvido! Há um problema em seu domínio. Verifique as configurações do seu Domínio.",
|
60
|
+
"Domain cannot be resolved! Please check DNS settings": "",
|
60
61
|
"Domain is not REALITY friendly!": "O domínio não é compatível com Reality!",
|
61
62
|
"Domain?": "Domínio?",
|
62
63
|
"Donation": {
|
@@ -101,7 +102,7 @@
|
|
101
102
|
"Invalid admin link": "Link de administrador inválido",
|
102
103
|
"Iran": "🇮🇷 Irã",
|
103
104
|
"It seems that you are using default domain (%(domain)s) which is not recommended.": "Parece que você está usando o domínio padrão (%(domain)s), o que não é recomendado. Por favor, altere ou remova-o da seção de domínio.",
|
104
|
-
"It will override the root admin to the current user": "
|
105
|
+
"It will override the root admin to the current user": "Irá substituir o administrador proprietário do arquivo de backup pelo administrador atual.",
|
105
106
|
"Join our Hiddify Telegram channel to get the latest updates on Hiddify.": "Junte-se ao nosso canal Hiddify Telegram para obter as atualizações mais recentes sobre o Hiddify.",
|
106
107
|
"Last Online": "Última vez online",
|
107
108
|
"Link is changed!": "ℹ️ O link foi alterado!",
|
@@ -136,7 +137,6 @@
|
|
136
137
|
"Please Wait": "Por favor, aguarde...",
|
137
138
|
"Please click on %(install)s to save the user page.": "Clique em %(install)s para salvar a página do usuário.",
|
138
139
|
"Please connect your telegram account to the panel to be informed about latest news.": "Conecte sua conta do Telegram ao painel para ser informado sobre as últimas novidades.",
|
139
|
-
"Please connect your telegram accout to the panel to be informed about latest news.": "Conecte sua conta do Telegram ao painel para saber o status mais recente da sua assinatura",
|
140
140
|
"Please create an issue on Github.": "Por favor, crie um problema no Github",
|
141
141
|
"Please select at least one file.": "Por favor, selecione pelo menos um arquivo.",
|
142
142
|
"Please select at least one record.": "Por favor, selecione pelo menos um registro.",
|
@@ -152,6 +152,7 @@
|
|
152
152
|
"QRCode": "<i class='fa-solid fa-qrcode'></i> QRCode",
|
153
153
|
"RAM": "BATER",
|
154
154
|
"REALITY Fallback domain is not compaitble with server names!": "REALITY Fallback Domain não é compatível com nomes de servidores!",
|
155
|
+
"REALITY Fallback domain is not compatible with server names!": "",
|
155
156
|
"Release": "✅ Liberação",
|
156
157
|
"Remaining about %(relative)s, exactly %(days)s days": "Restam cerca de %(relative)s, exatamente %(days)s dias",
|
157
158
|
"Remote nodes are not supported yet!": "Nós remotos ainda não são suportados!",
|
@@ -187,6 +188,7 @@
|
|
187
188
|
"Simplifies the process of employing the link elsewhere.": "Simplifica o processo de utilização do link em outro lugar",
|
188
189
|
"SingBox": "📦 SingBox",
|
189
190
|
"Sort by %(name)s": "Ordenar por %(name)s",
|
191
|
+
"Specifying CDN IP is only valid for CDN mode": "",
|
190
192
|
"Start Date": "Data de início",
|
191
193
|
"Started %(days)s days ago": "Iniciado há %(days)s dias",
|
192
194
|
"Started from %(relative)s": "Iniciado em %(relative)s",
|
@@ -225,7 +227,6 @@
|
|
225
227
|
"You can restore your configs from previously downloaded configs": "Você pode restaurar suas configurações do arquivo de backup baixado anteriormente",
|
226
228
|
"You have too much users! You can have only %(active)s active users and %(total)s users": "Você tem muitos usuários! Você pode ter apenas %(active)s usuários ativos e %(total)s usuários",
|
227
229
|
"You have used this domain in: ": "Já utilizou este Domínio em:",
|
228
|
-
"You should visit this page without VPN. Your country=%(your_country)s\nexpected=%(expected_country)s": "Você deve visitar esta página sem VPN Seu país =%(expected_country)s\nEsperado=%(expected_country)s",
|
229
230
|
"Your hiddify instance information \nDomain: {} \nUsage limit: {} GB\nCurrent usage: {} GB\nExpires at: {} \nRemaining days: {} \n\n\n Happy using 🎉 🎉 🎉 \n": "Suas informações de instância do Hiddify\nDomínio: {}\nLimite de uso: {} GB\nUso atual: {} GB\nExpira em: {}\nDias restantes: {}\n\n\nBoa sorte! 🎉 🎉 🎉",
|
230
231
|
"[Admin only visible message:] You can change this message from settings": "[Mensagem visível apenas pelo administrador]: Você pode alterar esta mensagem nas configurações.",
|
231
232
|
"actions": "Ações",
|
@@ -315,6 +316,10 @@
|
|
315
316
|
"description": "Descrição do Foguete Sombrio",
|
316
317
|
"title": "Shadowrocket"
|
317
318
|
},
|
319
|
+
"singbox": {
|
320
|
+
"description": "O aplicativo Sing-box é o aplicativo oficial do protocolo Sing-box.",
|
321
|
+
"title": "Aplicativo Sing-box"
|
322
|
+
},
|
318
323
|
"stash": {
|
319
324
|
"description": "Descrição do Stash ",
|
320
325
|
"title": "Stash "
|
@@ -541,8 +546,8 @@
|
|
541
546
|
"label": "Portas KCP"
|
542
547
|
},
|
543
548
|
"lang": {
|
544
|
-
"description": "
|
545
|
-
"label": "Idioma da área do usuário"
|
549
|
+
"description": "Selecione o idioma da interface do usuário para personalizar sua experiência na área do usuário.",
|
550
|
+
"label": "🗺️ Idioma da área do usuário"
|
546
551
|
},
|
547
552
|
"last_hash": {
|
548
553
|
"description": "config.last_hash.description",
|
@@ -641,8 +646,8 @@
|
|
641
646
|
"label": "ℹ️ Caminho de atualização HTTP"
|
642
647
|
},
|
643
648
|
"path_splithttp": {
|
644
|
-
"description": "
|
645
|
-
"label": "
|
649
|
+
"description": "",
|
650
|
+
"label": ""
|
646
651
|
},
|
647
652
|
"path_ss": {
|
648
653
|
"description": "Caminho Shadowsocks nos Links",
|
@@ -672,6 +677,10 @@
|
|
672
677
|
"description": "Especifique o caminho do Websocket",
|
673
678
|
"label": "ℹ️ Caminho das solicitações do Websocket"
|
674
679
|
},
|
680
|
+
"path_xhttp": {
|
681
|
+
"description": "Esta opção define o caminho para Split HTTP",
|
682
|
+
"label": "Caminho para Split HTTP"
|
683
|
+
},
|
675
684
|
"proxies": {
|
676
685
|
"description": "Definir configurações de proxy específicas",
|
677
686
|
"label": "Configurações de Proxies"
|
@@ -777,8 +786,8 @@
|
|
777
786
|
"label": "🚀 Teste de velocidade"
|
778
787
|
},
|
779
788
|
"splithttp_enable": {
|
780
|
-
"description": "
|
781
|
-
"label": "
|
789
|
+
"description": "",
|
790
|
+
"label": ""
|
782
791
|
},
|
783
792
|
"ssfaketls": {
|
784
793
|
"description": "Shadowsocks FakeTLS é uma ferramenta de ofuscação simples que encapsula a data In tls package",
|
@@ -796,6 +805,38 @@
|
|
796
805
|
"description": "Um proxy SSH, também conhecido como túnel SSH ou encaminhamento de porta SSH, é um método seguro de criar um canal de comunicação seguro entre duas máquinas em uma rede insegura. Temos um aplicativo específico que é completamente diferente do servidor ssh e não pode executar nenhum comando",
|
797
806
|
"label": "Proxy SSH"
|
798
807
|
},
|
808
|
+
"ssh_host_dsa_pk": {
|
809
|
+
"description": "",
|
810
|
+
"label": ""
|
811
|
+
},
|
812
|
+
"ssh_host_dsa_pub": {
|
813
|
+
"description": "",
|
814
|
+
"label": ""
|
815
|
+
},
|
816
|
+
"ssh_host_ecdsa_pk": {
|
817
|
+
"description": "",
|
818
|
+
"label": ""
|
819
|
+
},
|
820
|
+
"ssh_host_ecdsa_pub": {
|
821
|
+
"description": "",
|
822
|
+
"label": ""
|
823
|
+
},
|
824
|
+
"ssh_host_ed25519_pk": {
|
825
|
+
"description": "",
|
826
|
+
"label": ""
|
827
|
+
},
|
828
|
+
"ssh_host_ed25519_pub": {
|
829
|
+
"description": "",
|
830
|
+
"label": ""
|
831
|
+
},
|
832
|
+
"ssh_host_rsa_pk": {
|
833
|
+
"description": "",
|
834
|
+
"label": ""
|
835
|
+
},
|
836
|
+
"ssh_host_rsa_pub": {
|
837
|
+
"description": "",
|
838
|
+
"label": ""
|
839
|
+
},
|
799
840
|
"ssh_server_enable": {
|
800
841
|
"description": "O proxy SSH é completamente diferente do servidor ssh original.",
|
801
842
|
"label": "✔️ Proxy SSH"
|
@@ -1016,6 +1057,10 @@
|
|
1016
1057
|
"description": "Websocket cria um túnel sobre HTTP que é útil para ser usado em CDN",
|
1017
1058
|
"label": "🔰 Websocket"
|
1018
1059
|
},
|
1060
|
+
"xhttp_enable": {
|
1061
|
+
"description": "Este protocolo envia e recebe informações em canais individuais ",
|
1062
|
+
"label": "🈁 Split HTTP"
|
1063
|
+
},
|
1019
1064
|
"xtls_enable": {
|
1020
1065
|
"description": "Ativa o protocolo XTLS",
|
1021
1066
|
"label": "🟢XTLS"
|
@@ -1072,6 +1117,11 @@
|
|
1072
1117
|
},
|
1073
1118
|
"log": "📄 Log",
|
1074
1119
|
"login": {
|
1120
|
+
"button": "Conecte-se",
|
1121
|
+
"password": {
|
1122
|
+
"description": "Para maior segurança, você precisa digitar sua senha.",
|
1123
|
+
"label": "Senha"
|
1124
|
+
},
|
1075
1125
|
"secret": {
|
1076
1126
|
"description": "Para obter acesso a esta página, digite seu código secreto (UUID)",
|
1077
1127
|
"label": "Código secreto (UUID)"
|
@@ -1238,9 +1288,18 @@
|
|
1238
1288
|
},
|
1239
1289
|
"last_reset_time": "Redefinir para a última vez que ouve uso.",
|
1240
1290
|
"name": "Nome",
|
1291
|
+
"password": {
|
1292
|
+
"description": "A senha será usada para segurança extra. Você só pode fazer login no HiddifyManager após digitar sua senha.",
|
1293
|
+
"title": "Senha",
|
1294
|
+
"validation-lenght": "Sua senha deve ter pelo menos 8 caracteres para maior segurança.",
|
1295
|
+
"validation-required": "A senha é necessária. Insira sua senha para continuar."
|
1296
|
+
},
|
1241
1297
|
"usage_limit_GB": "⌛️ Limite de uso (GB)",
|
1242
1298
|
"user_links": "Links de usuário"
|
1243
1299
|
},
|
1300
|
+
"vpn": {
|
1301
|
+
"notallowed": "Por favor, visite esta página sem usar uma VPN. Você precisa acessá-la do país %(expected_country)s, mas você está acessando-a atualmente de %(your_country)s."
|
1302
|
+
},
|
1244
1303
|
"weekly": "📅 Semanal",
|
1245
1304
|
"worker": "✴️ Cloudflare Worker"
|
1246
1305
|
}
|
@@ -57,6 +57,7 @@
|
|
57
57
|
"Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "Домен (%(domain)s)-> IP = %(domain_ip)s не совпадает с вашим IP = %(server_ip)s . это требуется в режиме Direct",
|
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 Сервера, который необходим для \"Прямого Режима\"",
|
59
59
|
"Domain can not be resolved! there is a problem in your domain": "Не возможно определить IP адрес для домена! В вашем домене возникла проблема. Пожалуйста, проверьте настройки.",
|
60
|
+
"Domain cannot be resolved! Please check DNS settings": "",
|
60
61
|
"Domain is not REALITY friendly!": "Домен не подходит для использования с REALITY!",
|
61
62
|
"Domain?": "Домен?",
|
62
63
|
"Donation": {
|
@@ -101,7 +102,7 @@
|
|
101
102
|
"Invalid admin link": "Неверная ссылка администратора",
|
102
103
|
"Iran": "🇮🇷 Иран",
|
103
104
|
"It seems that you are using default domain (%(domain)s) which is not recommended.": "Похоже, вы используете домен по умолчанию (%(domain)s), что не рекомендуется. Пожалуйста, измените или удалите его из раздела доменов.",
|
104
|
-
"It will override the root admin to the current user": "
|
105
|
+
"It will override the root admin to the current user": "Он заменит администратора-владельца файла резервной копии на текущего администратора.",
|
105
106
|
"Join our Hiddify Telegram channel to get the latest updates on Hiddify.": "Присоединяйтесь к нашему каналу Hiddify в Telegram, чтобы получать последние обновления Hiddify.",
|
106
107
|
"Last Online": "Последнее соединение",
|
107
108
|
"Link is changed!": "ℹ️Ссылка изменена!",
|
@@ -136,7 +137,6 @@
|
|
136
137
|
"Please Wait": "Пожалуйста, подождите...",
|
137
138
|
"Please click on %(install)s to save the user page.": "Нажмите %(install)s, чтобы сохранить страницу пользователя",
|
138
139
|
"Please connect your telegram account to the panel to be informed about latest news.": "Пожалуйста, подключите свой аккаунт Telegram к панели, чтобы быть в курсе последних новостей",
|
139
|
-
"Please connect your telegram accout to the panel to be informed about latest news.": "Пожалуйста, подключите свою учетную запись Telegram к панели, чтобы узнать статус вашей подписки",
|
140
140
|
"Please create an issue on Github.": "Пожалуйста создайте проблему на Github.",
|
141
141
|
"Please select at least one file.": "Выберите по крайней мере один файл.",
|
142
142
|
"Please select at least one record.": "Выберите по крайней мере одну запись.",
|
@@ -152,8 +152,9 @@
|
|
152
152
|
"QRCode": "<i class='fa-solid fa-qrcode'></i> QR-код",
|
153
153
|
"RAM": "RAM",
|
154
154
|
"REALITY Fallback domain is not compaitble with server names!": "REALITY Fallback Domain несовместим с именами серверов!",
|
155
|
+
"REALITY Fallback domain is not compatible with server names!": "",
|
155
156
|
"Release": "✅ Релиз",
|
156
|
-
"Remaining about %(relative)s, exactly %(days)s days": "Осталось около %(
|
157
|
+
"Remaining about %(relative)s, exactly %(days)s days": "Осталось около %(relative)s, ровно %(days)s дней",
|
157
158
|
"Remote nodes are not supported yet!": "Удаленные узлы пока не поддерживаются!",
|
158
159
|
"Rename File": "Переименовать файла",
|
159
160
|
"Reset Filters": "Сброс Фильтров",
|
@@ -187,9 +188,10 @@
|
|
187
188
|
"Simplifies the process of employing the link elsewhere.": "Упрощает процесс использования ссылки в других местах",
|
188
189
|
"SingBox": "📦 SingBox",
|
189
190
|
"Sort by %(name)s": "Сортировать по %(name)s",
|
191
|
+
"Specifying CDN IP is only valid for CDN mode": "",
|
190
192
|
"Start Date": "Дата начала",
|
191
193
|
"Started %(days)s days ago": "Началось %(days)s дней назад",
|
192
|
-
"Started from %(relative)s": "Началось с %(
|
194
|
+
"Started from %(relative)s": "Началось с %(relative)s",
|
193
195
|
"Status": "Статус",
|
194
196
|
"Submit": "Подтвердить",
|
195
197
|
"Success": "Успешно",
|
@@ -207,7 +209,7 @@
|
|
207
209
|
"Turn of VPN": "Выключить VPN",
|
208
210
|
"Unified link for all application.": "Единая ссылка для всех приложений",
|
209
211
|
"Upload File": "Загрузить файл",
|
210
|
-
"Use HiddifyNext:": "Используйте
|
212
|
+
"Use HiddifyNext:": "Используйте Hiddify:",
|
211
213
|
"User activated!": "Пользователь активирован",
|
212
214
|
"User is inactive": "Пользователь неактивен",
|
213
215
|
"V2rayNG": "Альтернатива v2rayNG <button class='btn btn-sm btn-default' onclick='show_video('android-v2rayng')'><i class='fa-solid fa-question'></i> </button>\n<br />\n<br />",
|
@@ -223,9 +225,8 @@
|
|
223
225
|
"Yesterday Usage": "Вчера",
|
224
226
|
"You can download a json formated of configurations by clicking <a href='%(link)s' class='btn btn-primary'>here</a>": "🔄 Панель Hiddify автоматически создает резервную копию каждые 6 часов. Путь к файлам резервной копии на сервере: ⬇️\n<br>\n💿 /opt/hiddify-manager/hiddify-panel/backup/\n<br>\n<br>\n<br>\n⚠️ Вы можете скачать файл конфигураций в формате JSON, нажав кнопку ниже.\n<br>\n<br>\n<a href='%(link)s' class='btn btn-primary'>Загрузить файл резервной копии</a>",
|
225
227
|
"You can restore your configs from previously downloaded configs": "ℹ️ Вы можете восстановить свои конфигурации из ранее скачанного файла резервной копии.",
|
226
|
-
"You have too much users! You can have only %(active)s active users and %(total)s users": "У вас слишком много пользователей! У вас может быть только %(
|
228
|
+
"You have too much users! You can have only %(active)s active users and %(total)s users": "У вас слишком много пользователей! У вас может быть только %(active) активных пользователей и %(total) пользователей.",
|
227
229
|
"You have used this domain in: ": "Вы уже используете этот домен в:",
|
228
|
-
"You should visit this page without VPN. Your country=%(your_country)s\nexpected=%(expected_country)s": "Вы должны посетить эту страницу без VPN. Ваша страна=%(your_country)s\nожидаемый=%(expected_country)s",
|
229
230
|
"Your hiddify instance information \nDomain: {} \nUsage limit: {} GB\nCurrent usage: {} GB\nExpires at: {} \nRemaining days: {} \n\n\n Happy using 🎉 🎉 🎉 \n": "Информация о вашем экземпляре Hiddify\nДомен: {}\nЛимит: {} ГБ\nИспользовано: {} ГБ\nСрок действия истекает: {}\nОставшиеся дни: {}\n\n\nУдачи! 🎉 🎉 🎉",
|
230
231
|
"[Admin only visible message:] You can change this message from settings": "[Сообщение, видимое только администратору]: Вы можете изменить это сообщение в настройках",
|
231
232
|
"actions": "Операции",
|
@@ -272,7 +273,7 @@
|
|
272
273
|
"waiting_for_update": "⚠️ Подождите около 5 минут, чтобы убедиться, что все обновлено. в течение этого времени скопируйте и сохраните ссылки для прокси-серверов:"
|
273
274
|
},
|
274
275
|
"adminuser": {
|
275
|
-
"force_update_usage": "
|
276
|
+
"force_update_usage": "ℹ️Информация пользователей обновлеятся каждые 6 минут. Чтобы обновить сейчас, <a href=\"%(link)s\" class=\"btn btn-info\">Нажмите здесь</a>"
|
276
277
|
},
|
277
278
|
"all": "Все",
|
278
279
|
"android": "Android",
|
@@ -315,6 +316,10 @@
|
|
315
316
|
"description": "Описание Теневой Ракеты",
|
316
317
|
"title": "Shadowrocket"
|
317
318
|
},
|
319
|
+
"singbox": {
|
320
|
+
"description": "Приложение Sing-box — официальное приложение для протокола Sing-box.",
|
321
|
+
"title": "Приложение Sing-box"
|
322
|
+
},
|
318
323
|
"stash": {
|
319
324
|
"description": "Описание Stash ",
|
320
325
|
"title": "Stash "
|
@@ -495,7 +500,7 @@
|
|
495
500
|
"label": "☑️ Разрешить соединение по HTTP"
|
496
501
|
},
|
497
502
|
"httpupgrade_enable": {
|
498
|
-
"description": "HTTPUpgrade завершает запрос и ответ на обновление HTTP 1.1, прежде чем использовать соединение напрямую. Он похож на WebSocket тем, что создает канал направления, который может пересылаться многими обратными прокси-серверами и CDN, без необходимости решать все проблемы, связанные с самим протоколом WebSocket.\n⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты
|
503
|
+
"description": "HTTPUpgrade завершает запрос и ответ на обновление HTTP 1.1, прежде чем использовать соединение напрямую. Он похож на WebSocket тем, что создает канал направления, который может пересылаться многими обратными прокси-серверами и CDN, без необходимости решать все проблемы, связанные с самим протоколом WebSocket.\n⚠️ Недоступно в клиентах на базе Xray. Поддерживаются только клиенты <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p>, Singbox и V2fly.",
|
499
504
|
"label": "🆙 Включить Метод HTTP Обновления"
|
500
505
|
},
|
501
506
|
"hysteria": {
|
@@ -541,7 +546,7 @@
|
|
541
546
|
"label": "Порты KCP"
|
542
547
|
},
|
543
548
|
"lang": {
|
544
|
-
"description": "Выберите язык
|
549
|
+
"description": "Выберите язык пользовательского интерфейса, чтобы персонализировать свой опыт использования пользовательской зоны.",
|
545
550
|
"label": "🗺️ Язык раздела пользователя"
|
546
551
|
},
|
547
552
|
"last_hash": {
|
@@ -577,7 +582,7 @@
|
|
577
582
|
"label": "⬆️ MUX Brutal Исходящая Загрузка (mbps)"
|
578
583
|
},
|
579
584
|
"mux_enable": {
|
580
|
-
"description": "MUX требует совместимые клиенты. MUX в Hiddify
|
585
|
+
"description": "MUX требует совместимые клиенты. MUX в <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и Singbox несовместимы с XRay",
|
581
586
|
"label": "Ⓜ️ MUX (⚠️ Несовместимо с некоторыми клиентами)"
|
582
587
|
},
|
583
588
|
"mux_max_connections": {
|
@@ -641,8 +646,8 @@
|
|
641
646
|
"label": "ℹ️ Путь обновления HTTP"
|
642
647
|
},
|
643
648
|
"path_splithttp": {
|
644
|
-
"description": "
|
645
|
-
"label": "
|
649
|
+
"description": "",
|
650
|
+
"label": ""
|
646
651
|
},
|
647
652
|
"path_ss": {
|
648
653
|
"description": "Путь Shadowsocks в ссылках",
|
@@ -672,6 +677,10 @@
|
|
672
677
|
"description": "Укажите путь для Websocket",
|
673
678
|
"label": "ℹ️ Путь запросов к веб-сокетам"
|
674
679
|
},
|
680
|
+
"path_xhttp": {
|
681
|
+
"description": "Эта опция определяет путь для Split HTTP.",
|
682
|
+
"label": "ℹ️ Путь для Split HTTP"
|
683
|
+
},
|
675
684
|
"proxies": {
|
676
685
|
"description": "Определите специфичные настройки прокси",
|
677
686
|
"label": "Настройки прокси"
|
@@ -777,8 +786,8 @@
|
|
777
786
|
"label": "🚀 Тест скорости"
|
778
787
|
},
|
779
788
|
"splithttp_enable": {
|
780
|
-
"description": "
|
781
|
-
"label": "
|
789
|
+
"description": "",
|
790
|
+
"label": ""
|
782
791
|
},
|
783
792
|
"ssfaketls": {
|
784
793
|
"description": "Shadowsocks FakeTLS — это простой инструмент для запутывания, который инкапсулирует данные в пакете tls.",
|
@@ -796,6 +805,38 @@
|
|
796
805
|
"description": "SSH Proxy, также известный как SSH tunnel или переадресация портов SSH, представляет собой метод создания безопасного канала связи между двумя компьютерами в незащищенной сети. У нас есть отдельное приложение, которое полностью отличается от стандартногно ssh-сервера и не может выполнять какие-либо команды.",
|
797
806
|
"label": "SSH Proxy"
|
798
807
|
},
|
808
|
+
"ssh_host_dsa_pk": {
|
809
|
+
"description": "",
|
810
|
+
"label": ""
|
811
|
+
},
|
812
|
+
"ssh_host_dsa_pub": {
|
813
|
+
"description": "",
|
814
|
+
"label": ""
|
815
|
+
},
|
816
|
+
"ssh_host_ecdsa_pk": {
|
817
|
+
"description": "",
|
818
|
+
"label": ""
|
819
|
+
},
|
820
|
+
"ssh_host_ecdsa_pub": {
|
821
|
+
"description": "",
|
822
|
+
"label": ""
|
823
|
+
},
|
824
|
+
"ssh_host_ed25519_pk": {
|
825
|
+
"description": "",
|
826
|
+
"label": ""
|
827
|
+
},
|
828
|
+
"ssh_host_ed25519_pub": {
|
829
|
+
"description": "",
|
830
|
+
"label": ""
|
831
|
+
},
|
832
|
+
"ssh_host_rsa_pk": {
|
833
|
+
"description": "",
|
834
|
+
"label": ""
|
835
|
+
},
|
836
|
+
"ssh_host_rsa_pub": {
|
837
|
+
"description": "",
|
838
|
+
"label": ""
|
839
|
+
},
|
799
840
|
"ssh_server_enable": {
|
800
841
|
"description": "SSH Proxy полностью отличается от оригинального SSH Server",
|
801
842
|
"label": "✔️ Включить SSH Poxy"
|
@@ -985,7 +1026,7 @@
|
|
985
1026
|
"label": "WireGuard"
|
986
1027
|
},
|
987
1028
|
"wireguard_enable": {
|
988
|
-
"description": "<p>WireGuard - это UDP-протокол. (⚠️ Работает на <a href=\"https://
|
1029
|
+
"description": "<p>WireGuard - это UDP-протокол. (⚠️ Работает на <a href=\"https://app.hiddify.com/\" target=\"_blank\">Hiddify</a>)</p>",
|
989
1030
|
"label": "🐉 WireGuard"
|
990
1031
|
},
|
991
1032
|
"wireguard_ipv4": {
|
@@ -1016,6 +1057,10 @@
|
|
1016
1057
|
"description": "Websocket создает туннель поверх HTTP, который будет полезно использовать в CDN",
|
1017
1058
|
"label": "🔰 Websocket"
|
1018
1059
|
},
|
1060
|
+
"xhttp_enable": {
|
1061
|
+
"description": "<p>Этот протокол отправляет и получает информацию по отдельным каналам<br />\n⚠️ <strong>Не поддерживается в клиентах на базе SignBox. Поддерживаются только приложения <p><a href=\"https://app.hiddify.com\" target=\"_blank\">Hiddify</a></p> и клиенты на базе XRay</strong></p>",
|
1062
|
+
"label": "🈁 Split HTTP"
|
1063
|
+
},
|
1019
1064
|
"xtls_enable": {
|
1020
1065
|
"description": "Включает протокол XTLS",
|
1021
1066
|
"label": "🟢XTLS"
|
@@ -1072,6 +1117,11 @@
|
|
1072
1117
|
},
|
1073
1118
|
"log": "📄 Log",
|
1074
1119
|
"login": {
|
1120
|
+
"button": "Авторизоваться",
|
1121
|
+
"password": {
|
1122
|
+
"description": "Для дополнительной безопасности вам необходимо ввести свой пароль.",
|
1123
|
+
"label": "Пароль"
|
1124
|
+
},
|
1075
1125
|
"secret": {
|
1076
1126
|
"description": "Для получения доступа к этой странице введите свой секретный код (UUID)",
|
1077
1127
|
"label": "Секретный код (UUID)"
|
@@ -1238,9 +1288,18 @@
|
|
1238
1288
|
},
|
1239
1289
|
"last_reset_time": "Сброс даты последнего использования",
|
1240
1290
|
"name": "Имя",
|
1291
|
+
"password": {
|
1292
|
+
"description": "Пароль будет использоваться для дополнительной безопасности. Вы сможете войти в HiddifyManager только после ввода пароля.",
|
1293
|
+
"title": "Пароль",
|
1294
|
+
"validation-lenght": "Для повышения безопасности ваш пароль должен содержать не менее 8 символов.",
|
1295
|
+
"validation-required": "Требуется пароль. Введите пароль, чтобы продолжить."
|
1296
|
+
},
|
1241
1297
|
"usage_limit_GB": "⌛️ Лимит (GB)",
|
1242
1298
|
"user_links": "Ссылки пользователей"
|
1243
1299
|
},
|
1300
|
+
"vpn": {
|
1301
|
+
"notallowed": "Пожалуйста, посетите эту страницу без использования VPN. Вам нужно получить к ней доступ из страны %(expected_country)s, но в данный момент вы получаете к ней доступ из %(your_country)s."
|
1302
|
+
},
|
1244
1303
|
"weekly": "📅 Еженедельно",
|
1245
1304
|
"worker": "✴️ Cloudflare Worker"
|
1246
1305
|
}
|
@@ -57,6 +57,7 @@
|
|
57
57
|
"Domain (%(domain)s)-> IP=%(domain_ip)s is not matched with your ip=%(server_ip)s which is required in direct mode": "域 (%(domain)s)-> IP = %(domain_ip)s 与您的 IP = %(server_ip)s 不同。这在直接模式下是必需的",
|
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 is not matched with your ip=%(server_ip)s需要用于直连模式",
|
59
59
|
"Domain can not be resolved! there is a problem in your domain": "域名无法解析!您的域有问题。请检查您的域配置。",
|
60
|
+
"Domain cannot be resolved! Please check DNS settings": "",
|
60
61
|
"Domain is not REALITY friendly!": "域名对现实不友好!",
|
61
62
|
"Domain?": "域名?",
|
62
63
|
"Donation": {
|
@@ -101,7 +102,7 @@
|
|
101
102
|
"Invalid admin link": "管理员链接无效",
|
102
103
|
"Iran": "🇮🇷伊朗",
|
103
104
|
"It seems that you are using default domain (%(domain)s) which is not recommended.": "看来您正在使用默认域(%(domain)s),这是不推荐的。请从域部分更改或删除它。",
|
104
|
-
"It will override the root admin to the current user": "
|
105
|
+
"It will override the root admin to the current user": "它会将备份文件的所有者管理员覆盖为当前管理员。",
|
105
106
|
"Join our Hiddify Telegram channel to get the latest updates on Hiddify.": "加入我们的 Hiddify Telegram 频道,获取 Hiddify 的最新动态。",
|
106
107
|
"Last Online": "最后一次连接",
|
107
108
|
"Link is changed!": "ℹ️链接已更改!",
|
@@ -136,7 +137,6 @@
|
|
136
137
|
"Please Wait": "请稍等...",
|
137
138
|
"Please click on %(install)s to save the user page.": "单击 %(install)s 保存用户页面。",
|
138
139
|
"Please connect your telegram account to the panel to be informed about latest news.": "请将您的 Telegram 帐户连接到面板以获取最新消息。",
|
139
|
-
"Please connect your telegram accout to the panel to be informed about latest news.": "请将您的 Telegram 帐户连接到面板以了解您的订阅的最新状态",
|
140
140
|
"Please create an issue on Github.": "请在 Github 上创建问题",
|
141
141
|
"Please select at least one file.": "请选择至少一个文件",
|
142
142
|
"Please select at least one record.": "请选择至少一条记录",
|
@@ -152,6 +152,7 @@
|
|
152
152
|
"QRCode": "<i class='fa-solid fa-qrcode'></i> QRCode",
|
153
153
|
"RAM": "内存",
|
154
154
|
"REALITY Fallback domain is not compaitble with server names!": "REALITY 后备域与服务器名称不兼容!",
|
155
|
+
"REALITY Fallback domain is not compatible with server names!": "",
|
155
156
|
"Release": "✅ 发布",
|
156
157
|
"Remaining about %(relative)s, exactly %(days)s days": "还剩下大约 %(relative)s,正好 %(days)s 天",
|
157
158
|
"Remote nodes are not supported yet!": "尚不支持远程节点!",
|
@@ -187,6 +188,7 @@
|
|
187
188
|
"Simplifies the process of employing the link elsewhere.": "简化了在其他地方使用链接的过程",
|
188
189
|
"SingBox": "📦 歌盒",
|
189
190
|
"Sort by %(name)s": "以%(name)s排序",
|
191
|
+
"Specifying CDN IP is only valid for CDN mode": "",
|
190
192
|
"Start Date": "开始日期",
|
191
193
|
"Started %(days)s days ago": "已于 %(days)s 天前开始",
|
192
194
|
"Started from %(relative)s": "从 %(relative)s 开始",
|
@@ -225,7 +227,6 @@
|
|
225
227
|
"You can restore your configs from previously downloaded configs": "ℹ️您可以从以前下载的备份文件恢复您的配置",
|
226
228
|
"You have too much users! You can have only %(active)s active users and %(total)s users": "你的用户太多了!您只能拥有 %(active)s 个活跃用户和 %(total)s 个用户",
|
227
229
|
"You have used this domain in: ": "您已在以下位置使用过该域名:",
|
228
|
-
"You should visit this page without VPN. Your country=%(your_country)s\nexpected=%(expected_country)s": "您应该在没有 VPN 的情况下访问此页面 Your Country =%(your_country)s\n预期=%(expected_country)s",
|
229
230
|
"Your hiddify instance information \nDomain: {} \nUsage limit: {} GB\nCurrent usage: {} GB\nExpires at: {} \nRemaining days: {} \n\n\n Happy using 🎉 🎉 🎉 \n": "您的 Hiddify 实例信息\n领域: {}\n使用限制:{} GB\n当前使用情况:{} GB\n到期时间:{}\n剩余天数:{}\n\n\n祝你好运! 🎉🎉🎉",
|
230
231
|
"[Admin only visible message:] You can change this message from settings": "[管理员专用消息]:可通过设置自定义。",
|
231
232
|
"actions": "行动",
|
@@ -315,6 +316,10 @@
|
|
315
316
|
"description": "小火箭描述",
|
316
317
|
"title": "Shadowrocket"
|
317
318
|
},
|
319
|
+
"singbox": {
|
320
|
+
"description": "Sing-box 应用程序是 Sing-box 协议的官方应用程序。",
|
321
|
+
"title": "Sing-box 应用程序是"
|
322
|
+
},
|
318
323
|
"stash": {
|
319
324
|
"description": "Stash描述",
|
320
325
|
"title": "Stash"
|
@@ -541,7 +546,7 @@
|
|
541
546
|
"label": "KCP 港口"
|
542
547
|
},
|
543
548
|
"lang": {
|
544
|
-
"description": "
|
549
|
+
"description": "选择用户界面的语言来个性化您在用户区域的体验。",
|
545
550
|
"label": "🗺️ 用户区语言"
|
546
551
|
},
|
547
552
|
"last_hash": {
|
@@ -641,8 +646,8 @@
|
|
641
646
|
"label": "ℹ️ HTTP 升级路径"
|
642
647
|
},
|
643
648
|
"path_splithttp": {
|
644
|
-
"description": "
|
645
|
-
"label": "
|
649
|
+
"description": "",
|
650
|
+
"label": ""
|
646
651
|
},
|
647
652
|
"path_ss": {
|
648
653
|
"description": "链接中的 Shadowsocks 路径",
|
@@ -672,6 +677,10 @@
|
|
672
677
|
"description": "指定Websocket路径",
|
673
678
|
"label": "ℹ️ Websocket 请求路径"
|
674
679
|
},
|
680
|
+
"path_xhttp": {
|
681
|
+
"description": "此选项定义 Split HTTP 的路径",
|
682
|
+
"label": "Split HTTP 的路径"
|
683
|
+
},
|
675
684
|
"proxies": {
|
676
685
|
"description": "定义特定的代理设置",
|
677
686
|
"label": "代理设置"
|
@@ -777,8 +786,8 @@
|
|
777
786
|
"label": "🚀 速度测试"
|
778
787
|
},
|
779
788
|
"splithttp_enable": {
|
780
|
-
"description": "
|
781
|
-
"label": "
|
789
|
+
"description": "",
|
790
|
+
"label": ""
|
782
791
|
},
|
783
792
|
"ssfaketls": {
|
784
793
|
"description": "Shadowsocks FakeTLS 是一个简单的混淆工具,将日期封装在 tls 数据包中",
|
@@ -796,6 +805,38 @@
|
|
796
805
|
"description": "ℹ️ SSH 代理,也称为 SSH 隧道或 SSH 端口转发,是一种通过不安全网络在两台计算机之间创建安全通信通道的安全方法。我们有一个与 ssh 服务器完全不同的特定应用程序,无法执行任何命令",
|
797
806
|
"label": "SSH 代理"
|
798
807
|
},
|
808
|
+
"ssh_host_dsa_pk": {
|
809
|
+
"description": "",
|
810
|
+
"label": ""
|
811
|
+
},
|
812
|
+
"ssh_host_dsa_pub": {
|
813
|
+
"description": "",
|
814
|
+
"label": ""
|
815
|
+
},
|
816
|
+
"ssh_host_ecdsa_pk": {
|
817
|
+
"description": "",
|
818
|
+
"label": ""
|
819
|
+
},
|
820
|
+
"ssh_host_ecdsa_pub": {
|
821
|
+
"description": "",
|
822
|
+
"label": ""
|
823
|
+
},
|
824
|
+
"ssh_host_ed25519_pk": {
|
825
|
+
"description": "",
|
826
|
+
"label": ""
|
827
|
+
},
|
828
|
+
"ssh_host_ed25519_pub": {
|
829
|
+
"description": "",
|
830
|
+
"label": ""
|
831
|
+
},
|
832
|
+
"ssh_host_rsa_pk": {
|
833
|
+
"description": "",
|
834
|
+
"label": ""
|
835
|
+
},
|
836
|
+
"ssh_host_rsa_pub": {
|
837
|
+
"description": "",
|
838
|
+
"label": ""
|
839
|
+
},
|
799
840
|
"ssh_server_enable": {
|
800
841
|
"description": "SSH Proxy 与原来的 SSH Server 完全不同",
|
801
842
|
"label": "✔️ 启用 SSH 代理"
|
@@ -1016,6 +1057,10 @@
|
|
1016
1057
|
"description": "Websocket 通过 HTTP 创建一个隧道,可用于 CDN",
|
1017
1058
|
"label": "🔰 Websocket"
|
1018
1059
|
},
|
1060
|
+
"xhttp_enable": {
|
1061
|
+
"description": "该协议通过单独的渠道发送和接收信息 ",
|
1062
|
+
"label": "🈁 Split HTTP"
|
1063
|
+
},
|
1019
1064
|
"xtls_enable": {
|
1020
1065
|
"description": "启用 XTLS 协议",
|
1021
1066
|
"label": "🟢XTLS"
|
@@ -1072,6 +1117,11 @@
|
|
1072
1117
|
},
|
1073
1118
|
"log": "📄 Log",
|
1074
1119
|
"login": {
|
1120
|
+
"button": "登录",
|
1121
|
+
"password": {
|
1122
|
+
"description": "为了更加安全,您需要输入密码。",
|
1123
|
+
"label": "密码"
|
1124
|
+
},
|
1075
1125
|
"secret": {
|
1076
1126
|
"description": "要访问此页面,请输入您的密码(UUID)",
|
1077
1127
|
"label": "密码 (UUID)"
|
@@ -1238,9 +1288,18 @@
|
|
1238
1288
|
},
|
1239
1289
|
"last_reset_time": "最后使用日期重置",
|
1240
1290
|
"name": "姓名",
|
1291
|
+
"password": {
|
1292
|
+
"description": "密码将用于额外的安全保护。您只有输入密码后才能登录 HiddifyManager。",
|
1293
|
+
"title": "密码",
|
1294
|
+
"validation-lenght": "为了增强安全性,您的密码必须至少包含 8 个字符。",
|
1295
|
+
"validation-required": "需要密码。请输入您的密码才能继续。"
|
1296
|
+
},
|
1241
1297
|
"usage_limit_GB": "⌛️ 使用限制 (GB)",
|
1242
1298
|
"user_links": "用户链接"
|
1243
1299
|
},
|
1300
|
+
"vpn": {
|
1301
|
+
"notallowed": "请不要使用 VPN 访问此页面。您需要从国家/地区 %(expected_country)s 访问,但您当前正在从 %(your_country)s 访问。"
|
1302
|
+
},
|
1244
1303
|
"weekly": "📅每周",
|
1245
1304
|
"worker": "✴️ Cloudflare Worker"
|
1246
1305
|
}
|