41 lines
1.0 KiB
TypeScript
41 lines
1.0 KiB
TypeScript
export default {
|
|
title: 'Chat Logs',
|
|
delete: {
|
|
confirmTitle: 'Confirm deletion of question:',
|
|
confirmMessage1: 'Deleting this question will cancel the association of',
|
|
confirmMessage2: 'segments. Please proceed with caution.'
|
|
},
|
|
buttons: {
|
|
clearStrategy: 'Cleanup Strategy',
|
|
prev: 'Previous',
|
|
next: 'Next'
|
|
},
|
|
table: {
|
|
abstract: 'Title',
|
|
chat_record_count: 'Total Messages',
|
|
feedback: {
|
|
label: 'User Feedback',
|
|
star: 'Agree',
|
|
trample: 'Disagree'
|
|
},
|
|
mark: 'Marks',
|
|
recenTimes: 'Last Chat Time'
|
|
},
|
|
addToDataset: 'Add to Knowledge',
|
|
daysText: 'Days ago',
|
|
selectDataset: 'Select Knowledge',
|
|
selectDatasetPlaceholder: 'Please select a knowledge',
|
|
saveToDocument: 'Save to Document',
|
|
documentPlaceholder: 'Please select a document',
|
|
editContent: 'Edit Content',
|
|
editMark: 'Edit Label',
|
|
form: {
|
|
content: {
|
|
placeholder: 'Please enter the content'
|
|
},
|
|
title: {
|
|
placeholder: 'Please set a title for the current content for management and viewing'
|
|
}
|
|
}
|
|
}
|