2023-12-18 15:41:24 +08:00
|
|
|
const translation = {
|
|
|
|
title: 'Annotations',
|
2023-12-18 17:13:15 +08:00
|
|
|
name: 'Annotation Reply',
|
2023-12-18 15:41:24 +08:00
|
|
|
editBy: 'Answer edited by {{author}}',
|
|
|
|
noData: {
|
|
|
|
title: 'No annotations',
|
|
|
|
description: 'You can edit annotations in app debuggiung, or import annotations in bulk here for high-quality response.',
|
|
|
|
},
|
|
|
|
table: {
|
|
|
|
header: {
|
|
|
|
question: 'question',
|
|
|
|
answer: 'answer',
|
|
|
|
createdAt: 'created at',
|
|
|
|
hits: 'hits',
|
|
|
|
actions: 'actions',
|
|
|
|
addAnnotation: 'Add Annotation',
|
|
|
|
bulkImport: 'Bulk Import',
|
|
|
|
bulkExport: 'Bulk Export',
|
|
|
|
clearAll: 'Clear All Annotation',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
editModal: {
|
2023-12-18 17:13:15 +08:00
|
|
|
title: 'Edit Annotation Reply',
|
2023-12-18 15:41:24 +08:00
|
|
|
queryName: 'User Query',
|
|
|
|
answerName: 'Storyteller Bot',
|
|
|
|
yourAnswer: 'Your Answer',
|
|
|
|
answerPlaceholder: 'Type your answer here',
|
|
|
|
yourQuery: 'Your Query',
|
|
|
|
queryPlaceholder: 'Type your query here',
|
|
|
|
removeThisCache: 'Remove this Annotation',
|
|
|
|
createdAt: 'Created At',
|
|
|
|
},
|
|
|
|
addModal: {
|
2023-12-18 17:13:15 +08:00
|
|
|
title: 'Add Annotation Reply',
|
2023-12-18 15:41:24 +08:00
|
|
|
queryName: 'Question',
|
|
|
|
answerName: 'Answer',
|
|
|
|
answerPlaceholder: 'Type answer here',
|
|
|
|
queryPlaceholder: 'Type query here',
|
|
|
|
createNext: 'Add another annotated response',
|
|
|
|
},
|
|
|
|
batchModal: {
|
|
|
|
title: 'Bulk Import',
|
|
|
|
csvUploadTitle: 'Drag and drop your CSV file here, or ',
|
|
|
|
browse: 'browse',
|
|
|
|
tip: 'The CSV file must conform to the following structure:',
|
|
|
|
question: 'question',
|
|
|
|
answer: 'answer',
|
|
|
|
contentTitle: 'chunk content',
|
|
|
|
content: 'content',
|
|
|
|
template: 'Download the template here',
|
|
|
|
cancel: 'Cancel',
|
|
|
|
run: 'Run Batch',
|
|
|
|
runError: 'Run batch failed',
|
|
|
|
processing: 'In batch processing',
|
|
|
|
completed: 'Import completed',
|
|
|
|
error: 'Import Error',
|
|
|
|
ok: 'OK',
|
|
|
|
},
|
|
|
|
errorMessage: {
|
|
|
|
answerRequired: 'Answer is required',
|
|
|
|
queryRequired: 'Question is required',
|
|
|
|
},
|
|
|
|
viewModal: {
|
2023-12-18 17:13:15 +08:00
|
|
|
annotatedResponse: 'Annotation Reply',
|
2023-12-18 15:41:24 +08:00
|
|
|
hitHistory: 'Hit History',
|
|
|
|
hit: 'Hit',
|
|
|
|
hits: 'Hits',
|
|
|
|
noHitHistory: 'No hit history',
|
|
|
|
},
|
|
|
|
hitHistoryTable: {
|
|
|
|
query: 'Query',
|
|
|
|
match: 'Match',
|
|
|
|
response: 'Response',
|
|
|
|
source: 'Source',
|
|
|
|
score: 'Score',
|
|
|
|
time: 'Time',
|
|
|
|
},
|
|
|
|
initSetup: {
|
2023-12-18 17:13:15 +08:00
|
|
|
title: 'Annotation Reply Initial Setup',
|
|
|
|
configTitle: 'Annotation Reply Setup',
|
2023-12-18 15:41:24 +08:00
|
|
|
confirmBtn: 'Save & Enable',
|
|
|
|
configConfirmBtn: 'Save',
|
|
|
|
},
|
|
|
|
embeddingModelSwitchTip: 'Annotation text vectorization model, switching models will be re-embedded, resulting in additional costs.',
|
|
|
|
}
|
|
|
|
|
|
|
|
export default translation
|