2023-05-15 08:51:32 +08:00
|
|
|
const translation = {
|
2023-11-18 11:53:35 +08:00
|
|
|
title: 'Retrieval Testing',
|
|
|
|
desc: 'Test the hitting effect of the dataset based on the given query text.',
|
2023-05-15 08:51:32 +08:00
|
|
|
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
|
|
|
recents: 'Recents',
|
|
|
|
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.',
|
|
|
|
indexWarning: 'High quality dataset only.',
|
|
|
|
testing: 'Testing',
|
|
|
|
},
|
|
|
|
hit: {
|
2023-11-18 11:53:35 +08:00
|
|
|
title: 'RETRIEVAL PARAGRAPHS',
|
|
|
|
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',
|
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
|