2023-05-15 08:51:32 +08:00
|
|
|
const translation = {
|
2024-12-26 12:01:51 +08:00
|
|
|
title: 'Retrieval Test',
|
2024-09-30 15:38:43 +08:00
|
|
|
settingTitle: 'Retrieval Setting',
|
2024-12-26 12:01:51 +08:00
|
|
|
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',
|
2024-12-26 12:01:51 +08:00
|
|
|
records: 'Records',
|
2023-05-15 08:51:32 +08:00
|
|
|
table: {
|
|
|
|
header: {
|
2023-11-18 11:53:35 +08:00
|
|
|
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.',
|
2023-11-27 17:22:16 +08:00
|
|
|
indexWarning: 'High quality Knowledge only.',
|
2024-12-26 12:01:51 +08:00
|
|
|
testing: 'Test',
|
2023-05-15 08:51:32 +08:00
|
|
|
},
|
|
|
|
hit: {
|
2024-12-26 12:01:51 +08:00
|
|
|
title: '{{num}} Retrieved Chunks',
|
2023-11-18 11:53:35 +08:00
|
|
|
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',
|
2024-09-30 15:38:43 +08:00
|
|
|
viewDetail: 'View Detail',
|
2024-12-26 12:01:51 +08:00
|
|
|
chunkDetail: 'Chunk Detail',
|
|
|
|
hitChunks: 'Hit {{num}} child chunks',
|
|
|
|
open: 'Open',
|
|
|
|
keyword: 'Keywords',
|
2023-11-18 11:53:35 +08:00
|
|
|
}
|
2023-05-15 08:51:32 +08:00
|
|
|
|
2023-11-18 11:53:35 +08:00
|
|
|
export default translation
|