mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-26 10:04:27 +08:00
### What problem does this PR solve? [_Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._](feat: Translate autosaved #3301) ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
parent
004487cca0
commit
ac64e35a45
@ -1036,7 +1036,7 @@ The above is the content you need to summarize.`,
|
|||||||
howUseId: 'How to use agent ID?',
|
howUseId: 'How to use agent ID?',
|
||||||
content: 'Content',
|
content: 'Content',
|
||||||
operationResults: 'Operation Results',
|
operationResults: 'Operation Results',
|
||||||
autosave: 'Automatically saved',
|
autosaved: 'Autosaved',
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
profile: 'All rights reserved @ React',
|
profile: 'All rights reserved @ React',
|
||||||
|
@ -984,7 +984,7 @@ export default {
|
|||||||
howUseId: '如何使用Agent ID?',
|
howUseId: '如何使用Agent ID?',
|
||||||
content: '內容',
|
content: '內容',
|
||||||
operationResults: '運行結果',
|
operationResults: '運行結果',
|
||||||
autosave: '已自動儲存',
|
autosaved: '已自動儲存',
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
profile: '“保留所有權利 @ react”',
|
profile: '“保留所有權利 @ react”',
|
||||||
|
@ -1004,7 +1004,7 @@ export default {
|
|||||||
howUseId: '如何使用Agent ID?',
|
howUseId: '如何使用Agent ID?',
|
||||||
content: '内容',
|
content: '内容',
|
||||||
operationResults: '运行结果',
|
operationResults: '运行结果',
|
||||||
autosave: '已自动保存',
|
autosaved: '已自动保存',
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
profile: 'All rights reserved @ React',
|
profile: 'All rights reserved @ React',
|
||||||
|
@ -44,7 +44,9 @@ const FlowHeader = ({ showChatDrawer }: IProps) => {
|
|||||||
</Link>
|
</Link>
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<span className="font-semibold text-[18px]">{data.title}</span>
|
<span className="font-semibold text-[18px]">{data.title}</span>
|
||||||
<span className="font-normal text-sm">已自动保存 {time}</span>
|
<span className="font-normal text-sm">
|
||||||
|
{t('autosaved')} {time}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</Space>
|
</Space>
|
||||||
<Space size={'large'}>
|
<Space size={'large'}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user