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' => 'to',
'start_time' => 'Start Time',
'end_time' => 'End Time',
// Blocked Times
'blocked_times' => 'Blocked Times',
'blocked_times_description' => 'Block specific dates or time ranges when you are unavailable for bookings.',
'add_blocked_time' => 'Add Blocked Time',
'edit_blocked_time' => 'Edit Blocked Time',
'block_date' => 'Date',
'all_day' => 'All Day',
'reason' => 'Reason',
'no_blocked_times' => 'No blocked times found.',
'upcoming' => 'Upcoming',
'past' => 'Past',
'all' => 'All',
'confirm_delete' => 'Confirm Delete',
'confirm_delete_blocked_time' => 'Are you sure you want to delete this blocked time?',
];