fix: restore full test suite

This commit is contained in:
jxxghp
2026-07-08 08:54:53 +08:00
parent b51971ee7d
commit eb4ecd990a
4 changed files with 40 additions and 12 deletions
+6
View File
@@ -122,6 +122,8 @@
"刮削路径不存在": "Scraping path does not exist",
"保存成功": "Saved successfully",
"保存失败": "Failed to save",
"保存MCP配置成功": "MCP configuration saved successfully",
"保存MCP配置失败": "Failed to save MCP configuration",
"参数错误": "Invalid parameters",
"未配置媒体服务器": "Media server is not configured",
"未找到播放地址": "Playback URL not found",
@@ -402,6 +404,10 @@
"source": "获取工具Schema失败: {reason}",
"target": "Failed to get tool schema: {reason}"
},
{
"source": "测试MCP服务器失败: {reason}",
"target": "Failed to test MCP server: {reason}"
},
{
"source": "插件 {plugin} 不存在或未安装",
"target": "Plugin {plugin} does not exist or is not installed"
+6
View File
@@ -102,6 +102,8 @@
"豆瓣网络连接失败": "豆瓣网络连接失败",
"Bangumi网络连接失败": "Bangumi网络连接失败",
"fanart网络连接失败": "fanart网络连接失败",
"保存MCP配置成功": "保存MCP配置成功",
"保存MCP配置失败": "保存MCP配置失败",
"未配置站点或未通过用户认证": "未配置站点或未通过用户认证",
"Redis连接失败,请检查配置": "Redis连接失败,请检查配置"
},
@@ -181,6 +183,10 @@
{
"source": "{domain} 网络连接失败",
"target": "{domain} 网络连接失败"
},
{
"source": "测试MCP服务器失败: {reason}",
"target": "测试MCP服务器失败: {reason}"
}
]
}
+6
View File
@@ -122,6 +122,8 @@
"刮削路径不存在": "刮削路徑不存在",
"保存成功": "儲存成功",
"保存失败": "儲存失敗",
"保存MCP配置成功": "MCP 設定儲存成功",
"保存MCP配置失败": "MCP 設定儲存失敗",
"参数错误": "參數錯誤",
"未配置媒体服务器": "未設定媒體伺服器",
"未找到播放地址": "未找到播放位址",
@@ -402,6 +404,10 @@
"source": "获取工具Schema失败: {reason}",
"target": "取得工具 Schema 失敗: {reason}"
},
{
"source": "测试MCP服务器失败: {reason}",
"target": "測試 MCP 伺服器失敗: {reason}"
},
{
"source": "插件 {plugin} 不存在或未安装",
"target": "插件 {plugin} 不存在或未安裝"