complete story 3.2 with qa tests

This commit is contained in:
Naser Mansour
2025-12-26 18:43:26 +02:00
parent e679a45933
commit 43df24c7cd
18 changed files with 1483 additions and 74 deletions
+15
View File
@@ -10,4 +10,19 @@ return [
'to' => 'إلى',
'start_time' => 'وقت البدء',
'end_time' => 'وقت الانتهاء',
// Blocked Times
'blocked_times' => 'الأوقات المحظورة',
'blocked_times_description' => 'حظر تواريخ أو فترات زمنية محددة عندما لا تكون متاحاً للحجوزات.',
'add_blocked_time' => 'إضافة وقت محظور',
'edit_blocked_time' => 'تعديل الوقت المحظور',
'block_date' => 'التاريخ',
'all_day' => 'طوال اليوم',
'reason' => 'السبب',
'no_blocked_times' => 'لا توجد أوقات محظورة.',
'upcoming' => 'القادمة',
'past' => 'الماضية',
'all' => 'الكل',
'confirm_delete' => 'تأكيد الحذف',
'confirm_delete_blocked_time' => 'هل أنت متأكد من حذف هذا الوقت المحظور؟',
];