mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
fix: restore full test suite
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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} 不存在或未安裝"
|
||||
|
||||
Reference in New Issue
Block a user