mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix: Fixed share-log UI issues and log-template bugs (#9166)
### What problem does this PR solve? Fix: Fixed share-log UI issues and log-template bugs #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -1261,6 +1261,28 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
import: '导入',
|
||||
export: '导出',
|
||||
subject: '主题',
|
||||
logTimeline: {
|
||||
begin: '准备开始',
|
||||
agent: '智能体正在思考',
|
||||
retrieval: '查找知识',
|
||||
message: '回复',
|
||||
awaitResponse: '等你输入',
|
||||
switch: '选择最佳路线',
|
||||
iteration: '批量处理',
|
||||
categorize: '信息归类',
|
||||
code: '运行小段代码',
|
||||
textProcessing: '整理文字',
|
||||
tavilySearch: '正在网上搜索',
|
||||
tavilyExtract: '读取网页内容',
|
||||
exeSQL: '查询数据库',
|
||||
google: '正在网上搜索',
|
||||
wikipedia: '搜索维基百科',
|
||||
googleScholar: '学术检索',
|
||||
gitHub: '搜索',
|
||||
email: '发送邮件',
|
||||
httpRequest: '请求接口',
|
||||
wenCai: '查询财务数据',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user