41 lines
1.1 KiB
TypeScript
41 lines
1.1 KiB
TypeScript
export default {
|
|
title: 'Conversation Logs',
|
|
delete: {
|
|
confirmTitle: 'Confirm Deletion of Problem:',
|
|
confirmMessage1: 'Deleting this problem will cancel the association of',
|
|
confirmMessage2: 'paragraphs. Please proceed with caution.'
|
|
},
|
|
buttons: {
|
|
clearStrategy: 'Clear Strategy',
|
|
prev: 'Previous',
|
|
next: 'Next'
|
|
},
|
|
table: {
|
|
abstract: 'Abstract',
|
|
chat_record_count: 'Number of Conversation Questions',
|
|
feedback: {
|
|
label: 'User Feedback',
|
|
star: 'Agree',
|
|
trample: 'Disagree'
|
|
},
|
|
mark: 'Improvement Label',
|
|
recenTimes: 'Recent Conversation Time'
|
|
},
|
|
addToDataset: 'Add to Knowledge Base',
|
|
daysText: 'Conversation records from more than X days ago',
|
|
selectDataset: 'Select Knowledge Base',
|
|
selectDatasetPlaceholder: 'Please select a knowledge base',
|
|
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'
|
|
},
|
|
}
|
|
}
|