dify/web/i18n/en-US/dataset-hit-testing.ts

35 lines
936 B
TypeScript
Raw Permalink Normal View History

2023-05-15 08:51:32 +08:00
const translation = {
title: 'Retrieval Test',
settingTitle: 'Retrieval Setting',
desc: 'Test the hitting effect of the Knowledge based on the given query text.',
2023-05-15 08:51:32 +08:00
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
records: 'Records',
2023-05-15 08:51:32 +08:00
table: {
header: {
source: 'Source',
text: 'Text',
time: 'Time',
2023-05-15 08:51:32 +08:00
},
},
input: {
title: 'Source text',
placeholder: 'Please enter a text, a short declarative sentence is recommended.',
countWarning: 'Up to 200 characters.',
indexWarning: 'High quality Knowledge only.',
testing: 'Test',
2023-05-15 08:51:32 +08:00
},
hit: {
title: '{{num}} Retrieved Chunks',
emptyTip: 'Retrieval Testing results will show here',
2023-05-15 08:51:32 +08:00
},
noRecentTip: 'No recent query results here',
viewChart: 'View VECTOR CHART',
viewDetail: 'View Detail',
chunkDetail: 'Chunk Detail',
hitChunks: 'Hit {{num}} child chunks',
open: 'Open',
keyword: 'Keywords',
}
2023-05-15 08:51:32 +08:00
export default translation