From bbf3af070a4417683b54f19c3fb2063ad71ec881 Mon Sep 17 00:00:00 2001 From: icarus Date: Fri, 22 Aug 2025 20:49:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E6=B7=BB=E5=8A=A0OCR=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=9A=84=E9=94=99=E8=AF=AF=E5=92=8C=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/i18n/locales/zh-cn.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/i18n/locales/zh-cn.json b/src/renderer/src/i18n/locales/zh-cn.json index dbb83cb29d..743c1d7621 100644 --- a/src/renderer/src/i18n/locales/zh-cn.json +++ b/src/renderer/src/i18n/locales/zh-cn.json @@ -1559,9 +1559,13 @@ "tip": "如果响应成功,则只针对超过30秒的消息进行提醒" }, "ocr": { + "error": { + "unknown": "OCR过程发生错误" + }, "file": { "not_supported": "不支持的文件类型 {{type}}" - } + }, + "processing": "OCR 处理中..." }, "ollama": { "keep_alive_time": {