complete story 5.3 with qa tests
This commit is contained in:
+6
-1
@@ -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' => 'العنوان العربي مطلوب.',
|
||||
|
||||
Reference in New Issue
Block a user