mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 03:16:00 +08:00
### What problem does this PR solve? fix: Rename graph to agent #918 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
eea6565472
commit
418700b455
@ -57,7 +57,7 @@ export default {
|
||||
setting: '用户设置',
|
||||
logout: '登出',
|
||||
fileManager: 'File Management',
|
||||
flow: 'Graph',
|
||||
flow: 'Agent',
|
||||
},
|
||||
knowledgeList: {
|
||||
welcome: 'Welcome back',
|
||||
@ -574,7 +574,6 @@ The above is the content you need to summarize.`,
|
||||
messageMsg: 'Please input message or delete this field.',
|
||||
addField: 'Add field',
|
||||
loop: 'Loop',
|
||||
createFlow: 'Create a workflow',
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
key: 'key',
|
||||
@ -598,7 +597,7 @@ The above is the content you need to summarize.`,
|
||||
promptText: `Please summarize the following paragraphs. Be careful with the numbers, do not make things up. Paragraphs as following:
|
||||
{input}
|
||||
The above is the content you need to summarize.`,
|
||||
createGraph: 'Create graph',
|
||||
createGraph: 'Create agent',
|
||||
createFromTemplates: 'Create from templates',
|
||||
retrieval: 'Retrieval',
|
||||
generate: 'Generate',
|
||||
|
@ -57,7 +57,7 @@ export default {
|
||||
setting: '用戶設置',
|
||||
logout: '登出',
|
||||
fileManager: '文件管理',
|
||||
flow: '圖',
|
||||
flow: 'Agent',
|
||||
},
|
||||
knowledgeList: {
|
||||
welcome: '歡迎回來',
|
||||
@ -535,7 +535,6 @@ export default {
|
||||
messageMsg: '請輸入訊息或刪除此欄位。',
|
||||
addField: '新增字段',
|
||||
loop: '循環上限',
|
||||
createFlow: '创建工作流',
|
||||
yes: '是',
|
||||
no: '否',
|
||||
key: 'key',
|
||||
@ -560,7 +559,7 @@ export default {
|
||||
promptText: `請總結以下段落。注意數字,不要胡編亂造。段落如下:
|
||||
{input}
|
||||
以上就是你需要總結的內容。`,
|
||||
createGraph: '建立圖表',
|
||||
createGraph: '建立 Agent',
|
||||
createFromTemplates: '從模板創建',
|
||||
retrieval: '知識檢索',
|
||||
generate: '生成回答',
|
||||
|
@ -57,7 +57,7 @@ export default {
|
||||
setting: '用户设置',
|
||||
logout: '登出',
|
||||
fileManager: '文件管理',
|
||||
flow: '图',
|
||||
flow: 'Agent',
|
||||
},
|
||||
knowledgeList: {
|
||||
welcome: '欢迎回来',
|
||||
@ -554,7 +554,6 @@ export default {
|
||||
messageMsg: '请输入消息或删除此字段。',
|
||||
addField: '新增字段',
|
||||
loop: '循环上限',
|
||||
createFlow: '创建工作流',
|
||||
yes: '是',
|
||||
no: '否',
|
||||
key: 'key',
|
||||
@ -578,7 +577,7 @@ export default {
|
||||
promptText: `请总结以下段落。注意数字,不要胡编乱造。段落如下:
|
||||
{input}
|
||||
以上就是你需要总结的内容。`,
|
||||
createGraph: '创建图表',
|
||||
createGraph: '创建 Agent',
|
||||
createFromTemplates: '从模板创建',
|
||||
retrieval: '知识检索',
|
||||
generate: '生成回答',
|
||||
|
@ -46,7 +46,7 @@ const CreateFlowModal = ({
|
||||
|
||||
return (
|
||||
<Modal
|
||||
title={t('createFlow', { keyPrefix: 'flow' })}
|
||||
title={t('createGraph', { keyPrefix: 'flow' })}
|
||||
open={visible}
|
||||
onOk={handleOk}
|
||||
width={600}
|
||||
|
Loading…
x
Reference in New Issue
Block a user