From 99ff701d4dd42968fe883a659b3e3926c4cb788d Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 1 Nov 2025 14:35:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jingrow/frontend/src/locales/zh-CN.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/jingrow/frontend/src/locales/zh-CN.json b/apps/jingrow/frontend/src/locales/zh-CN.json index c974a23..0ff5f8c 100644 --- a/apps/jingrow/frontend/src/locales/zh-CN.json +++ b/apps/jingrow/frontend/src/locales/zh-CN.json @@ -56,6 +56,9 @@ "Are you sure you want to delete the selected nodes? This action cannot be undone.": "确定要删除选中的节点吗?此操作无法撤销。", "Are you sure you want to delete the selected agents? This action cannot be undone.": "确定要删除选中的智能体吗?此操作无法撤销。", "Delete": "删除", + "Delete Record": "删除记录", + "Are you sure you want to delete this record? This action cannot be undone.": "确定要删除这条记录吗?此操作无法撤销。", + "Cannot delete record without name": "无法删除没有名称的记录", "Cancel": "取消", "Clear All": "清空全部", "Confirm Clear All": "确认清空全部", @@ -104,6 +107,7 @@ "Execution failed": "执行失败", "Deleted successfully": "删除成功", "Delete failed": "删除失败", + "Failed to delete": "删除失败", "Created successfully": "创建成功", "Create failed": "创建失败", "Updated successfully": "更新成功",