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
+3 -1
View File
@@ -3,5 +3,7 @@
return [
'unauthorized' => 'غير مصرح لك بالوصول إلى هذا المورد.',
'working_hours_saved' => 'تم حفظ ساعات العمل بنجاح.',
'pending_bookings_warning' => 'ملاحظة: قد يتأثر :count حجز(حجوزات) معلقة.',
'pending_bookings_warning' => 'تحذير: يوجد :count حجز(حجوزات) معلقة خلال هذا الوقت.',
'blocked_time_saved' => 'تم حفظ الوقت المحظور بنجاح.',
'blocked_time_deleted' => 'تم حذف الوقت المحظور بنجاح.',
];