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

33 lines
884 B
TypeScript
Raw Normal View History

2025-04-16 11:10:00 +00:00
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'
}
}
}