feat: actualize json outbound validation

This commit is contained in:
divocat
2025-10-26 14:46:39 +02:00
parent 288b8d4cc2
commit fb54d62a7f
7 changed files with 29 additions and 62 deletions

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PODKOP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-25 22:08+0300\n"
"PO-Revision-Date: 2025-10-25 22:08+0300\n"
"POT-Creation-Date: 2025-10-26 12:45+0200\n"
"PO-Revision-Date: 2025-10-26 12:45+0200\n"
"Last-Translator: divocat <divocatt@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
@@ -324,6 +324,7 @@ msgid "Failed to execute!"
msgstr ""
#: src/podkop/methods/custom/getDashboardSections.ts:117
#: src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts:58
msgid "Fastest"
msgstr ""
@@ -372,7 +373,7 @@ msgstr ""
msgid "Invalid IP address"
msgstr ""
#: src/validators/validateOutboundJson.ts:19
#: src/validators/validateOutboundJson.ts:9
msgid "Invalid JSON format"
msgstr ""
@@ -528,8 +529,9 @@ msgstr ""
msgid "Not implement yet"
msgstr ""
#: src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts:59
#: src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts:79
#: src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts:74
#: src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts:80
#: src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts:99
msgid "Not responding"
msgstr ""
@@ -553,10 +555,6 @@ msgstr ""
msgid "Outbound Configuration"
msgstr ""
#: src/validators/validateOutboundJson.ts:11
msgid "Outbound JSON must contain at least \"type\", \"server\" and \"server_port\" fields"
msgstr ""
#: src/podkop/tabs/diagnostic/initController.ts:443
msgid "Outdated"
msgstr ""
@@ -941,7 +939,7 @@ msgstr ""
#: src/validators/validateDomain.ts:13
#: src/validators/validateDomain.ts:30
#: src/validators/validateIp.ts:8
#: src/validators/validateOutboundJson.ts:17
#: src/validators/validateOutboundJson.ts:7
#: src/validators/validatePath.ts:16
#: src/validators/validateShadowsocksUrl.ts:95
#: src/validators/validateSocksUrl.ts:80