complete 3.4 with qa tests
This commit is contained in:
@@ -1,9 +1,36 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Calendar
|
||||
'available' => 'Available',
|
||||
'partial' => 'Partial',
|
||||
'unavailable' => 'Unavailable',
|
||||
'available_times' => 'Available Times',
|
||||
'no_slots_available' => 'No slots available for this date.',
|
||||
|
||||
// Booking form
|
||||
'request_consultation' => 'Request Consultation',
|
||||
'select_date_time' => 'Select a date and time for your consultation',
|
||||
'selected_time' => 'Selected Time',
|
||||
'problem_summary' => 'Problem Summary',
|
||||
'problem_summary_placeholder' => 'Please describe your legal issue or question in detail...',
|
||||
'problem_summary_help' => 'Minimum 20 characters. This helps the lawyer prepare for your consultation.',
|
||||
'continue' => 'Continue',
|
||||
'confirm_booking' => 'Confirm Your Booking',
|
||||
'confirm_message' => 'Please review your booking details before submitting.',
|
||||
'date' => 'Date',
|
||||
'time' => 'Time',
|
||||
'duration' => 'Duration',
|
||||
'submit_request' => 'Submit Request',
|
||||
'submitted_successfully' => 'Your booking request has been submitted. You will receive an email confirmation shortly.',
|
||||
|
||||
// Validation messages
|
||||
'already_booked_this_day' => 'You already have a booking on this day.',
|
||||
'slot_no_longer_available' => 'This time slot is no longer available. Please select another.',
|
||||
'slot_taken' => 'This slot was just booked. Please select another time.',
|
||||
|
||||
// Consultations list
|
||||
'my_consultations' => 'My Consultations',
|
||||
'no_consultations' => 'You have no consultations yet.',
|
||||
'book_first_consultation' => 'Book Your First Consultation',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user