115 lines
6.6 KiB
PHP
115 lines
6.6 KiB
PHP
<?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.',
|
|
'slot_not_available' => 'This time slot is not available. Please select another.',
|
|
|
|
// Consultations list
|
|
'my_consultations' => 'My Consultations',
|
|
'no_consultations' => 'You have no consultations yet.',
|
|
'book_first_consultation' => 'Book Your First Consultation',
|
|
'add_to_calendar' => 'Add to Calendar',
|
|
|
|
// Consultations sections
|
|
'upcoming_consultations' => 'Upcoming Consultations',
|
|
'pending_requests' => 'Pending Requests',
|
|
'past_consultations' => 'Past Consultations',
|
|
'no_upcoming_consultations' => 'No upcoming consultations',
|
|
'no_pending_requests' => 'No pending requests',
|
|
'no_past_consultations' => 'No past consultations',
|
|
'book_consultation' => 'Book Consultation',
|
|
|
|
// Consultation types
|
|
'type_free' => 'Free',
|
|
'type_paid' => 'Paid',
|
|
|
|
// Payment status
|
|
'payment_pending' => 'Payment Pending',
|
|
'payment_received' => 'Payment Received',
|
|
|
|
// Other
|
|
'submitted_on' => 'Submitted',
|
|
'pending_review' => 'Pending Review',
|
|
|
|
// Booking status
|
|
'can_book_today' => 'You can book a consultation today',
|
|
'already_booked_today' => 'You already have a booking for today',
|
|
'pending_for_date' => 'You have a pending request for :date',
|
|
'pending_count' => 'You have :count pending requests',
|
|
'limit_message' => 'Note: You can book a maximum of 1 consultation per day.',
|
|
'user_booked' => 'Your booking',
|
|
|
|
// Logged-in user on guest page
|
|
'logged_in_title' => 'You Already Have an Account',
|
|
'logged_in_message' => 'As a registered user, you can book consultations directly from your dashboard with a simpler process and better tracking.',
|
|
'go_to_dashboard' => 'Book from My Account',
|
|
'or_logout' => 'Or log out to continue as a guest',
|
|
|
|
// Guest booking
|
|
'guest_intro' => 'Request a consultation appointment. No account required - simply fill in your details below.',
|
|
'guest_name' => 'Full Name',
|
|
'guest_email' => 'Email Address',
|
|
'guest_phone' => 'Phone Number',
|
|
'guest_already_booked_this_day' => 'This email already has a booking request for the selected date. Please choose a different date.',
|
|
'guest_submitted_successfully' => 'Your booking request has been submitted. Please check your email for confirmation.',
|
|
'invalid_captcha' => 'Incorrect answer. Please try again.',
|
|
'too_many_attempts' => 'Too many booking attempts. Please try again later.',
|
|
'success_title' => 'Booking Request Submitted!',
|
|
'success_message' => 'We have received your consultation request. You will receive an email confirmation shortly. Our team will review your request and contact you.',
|
|
|
|
// Expectations section
|
|
'expectations_from_us_title' => 'What to Expect from Us',
|
|
'expect_focused_consultation' => 'Focused Consultation',
|
|
'expect_focused_consultation_desc' => 'A specialized, structured legal or research opinion that goes directly to the core of your issue or inquiry.',
|
|
'expect_confidentiality' => 'Complete Security & Confidentiality',
|
|
'expect_confidentiality_desc' => 'Absolute commitment to protecting your privacy and handling your information with the highest level of confidentiality.',
|
|
'expect_practical_solutions' => 'Practical Solutions',
|
|
'expect_practical_solutions_desc' => 'Clear explanation of your available legal options in a practical and actionable manner, free from theoretical complexity.',
|
|
'expect_roadmap' => 'Clear Roadmap',
|
|
'expect_roadmap_desc' => 'Clear guidance on the next steps you need to take after the consultation ends.',
|
|
|
|
'expectations_from_you_title' => 'What We Expect from You',
|
|
'your_transparency' => 'Transparency & Clarity',
|
|
'your_transparency_desc' => 'Provide us with all relevant information and documents before or during the session (if available) to ensure accurate legal advice.',
|
|
'your_punctuality' => 'Punctuality',
|
|
'your_punctuality_desc' => 'Attend at the scheduled time to ensure you fully benefit from your allocated consultation time.',
|
|
'your_confirmation' => 'Booking Confirmation',
|
|
'your_confirmation_desc' => 'Complete the booking procedures and pay any applicable fees (if the selected service is paid).',
|
|
|
|
'before_booking_title' => 'Before Booking, You Should Know',
|
|
'note_purpose' => 'The consultation aims to legally evaluate your situation and clarify available options.',
|
|
'note_duration' => 'The consultation duration is 45 minutes, and this is strictly adhered to.',
|
|
'note_format' => 'Consultations are offered in-person or remotely based on availability at the time of booking.',
|
|
'note_prepare' => 'Please prepare a summary of the facts and essential documents before your appointment.',
|
|
'note_confidential' => 'All information shared during the consultation is treated with complete confidentiality.',
|
|
'note_no_obligation' => 'The consultation does not create any obligation to accept the case or provide legal representation.',
|
|
'note_arbitration' => 'If the consultation is about engaging our office as an accredited arbitrator, please write "Arbitration" in the problem summary, mentioning only your full name and the opposing party\'s name, without any other details.',
|
|
'note_cancellation' => 'Appointments can be cancelled according to the cancellation policy. Libra reserves the right to decline a consultation in case of conflict of interest or lack of jurisdiction.',
|
|
];
|