File tree Expand file tree Collapse file tree 8 files changed +10
-1
lines changed
packages/Webkul/Admin/src Expand file tree Collapse file tree 8 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,9 @@ public function prepareMassActions(): void
198198
199199 $ this ->addMassAction ([
200200 'icon ' => 'icon-delete ' ,
201- 'title ' => trans ('admin::app.mail.index.datagrid.delete ' ),
201+ 'title ' => request ('route ' ) == 'trash '
202+ ? trans ('admin::app.mail.index.datagrid.delete ' )
203+ : trans ('admin::app.mail.index.datagrid.move-to-trash ' ),
202204 'method ' => 'POST ' ,
203205 'url ' => route ('admin.mail.mass_delete ' , [
204206 'type ' => request ('route ' ) == 'trash '
Original file line number Diff line number Diff line change 18041804 'attachments ' => 'المرفقات ' ,
18051805 'date ' => 'التاريخ ' ,
18061806 'move-to-inbox ' => 'نقل إلى البريد الوارد ' ,
1807+ 'move-to-trash ' => 'تم النقل إلى سلة المهملات ' ,
18071808 'edit ' => 'تعديل ' ,
18081809 'view ' => 'عرض ' ,
18091810 'delete ' => 'حذف ' ,
Original file line number Diff line number Diff line change 18061806 'attachments ' => 'Attachments ' ,
18071807 'date ' => 'Date ' ,
18081808 'move-to-inbox ' => 'Moved To Inbox ' ,
1809+ 'move-to-trash ' => 'Moved To Trash ' ,
18091810 'edit ' => 'Edit ' ,
18101811 'view ' => 'View ' ,
18111812 'delete ' => 'Delete ' ,
Original file line number Diff line number Diff line change 18071807 'attachments ' => 'Archivos adjuntos ' ,
18081808 'date ' => 'Fecha ' ,
18091809 'move-to-inbox ' => 'Mover a la bandeja de entrada ' ,
1810+ 'move-to-trash ' => 'Movido a la papelera ' ,
18101811 'edit ' => 'Editar ' ,
18111812 'view ' => 'Ver ' ,
18121813 'delete ' => 'Eliminar ' ,
Original file line number Diff line number Diff line change 18081808 'attachments ' => 'پیوستها ' ,
18091809 'date ' => 'تاریخ ' ,
18101810 'move-to-inbox ' => 'انتقال به صندوق ورودی ' ,
1811+ 'move-to-trash ' => 'به سطل زباله منتقل شد ' ,
18111812 'edit ' => 'ویرایش ' ,
18121813 'view ' => 'نمایش ' ,
18131814 'delete ' => 'حذف ' ,
Original file line number Diff line number Diff line change 16941694 'tag-name ' => 'Nome da Tag ' ,
16951695 'created-at ' => 'Criado Em ' ,
16961696 'move-to-inbox ' => 'Movido para Caixa de Entrada ' ,
1697+ 'move-to-trash ' => 'Movido para a lixeira ' ,
16971698 'edit ' => 'Editar ' ,
16981699 'view ' => 'Visualizar ' ,
16991700 'delete ' => 'Excluir ' ,
Original file line number Diff line number Diff line change 18081808 'content ' => 'Eklentiler ' ,
18091809 'date ' => 'Tarih ' ,
18101810 'move-to-inbox ' => 'Gelen Kutusuna Taşı ' ,
1811+ 'move-to-trash ' => 'Çöp kutusuna taşındı ' ,
18111812 'edit ' => 'Düzenle ' ,
18121813 'view ' => 'Görüntüle ' ,
18131814 'delete ' => 'Sil ' ,
Original file line number Diff line number Diff line change 17021702 'attachments ' => 'Tệp đính kèm ' ,
17031703 'date ' => 'Ngày ' ,
17041704 'move-to-inbox ' => 'Di chuyển vào hộp thư đến ' ,
1705+ 'move-to-trash ' => 'Đã chuyển vào thùng rác ' ,
17051706 'edit ' => 'Chỉnh sửa ' ,
17061707 'view ' => 'Xem ' ,
17071708 'delete ' => 'Xóa ' ,
You can’t perform that action at this time.
0 commit comments