From b05f094ac51dce91eb8c00235226d54a04658c6d Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 23 三月 2026 15:51:17 +0800
Subject: [PATCH] #ai 页面优化
---
rsf-admin/src/i18n/en.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 5069c5b..8d4d70e 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -519,6 +519,7 @@
renameAction: "Rename session",
deleteAction: "Delete session",
toolTrace: "Tool Trace",
+ activityTrace: "Thinking & Tool Trace",
thinkingProcess: "Thinking Process",
thinkingExpand: "Show Thinking Process",
thinkingCollapse: "Hide Thinking Process",
@@ -529,7 +530,10 @@
thinkingStatusFailed: "Failed",
thinkingStatusAborted: "Aborted",
noToolTrace: "No tool call was triggered in this round",
+ noActivityTrace: "No thinking or tool trace in this round",
unknownTool: "Unknown tool",
+ traceTypeThinking: "Thinking",
+ traceTypeTool: "Tool",
toolStatusFailed: "Failed",
toolStatusCompleted: "Completed",
toolStatusRunning: "Running",
--
Gitblit v1.9.1