mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-30 22:32:49 +03:00
feat: update checks displaying
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"call": "Additional marking rules found",
|
||||
"key": "Additional marking rules found",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:117"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:106"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@
|
||||
"call": "Bootsrap DNS",
|
||||
"key": "Bootsrap DNS",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:72"
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:65"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -87,14 +87,14 @@
|
||||
"call": "Browser is not using FakeIP",
|
||||
"key": "Browser is not using FakeIP",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:81"
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:58"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Browser is using FakeIP correctly",
|
||||
"key": "Browser is using FakeIP correctly",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:80"
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:57"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -112,52 +112,50 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Cannot receive DNS checks result",
|
||||
"key": "Cannot receive DNS checks result",
|
||||
"call": "Cannot receive checks result",
|
||||
"key": "Cannot receive checks result",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:26"
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:27",
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:28",
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:25"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Cannot receive nftables checks result",
|
||||
"key": "Cannot receive nftables checks result",
|
||||
"call": "Checking, please wait",
|
||||
"key": "Checking, please wait",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:27"
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:15",
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:15",
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:13",
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:13"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Cannot receive Sing-box checks result",
|
||||
"key": "Cannot receive Sing-box checks result",
|
||||
"call": "checks",
|
||||
"key": "checks",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:24"
|
||||
"src/podkop/tabs/diagnostic/helpers/getCheckTitle.ts:2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Checking dns, please wait",
|
||||
"key": "Checking dns, please wait",
|
||||
"call": "Checks failed",
|
||||
"key": "Checks failed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:14"
|
||||
"src/podkop/tabs/diagnostic/helpers/getMeta.ts:26"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Checking FakeIP, please wait",
|
||||
"key": "Checking FakeIP, please wait",
|
||||
"call": "Checks partially passed",
|
||||
"key": "Checks partially passed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:14"
|
||||
"src/podkop/tabs/diagnostic/helpers/getMeta.ts:20"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Checking nftables, please wait",
|
||||
"key": "Checking nftables, please wait",
|
||||
"call": "Checks passed",
|
||||
"key": "Checks passed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:12"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Checking sing-box, please wait",
|
||||
"key": "Checking sing-box, please wait",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:12"
|
||||
"src/podkop/tabs/diagnostic/helpers/getMeta.ts:13"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -262,7 +260,7 @@
|
||||
"call": "DHCP has DNS server",
|
||||
"key": "DHCP has DNS server",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:89"
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:82"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -301,25 +299,11 @@
|
||||
"../luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js:382"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "DNS checks",
|
||||
"key": "DNS checks",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/contstants.ts:14"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "DNS checks passed",
|
||||
"key": "DNS checks passed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "DNS on router",
|
||||
"key": "DNS on router",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:84"
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:77"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -524,34 +508,6 @@
|
||||
"src/helpers/copyToClipboard.ts:12"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "FakeIP checks",
|
||||
"key": "FakeIP checks",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/contstants.ts:29"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "FakeIP checks failed",
|
||||
"key": "FakeIP checks failed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:57"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "FakeIP checks partially passed",
|
||||
"key": "FakeIP checks partially passed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:51"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "FakeIP checks passed",
|
||||
"key": "FakeIP checks passed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:44"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Fastest",
|
||||
"key": "Fastest",
|
||||
@@ -816,7 +772,7 @@
|
||||
"call": "Invalid VLESS URL: parsing failed",
|
||||
"key": "Invalid VLESS URL: parsing failed",
|
||||
"places": [
|
||||
"src/validators/validateVlessUrl.ts:109"
|
||||
"src/validators/validateVlessUrl.ts:110"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -858,7 +814,7 @@
|
||||
"call": "Main DNS",
|
||||
"key": "Main DNS",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:79"
|
||||
"src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:72"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -889,32 +845,11 @@
|
||||
"../luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js:120"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Nftables checks",
|
||||
"key": "Nftables checks",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/contstants.ts:24"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Nftables checks partially passed",
|
||||
"key": "Nftables checks partially passed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:75"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Nftables checks passed",
|
||||
"key": "Nftables checks passed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:74"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "No other marking rules found",
|
||||
"key": "No other marking rules found",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:116"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:105"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1036,14 +971,14 @@
|
||||
"call": "Proxy traffic is not routed via FakeIP",
|
||||
"key": "Proxy traffic is not routed via FakeIP",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:89"
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:66"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Proxy traffic is routed via FakeIP",
|
||||
"key": "Proxy traffic is routed via FakeIP",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:88"
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:65"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1088,14 +1023,14 @@
|
||||
"call": "Router DNS is not routed through sing-box",
|
||||
"key": "Router DNS is not routed through sing-box",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:74"
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:51"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Router DNS is routed through sing-box",
|
||||
"key": "Router DNS is routed through sing-box",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:73"
|
||||
"src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:50"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1109,42 +1044,42 @@
|
||||
"call": "Rules mangle counters",
|
||||
"key": "Rules mangle counters",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:90"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:79"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Rules mangle exist",
|
||||
"key": "Rules mangle exist",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:85"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:74"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Rules mangle output counters",
|
||||
"key": "Rules mangle output counters",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:100"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:89"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Rules mangle output exist",
|
||||
"key": "Rules mangle output exist",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:95"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:84"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Rules proxy counters",
|
||||
"key": "Rules proxy counters",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:110"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:99"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Rules proxy exist",
|
||||
"key": "Rules proxy exist",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:105"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:94"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1307,56 +1242,42 @@
|
||||
"call": "Sing-box autostart disabled",
|
||||
"key": "Sing-box autostart disabled",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:86"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Sing-box checks",
|
||||
"key": "Sing-box checks",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/contstants.ts:19"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Sing-box checks passed",
|
||||
"key": "Sing-box checks passed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:66"
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:77"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Sing-box installed",
|
||||
"key": "Sing-box installed",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:71"
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:62"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Sing-box listening ports",
|
||||
"key": "Sing-box listening ports",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:96"
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:87"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Sing-box process running",
|
||||
"key": "Sing-box process running",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:91"
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:82"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Sing-box service exist",
|
||||
"key": "Sing-box service exist",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:81"
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:72"
|
||||
]
|
||||
},
|
||||
{
|
||||
"call": "Sing-box version >= 1.12.4",
|
||||
"key": "Sing-box version >= 1.12.4",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:76"
|
||||
"src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:67"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1441,7 +1362,7 @@
|
||||
"call": "Table exist",
|
||||
"key": "Table exist",
|
||||
"places": [
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:80"
|
||||
"src/podkop/tabs/diagnostic/checks/runNftCheck.ts:69"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1636,7 +1557,7 @@
|
||||
"src/validators/validateSubnet.ts:38",
|
||||
"src/validators/validateTrojanUrl.ts:59",
|
||||
"src/validators/validateUrl.ts:16",
|
||||
"src/validators/validateVlessUrl.ts:107"
|
||||
"src/validators/validateVlessUrl.ts:108"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PODKOP\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-10-23 15:27+0300\n"
|
||||
"PO-Revision-Date: 2025-10-23 15:27+0300\n"
|
||||
"POT-Creation-Date: 2025-10-23 15:55+0300\n"
|
||||
"PO-Revision-Date: 2025-10-23 15:55+0300\n"
|
||||
"Last-Translator: divocat <divocatt@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
@@ -36,7 +36,7 @@ msgstr ""
|
||||
msgid "Active Connections"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:117
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:106
|
||||
msgid "Additional marking rules found"
|
||||
msgstr ""
|
||||
|
||||
@@ -56,7 +56,7 @@ msgstr ""
|
||||
msgid "Available actions"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:72
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:65
|
||||
msgid "Bootsrap DNS"
|
||||
msgstr ""
|
||||
|
||||
@@ -64,11 +64,11 @@ msgstr ""
|
||||
msgid "Bootstrap DNS server"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:81
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:58
|
||||
msgid "Browser is not using FakeIP"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:80
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:57
|
||||
msgid "Browser is using FakeIP correctly"
|
||||
msgstr ""
|
||||
|
||||
@@ -80,32 +80,33 @@ msgstr ""
|
||||
msgid "Cache file path cannot be empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:26
|
||||
msgid "Cannot receive DNS checks result"
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:27
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:28
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:25
|
||||
msgid "Cannot receive checks result"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:27
|
||||
msgid "Cannot receive nftables checks result"
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:15
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:15
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:13
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:13
|
||||
msgid "Checking, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:24
|
||||
msgid "Cannot receive Sing-box checks result"
|
||||
#: src/podkop/tabs/diagnostic/helpers/getCheckTitle.ts:2
|
||||
msgid "checks"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:14
|
||||
msgid "Checking dns, please wait"
|
||||
#: src/podkop/tabs/diagnostic/helpers/getMeta.ts:26
|
||||
msgid "Checks failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:14
|
||||
msgid "Checking FakeIP, please wait"
|
||||
#: src/podkop/tabs/diagnostic/helpers/getMeta.ts:20
|
||||
msgid "Checks partially passed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:12
|
||||
msgid "Checking nftables, please wait"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:12
|
||||
msgid "Checking sing-box, please wait"
|
||||
#: src/podkop/tabs/diagnostic/helpers/getMeta.ts:13
|
||||
msgid "Checks passed"
|
||||
msgstr ""
|
||||
|
||||
#: src/validators/validateSubnet.ts:33
|
||||
@@ -164,7 +165,7 @@ msgstr ""
|
||||
msgid "Delay value cannot be empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:89
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:82
|
||||
msgid "DHCP has DNS server"
|
||||
msgstr ""
|
||||
|
||||
@@ -189,15 +190,7 @@ msgstr ""
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/contstants.ts:14
|
||||
msgid "DNS checks"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:64
|
||||
msgid "DNS checks passed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:84
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:77
|
||||
msgid "DNS on router"
|
||||
msgstr ""
|
||||
|
||||
@@ -319,22 +312,6 @@ msgstr ""
|
||||
msgid "Failed to copy!"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/contstants.ts:29
|
||||
msgid "FakeIP checks"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:57
|
||||
msgid "FakeIP checks failed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:51
|
||||
msgid "FakeIP checks partially passed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:44
|
||||
msgid "FakeIP checks passed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/methods/custom/getDashboardSections.ts:117
|
||||
msgid "Fastest"
|
||||
msgstr ""
|
||||
@@ -484,7 +461,7 @@ msgstr ""
|
||||
msgid "Invalid URL format"
|
||||
msgstr ""
|
||||
|
||||
#: src/validators/validateVlessUrl.ts:109
|
||||
#: src/validators/validateVlessUrl.ts:110
|
||||
msgid "Invalid VLESS URL: parsing failed"
|
||||
msgstr ""
|
||||
|
||||
@@ -508,7 +485,7 @@ msgstr ""
|
||||
msgid "Local Subnet Lists"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:79
|
||||
#: src/podkop/tabs/diagnostic/checks/runDnsCheck.ts:72
|
||||
msgid "Main DNS"
|
||||
msgstr ""
|
||||
|
||||
@@ -528,19 +505,7 @@ msgstr ""
|
||||
msgid "Network Interface"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/contstants.ts:24
|
||||
msgid "Nftables checks"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:75
|
||||
msgid "Nftables checks partially passed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:74
|
||||
msgid "Nftables checks passed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:116
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:105
|
||||
msgid "No other marking rules found"
|
||||
msgstr ""
|
||||
|
||||
@@ -611,11 +576,11 @@ msgstr ""
|
||||
msgid "Proxy Configuration URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:89
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:66
|
||||
msgid "Proxy traffic is not routed via FakeIP"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:88
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:65
|
||||
msgid "Proxy traffic is routed via FakeIP"
|
||||
msgstr ""
|
||||
|
||||
@@ -642,11 +607,11 @@ msgstr ""
|
||||
msgid "Restart podkop"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:74
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:51
|
||||
msgid "Router DNS is not routed through sing-box"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:73
|
||||
#: src/podkop/tabs/diagnostic/checks/runFakeIPCheck.ts:50
|
||||
msgid "Router DNS is routed through sing-box"
|
||||
msgstr ""
|
||||
|
||||
@@ -654,27 +619,27 @@ msgstr ""
|
||||
msgid "Routing Excluded IPs"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:90
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:79
|
||||
msgid "Rules mangle counters"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:85
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:74
|
||||
msgid "Rules mangle exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:100
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:89
|
||||
msgid "Rules mangle output counters"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:95
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:84
|
||||
msgid "Rules mangle output exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:110
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:99
|
||||
msgid "Rules proxy counters"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:105
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:94
|
||||
msgid "Rules proxy exist"
|
||||
msgstr ""
|
||||
|
||||
@@ -768,35 +733,27 @@ msgstr ""
|
||||
msgid "Sing-box"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:86
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:77
|
||||
msgid "Sing-box autostart disabled"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/contstants.ts:19
|
||||
msgid "Sing-box checks"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:66
|
||||
msgid "Sing-box checks passed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:71
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:62
|
||||
msgid "Sing-box installed"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:96
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:87
|
||||
msgid "Sing-box listening ports"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:91
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:82
|
||||
msgid "Sing-box process running"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:81
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:72
|
||||
msgid "Sing-box service exist"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:76
|
||||
#: src/podkop/tabs/diagnostic/checks/runSingBoxCheck.ts:67
|
||||
msgid "Sing-box version >= 1.12.4"
|
||||
msgstr ""
|
||||
|
||||
@@ -845,7 +802,7 @@ msgstr ""
|
||||
msgid "System information"
|
||||
msgstr ""
|
||||
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:80
|
||||
#: src/podkop/tabs/diagnostic/checks/runNftCheck.ts:69
|
||||
msgid "Table exist"
|
||||
msgstr ""
|
||||
|
||||
@@ -965,7 +922,7 @@ msgstr ""
|
||||
#: src/validators/validateSubnet.ts:38
|
||||
#: src/validators/validateTrojanUrl.ts:59
|
||||
#: src/validators/validateUrl.ts:16
|
||||
#: src/validators/validateVlessUrl.ts:107
|
||||
#: src/validators/validateVlessUrl.ts:108
|
||||
msgid "Valid"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PODKOP\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-10-23 18:27+0300\n"
|
||||
"PO-Revision-Date: 2025-10-23 18:27+0300\n"
|
||||
"POT-Creation-Date: 2025-10-23 18:55+0300\n"
|
||||
"PO-Revision-Date: 2025-10-23 18:55+0300\n"
|
||||
"Last-Translator: divocat\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: ru\n"
|
||||
@@ -65,26 +65,23 @@ msgstr "Путь к файлу кэша"
|
||||
msgid "Cache file path cannot be empty"
|
||||
msgstr "Путь к файлу кэша не может быть пустым"
|
||||
|
||||
msgid "Cannot receive DNS checks result"
|
||||
msgstr "Не удалось получить результаты проверки DNS"
|
||||
msgid "Cannot receive checks result"
|
||||
msgstr "Не удалось получить результаты проверки"
|
||||
|
||||
msgid "Cannot receive nftables checks result"
|
||||
msgstr "Не удалось получить результаты проверки nftables"
|
||||
msgid "Checking, please wait"
|
||||
msgstr "Проверяем, пожалуйста подождите"
|
||||
|
||||
msgid "Cannot receive Sing-box checks result"
|
||||
msgstr "Не удалось получить результаты проверки Sing-box"
|
||||
msgid "checks"
|
||||
msgstr "проверки"
|
||||
|
||||
msgid "Checking dns, please wait"
|
||||
msgstr "Проверка dns, пожалуйста подождите"
|
||||
msgid "Checks failed"
|
||||
msgstr "Проверки не пройдены"
|
||||
|
||||
msgid "Checking FakeIP, please wait"
|
||||
msgstr "Проверка FakeIP, пожалуйста подождите"
|
||||
msgid "Checks partially passed"
|
||||
msgstr "Проверки пройдены частично"
|
||||
|
||||
msgid "Checking nftables, please wait"
|
||||
msgstr "Проверка nftables, пожалуйста подождите"
|
||||
|
||||
msgid "Checking sing-box, please wait"
|
||||
msgstr "Проверка sing-box, пожалуйста подождите"
|
||||
msgid "Checks passed"
|
||||
msgstr "Проверки пройдены"
|
||||
|
||||
msgid "CIDR must be between 0 and 32"
|
||||
msgstr "CIDR должен быть между 0 и 32"
|
||||
@@ -146,12 +143,6 @@ msgstr "Отключить QUIC протокол для улучшения со
|
||||
msgid "Disabled"
|
||||
msgstr "Отключено"
|
||||
|
||||
msgid "DNS checks"
|
||||
msgstr "DNS проверки"
|
||||
|
||||
msgid "DNS checks passed"
|
||||
msgstr "DNS проверки успешно завершены"
|
||||
|
||||
msgid "DNS on router"
|
||||
msgstr "DNS на роутере"
|
||||
|
||||
@@ -239,18 +230,6 @@ msgstr "Исключите трафик протокола NTP из туннел
|
||||
msgid "Failed to copy!"
|
||||
msgstr "Не удалось скопировать!"
|
||||
|
||||
msgid "FakeIP checks"
|
||||
msgstr "Проверка FakeIP"
|
||||
|
||||
msgid "FakeIP checks failed"
|
||||
msgstr "Проверки FakeIP не пройдены"
|
||||
|
||||
msgid "FakeIP checks partially passed"
|
||||
msgstr "Проверка FakeIP частично пройдена"
|
||||
|
||||
msgid "FakeIP checks passed"
|
||||
msgstr "Проверки FakeIP пройдены"
|
||||
|
||||
msgid "Fastest"
|
||||
msgstr "Самый быстрый"
|
||||
|
||||
@@ -395,15 +374,6 @@ msgstr "Наблюдаемые интерфейсы"
|
||||
msgid "Network Interface"
|
||||
msgstr "Сетевой интерфейс"
|
||||
|
||||
msgid "Nftables checks"
|
||||
msgstr "Проверки Nftables"
|
||||
|
||||
msgid "Nftables checks partially passed"
|
||||
msgstr "Проверки Nftables частично пройдена"
|
||||
|
||||
msgid "Nftables checks passed"
|
||||
msgstr "Nftables проверки успешно завершены"
|
||||
|
||||
msgid "No other marking rules found"
|
||||
msgstr "Другие правила маркировки не найдены"
|
||||
|
||||
@@ -572,12 +542,6 @@ msgstr "Sing-box"
|
||||
msgid "Sing-box autostart disabled"
|
||||
msgstr "Автостарт sing-box отключен"
|
||||
|
||||
msgid "Sing-box checks"
|
||||
msgstr "Sing-box проверки"
|
||||
|
||||
msgid "Sing-box checks passed"
|
||||
msgstr "Sing-box проверки успешно завершены"
|
||||
|
||||
msgid "Sing-box installed"
|
||||
msgstr "Sing-box установлен"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user