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