complete story 6.5 with qa tests
This commit is contained in:
@@ -41,6 +41,37 @@ return [
|
||||
'export_failed' => 'فشل التصدير. يرجى المحاولة مرة أخرى.',
|
||||
'large_export_warning' => 'قد يستغرق التصدير الكبير بعض الوقت.',
|
||||
|
||||
// Consultation Export
|
||||
'export_consultations' => 'تصدير الاستشارات',
|
||||
'export_consultations_description' => 'تصدير بيانات الاستشارات بصيغة CSV أو PDF',
|
||||
'client_name' => 'اسم العميل',
|
||||
'date' => 'التاريخ',
|
||||
'time' => 'الوقت',
|
||||
'consultation_type' => 'نوع الاستشارة',
|
||||
'all_consultation_types' => 'جميع الأنواع',
|
||||
'payment_status' => 'حالة الدفع',
|
||||
'all_payment_statuses' => 'جميع حالات الدفع',
|
||||
'problem_summary' => 'ملخص المشكلة',
|
||||
'no_consultations_match' => 'لا توجد استشارات مطابقة للفلاتر المحددة.',
|
||||
'consultations_export_title' => 'تقرير تصدير الاستشارات',
|
||||
|
||||
// Consultation Types
|
||||
'type_free' => 'مجانية',
|
||||
'type_paid' => 'مدفوعة',
|
||||
|
||||
// Consultation Statuses
|
||||
'status_pending' => 'قيد الانتظار',
|
||||
'status_approved' => 'موافق عليها',
|
||||
'status_completed' => 'مكتملة',
|
||||
'status_cancelled' => 'ملغاة',
|
||||
'status_no_show' => 'لم يحضر',
|
||||
'status_rejected' => 'مرفوضة',
|
||||
|
||||
// Payment Statuses
|
||||
'payment_pending' => 'قيد الانتظار',
|
||||
'payment_received' => 'مستلم',
|
||||
'payment_not_applicable' => 'غير متاح',
|
||||
|
||||
// PDF Template
|
||||
'users_export_title' => 'تقرير تصدير المستخدمين',
|
||||
'generated_at' => 'تم الإنشاء في',
|
||||
|
||||
@@ -41,6 +41,37 @@ return [
|
||||
'export_failed' => 'Export failed. Please try again.',
|
||||
'large_export_warning' => 'Large export may take a moment to generate.',
|
||||
|
||||
// Consultation Export
|
||||
'export_consultations' => 'Export Consultations',
|
||||
'export_consultations_description' => 'Export consultation data in CSV or PDF format',
|
||||
'client_name' => 'Client Name',
|
||||
'date' => 'Date',
|
||||
'time' => 'Time',
|
||||
'consultation_type' => 'Consultation Type',
|
||||
'all_consultation_types' => 'All Types',
|
||||
'payment_status' => 'Payment Status',
|
||||
'all_payment_statuses' => 'All Payment Statuses',
|
||||
'problem_summary' => 'Problem Summary',
|
||||
'no_consultations_match' => 'No consultations match the selected filters.',
|
||||
'consultations_export_title' => 'Consultations Export Report',
|
||||
|
||||
// Consultation Types
|
||||
'type_free' => 'Free',
|
||||
'type_paid' => 'Paid',
|
||||
|
||||
// Consultation Statuses
|
||||
'status_pending' => 'Pending',
|
||||
'status_approved' => 'Approved',
|
||||
'status_completed' => 'Completed',
|
||||
'status_cancelled' => 'Cancelled',
|
||||
'status_no_show' => 'No Show',
|
||||
'status_rejected' => 'Rejected',
|
||||
|
||||
// Payment Statuses
|
||||
'payment_pending' => 'Pending',
|
||||
'payment_received' => 'Received',
|
||||
'payment_not_applicable' => 'N/A',
|
||||
|
||||
// PDF Template
|
||||
'users_export_title' => 'Users Export Report',
|
||||
'generated_at' => 'Generated at',
|
||||
|
||||
Reference in New Issue
Block a user