mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-11 00:25:36 +08:00
fix: 补齐识别缓存多语言响应
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -105,7 +105,10 @@
|
||||
"保存MCP配置成功": "保存MCP配置成功",
|
||||
"保存MCP配置失败": "保存MCP配置失败",
|
||||
"未配置站点或未通过用户认证": "未配置站点或未通过用户认证",
|
||||
"Redis连接失败,请检查配置": "Redis连接失败,请检查配置"
|
||||
"Redis连接失败,请检查配置": "Redis连接失败,请检查配置",
|
||||
"TheMovieDb 识别缓存不存在": "TheMovieDb 识别缓存不存在",
|
||||
"TheMovieDb 识别缓存删除成功": "TheMovieDb 识别缓存删除成功",
|
||||
"TheMovieDb 识别缓存清理完成": "TheMovieDb 识别缓存清理完成"
|
||||
},
|
||||
"message_patterns": [
|
||||
{
|
||||
|
||||
@@ -176,6 +176,9 @@
|
||||
"未找到指定的种子": "未找到指定的種子",
|
||||
"种子删除成功": "種子刪除成功",
|
||||
"种子缓存清理完成": "種子快取清理完成",
|
||||
"TheMovieDb 识别缓存不存在": "TheMovieDb 識別快取不存在",
|
||||
"TheMovieDb 识别缓存删除成功": "TheMovieDb 識別快取刪除成功",
|
||||
"TheMovieDb 识别缓存清理完成": "TheMovieDb 識別快取清理完成",
|
||||
"重新识别完成": "重新識別完成",
|
||||
"未识别到新名称": "未識別到新名稱",
|
||||
"缺少参数": "缺少參數",
|
||||
|
||||
Reference in New Issue
Block a user