[ 'label' => 'Esborrar', 'modal' => [ 'heading' => 'Esborrar :label', 'actions' => [ 'delete' => [ 'label' => 'Esborrar', ], ], ], 'notifications' => [ 'deleted' => [ 'title' => 'Esborrat', ], ], ], 'multiple' => [ 'label' => 'Esborrar seleccionats', 'modal' => [ 'heading' => 'Esborrar :label seleccionats', 'actions' => [ 'delete' => [ 'label' => 'Esborrar', ], ], ], 'notifications' => [ 'deleted' => [ 'title' => 'Esborrats', ], ], ], ];