10 lines
386 B
PHP
10 lines
386 B
PHP
<?php
|
|
|
|
return [
|
|
'unauthorized' => 'You are not authorized to access this resource.',
|
|
'working_hours_saved' => 'Working hours saved successfully.',
|
|
'pending_bookings_warning' => 'Warning: :count pending booking(s) exist during this time.',
|
|
'blocked_time_saved' => 'Blocked time saved successfully.',
|
|
'blocked_time_deleted' => 'Blocked time deleted successfully.',
|
|
];
|