14 lines
412 B
PHP
14 lines
412 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',
|
|
];
|