libra/lang/en/admin.php

137 lines
5.6 KiB
PHP

<?php
return [
'working_hours' => 'Working Hours',
'working_hours_description' => 'Configure the available working hours for each day of the week.',
'closed' => 'Closed',
'save_working_hours' => 'Save Working Hours',
'slots_available' => ':count slot(s) available',
'no_slots' => 'No slots available',
'to' => 'to',
'start_time' => 'Start Time',
'end_time' => 'End Time',
// Blocked Times
'blocked_times' => 'Blocked Times',
'blocked_times_description' => 'Block specific dates or time ranges when you are unavailable for bookings.',
'add_blocked_time' => 'Add Blocked Time',
'edit_blocked_time' => 'Edit Blocked Time',
'block_date' => 'Date',
'all_day' => 'All Day',
'reason' => 'Reason',
'no_blocked_times' => 'No blocked times found.',
'upcoming' => 'Upcoming',
'past' => 'Past',
'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',
// Consultation Management
'consultations' => 'Consultations',
'consultations_description' => 'Manage all consultations and track their lifecycle.',
'consultation_detail' => 'Consultation Detail',
'all_consultations' => 'All Consultations',
'no_consultations' => 'No consultations found.',
'search_clients' => 'Search by client name or email...',
'filter_status' => 'Filter by Status',
'filter_type' => 'Filter by Type',
'filter_payment' => 'Filter by Payment',
'all_statuses' => 'All Statuses',
'all_types' => 'All Types',
'all_payments' => 'All Payments',
'per_page' => 'Per Page',
'sort_by' => 'Sort By',
'sort_direction' => 'Sort Direction',
'ascending' => 'Ascending',
'descending' => 'Descending',
// Status Actions
'mark_completed' => 'Mark Completed',
'mark_no_show' => 'Mark No-Show',
'cancel_consultation' => 'Cancel Consultation',
'confirm_mark_completed' => 'Are you sure you want to mark this consultation as completed?',
'confirm_mark_no_show' => 'Are you sure you want to mark this client as no-show?',
'confirm_cancel_consultation' => 'Are you sure you want to cancel this consultation? The client will be notified.',
// Rescheduling
'reschedule' => 'Reschedule',
'reschedule_consultation' => 'Reschedule Consultation',
'new_date' => 'New Date',
'new_time' => 'New Time',
'select_time' => 'Select Time',
'no_slots_available' => 'No slots available for this date.',
'current_schedule' => 'Current Schedule',
// Payment
'payment_status' => 'Payment Status',
'mark_payment_received' => 'Mark Payment Received',
'payment_pending' => 'Payment Pending',
'payment_received' => 'Payment Received',
'payment_received_at' => 'Payment Received At',
'confirm_mark_payment' => 'Are you sure you want to mark this payment as received?',
// Admin Notes
'admin_notes' => 'Admin Notes',
'add_note' => 'Add Note',
'edit_note' => 'Edit Note',
'delete_note' => 'Delete Note',
'note_placeholder' => 'Enter your note here...',
'no_notes' => 'No notes yet.',
'confirm_delete_note' => 'Are you sure you want to delete this note?',
'added_by' => 'Added by',
'updated' => 'Updated',
// Client History
'client_consultations' => 'Client Consultations',
'view_client_history' => 'View Client History',
'total_consultations' => 'Total Consultations',
'completed_consultations' => 'Completed',
'cancelled_consultations' => 'Cancelled',
'no_show_consultations' => 'No-Shows',
'client_statistics' => 'Client Statistics',
];