feat: translate graph and chat text (#1433)

translate graph and chat text
This commit is contained in:
Song Yeung
2024-07-09 10:43:52 +08:00
committed by GitHub
parent 427fb97562
commit 24f9b17ff6
12 changed files with 67 additions and 17 deletions

View File

@ -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',