feat: rename agent log export button to export current page (#18090)

This commit is contained in:
chanx
2026-08-11 16:13:56 +08:00
committed by GitHub
parent 82d038543a
commit d33f87d3ca
3 changed files with 3 additions and 1 deletions

View File

@@ -2476,6 +2476,7 @@ Example: Virtual Hosted Style`,
pleaseUploadAtLeastOneFile: 'Please upload at least one file',
},
flow: {
exportCurrentPage: 'Export current page',
preprocess: {
preprocess: 'Preprocess',
mainContent: 'Main content',

View File

@@ -2116,6 +2116,7 @@ NER使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
pleaseUploadAtLeastOneFile: '请上传至少一个文件',
},
flow: {
exportCurrentPage: '导出当页',
preprocess: {
preprocess: '预处理',
mainContent: '主内容',

View File

@@ -273,7 +273,7 @@ const AgentLogPage: React.FC = () => {
<div className="flex justify-end space-x-2 mb-4 text-foreground">
<div className="flex items-center space-x-2">
<Button onClick={onExportClick} loading={exportLoading}>
{t('flow.export')}
{t('flow.exportCurrentPage')}
</Button>
<span>{`${t('flow.id')}/${t('flow.logTitle')}`}</span>
<SearchInput