maxkb/ui/src/locales/lang/zh_TW/views/dataset.ts
wangdan-fit2cloud 7eb17bab2f feat: i18n
2025-01-15 19:10:37 +08:00

62 lines
1.9 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
title: '知識庫',
createDataset: '建立知識庫',
general: '通用型',
web: 'Web 站點',
relatedApplications: '關聯應用',
searchBar: {
placeholder: '按名稱搜尋'
},
setting: {
vectorization: '向量化',
sync: '同步'
},
tip: {
professionalMessage: '社群版最多支援 50 個知識庫,如需擁有更多知識庫,請升級為專業版。',
syncSuccess: '同步任務發送成功',
updateModeMessage: '修改知識庫向量模型後,需要對知識庫向量化,是否繼續保存?'
},
delete: {
confirmTitle: '是否刪除知識庫:',
confirmMessage1: '此知識庫關聯',
confirmMessage2: '個應用,刪除後無法恢復,請謹慎操作。'
},
datasetForm: {
title: {
info: '基本資訊'
},
form: {
datasetName: {
label: '知識庫名稱',
placeholder: '請輸入知識庫名稱',
requiredMessage: '請輸入應用名稱'
},
datasetDescription: {
label: '知識庫描述',
placeholder:
'描述知識庫的內容詳盡的描述將幫助AI能深入理解該知識庫的內容能更準確的檢索到內容提高該知識庫的命中率。',
requiredMessage: '請輸入知識庫描述'
},
vectorModel: {
label: '向量模型',
placeholder: '請選擇向量模型',
requiredMessage: '請輸入Embedding模型'
},
datasetType: {
label: '知識庫類型',
generalInfo: '上傳本地檔案或手動輸入',
webInfo: '同步Web網站文字資料'
},
source_url: {
label: 'Web 根位址',
placeholder: '請輸入 Web 根位址',
requiredMessage: '請輸入 Web 根位址'
},
selector: {
label: '選擇器',
placeholder: '預設為 body可輸入 .classname/#idname/tagname'
}
},
}
}