Add bulk actions for page management: Implemented duplicate and publish functionalities in the PagesTable, allowing users to duplicate selected pages and publish them in bulk. Added corresponding localization keys for English and Turkish languages to enhance user experience.

This commit is contained in:
Ümit Tunç
2025-11-05 09:39:02 -03:00
parent 6db36912d4
commit 91922ac6bf
4 changed files with 101 additions and 0 deletions
+6
View File
@@ -170,4 +170,10 @@ return [
'form_section_footer_template' => 'Footer Şablonu',
'form_section_footer_template_desc' => 'Sayfanın alt kısmı için dinamik footer şablonu seçin',
'footer_template_field' => 'Footer Şablonu',
// Bulk Actions
'bulk_action_duplicate' => 'Seçilenleri Çoğalt',
'bulk_action_publish' => 'Seçilenleri Yayınla',
'bulk_duplicated_successfully' => ':count sayfa başarıyla çoğaltıldı.',
'bulk_published_successfully' => ':count sayfa başarıyla yayınlandı.',
];