feat: add detail view functionality for documents and FAQs with localization support
This commit is contained in:
@@ -1764,6 +1764,7 @@
|
||||
"ragDebug": "RAG Debug",
|
||||
"title": "Knowledge Base",
|
||||
"allStatus": "All statuses",
|
||||
"status": "Status",
|
||||
"statusOk": "Enabled",
|
||||
"statusDisabled": "Disabled",
|
||||
"statusDeleted": "Deleted",
|
||||
@@ -1793,6 +1794,7 @@
|
||||
"sortUpdated": "Knowledge base order updated.",
|
||||
"sortUpdateFailed": "Could not update knowledge base order.",
|
||||
"moreActions": "More actions for {name}",
|
||||
"view": "View",
|
||||
"edit": "Edit",
|
||||
"rebuilding": "Rebuilding...",
|
||||
"rebuildIndex": "Rebuild Index",
|
||||
@@ -1902,6 +1904,7 @@
|
||||
"contentRequired": "Content is required.",
|
||||
"editDocumentTitle": "Edit Document",
|
||||
"createDocumentTitle": "New Document",
|
||||
"viewDocumentTitle": "View Document",
|
||||
"documentTitle": "Title",
|
||||
"documentTitlePlaceholder": "Document title",
|
||||
"content": "Content",
|
||||
@@ -1918,8 +1921,11 @@
|
||||
"searchFAQ": "Search FAQs by question",
|
||||
"question": "Question",
|
||||
"indexStatus": "Index Status",
|
||||
"indexedAtLabel": "Indexed At",
|
||||
"similarQuestions": "Similar Questions",
|
||||
"updatedAt": "Updated",
|
||||
"createUser": "Created By",
|
||||
"updateUser": "Updated By",
|
||||
"actions": "Actions",
|
||||
"emptyFAQ": "This knowledge base has no FAQs yet",
|
||||
"faqQuestionRequired": "Question is required.",
|
||||
@@ -1927,6 +1933,7 @@
|
||||
"faqAnswerRequired": "Answer is required.",
|
||||
"editFAQTitle": "Edit FAQ",
|
||||
"createFAQTitle": "New FAQ",
|
||||
"viewFAQTitle": "View FAQ",
|
||||
"standardQuestion": "Primary Question",
|
||||
"questionPlaceholder": "Enter the primary question",
|
||||
"answer": "Answer",
|
||||
|
||||
@@ -1573,6 +1573,7 @@
|
||||
},
|
||||
"skillDefinition": {
|
||||
"allStatus": "全部状态",
|
||||
"status": "状态",
|
||||
"statusOk": "启用",
|
||||
"statusDisabled": "停用",
|
||||
"statusDeleted": "已删除",
|
||||
@@ -1793,6 +1794,7 @@
|
||||
"sortUpdated": "知识库排序已更新",
|
||||
"sortUpdateFailed": "更新知识库排序失败",
|
||||
"moreActions": "更多操作 {name}",
|
||||
"view": "查看",
|
||||
"edit": "编辑",
|
||||
"rebuilding": "重建中...",
|
||||
"rebuildIndex": "重建索引",
|
||||
@@ -1902,6 +1904,7 @@
|
||||
"contentRequired": "内容不能为空",
|
||||
"editDocumentTitle": "编辑文档",
|
||||
"createDocumentTitle": "新建文档",
|
||||
"viewDocumentTitle": "查看文档",
|
||||
"documentTitle": "标题",
|
||||
"documentTitlePlaceholder": "文档标题",
|
||||
"content": "内容",
|
||||
@@ -1918,8 +1921,11 @@
|
||||
"searchFAQ": "按问题搜索FAQ",
|
||||
"question": "问题",
|
||||
"indexStatus": "索引状态",
|
||||
"indexedAtLabel": "索引时间",
|
||||
"similarQuestions": "相似问题",
|
||||
"updatedAt": "更新时间",
|
||||
"createUser": "创建人",
|
||||
"updateUser": "更新人",
|
||||
"actions": "操作",
|
||||
"emptyFAQ": "当前知识库还没有FAQ",
|
||||
"faqQuestionRequired": "问题不能为空",
|
||||
@@ -1927,6 +1933,7 @@
|
||||
"faqAnswerRequired": "答案不能为空",
|
||||
"editFAQTitle": "编辑FAQ",
|
||||
"createFAQTitle": "新建FAQ",
|
||||
"viewFAQTitle": "查看FAQ",
|
||||
"standardQuestion": "标准问题",
|
||||
"questionPlaceholder": "请输入标准问题",
|
||||
"answer": "答案",
|
||||
|
||||
Reference in New Issue
Block a user