complete 3.1 with qa test and future recommendations files also update claude md with init and laravel boost

This commit is contained in:
Naser Mansour
2025-12-26 18:24:26 +02:00
parent 1376f86d79
commit e679a45933
15 changed files with 943 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'working_hours' => 'ساعات العمل',
'working_hours_description' => 'قم بتكوين ساعات العمل المتاحة لكل يوم من أيام الأسبوع.',
'closed' => 'مغلق',
'save_working_hours' => 'حفظ ساعات العمل',
'slots_available' => ':count فترة(فترات) متاحة',
'no_slots' => 'لا توجد فترات متاحة',
'to' => 'إلى',
'start_time' => 'وقت البدء',
'end_time' => 'وقت الانتهاء',
];
+2
View File
@@ -2,4 +2,6 @@
return [
'unauthorized' => 'غير مصرح لك بالوصول إلى هذا المورد.',
'working_hours_saved' => 'تم حفظ ساعات العمل بنجاح.',
'pending_bookings_warning' => 'ملاحظة: قد يتأثر :count حجز(حجوزات) معلقة.',
];
+2
View File
@@ -149,6 +149,8 @@ return [
'ulid' => 'يجب أن يكون :attribute ULID صالحاً.',
'uuid' => 'يجب أن يكون :attribute UUID صالحاً.',
'end_time_after_start' => 'يجب أن يكون وقت الانتهاء بعد وقت البدء.',
'attributes' => [
'email' => 'البريد الإلكتروني',
'password' => 'كلمة المرور',
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'working_hours' => 'Working Hours',
'working_hours_description' => 'Configure the available working hours for each day of the week.',
'closed' => 'Closed',
'save_working_hours' => 'Save Working Hours',
'slots_available' => ':count slot(s) available',
'no_slots' => 'No slots available',
'to' => 'to',
'start_time' => 'Start Time',
'end_time' => 'End Time',
];
+2
View File
@@ -2,4 +2,6 @@
return [
'unauthorized' => 'You are not authorized to access this resource.',
'working_hours_saved' => 'Working hours saved successfully.',
'pending_bookings_warning' => 'Note: :count pending booking(s) may be affected.',
];
+2
View File
@@ -149,6 +149,8 @@ return [
'ulid' => 'The :attribute must be a valid ULID.',
'uuid' => 'The :attribute must be a valid UUID.',
'end_time_after_start' => 'End time must be after start time.',
'attributes' => [
'email' => 'email',
'password' => 'password',