complete story 8.7 with qa tests
This commit is contained in:
+4
-2
@@ -113,12 +113,14 @@ return [
|
||||
'office_location' => 'موقع المكتب:',
|
||||
|
||||
// 2-Hour Reminder (client)
|
||||
'reminder_2h_title' => 'موعدك بعد ساعتين',
|
||||
'reminder_2h_title' => 'استشارتك بعد ساعتين',
|
||||
'reminder_2h_greeting' => 'عزيزي :name،',
|
||||
'reminder_2h_body' => 'تذكير أخير: موعد استشارتك خلال ساعتين.',
|
||||
'reminder_2h_contact' => 'إذا كان لديك أي استفسار طارئ، يرجى التواصل معنا.',
|
||||
'payment_urgent' => 'هام:',
|
||||
'payment_urgent' => 'تذكير هام بالدفع:',
|
||||
'payment_urgent_text' => 'لم نستلم الدفعة بعد. يرجى إتمام الدفع قبل بدء الاستشارة.',
|
||||
'office_contact' => 'معلومات التواصل للمكتب:',
|
||||
'phone_label' => 'الهاتف:',
|
||||
|
||||
// Timeline Update (client)
|
||||
'timeline_update_title' => 'تحديث جديد على قضيتك',
|
||||
|
||||
+3
-1
@@ -117,8 +117,10 @@ return [
|
||||
'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' => 'Final Payment Reminder:',
|
||||
'payment_urgent_text' => 'We have not yet received your payment. Please complete payment before the consultation begins.',
|
||||
'office_contact' => 'Office Contact Information:',
|
||||
'phone_label' => 'Phone:',
|
||||
|
||||
// Timeline Update (client)
|
||||
'timeline_update_title' => 'New Update on Your Case',
|
||||
|
||||
Reference in New Issue
Block a user