dify
This commit is contained in:
34
dify/web/i18n/zh-Hant/dataset-hit-testing.ts
Normal file
34
dify/web/i18n/zh-Hant/dataset-hit-testing.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
const translation = {
|
||||
title: '檢索測試',
|
||||
desc: '基於給定的查詢文字測試知識庫的檢索效果。',
|
||||
dateTimeFormat: 'YYYY-MM-DD HH:mm',
|
||||
table: {
|
||||
header: {
|
||||
source: '資料來源',
|
||||
text: '文字',
|
||||
time: '時間',
|
||||
},
|
||||
},
|
||||
input: {
|
||||
title: '來源文字',
|
||||
placeholder: '請輸入文字,建議使用簡短的陳述句。',
|
||||
countWarning: '不超過 200 個字元',
|
||||
indexWarning: '僅支援高品質模式知識庫',
|
||||
testing: '測試',
|
||||
},
|
||||
hit: {
|
||||
title: '檢索段落',
|
||||
emptyTip: '檢索測試結果將展示在這裡',
|
||||
},
|
||||
noRecentTip: '最近無查詢結果',
|
||||
viewChart: '查看向量圖表',
|
||||
viewDetail: '查看詳情',
|
||||
settingTitle: '檢索設置',
|
||||
open: '打開',
|
||||
records: '記錄',
|
||||
chunkDetail: '資料區塊詳細資訊',
|
||||
hitChunks: '命中 {{num}} 個子區塊',
|
||||
keyword: '關鍵字',
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user