complete 3.8 with qa test

This commit is contained in:
Naser Mansour
2025-12-26 20:17:40 +02:00
parent 6254d54fe9
commit e593beacfc
14 changed files with 864 additions and 28 deletions
+17
View File
@@ -101,4 +101,21 @@ return [
'new_booking_details' => 'New Appointment:',
'consultation_rescheduled_calendar' => 'A new calendar file (.ics) is attached. Please update your calendar.',
'consultation_rescheduled_contact' => 'If you have any questions about this change, please contact us.',
// 24-Hour Reminder (client)
'reminder_24h_title' => 'Appointment Reminder',
'reminder_24h_greeting' => 'Dear :name,',
'reminder_24h_body' => 'We would like to remind you of your consultation tomorrow:',
'reminder_24h_reschedule' => 'If you need to reschedule, please contact us as soon as possible.',
'download_calendar' => 'Download Calendar File',
'payment_reminder' => 'Payment Reminder:',
'payment_reminder_text' => 'Please complete your payment before the consultation.',
// 2-Hour Reminder (client)
'reminder_2h_title' => 'Your Consultation is in 2 Hours',
'reminder_2h_greeting' => 'Dear :name,',
'reminder_2h_body' => 'Final reminder: Your consultation is in 2 hours.',
'reminder_2h_contact' => 'If you have any urgent questions, please contact us.',
'payment_urgent' => 'Important:',
'payment_urgent_text' => 'We have not yet received your payment. Please complete payment before the consultation begins.',
];