export default { // Page Title pageTitle: 'Flow Approval Test', // Search and Form title: 'Title', status: 'Approval Status', userId: 'User ID', age: 'Age', // Placeholders enterTitle: 'Please enter title', selectStatus: 'Please select approval status', enterAge: 'Please enter age', // Common Operations search: 'Search', reset: 'Reset', add: 'Add', edit: 'Edit', delete: 'Delete', detail: 'Detail', operation: 'Operation', confirm: 'Confirm', cancel: 'Cancel', // Table Columns primaryKey: 'Primary Key', titleCol: 'Title', statusCol: 'Approval Status', userIdCol: 'User ID', ageCol: 'Age', // Validation Messages idRequired: 'Primary key cannot be empty', statusRequired: 'Approval status cannot be empty', // Success Messages addSuccess: 'Added successfully', editSuccess: 'Modified successfully', deleteSuccess: 'Deleted successfully', // Confirmation Messages confirmDeleteSelected: 'Are you sure you want to delete the selected data?', confirmDeleteSingle: 'This operation will permanently delete the data, do you want to continue?', pleaseSelectDeleteData: 'Please select the data to delete.', // Detail Page detailTitle: 'Flow Approval Test Detail', tabFormDetail: 'Form Detail', tabApprovalRecord: 'Approval Record', tabFlowChart: 'Flow Chart', // Dialog Titles addDialogTitle: 'Add Flow Approval Test', editDialogTitle: 'Edit Flow Approval Test', // Tips tip: 'Tip', expandSearch: 'Expand Search', collapseSearch: 'Collapse Search' }