feat: Translate ForceGraph #162 (#1810)

### What problem does this PR solve?

feat: Translate ForceGraph #162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-05 16:04:57 +08:00
committed by GitHub
parent 2452c5624f
commit 9542f4484c
6 changed files with 23 additions and 44 deletions

View File

@ -307,6 +307,8 @@ The above is the content you need to summarize.`,
chunkMessage: 'Please input value!',
full: 'Full text',
ellipse: 'Ellipse',
graph: 'Knowledge graph',
mind: 'Mind map',
},
chat: {
newConversation: 'New conversation',

View File

@ -279,6 +279,8 @@ export default {
chunkMessage: '請輸入值!',
full: '全文',
ellipse: '省略',
graph: '知識圖譜',
mind: '心智圖',
},
chat: {
newConversation: '新會話',

View File

@ -296,6 +296,8 @@ export default {
chunkMessage: '请输入值!',
full: '全文',
ellipse: '省略',
graph: '知识图谱',
mind: '思维导图',
},
chat: {
newConversation: '新会话',