37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
// Quick Actions Panel
|
|
'quick_actions' => 'Quick Actions',
|
|
'create_client' => 'Create Client',
|
|
'create_post' => 'Create Post',
|
|
'export_users' => 'Export Users',
|
|
'block_time_slot' => 'Block Time Slot',
|
|
'block_slot' => 'Block Slot',
|
|
'time_slot_blocked' => 'Time slot has been blocked successfully.',
|
|
'monthly_report' => 'Monthly Report',
|
|
|
|
// Pending Bookings Widget
|
|
'pending_bookings' => 'Pending Bookings',
|
|
'no_pending_bookings' => 'No pending bookings',
|
|
'view_all_pending' => 'View all :count pending',
|
|
'unknown_client' => 'Unknown Client',
|
|
|
|
// Today's Schedule Widget
|
|
'todays_schedule' => "Today's Schedule",
|
|
'no_consultations_today' => 'No consultations scheduled today',
|
|
'complete' => 'Complete',
|
|
'no_show' => 'No-show',
|
|
|
|
// Recent Updates Widget
|
|
'recent_timeline_updates' => 'Recent Timeline Updates',
|
|
'no_recent_updates' => 'No recent updates',
|
|
'unknown_case' => 'Unknown Case',
|
|
|
|
// Block Time Slot Modal
|
|
'date' => 'Date',
|
|
'start_time' => 'Start Time',
|
|
'end_time' => 'End Time',
|
|
'reason' => 'Reason',
|
|
];
|