29 lines
1021 B
PHP
29 lines
1021 B
PHP
<?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',
|
|
|
|
// 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?',
|
|
];
|