mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### 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:
@ -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',
|
||||
|
||||
@ -279,6 +279,8 @@ export default {
|
||||
chunkMessage: '請輸入值!',
|
||||
full: '全文',
|
||||
ellipse: '省略',
|
||||
graph: '知識圖譜',
|
||||
mind: '心智圖',
|
||||
},
|
||||
chat: {
|
||||
newConversation: '新會話',
|
||||
|
||||
@ -296,6 +296,8 @@ export default {
|
||||
chunkMessage: '请输入值!',
|
||||
full: '全文',
|
||||
ellipse: '省略',
|
||||
graph: '知识图谱',
|
||||
mind: '思维导图',
|
||||
},
|
||||
chat: {
|
||||
newConversation: '新会话',
|
||||
|
||||
Reference in New Issue
Block a user