UnisKB/ui/src/locales/lang/zh-Hant/views/knowledge.ts

91 lines
2.9 KiB
TypeScript
Raw Normal View History

2025-06-04 10:08:52 +00:00
export default {
title: '知識庫',
relatedApplications: '關聯應用',
document_count: '文檔數',
relatedApp_count: '關聯應用',
searchBar: {
placeholder: '按名稱搜尋',
},
setting: {
vectorization: '向量化',
sync: '同步',
},
tip: {
professionalMessage: '社群版最多支援 50 個知識庫,如需擁有更多知識庫,請升級為專業版。',
syncSuccess: '同步任務發送成功',
updateModeMessage: '修改知識庫向量模型後,需要對知識庫向量化,是否繼續保存?',
},
delete: {
confirmTitle: '是否刪除知識庫:',
confirmMessage1: '此知識庫關聯',
confirmMessage2: '個應用,刪除後無法恢復,請謹慎操作。',
},
knowledgeType: {
label: '知識庫類型',
generalKnowledge: '通用知識庫',
webKnowledge: 'Web 知識庫',
larkKnowledge: '飛書知識庫',
yuqueKnowledge: '語雀知識庫',
generalInfo: '上傳本地檔案',
webInfo: '同步Web網站文字資料',
larkInfo: '通過飛書文檔構建知識庫',
yuqueInfo: '通過語雀文檔構建知識庫',
},
form: {
knowledgeName: {
label: '知識庫名稱',
placeholder: '請輸入知識庫名稱',
requiredMessage: '請輸入應用名稱',
},
knowledgeDescription: {
label: '知識庫描述',
placeholder:
'描述知識庫的內容詳盡的描述將幫助AI能深入理解該知識庫的內容能更準確的檢索到內容提高該知識庫的命中率。',
requiredMessage: '請輸入知識庫描述',
},
EmbeddingModel: {
label: '向量模型',
placeholder: '請選擇向量模型',
requiredMessage: '請輸入Embedding模型',
},
source_url: {
label: 'Web 根位址',
placeholder: '請輸入 Web 根位址',
requiredMessage: '請輸入 Web 根位址',
},
selector: {
label: '選擇器',
placeholder: '預設為 body可輸入 .classname/#idname/tagname',
},
2025-06-30 07:43:23 +00:00
file_count_limit: {
label: '每次上傳最多文件數',
},
file_size_limit: {
label: '上傳的每個文件最大(MB)',
placeholder: '建议根据服务器配置调整,否則會造成服務宕机',
},
2025-06-04 10:08:52 +00:00
},
ResultSuccess: {
title: '知識庫建立成功',
paragraph: '段落',
paragraph_count: '個段落',
documentList: '文件列表',
loading: '正在導入',
buttons: {
toKnowledge: '返回知識庫列表',
toDocument: '前往文件',
},
},
syncWeb: {
title: '同步知識庫',
syncMethod: '同步方式',
replace: '替換同步',
replaceText: '重新獲取 Web 站點文件,覆蓋替換本地知識庫中的文件',
complete: '完整同步',
completeText: '先刪除本地知識庫所有文件,重新獲取 Web 站點文件',
tip: '注意:所有同步都會刪除現有數據並重新獲取新數據,請謹慎操作。',
},
}