mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
Feat/chat add origin (#1130)
This commit is contained in:
@ -51,6 +51,11 @@ const translation = {
|
||||
description: 'Once enabled, you can use voice input.',
|
||||
resDes: 'Voice input is enabled',
|
||||
},
|
||||
citation: {
|
||||
title: 'Citations and Attributions',
|
||||
description: 'Once enabled, show source document and attributed section of the generated content.',
|
||||
resDes: 'Citations and Attributions is enabled',
|
||||
},
|
||||
dataSet: {
|
||||
title: 'Context',
|
||||
noData: 'You can import datasets as context',
|
||||
|
||||
@ -51,6 +51,11 @@ const translation = {
|
||||
description: '启用后,您可以使用语音输入。',
|
||||
resDes: '语音输入已启用',
|
||||
},
|
||||
citation: {
|
||||
title: '引用和归属',
|
||||
description: '启用后,显示源文档和生成内容的归属部分。',
|
||||
resDes: '引用和归属已启用',
|
||||
},
|
||||
dataSet: {
|
||||
title: '上下文',
|
||||
noData: '您可以导入数据集作为上下文',
|
||||
|
||||
@ -343,6 +343,14 @@ const translation = {
|
||||
conversationName: 'Conversation name',
|
||||
conversationNamePlaceholder: 'Please input conversation name',
|
||||
conversationNameCanNotEmpty: 'Conversation name required',
|
||||
citation: {
|
||||
title: 'CITATIONS',
|
||||
linkToDataset: 'Link to dataset',
|
||||
characters: 'Characters:',
|
||||
hitCount: 'Hit count:',
|
||||
vectorHash: 'Vector hash:',
|
||||
hitScore: 'Hit Score:',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@ -343,6 +343,14 @@ const translation = {
|
||||
conversationName: '会话名称',
|
||||
conversationNamePlaceholder: '请输入会话名称',
|
||||
conversationNameCanNotEmpty: '会话名称必填',
|
||||
citation: {
|
||||
title: '引用',
|
||||
linkToDataset: '去往数据集',
|
||||
characters: '字符:',
|
||||
hitCount: '命中次数:',
|
||||
vectorHash: '向量哈希:',
|
||||
hitScore: '命中得分:',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user