feat: 增加知识库新类型FAQ知识库
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"icon": "Icon",
|
||||
"title": "Title",
|
||||
"categoryId": "Category",
|
||||
"collectionType": "Knowledge Type",
|
||||
"collectionTypeDocument": "Document",
|
||||
"collectionTypeFaq": "FAQ",
|
||||
"description": "Description",
|
||||
"slug": "Slug",
|
||||
"vectorStoreEnable": "VectorStoreEnable",
|
||||
@@ -76,6 +79,15 @@
|
||||
"confirmImport": "ConfirmImport",
|
||||
"cancelImport": "CancelImport"
|
||||
},
|
||||
"faq": {
|
||||
"faqList": "FAQ List",
|
||||
"question": "Question",
|
||||
"answer": "Answer",
|
||||
"questionPlaceholder": "Please input question",
|
||||
"answerPlaceholder": "Please input answer",
|
||||
"questionRequired": "Question is required",
|
||||
"answerRequired": "Answer is required"
|
||||
},
|
||||
"searchResults": "SearchResults",
|
||||
"documentPreview": "DocumentPreview",
|
||||
"total": "Total",
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
"icon": "ICON",
|
||||
"title": "名称",
|
||||
"categoryId": "分类",
|
||||
"collectionType": "知识库类型",
|
||||
"collectionTypeDocument": "文档",
|
||||
"collectionTypeFaq": "FAQ",
|
||||
"description": "描述",
|
||||
"slug": "URL 别名",
|
||||
"vectorStoreEnable": "是否启用向量数据库",
|
||||
@@ -76,6 +79,15 @@
|
||||
"confirmImport": "确认导入",
|
||||
"cancelImport": "取消导入"
|
||||
},
|
||||
"faq": {
|
||||
"faqList": "FAQ列表",
|
||||
"question": "问题",
|
||||
"answer": "答案",
|
||||
"questionPlaceholder": "请输入问题",
|
||||
"answerPlaceholder": "请输入答案",
|
||||
"questionRequired": "问题不能为空",
|
||||
"answerRequired": "答案不能为空"
|
||||
},
|
||||
"searchResults": "检索结果",
|
||||
"documentPreview": "文档预览",
|
||||
"total": "共",
|
||||
|
||||
Reference in New Issue
Block a user