hiddifypanel 9.0.0.dev82__py3-none-any.whl → 9.0.0.dev92__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/base.py +2 -2
- hiddifypanel/hutils/encode.py +5 -0
- hiddifypanel/models/proxy.py +4 -0
- hiddifypanel/models/user.py +2 -1
- hiddifypanel/models/utils.py +0 -2
- hiddifypanel/panel/admin/AdminstratorAdmin.py +1 -0
- hiddifypanel/panel/admin/DomainAdmin.py +3 -3
- hiddifypanel/panel/admin/ProxyAdmin.py +8 -2
- hiddifypanel/panel/admin/SettingAdmin.py +5 -2
- hiddifypanel/panel/admin/UserAdmin.py +36 -29
- hiddifypanel/panel/admin/adminlte.py +2 -2
- hiddifypanel/panel/admin/fix_flaskadmin_babel.py +1 -2
- hiddifypanel/panel/admin/templates/configfake.html +1 -0
- hiddifypanel/panel/commercial/ProxyDetailsAdmin.py +14 -2
- hiddifypanel/panel/commercial/restapi/v2/user/info_api.py +3 -2
- hiddifypanel/panel/hiddify.py +1 -1
- hiddifypanel/panel/init_db.py +2 -2
- hiddifypanel/panel/user/link_maker.py +2 -2
- hiddifypanel/panel/user/user.py +1 -1
- hiddifypanel/static/js/custom-rtl.js +8 -4
- hiddifypanel/static/js/custom.js +1 -1
- hiddifypanel/static/plugins/bootstrap4-editable/js/bootstrap-editable.js +3106 -3106
- hiddifypanel/static/plugins/bootstrap4-editable/js/bootstrap-editable.min.js +15 -3
- hiddifypanel/templates/admin-layout.html +2 -2
- hiddifypanel/templates/flaskadmin-layout.html +104 -80
- hiddifypanel/templates/master.html +4 -1
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +8 -6
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +7 -3
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/pt/LC_MESSAGES/messages.po +40 -28
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.po +41 -27
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.po +22 -12
- hiddifypanel/translations.i18n/en.json +3 -1
- hiddifypanel/translations.i18n/fa.json +3 -1
- hiddifypanel/translations.i18n/pt.json +30 -28
- hiddifypanel/translations.i18n/ru.json +30 -28
- hiddifypanel/translations.i18n/zh.json +14 -12
- {hiddifypanel-9.0.0.dev82.dist-info → hiddifypanel-9.0.0.dev92.dist-info}/METADATA +1 -1
- {hiddifypanel-9.0.0.dev82.dist-info → hiddifypanel-9.0.0.dev92.dist-info}/RECORD +49 -49
- {hiddifypanel-9.0.0.dev82.dist-info → hiddifypanel-9.0.0.dev92.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-9.0.0.dev82.dist-info → hiddifypanel-9.0.0.dev92.dist-info}/WHEEL +0 -0
- {hiddifypanel-9.0.0.dev82.dist-info → hiddifypanel-9.0.0.dev92.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-9.0.0.dev82.dist-info → hiddifypanel-9.0.0.dev92.dist-info}/top_level.txt +0 -0
@@ -412,7 +412,7 @@ msgstr ""
|
|
412
412
|
"Он работает как Trojan, но не требует подписания сертификата. брандмауэр увидит настоящее рукопожатие tls с действительным сертификатом, который вы выберете."
|
413
413
|
|
414
414
|
msgid "config.restls.label"
|
415
|
-
msgstr ""
|
415
|
+
msgstr "RestTLS"
|
416
416
|
|
417
417
|
msgid "config.restls.description"
|
418
418
|
msgstr ""
|
@@ -1197,7 +1197,7 @@ msgid "user.home.tool.all-configs"
|
|
1197
1197
|
msgstr "Все конфигурации"
|
1198
1198
|
|
1199
1199
|
msgid "user.home.tool.doh.title"
|
1200
|
-
msgstr ""
|
1200
|
+
msgstr "DNS через HTTPS"
|
1201
1201
|
|
1202
1202
|
msgid "user.home.tool.doh.help"
|
1203
1203
|
msgstr ""
|
@@ -1567,6 +1567,11 @@ msgstr ""
|
|
1567
1567
|
|
1568
1568
|
msgid "serverssh.password-login.warning"
|
1569
1569
|
msgstr ""
|
1570
|
+
"Ваш сервер уязвим для злоупотреблений, поскольку в вашем SSH включена "
|
1571
|
+
"проверка подлинности пароля. Чтобы защитить свой сервер, переключитесь на "
|
1572
|
+
"механизм аутентификации по ключу и отключите аутентификацию по паролю. <a "
|
1573
|
+
"href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-"
|
1574
|
+
"Authentication'>читать далее...</a>"
|
1570
1575
|
|
1571
1576
|
msgid "child has been removed!"
|
1572
1577
|
msgstr "Дочерний элемент удален!"
|
@@ -1709,7 +1714,7 @@ msgid "node.uuid.dscr"
|
|
1709
1714
|
msgstr ""
|
1710
1715
|
|
1711
1716
|
msgid "Remote nodes are not supported yet!"
|
1712
|
-
msgstr ""
|
1717
|
+
msgstr "Удаленные узлы пока не поддерживаются!"
|
1713
1718
|
|
1714
1719
|
msgid "quicksetup.setlang.success"
|
1715
1720
|
msgstr "Изменение языка прошло успешно."
|
@@ -1848,6 +1853,9 @@ msgstr "Макс. IP-адресов"
|
|
1848
1853
|
msgid "Enable"
|
1849
1854
|
msgstr "❇️ Включить"
|
1850
1855
|
|
1856
|
+
msgid "Active"
|
1857
|
+
msgstr ""
|
1858
|
+
|
1851
1859
|
msgid "Add some text that is only visible to you."
|
1852
1860
|
msgstr "Вы можете добавить текст, который будет виден только вам."
|
1853
1861
|
|
@@ -1939,11 +1947,14 @@ msgstr ""
|
|
1939
1947
|
"Отправьте сообщение, чтобы получить специальную версию для бизнес-пользователей."
|
1940
1948
|
|
1941
1949
|
msgid " Search Settings"
|
1942
|
-
msgstr ""
|
1950
|
+
msgstr " Настройки поиска"
|
1943
1951
|
|
1944
1952
|
msgid "Create"
|
1945
1953
|
msgstr "Создать"
|
1946
1954
|
|
1955
|
+
msgid "Current Domain"
|
1956
|
+
msgstr ""
|
1957
|
+
|
1947
1958
|
msgid "Save & Add More"
|
1948
1959
|
msgstr "Сохранить и добавить еще"
|
1949
1960
|
|
@@ -2120,30 +2131,33 @@ msgid "All Users"
|
|
2120
2131
|
msgstr "Все пользователи"
|
2121
2132
|
|
2122
2133
|
msgid "Expired Users"
|
2123
|
-
msgstr ""
|
2134
|
+
msgstr "Пользователи с истекшим сроком действия"
|
2124
2135
|
|
2125
2136
|
msgid "Active Users"
|
2126
|
-
msgstr ""
|
2137
|
+
msgstr "Активные пользователи"
|
2127
2138
|
|
2128
2139
|
msgid "Offline more than 1 hour"
|
2129
|
-
msgstr ""
|
2140
|
+
msgstr "Оффлайн более 1 часа"
|
2130
2141
|
|
2131
2142
|
msgid "Offline more than 1 day"
|
2132
|
-
msgstr ""
|
2143
|
+
msgstr "Оффлайн более 1 дня"
|
2133
2144
|
|
2134
2145
|
msgid "Offline more than 1 week"
|
2135
|
-
msgstr ""
|
2146
|
+
msgstr "Офлайн более 1 недели"
|
2136
2147
|
|
2137
2148
|
msgid ""
|
2138
2149
|
"User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n"
|
2139
2150
|
" class=\"btn btn-info\">here</a>"
|
2140
2151
|
msgstr ""
|
2152
|
+
"Информация об использовании пользователя будет обновляться каждые 6 минут. "
|
2153
|
+
"Чтобы обновить его сейчас, нажмите <a href=\"%(link)s\"<inlang-"
|
2154
|
+
"LineFeed>class=\"btn btn-info\">здесь</a>"
|
2141
2155
|
|
2142
2156
|
msgid "Please type your message to send to the telegram:"
|
2143
2157
|
msgstr "✏️ Пожалуйста, напишите свое сообщение для отправки в Telegram:"
|
2144
2158
|
|
2145
2159
|
msgid "Sending"
|
2146
|
-
msgstr ""
|
2160
|
+
msgstr "Отправка..."
|
2147
2161
|
|
2148
2162
|
msgid "The message has been sent."
|
2149
2163
|
msgstr "Сообщение отправлено"
|
@@ -2155,10 +2169,10 @@ msgid "The message was not sent to"
|
|
2155
2169
|
msgstr "Сообщение не было отправлено "
|
2156
2170
|
|
2157
2171
|
msgid "%(count)s records were successfully disabled."
|
2158
|
-
msgstr ""
|
2172
|
+
msgstr "%(count)s записей были успешно отключены."
|
2159
2173
|
|
2160
2174
|
msgid "%(count)s records were successfully enabled."
|
2161
|
-
msgstr ""
|
2175
|
+
msgstr "%(count)s записей были успешно включены."
|
2162
2176
|
|
2163
2177
|
msgid "app.hiddify.next.title"
|
2164
2178
|
msgstr "Скрыть следующее"
|
@@ -2254,34 +2268,34 @@ msgstr ""
|
|
2254
2268
|
"Начните с нажатия ссылки на панели или ввода своего UUID"
|
2255
2269
|
|
2256
2270
|
msgid "update"
|
2257
|
-
msgstr ""
|
2271
|
+
msgstr "обновлять"
|
2258
2272
|
|
2259
2273
|
msgid "Welcome to admin bot. Choose your action"
|
2260
|
-
msgstr ""
|
2274
|
+
msgstr "Добро пожаловать в админ-бот. Выберите свое действие"
|
2261
2275
|
|
2262
2276
|
msgid "Create Package"
|
2263
|
-
msgstr ""
|
2277
|
+
msgstr "Создать пакет"
|
2264
2278
|
|
2265
2279
|
msgid "package size?"
|
2266
|
-
msgstr ""
|
2280
|
+
msgstr "Размер посылки?"
|
2267
2281
|
|
2268
2282
|
msgid "Ok"
|
2269
|
-
msgstr ""
|
2283
|
+
msgstr "Хорошо"
|
2270
2284
|
|
2271
2285
|
msgid "package days?"
|
2272
|
-
msgstr ""
|
2286
|
+
msgstr "пакетные дни?"
|
2273
2287
|
|
2274
2288
|
msgid "How many?"
|
2275
|
-
msgstr ""
|
2289
|
+
msgstr "Сколько?"
|
2276
2290
|
|
2277
2291
|
msgid "Domain?"
|
2278
|
-
msgstr ""
|
2292
|
+
msgstr "Домен?"
|
2279
2293
|
|
2280
2294
|
msgid "Please Wait..."
|
2281
|
-
msgstr ""
|
2295
|
+
msgstr "Пожалуйста, подождите..."
|
2282
2296
|
|
2283
2297
|
msgid "Finished"
|
2284
|
-
msgstr ""
|
2298
|
+
msgstr "Законченный..."
|
2285
2299
|
|
2286
2300
|
msgid ""
|
2287
2301
|
"Dear {}\n"
|
@@ -2345,6 +2359,8 @@ msgstr "ℹ️Ссылка изменена!"
|
|
2345
2359
|
msgid ""
|
2346
2360
|
"The page has been moved to a new link. Please copy and save the new link."
|
2347
2361
|
msgstr ""
|
2362
|
+
"Страница перемещена по новой ссылке. Пожалуйста, скопируйте и сохраните "
|
2363
|
+
"новую ссылку."
|
2348
2364
|
|
2349
2365
|
msgid "all"
|
2350
2366
|
msgstr "Все"
|
@@ -2371,7 +2387,7 @@ msgid "install from google play"
|
|
2371
2387
|
msgstr "<i class='fa-brands fa-google-play'></i> Google Plaн"
|
2372
2388
|
|
2373
2389
|
msgid "HiddifyNG"
|
2374
|
-
msgstr ""
|
2390
|
+
msgstr "HiddifyNG <span class='badge badge-success'>рекомендуется</span>"
|
2375
2391
|
|
2376
2392
|
msgid "HiddifyNG intro"
|
2377
2393
|
msgstr ""
|
@@ -2562,16 +2578,14 @@ msgstr "Администраторы"
|
|
2562
2578
|
msgid "in parent panel"
|
2563
2579
|
msgstr "Родительский контроль"
|
2564
2580
|
|
2565
|
-
msgid ""
|
2566
|
-
"Commercial\n"
|
2567
|
-
" use"
|
2581
|
+
msgid "Commercial use"
|
2568
2582
|
msgstr ""
|
2569
2583
|
|
2570
2584
|
msgid "Bug"
|
2571
2585
|
msgstr "Bug/Feature"
|
2572
2586
|
|
2573
2587
|
msgid "Donation.title"
|
2574
|
-
msgstr ""
|
2588
|
+
msgstr "Пожертвование"
|
2575
2589
|
|
2576
2590
|
msgid "Donation.description"
|
2577
2591
|
msgstr ""
|
Binary file
|
@@ -1067,7 +1067,7 @@ msgid "user.home.tool.all-configs"
|
|
1067
1067
|
msgstr "所有配置"
|
1068
1068
|
|
1069
1069
|
msgid "user.home.tool.doh.title"
|
1070
|
-
msgstr ""
|
1070
|
+
msgstr "HTTPS 上的 DNS"
|
1071
1071
|
|
1072
1072
|
msgid "user.home.tool.doh.help"
|
1073
1073
|
msgstr ""
|
@@ -1427,6 +1427,10 @@ msgstr "您似乎还没有创建任何用户。默认用户链接:%(default_li
|
|
1427
1427
|
|
1428
1428
|
msgid "serverssh.password-login.warning"
|
1429
1429
|
msgstr ""
|
1430
|
+
"您的服务器很容易受到滥用,因为您的 SSH "
|
1431
|
+
"中启用了密码身份验证。为了保护您的服务器,请切换到密钥身份验证机制并关闭PasswordAuthentication。<a "
|
1432
|
+
"href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-"
|
1433
|
+
"Authentication'>阅读更多...</a>"
|
1430
1434
|
|
1431
1435
|
msgid "child has been removed!"
|
1432
1436
|
msgstr "孩子已被移走!"
|
@@ -1696,6 +1700,9 @@ msgstr "最大IP数"
|
|
1696
1700
|
msgid "Enable"
|
1697
1701
|
msgstr "❇️启用"
|
1698
1702
|
|
1703
|
+
msgid "Active"
|
1704
|
+
msgstr ""
|
1705
|
+
|
1699
1706
|
msgid "Add some text that is only visible to you."
|
1700
1707
|
msgstr "您可以添加一些只有您可见的文本"
|
1701
1708
|
|
@@ -1781,6 +1788,9 @@ msgstr "搜索设置"
|
|
1781
1788
|
msgid "Create"
|
1782
1789
|
msgstr "创造"
|
1783
1790
|
|
1791
|
+
msgid "Current Domain"
|
1792
|
+
msgstr ""
|
1793
|
+
|
1784
1794
|
msgid "Save & Add More"
|
1785
1795
|
msgstr "保存并添加更多"
|
1786
1796
|
|
@@ -1957,30 +1967,32 @@ msgid "All Users"
|
|
1957
1967
|
msgstr "全部用户"
|
1958
1968
|
|
1959
1969
|
msgid "Expired Users"
|
1960
|
-
msgstr ""
|
1970
|
+
msgstr "过期用户"
|
1961
1971
|
|
1962
1972
|
msgid "Active Users"
|
1963
|
-
msgstr ""
|
1973
|
+
msgstr "活跃用户"
|
1964
1974
|
|
1965
1975
|
msgid "Offline more than 1 hour"
|
1966
|
-
msgstr ""
|
1976
|
+
msgstr "离线1小时以上"
|
1967
1977
|
|
1968
1978
|
msgid "Offline more than 1 day"
|
1969
|
-
msgstr ""
|
1979
|
+
msgstr "离线超过1天"
|
1970
1980
|
|
1971
1981
|
msgid "Offline more than 1 week"
|
1972
|
-
msgstr ""
|
1982
|
+
msgstr "离线超过1周"
|
1973
1983
|
|
1974
1984
|
msgid ""
|
1975
1985
|
"User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n"
|
1976
1986
|
" class=\"btn btn-info\">here</a>"
|
1977
1987
|
msgstr ""
|
1988
|
+
"用户使用情况每 6 分钟更新一次。要立即更新,请单击<a href=\"%(link)s\"<inlang-LineFeed>class=\"btn "
|
1989
|
+
"btn-info\">此处</a>"
|
1978
1990
|
|
1979
1991
|
msgid "Please type your message to send to the telegram:"
|
1980
1992
|
msgstr "✏️ 请写下您要发送到 Telegram 的消息:"
|
1981
1993
|
|
1982
1994
|
msgid "Sending"
|
1983
|
-
msgstr ""
|
1995
|
+
msgstr "正在发送..."
|
1984
1996
|
|
1985
1997
|
msgid "The message has been sent."
|
1986
1998
|
msgstr "消息已发送。"
|
@@ -2114,7 +2126,7 @@ msgid "Please Wait..."
|
|
2114
2126
|
msgstr "请稍等..."
|
2115
2127
|
|
2116
2128
|
msgid "Finished"
|
2117
|
-
msgstr ""
|
2129
|
+
msgstr "完成的..."
|
2118
2130
|
|
2119
2131
|
msgid ""
|
2120
2132
|
"Dear {}\n"
|
@@ -2391,16 +2403,14 @@ msgstr "管理员"
|
|
2391
2403
|
msgid "in parent panel"
|
2392
2404
|
msgstr "在家长面板中"
|
2393
2405
|
|
2394
|
-
msgid ""
|
2395
|
-
"Commercial\n"
|
2396
|
-
" use"
|
2406
|
+
msgid "Commercial use"
|
2397
2407
|
msgstr ""
|
2398
2408
|
|
2399
2409
|
msgid "Bug"
|
2400
2410
|
msgstr "错误/功能"
|
2401
2411
|
|
2402
2412
|
msgid "Donation.title"
|
2403
|
-
msgstr ""
|
2413
|
+
msgstr "捐款"
|
2404
2414
|
|
2405
2415
|
msgid "Donation.description"
|
2406
2416
|
msgstr ""
|
@@ -853,6 +853,7 @@
|
|
853
853
|
"Package Days": "📆 Package Days",
|
854
854
|
"Max IPs": "Max IPs",
|
855
855
|
"Enable": "❇️ Enable",
|
856
|
+
"Active": "Active",
|
856
857
|
"Add some text that is only visible to you.": "You can add some text that Is only visible to you",
|
857
858
|
"Define the user mode. Should the usage reset every month?": "The user's Package Mode. should the usage reset every Month, Week, etc",
|
858
859
|
"If monthly is enabled, the usage will be reset after 30 days from this date.": "If the monthly option is enabled, when this number reaches 30, the user usage will be reset (for weekly and daily this number is 7 and 1)",
|
@@ -869,6 +870,7 @@
|
|
869
870
|
"Premium Description": "Hiddify Manager Is Made For Non-Commercial Use. But If You Use This Panel Commercially, Please Help The Project Grow By Donating. <br/>\nIn Exchange For Your Financial Support, We Also Provide Special Facilities For Your Commercial Product.\n<br/>\n<br/>\nSuch as:\n<ul><li>\n<li>The Possibility Of Syncing To Cloudflare: That Is, By Adding a Domain In The Panel, The Relevant Settings Can Also Be Made In Cloudflare</li>\n<li>Possibility Of Displaying Your Brand In The Panel</li>\n<li>Possibility Of Using The Central Panel To Manage More Than 1 Server In Just One Panel, So It Is No Longer Necessary To Register Users In Different Servers, And Their Volume Will Be Collected In All Servers.\n</li>\n<li>\nThe Possibility Of Using The Telegram Bot\n</li>\n<li>\nAbility To Change Proxy Names\n</li>\n</ul>\n\nPlease Contact <a href='tg://resolve?domain=HiddifyCommercial'>@HiddifyCommercial</a> After Donating.\nSend a Message To Get a Special Version for business users.",
|
870
871
|
" Search Settings": " Search Settings",
|
871
872
|
"Create": "Create",
|
873
|
+
"Current Domain": "Current Domain",
|
872
874
|
"Save & Add More": "Save & Add More",
|
873
875
|
"Close": "Close",
|
874
876
|
"Back": "Back",
|
@@ -1078,7 +1080,7 @@
|
|
1078
1080
|
"Parent Panel": "Parent Panel",
|
1079
1081
|
"Admins": "Admins",
|
1080
1082
|
"in parent panel": "In Parent Panel",
|
1081
|
-
"Commercial
|
1083
|
+
"Commercial use": "Commercial use",
|
1082
1084
|
"Bug": "Bug/Feature",
|
1083
1085
|
"Donation": {
|
1084
1086
|
"title": "Donation",
|
@@ -853,6 +853,7 @@
|
|
853
853
|
"Package Days": "📆 تعداد روز بسته",
|
854
854
|
"Max IPs": "حداکثر IP",
|
855
855
|
"Enable": "❇️ فعال",
|
856
|
+
"Active": "فعال",
|
856
857
|
"Add some text that is only visible to you.": "در این قسمت یادداشتی اضافه کنید. (این یادداشت فقط برای شما قابل نمایش است.)",
|
857
858
|
"Define the user mode. Should the usage reset every month?": "حالت کاربر را تعریف کنید. کاربر غیرفعال (Disable) یا ریست حجم کاربر را مشخص کنید: (عدم ریست، ماهانه، هفتگی یا روزانه)",
|
858
859
|
"If monthly is enabled, the usage will be reset after 30 days from this date.": "اگر گزینه ماهانه فعال باشد، وقتی این عدد به ۳۰ برسد حجم کاربر ریست میشود (برای هفتگی و روزانه این عدد ۷ و ۱ است)",
|
@@ -869,6 +870,7 @@
|
|
869
870
|
"Premium Description": "پنل هیدیفای برای استفاده غیرتجاری ساخته شده است. اما چنانچه از این پنل استفاده تجاری میکنید، از شما خواهشمندیم با دونیت کردن به رشد پروژه کمک کنید. <br/>\nدر عوض حمایت مالی شما، امکانات ویژه ای هم برای محصول تجاری شما فراهم میکنیم.\n<br/>\n<br/>\nاز قبیل:\n<ul>\n<li>امکان سینک شدن به کلودفلر: یعنی با افزودن دامنه در پنل، تنظیمات مربوطه در کلود فلر نیز انجام شود</li>\n<li>امکان نمایش برند شما در پنل</li>\n<li>امکان استفاده از پنل مرکزی جهت مدیریت بیش از ۱ سرور در فقط یک پنل بنابراین دیگر لازم نیست کاربران را در سرورهای مختلف ثبت کنید و همین طور حجم آنها در تمام سرورها جمع خواهد شد.\n</li>\n<li>\nامکان استفاده از بات تلگرام\n</li>\n<li>\nامکان تغییر نام پروکسی ها\n</li>\n</ul>\n\nلطفا پس از دونیت کردن به <a href='tg://resolve?domain=HiddifyCommercial'>@HiddifyCommercial</a>\nپیام دهید تا نسخه ویژه ی کاربران تجاری به شما ارائه شود.",
|
870
871
|
" Search Settings": " تنظیمات جستجو",
|
871
872
|
"Create": "ایجاد",
|
873
|
+
"Current Domain": "دامنه فعلی",
|
872
874
|
"Save & Add More": "ذخیره و افزودن مورد دیگر",
|
873
875
|
"Close": "بستن",
|
874
876
|
"Back": "بازگشت",
|
@@ -1078,7 +1080,7 @@
|
|
1078
1080
|
"Parent Panel": "پنل مرکزی",
|
1079
1081
|
"Admins": "ادمین ها",
|
1080
1082
|
"in parent panel": "در پنل مرکزی",
|
1081
|
-
"Commercial
|
1083
|
+
"Commercial use": "",
|
1082
1084
|
"Bug": "باگ/پیشنهاد",
|
1083
1085
|
"Donation": {
|
1084
1086
|
"title": "حمایت",
|
@@ -207,7 +207,7 @@
|
|
207
207
|
"description": "Um Proxy para expor o handshake tls real ao firewall.\n\nFunciona como Trojan, mas não requer certificado de assinatura. o firewall verá o handshake tls real com o certificado válido que você escolher."
|
208
208
|
},
|
209
209
|
"restls": {
|
210
|
-
"label": "
|
210
|
+
"label": "RestTLS",
|
211
211
|
"description": "config.restls.description"
|
212
212
|
},
|
213
213
|
"tuic": {
|
@@ -632,7 +632,7 @@
|
|
632
632
|
"tool": {
|
633
633
|
"all-configs": "Todas as configurações",
|
634
634
|
"doh": {
|
635
|
-
"title": "",
|
635
|
+
"title": "DNS sobre HTTPS",
|
636
636
|
"help": ""
|
637
637
|
}
|
638
638
|
},
|
@@ -749,7 +749,7 @@
|
|
749
749
|
"It seems that you have not created any users yet. Default user link: %(default_link)s": "Parece que você ainda não criou nenhum usuário. link de usuário padrão: %(default_link)s",
|
750
750
|
"serverssh": {
|
751
751
|
"password-login": {
|
752
|
-
"warning": ""
|
752
|
+
"warning": "Seu servidor está vulnerável a abusos porque PasswordAuthentication está habilitado em seu SSH. Para proteger seu servidor, mude para o mecanismo de autenticação de chave e desative PasswordAuthentication. <a href='https://github.com/hiddify/Hiddify-Manager/wiki/Disable-SSH-Password-Authentication'>consulte Mais informação...</a>"
|
753
753
|
}
|
754
754
|
},
|
755
755
|
"child has been removed!": "Child removido",
|
@@ -760,7 +760,7 @@
|
|
760
760
|
"ip": "IP",
|
761
761
|
"cdn": "CDN",
|
762
762
|
"domain_fronting": {
|
763
|
-
"label": "",
|
763
|
+
"label": "🔒 Habilitar fronting de domínio TLS",
|
764
764
|
"description": "É usado para simular outro site em vez do seu site no SNI. portanto, o GFW não pode filtrar seu domínio\n<a href='https://github.com/hiddify/hiddify-config/wiki/Guide-for-domain-fronting'>Guia</a>. ⚠️CloudFlare não suporta fronting de domínio."
|
765
765
|
}
|
766
766
|
},
|
@@ -799,7 +799,7 @@
|
|
799
799
|
"dscr": ""
|
800
800
|
}
|
801
801
|
},
|
802
|
-
"Remote nodes are not supported yet!": "",
|
802
|
+
"Remote nodes are not supported yet!": "Nós remotos ainda não são suportados!",
|
803
803
|
"quicksetup": {
|
804
804
|
"setlang": {
|
805
805
|
"success": "A alteração do idioma foi bem-sucedida.",
|
@@ -853,6 +853,7 @@
|
|
853
853
|
"Package Days": "Dias do pacote",
|
854
854
|
"Max IPs": "Máximo de IPs",
|
855
855
|
"Enable": "Habilitar",
|
856
|
+
"Active": "",
|
856
857
|
"Add some text that is only visible to you.": "Você pode adicionar algum texto, será visível apenas para voce",
|
857
858
|
"Define the user mode. Should the usage reset every month?": "O modo de pacote do usuário. o uso deve ser redefinido a cada mês, semana etc.",
|
858
859
|
"If monthly is enabled, the usage will be reset after 30 days from this date.": "Se a opção mensal estiver habilitada, quando esse número chegar a 30, o uso do usuário será zerado! (para semanal, e diário o número será 7 e 1)",
|
@@ -867,8 +868,9 @@
|
|
867
868
|
"You can restore your configs from previously downloaded configs": "Você pode restaurar suas configurações do arquivo de backup baixado anteriormente",
|
868
869
|
"Why Going to Premium?": "Por que ir para premium?",
|
869
870
|
"Premium Description": "O painel Hiddify é feito para uso não comercial. Mas se você usar este painel comercialmente, ajude o projeto a crescer com uma doação. <br/>\nEm troca de seu suporte financeiro, também fornecemos facilidades especiais para seu produto comercial.\n<br/>\n<br/>\nComo:\n<ul><li>\n<li>A possibilidade de sincronizar com o Cloudflare: ou seja, adicionando um domínio no painel, as configurações relevantes também podem ser feitas no Cloudflare</li>\n<li>Possibilidade de exibir sua marca no painel</li>\n<li>Possibilidade de Utilizar o Painel Central para Gerenciar Mais de 1 Servidor em Apenas um Painel, Assim Não É Mais Necessário Cadastrar Usuários em Servidores Diferentes, E Seu Volume Será Coletado em Todos os Servidores.\n</li>\n<li>\nA possibilidade de usar o bot do Telegram\n</li>\n<li>\nCapacidade de alterar nomes de proxy\n</li>\n</ul>\n\nEntre em contato com <a href='tg://resolve?domain=HiddifyCommercial'>@HiddifyCommercial</a> após a doação.\nEnvie uma mensagem para obter uma versão especial para usuários corporativos.",
|
870
|
-
" Search Settings": "",
|
871
|
+
" Search Settings": " Configurações de pesquisa",
|
871
872
|
"Create": "Criar",
|
873
|
+
"Current Domain": "",
|
872
874
|
"Save & Add More": "Salvar e adicionar mais",
|
873
875
|
"Close": "Fechar",
|
874
876
|
"Back": "Voltar",
|
@@ -923,19 +925,19 @@
|
|
923
925
|
"In this section, you can add your domain. You need to add at least one domain in direct mode.": "Nesta seção, você pode adicionar seu domínio.\n<br>\nSe você deseja diminuir a probabilidade de ter um IP sujo, pode adicionar Multiple Relay Server <a href='https://github.com/hiddify/hiddify-config/discussions/129'>Leia mais</a>.\n<br>\nSe você tiver Múltiplos IPv4 ou IPv6 em seu Painel, deverá adicionar o domínio apontado para eles como Relay.",
|
924
926
|
"Send Message to User's Telegram": "📣 Enviar mensagem para o telegram do usuário",
|
925
927
|
"All Users": "Todos os usuários",
|
926
|
-
"Expired Users": "",
|
927
|
-
"Active Users": "",
|
928
|
-
"Offline more than 1 hour": "",
|
929
|
-
"Offline more than 1 day": "",
|
930
|
-
"Offline more than 1 week": "",
|
931
|
-
"User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n class=\"btn btn-info\">here</a>": "",
|
928
|
+
"Expired Users": "Usuários expirados",
|
929
|
+
"Active Users": "Usuários ativos",
|
930
|
+
"Offline more than 1 hour": "Offline por mais de 1 hora",
|
931
|
+
"Offline more than 1 day": "Offline por mais de 1 dia",
|
932
|
+
"Offline more than 1 week": "Offline há mais de uma semana",
|
933
|
+
"User usage will be updated every 6 minutes. To update it now click <a href=\"%(link)s\"\n class=\"btn btn-info\">here</a>": "O uso do usuário será atualizado a cada 6 minutos. Para atualizá-lo agora clique <a href=\"%(link)s\"<inlang-LineFeed>class=\"btn btn-info\">aqui</a>",
|
932
934
|
"Please type your message to send to the telegram:": "✏️ Por favor, escreva sua mensagem para enviar para o Telegram:",
|
933
|
-
"Sending": "",
|
935
|
+
"Sending": "Enviando...",
|
934
936
|
"The message has been sent.": "A mensagem foi enviada.",
|
935
937
|
"Hover the user to see the reason": "Hover the user to see the reason",
|
936
938
|
"The message was not sent to": "The message was not sent to",
|
937
|
-
"%(count)s records were successfully disabled.": "",
|
938
|
-
"%(count)s records were successfully enabled.": "",
|
939
|
+
"%(count)s records were successfully disabled.": "%(count)s registros foram desativados com sucesso.",
|
940
|
+
"%(count)s records were successfully enabled.": "%(count)s registros foram ativados com sucesso.",
|
939
941
|
"app": {
|
940
942
|
"hiddify": {
|
941
943
|
"next": {
|
@@ -991,16 +993,16 @@
|
|
991
993
|
"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.",
|
992
994
|
"[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.",
|
993
995
|
"Hooray 🎉 🎉 🎉 \nWelcome to hiddifybot.\nStart by clicking the link on the panel or entering your UUID.": "Viva 🎉 🎉 🎉\nBem-vindo ao bot Hiddify\nComece clicando no link no Painel ou inserindo seu UUID.",
|
994
|
-
"update": "",
|
995
|
-
"Welcome to admin bot. Choose your action": "",
|
996
|
-
"Create Package": "",
|
997
|
-
"package size?": "",
|
998
|
-
"Ok": "",
|
999
|
-
"package days?": "",
|
1000
|
-
"How many?": "",
|
1001
|
-
"Domain?": "",
|
1002
|
-
"Please Wait...": "",
|
1003
|
-
"Finished": "",
|
996
|
+
"update": "atualizar",
|
997
|
+
"Welcome to admin bot. Choose your action": "Bem-vindo ao bot administrativo. Escolha sua ação",
|
998
|
+
"Create Package": "Criar pacote",
|
999
|
+
"package size?": "tamanho do pacote?",
|
1000
|
+
"Ok": "OK",
|
1001
|
+
"package days?": "dias de pacote?",
|
1002
|
+
"How many?": "Quantos?",
|
1003
|
+
"Domain?": "Domínio?",
|
1004
|
+
"Please Wait...": "Por favor, aguarde...",
|
1005
|
+
"Finished": "Finalizado...",
|
1004
1006
|
"Dear {}\n\nYour hiddify information is\nUUID: {}\nLast online date: {}\nExpire time: {}\nUsage class: {}\n": "Querido {}\n\nSuas informações do Hiddify são\nUUID: {}\nÚltima data on-line: {}\nTempo de expiração: {}\nClasse de uso: {}",
|
1005
1007
|
"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! 🎉 🎉 🎉",
|
1006
1008
|
"login": {
|
@@ -1014,7 +1016,7 @@
|
|
1014
1016
|
"copy": "cópia de",
|
1015
1017
|
"open": "Abrir",
|
1016
1018
|
"Link is changed!": "ℹ️ O link foi alterado!",
|
1017
|
-
"The page has been moved to a new link. Please copy and save the new link.": "",
|
1019
|
+
"The page has been moved to a new link. Please copy and save the new link.": "A página foi movida para um novo link. Copie e salve o novo link.",
|
1018
1020
|
"all": "Todos",
|
1019
1021
|
"auto": "Auto",
|
1020
1022
|
"singbox: ssh": "caixa de som: ssh",
|
@@ -1078,10 +1080,10 @@
|
|
1078
1080
|
"Parent Panel": "Painel pai",
|
1079
1081
|
"Admins": "Administradores",
|
1080
1082
|
"in parent panel": "No Painel Principal",
|
1081
|
-
"Commercial
|
1083
|
+
"Commercial use": "",
|
1082
1084
|
"Bug": "Bug/recurso",
|
1083
1085
|
"Donation": {
|
1084
|
-
"title": "",
|
1086
|
+
"title": "Doação",
|
1085
1087
|
"description": ""
|
1086
1088
|
},
|
1087
1089
|
"Telegram Bot": "Telegram Bot",
|