mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: translate graph and chat text (#1433)
translate graph and chat text
This commit is contained in:
@ -308,6 +308,7 @@ The above is the content you need to summarize.`,
|
||||
ellipse: 'Ellipse',
|
||||
},
|
||||
chat: {
|
||||
newConversation: 'New conversation',
|
||||
createAssistant: 'Create an Assistant',
|
||||
assistantSetting: 'Assistant Setting',
|
||||
promptEngine: 'Prompt Engine',
|
||||
@ -581,8 +582,18 @@ 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.`,
|
||||
create: 'Create graph',
|
||||
createGraph: 'Create graph',
|
||||
createFromTemplates: 'Create from templates',
|
||||
retrieval: 'Retrieval',
|
||||
generate: 'Generate',
|
||||
answer: 'Answer',
|
||||
categorize: 'Categorize',
|
||||
relevant: 'Relevant',
|
||||
rewriteQuestion: 'RewriteQuestion',
|
||||
rewrite: 'Rewrite',
|
||||
Begin: 'Begin',
|
||||
blank: 'Blank',
|
||||
createFromNothing: 'Create from nothing',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user