__('Confirmation', 'wp-statistics'),
'description' => __('Are you sure you want to permanently delete this data?', 'wp-statistics'),
'primaryButtonText' => __('Yes', 'wp-statistics'),
'primaryButtonStyle' => 'danger',
'secondaryButtonText' => __('Cancel', 'wp-statistics'),
'secondaryButtonStyle' => 'cancel',
'showCloseButton' => true,
'alert' => __('This action cannot be undone.', 'wp-statistics'),
'actions' => [
'primary' => 'resolve',
'secondary' => 'closeModal',
],
]);
?>