UnisKB/ui/src/locales/lang/en-US/views/log.ts

41 lines
1.0 KiB
TypeScript
Raw Normal View History

2025-01-20 03:28:53 +00:00
export default {
2025-01-24 03:42:00 +00:00
title: 'Chat Logs',
2025-01-20 03:28:53 +00:00
delete: {
2025-01-22 07:06:30 +00:00
confirmTitle: 'Confirm deletion of question:',
confirmMessage1: 'Deleting this question will cancel the association of',
2025-02-06 07:15:23 +00:00
confirmMessage2: 'segments. Please proceed with caution.'
2025-01-20 03:28:53 +00:00
},
buttons: {
2025-02-06 10:18:00 +00:00
clearStrategy: 'Cleanup Strategy',
2025-01-20 03:28:53 +00:00
prev: 'Previous',
next: 'Next'
},
table: {
2025-02-06 10:18:00 +00:00
abstract: 'Title',
chat_record_count: 'Total Messages',
2025-01-20 03:28:53 +00:00
feedback: {
label: 'User Feedback',
star: 'Agree',
trample: 'Disagree'
},
2025-02-06 10:18:00 +00:00
mark: 'Marks',
recenTimes: 'Last Chat Time'
2025-01-20 03:28:53 +00:00
},
2025-01-21 08:46:18 +00:00
addToDataset: 'Add to Knowledge',
2025-01-21 01:34:32 +00:00
daysText: 'Days ago',
2025-01-21 08:46:18 +00:00
selectDataset: 'Select Knowledge',
selectDatasetPlaceholder: 'Please select a knowledge',
2025-01-20 03:28:53 +00:00
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'
2025-01-21 01:34:32 +00:00
}
2025-01-20 03:28:53 +00:00
}
}