Add files via upload

This commit is contained in:
公明
2026-03-24 00:22:00 +08:00
committed by GitHub
parent 0076aaed47
commit 1face3559d
4 changed files with 529 additions and 3 deletions
+17
View File
@@ -373,6 +373,23 @@
"tabTerminal": "Virtual terminal",
"tabFileManager": "File manager",
"tabAiAssistant": "AI Assistant",
"tabDbManager": "Database Manager",
"dbType": "Database type",
"dbHost": "Host",
"dbPort": "Port",
"dbUsername": "Username",
"dbPassword": "Password",
"dbName": "Database name",
"dbSqlitePath": "SQLite file path",
"dbSqlPlaceholder": "Enter SQL, e.g. SELECT version();",
"dbRunSql": "Run SQL",
"dbTest": "Test connection",
"dbOutput": "Output",
"dbNoConn": "Please select a WebShell connection first",
"dbSqlRequired": "Please enter SQL",
"dbRunning": "Database command is running, please wait",
"dbCliHint": "If command not found appears, install mysql/psql/sqlite3/sqlcmd on the target host first",
"dbExecFailed": "Database execution failed",
"aiSystemReadyMessage": "System is ready. Please enter your test requirements, and the system will automatically perform the corresponding security tests.",
"aiNewConversation": "New conversation",
"aiPreviousConversation": "Previous conversation",
+17
View File
@@ -373,6 +373,23 @@
"tabTerminal": "虚拟终端",
"tabFileManager": "文件管理",
"tabAiAssistant": "AI 助手",
"tabDbManager": "数据库管理",
"dbType": "数据库类型",
"dbHost": "主机",
"dbPort": "端口",
"dbUsername": "用户名",
"dbPassword": "密码",
"dbName": "数据库名",
"dbSqlitePath": "SQLite 文件路径",
"dbSqlPlaceholder": "输入 SQL,例如:SELECT version();",
"dbRunSql": "执行 SQL",
"dbTest": "测试连接",
"dbOutput": "执行输出",
"dbNoConn": "请先选择 WebShell 连接",
"dbSqlRequired": "请输入 SQL",
"dbRunning": "数据库命令执行中,请稍候",
"dbCliHint": "如果提示命令不存在,请先在目标主机安装对应客户端(mysql/psql/sqlite3/sqlcmd",
"dbExecFailed": "数据库执行失败",
"aiSystemReadyMessage": "系统已就绪。请输入您的测试需求,系统将自动执行相应的安全测试。",
"aiNewConversation": "新对话",
"aiPreviousConversation": "之前的对话",