complete story 3.5 with qa test
This commit is contained in:
@@ -25,4 +25,48 @@ return [
|
||||
'all' => 'All',
|
||||
'confirm_delete' => 'Confirm Delete',
|
||||
'confirm_delete_blocked_time' => 'Are you sure you want to delete this blocked time?',
|
||||
|
||||
// Booking Management
|
||||
'pending_bookings' => 'Pending Bookings',
|
||||
'review_booking' => 'Review Booking',
|
||||
'approve_booking' => 'Approve Booking',
|
||||
'reject_booking' => 'Reject Booking',
|
||||
'booking_details' => 'Booking Details',
|
||||
'client_information' => 'Client Information',
|
||||
'client_name' => 'Client Name',
|
||||
'client_email' => 'Email',
|
||||
'client_phone' => 'Phone',
|
||||
'client_type' => 'Client Type',
|
||||
'requested_date' => 'Requested Date',
|
||||
'requested_time' => 'Requested Time',
|
||||
'submission_date' => 'Submission Date',
|
||||
'current_status' => 'Current Status',
|
||||
'problem_summary' => 'Problem Summary',
|
||||
'consultation_history' => 'Consultation History',
|
||||
'consultation_type' => 'Consultation Type',
|
||||
'free_consultation' => 'Free Consultation',
|
||||
'paid_consultation' => 'Paid Consultation',
|
||||
'payment_amount' => 'Payment Amount',
|
||||
'payment_instructions' => 'Payment Instructions',
|
||||
'payment_instructions_placeholder' => 'Enter payment instructions (bank transfer details, etc.)',
|
||||
'rejection_reason' => 'Rejection Reason',
|
||||
'rejection_reason_placeholder' => 'Enter reason for rejection (optional)',
|
||||
'approve' => 'Approve',
|
||||
'reject' => 'Reject',
|
||||
'review' => 'Review',
|
||||
'quick_approve' => 'Quick Approve',
|
||||
'quick_reject' => 'Quick Reject',
|
||||
'confirm_quick_approve' => 'Are you sure you want to approve this booking as a free consultation?',
|
||||
'confirm_quick_reject' => 'Are you sure you want to reject this booking?',
|
||||
'booking_approved' => 'Booking has been approved successfully.',
|
||||
'booking_rejected' => 'Booking has been rejected.',
|
||||
'booking_already_processed' => 'This booking has already been processed.',
|
||||
'booking_already_processed_info' => 'This booking has already been processed. Status: :status',
|
||||
'no_pending_bookings' => 'No pending bookings found.',
|
||||
'date_from' => 'Date From',
|
||||
'date_to' => 'Date To',
|
||||
'submitted' => 'Submitted',
|
||||
'client' => 'Client',
|
||||
'date' => 'Date',
|
||||
'time' => 'Time',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user