fix: 补齐识别缓存多语言响应

This commit is contained in:
jxxghp
2026-07-13 09:58:11 +08:00
parent 29068a5846
commit b628bc7209
3 changed files with 10 additions and 1 deletions

View File

@@ -176,6 +176,9 @@
"未找到指定的种子": "Specified torrent not found",
"种子删除成功": "Torrent deleted successfully",
"种子缓存清理完成": "Torrent cache cleanup completed",
"TheMovieDb 识别缓存不存在": "TheMovieDb recognition cache does not exist",
"TheMovieDb 识别缓存删除成功": "TheMovieDb recognition cache deleted successfully",
"TheMovieDb 识别缓存清理完成": "TheMovieDb recognition cache cleanup completed",
"重新识别完成": "Re-recognition completed",
"未识别到新名称": "Unable to recognize new name",
"缺少参数": "Missing parameters",

View File

@@ -105,7 +105,10 @@
"保存MCP配置成功": "保存MCP配置成功",
"保存MCP配置失败": "保存MCP配置失败",
"未配置站点或未通过用户认证": "未配置站点或未通过用户认证",
"Redis连接失败请检查配置": "Redis连接失败请检查配置"
"Redis连接失败请检查配置": "Redis连接失败请检查配置",
"TheMovieDb 识别缓存不存在": "TheMovieDb 识别缓存不存在",
"TheMovieDb 识别缓存删除成功": "TheMovieDb 识别缓存删除成功",
"TheMovieDb 识别缓存清理完成": "TheMovieDb 识别缓存清理完成"
},
"message_patterns": [
{

View File

@@ -176,6 +176,9 @@
"未找到指定的种子": "未找到指定的種子",
"种子删除成功": "種子刪除成功",
"种子缓存清理完成": "種子快取清理完成",
"TheMovieDb 识别缓存不存在": "TheMovieDb 識別快取不存在",
"TheMovieDb 识别缓存删除成功": "TheMovieDb 識別快取刪除成功",
"TheMovieDb 识别缓存清理完成": "TheMovieDb 識別快取清理完成",
"重新识别完成": "重新識別完成",
"未识别到新名称": "未識別到新名稱",
"缺少参数": "缺少參數",