Browse Source

菜单修改

CzRger 3 months ago
parent
commit
609865b8f1

+ 2 - 2
web/i18n/zh-Hans/app-api.ts

@@ -39,7 +39,7 @@ const translation = {
     blocking: 'blocking 阻塞型,等待执行完毕后返回结果。(请求若流程较长可能会被中断)',
     streaming: 'streaming 流式返回。基于 SSE(**[Server-Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)**)实现流式返回。',
     messageFeedbackApi: '消息反馈(点赞)',
-    messageFeedbackApiTip: '代表最终用户对返回消息进行评价,可以点赞与点踩,该数据将在“日志与标注”页中可见,并用于后续的模型微调。',
+    messageFeedbackApiTip: '代表最终用户对返回消息进行评价,可以点赞与点踩,该数据将在“会话管理”页中可见,并用于后续的模型微调。',
     messageIDTip: '消息 ID',
     ratingTip: 'like 或 dislike, 空值为撤销',
     parametersApi: '获取应用配置信息',
@@ -56,7 +56,7 @@ const translation = {
     streaming: 'streaming 流式返回。基于 SSE(**[Server-Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)**)实现流式返回。',
     conversationIdTip: '(选填)会话标识符,首次对话可为空,如果要继续对话请传入上下文返回的 conversation_id',
     messageFeedbackApi: '消息反馈(点赞)',
-    messageFeedbackApiTip: '代表最终用户对返回消息进行评价,可以点赞与点踩,该数据将在“日志与标注”页中可见,并用于后续的模型微调。',
+    messageFeedbackApiTip: '代表最终用户对返回消息进行评价,可以点赞与点踩,该数据将在“会话管理”页中可见,并用于后续的模型微调。',
     messageIDTip: '消息 ID',
     ratingTip: 'like 或 dislike, 空值为撤销',
     chatMsgHistoryApi: '获取会话历史消息',

+ 1 - 1
web/i18n/zh-Hans/app.ts

@@ -179,7 +179,7 @@ const translation = {
     params: '应用参数',
     noParams: '无需参数',
   },
-  openInExplore: '在“探索”中打开',
+  openInExplore: '在“首页”中打开',
   showMyCreatedAppsOnly: '我创建的',
 }
 

+ 3 - 3
web/i18n/zh-Hans/common.ts

@@ -137,7 +137,7 @@ const translation = {
   },
   menus: {
     status: 'beta',
-    explore: '探索',
+    explore: '首页',
     apps: '机器人管理',
     plugins: '插件',
     exploreMarketplace: '探索 Marketplace',
@@ -504,10 +504,10 @@ const translation = {
     latestAvailable: 'Dify {{version}} 已是最新版本。',
   },
   appMenus: {
-    overview: '监测',
+    overview: '运行监控',
     promptEng: '编排',
     apiAccess: '访问 API',
-    logAndAnn: '日志与标注',
+    logAndAnn: '会话管理',
     logs: '日志',
   },
   environment: {

+ 1 - 1
web/i18n/zh-Hans/workflow.ts

@@ -106,7 +106,7 @@ const translation = {
     branch: '分支',
     onFailure: '异常时',
     addFailureBranch: '添加异常分支',
-    openInExplore: '在“探索”中打开',
+    openInExplore: '在“首页”中打开',
     loadMore: '加载更多',
     noHistory: '没有历史版本',
   },