feat: add detail view functionality for documents and FAQs with localization support

This commit is contained in:
mlogclub
2026-06-02 19:55:26 +08:00
parent 9c7bf29b41
commit ffd2227e5e
6 changed files with 299 additions and 2 deletions
+7
View File
@@ -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": "答案",