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:
@@ -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ı.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user