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