From 35883e8601302f3033cc17fd0068dee126f9f915 Mon Sep 17 00:00:00 2001 From: icarus Date: Mon, 29 Sep 2025 19:59:51 +0800 Subject: [PATCH] fix(i18n): update error message for failed path opening --- src/renderer/src/i18n/locales/zh-cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/i18n/locales/zh-cn.json b/src/renderer/src/i18n/locales/zh-cn.json index dc1c82f03e..e2c139cd37 100644 --- a/src/renderer/src/i18n/locales/zh-cn.json +++ b/src/renderer/src/i18n/locales/zh-cn.json @@ -1178,7 +1178,7 @@ "document": "文档", "edit": "编辑", "error": { - "open_path": "打开路径失败" + "open_path": "无法打开路径: {{path}}" }, "file": "文件", "image": "图片",