export default { success: { save: 'Saved successfully', create: 'Created successfully', update: 'Updated successfully', delete: 'Deleted successfully', upload: 'Uploaded successfully' }, error: { general: 'An error occurred, please try again', network: 'Network error, please try again', unauthorized: 'Access denied', notFound: 'Resource not found', validation: 'Please check the input data', upload: 'Upload failed', save: 'Save failed, please try again', create: 'Creation failed, please try again', delete: 'Deletion failed, please try again' }, loading: { general: 'Loading...', saving: 'Saving...', creating: 'Creating...', deleting: 'Deleting...', uploading: 'Uploading...' }, confirmation: { delete: 'Are you sure you want to delete this item?', unsavedChanges: 'You have unsaved changes. Are you sure you want to leave?', irreversible: 'This operation cannot be undone. Please proceed with caution.' } }