mirror of https://github.com/langgenius/dify.git
41 lines
1.2 KiB
TypeScript
41 lines
1.2 KiB
TypeScript
const translation = {
|
||
title: '檢索測試',
|
||
desc: '基於給定的查詢文字測試知識庫的檢索效果。',
|
||
dateTimeFormat: 'YYYY-MM-DD HH:mm',
|
||
table: {
|
||
header: {
|
||
source: '資料來源',
|
||
time: '時間',
|
||
queryContent: '查詢內容',
|
||
},
|
||
},
|
||
input: {
|
||
title: '來源文字',
|
||
placeholder: '請輸入文字,建議使用簡短的陳述句。',
|
||
countWarning: '不超過 200 個字元',
|
||
indexWarning: '僅支援高品質模式知識庫',
|
||
testing: '測試',
|
||
},
|
||
hit: {
|
||
title: '檢索段落',
|
||
emptyTip: '檢索測試結果將展示在這裡',
|
||
},
|
||
noRecentTip: '最近無查詢結果',
|
||
viewChart: '查看向量圖表',
|
||
viewDetail: '查看詳情',
|
||
settingTitle: '檢索設置',
|
||
open: '打開',
|
||
records: '記錄',
|
||
chunkDetail: '資料區塊詳細資訊',
|
||
hitChunks: '命中 {{num}} 個子區塊',
|
||
keyword: '關鍵字',
|
||
imageUploader: {
|
||
tip: '上傳或拖曳圖片(每張最多 {{batchCount}},{{size}}MB)',
|
||
tooltip: '上傳圖片(每張最大 {{batchCount}},{{size}}MB)',
|
||
dropZoneTip: '將檔案拖曳到此上傳',
|
||
singleChunkAttachmentLimitTooltip: '單個區塊附件的數量不能超過 {{limit}}',
|
||
},
|
||
}
|
||
|
||
export default translation
|