complete story 7.2 with qa tests
This commit is contained in:
@@ -35,4 +35,25 @@ return [
|
||||
'no_consultations' => 'ليس لديك استشارات حتى الآن.',
|
||||
'book_first_consultation' => 'احجز استشارتك الأولى',
|
||||
'add_to_calendar' => 'إضافة إلى التقويم',
|
||||
|
||||
// Consultations sections
|
||||
'upcoming_consultations' => 'الاستشارات القادمة',
|
||||
'pending_requests' => 'الطلبات المعلقة',
|
||||
'past_consultations' => 'الاستشارات السابقة',
|
||||
'no_upcoming_consultations' => 'لا توجد استشارات قادمة',
|
||||
'no_pending_requests' => 'لا توجد طلبات معلقة',
|
||||
'no_past_consultations' => 'لا توجد استشارات سابقة',
|
||||
'book_consultation' => 'حجز استشارة',
|
||||
|
||||
// Consultation types
|
||||
'type_free' => 'مجانية',
|
||||
'type_paid' => 'مدفوعة',
|
||||
|
||||
// Payment status
|
||||
'payment_pending' => 'في انتظار الدفع',
|
||||
'payment_received' => 'تم استلام الدفع',
|
||||
|
||||
// Other
|
||||
'submitted_on' => 'تاريخ التقديم',
|
||||
'pending_review' => 'قيد المراجعة',
|
||||
];
|
||||
|
||||
@@ -35,4 +35,25 @@ return [
|
||||
'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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user