From b628bc7209b22b720420022349241d9e05e0845d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 13 Jul 2026 09:58:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E9=BD=90=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=93=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/locales/en-US.json | 3 +++ app/locales/zh-CN.json | 5 ++++- app/locales/zh-TW.json | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/locales/en-US.json b/app/locales/en-US.json index f328187a..3d8be29a 100644 --- a/app/locales/en-US.json +++ b/app/locales/en-US.json @@ -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", diff --git a/app/locales/zh-CN.json b/app/locales/zh-CN.json index 00b1dc3d..b4575616 100644 --- a/app/locales/zh-CN.json +++ b/app/locales/zh-CN.json @@ -105,7 +105,10 @@ "保存MCP配置成功": "保存MCP配置成功", "保存MCP配置失败": "保存MCP配置失败", "未配置站点或未通过用户认证": "未配置站点或未通过用户认证", - "Redis连接失败,请检查配置": "Redis连接失败,请检查配置" + "Redis连接失败,请检查配置": "Redis连接失败,请检查配置", + "TheMovieDb 识别缓存不存在": "TheMovieDb 识别缓存不存在", + "TheMovieDb 识别缓存删除成功": "TheMovieDb 识别缓存删除成功", + "TheMovieDb 识别缓存清理完成": "TheMovieDb 识别缓存清理完成" }, "message_patterns": [ { diff --git a/app/locales/zh-TW.json b/app/locales/zh-TW.json index 8fc8b9c3..b27837d2 100644 --- a/app/locales/zh-TW.json +++ b/app/locales/zh-TW.json @@ -176,6 +176,9 @@ "未找到指定的种子": "未找到指定的種子", "种子删除成功": "種子刪除成功", "种子缓存清理完成": "種子快取清理完成", + "TheMovieDb 识别缓存不存在": "TheMovieDb 識別快取不存在", + "TheMovieDb 识别缓存删除成功": "TheMovieDb 識別快取刪除成功", + "TheMovieDb 识别缓存清理完成": "TheMovieDb 識別快取清理完成", "重新识别完成": "重新識別完成", "未识别到新名称": "未識別到新名稱", "缺少参数": "缺少參數",