complete story 3.2 with qa tests
This commit is contained in:
@@ -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?',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user