complete story 5.3 with qa tests

This commit is contained in:
Naser Mansour
2025-12-27 01:52:42 +02:00
parent d29959d54d
commit 77d32d0dae
7 changed files with 485 additions and 49 deletions
+6 -1
View File
@@ -31,7 +31,12 @@ return [
'post_deleted' => 'تم حذف المقال بنجاح.',
'post_status_updated' => 'تم تحديث حالة المقال بنجاح.',
'post_not_found' => 'المقال غير موجود.',
'confirm_delete' => 'هل أنت متأكد من حذف هذا المقال؟',
// Delete Modal
'delete_post' => 'حذف المقال',
'delete_post_warning' => 'هذا الإجراء نهائي ولا يمكن التراجع عنه. سيتم حذف المقال نهائياً من قاعدة البيانات.',
'deleting_post' => 'أنت على وشك حذف: :title',
'delete_permanently' => 'حذف نهائي',
// Validation
'title_ar_required' => 'العنوان العربي مطلوب.',
+6 -1
View File
@@ -31,7 +31,12 @@ return [
'post_deleted' => 'Post deleted successfully.',
'post_status_updated' => 'Post status updated successfully.',
'post_not_found' => 'Post not found.',
'confirm_delete' => 'Are you sure you want to delete this post?',
// Delete Modal
'delete_post' => 'Delete Post',
'delete_post_warning' => 'This action is permanent and cannot be undone. The post will be permanently removed from the database.',
'deleting_post' => 'You are about to delete: :title',
'delete_permanently' => 'Delete Permanently',
// Validation
'title_ar_required' => 'Arabic title is required.',