33 lines
884 B
TypeScript
33 lines
884 B
TypeScript
export default {
|
|
title: 'Segment',
|
|
paragraph_count: 'Segments',
|
|
editParagraph: 'Edit Segment',
|
|
addParagraph: 'Add Segment',
|
|
paragraphDetail: 'Segment Details',
|
|
character_count: 'characters',
|
|
setting: {
|
|
batchSelected: 'Batch Select',
|
|
cancelSelected: 'Cancel Selection'
|
|
},
|
|
delete: {
|
|
confirmTitle: 'Confirm deletion of segment:',
|
|
confirmMessage: 'Deletion cannot be undone. Please proceed with caution.'
|
|
},
|
|
relatedProblem: {
|
|
title: 'Related Questions',
|
|
placeholder: 'Please select a question'
|
|
},
|
|
form: {
|
|
paragraphTitle: {
|
|
label: 'Title',
|
|
placeholder: 'Please enter the segment title'
|
|
},
|
|
content: {
|
|
label: 'Content',
|
|
placeholder: 'Please enter the segment content',
|
|
requiredMessage1: 'Please enter the segment content',
|
|
requiredMessage2: 'Content must not exceed 100,000 words'
|
|
}
|
|
}
|
|
}
|