mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +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:
@ -1317,6 +1317,29 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
file: 'File upload',
|
||||
integer: 'Number',
|
||||
boolean: 'Boolean',
|
||||
|
||||
logTimeline: {
|
||||
begin: 'Ready to begin',
|
||||
agent: 'Agent is thinking',
|
||||
retrieval: 'Looking up knowledge',
|
||||
message: 'Agent says',
|
||||
awaitResponse: 'Waiting for you',
|
||||
switch: 'Choosing the best path',
|
||||
iteration: 'Batch processing',
|
||||
categorize: 'Categorising info',
|
||||
code: 'Running a quick script',
|
||||
textProcessing: 'Tidying up text',
|
||||
tavilySearch: 'Searching the web',
|
||||
tavilyExtract: 'Reading the page',
|
||||
exeSQL: 'Querying database',
|
||||
google: 'Searching the web',
|
||||
wikipedia: 'Searching Wikipedia',
|
||||
googleScholar: 'Academic search',
|
||||
gitHub: 'Searching GitHub',
|
||||
email: 'Sending email',
|
||||
httpRequest: 'Calling an API',
|
||||
wenCai: 'Querying financial data',
|
||||
},
|
||||
goto: 'Fail Branch',
|
||||
comment: 'Default Value',
|
||||
},
|
||||
|
||||
@ -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