complete story 6.2 with qa tests

This commit is contained in:
Naser Mansour
2025-12-27 19:44:23 +02:00
parent 54e9b0905d
commit 9c9bef0b25
8 changed files with 921 additions and 0 deletions
+13
View File
@@ -32,4 +32,17 @@ return [
'posts' => 'المنشورات',
'total_published' => 'إجمالي المنشور',
'published_this_month' => 'منشور هذا الشهر',
// Analytics Charts
'analytics_charts' => 'الرسوم البيانية التحليلية',
'last_6_months' => 'آخر 6 أشهر',
'last_12_months' => 'آخر 12 شهر',
'apply' => 'تطبيق',
'monthly_trends' => 'الاتجاهات الشهرية',
'consultation_breakdown' => 'توزيع الاستشارات',
'noshow_rate_trend' => 'اتجاه معدل عدم الحضور',
'no_data_available' => 'لا توجد بيانات للفترة المحددة',
'new_clients' => 'عملاء جدد',
'noshow_rate_percent' => 'معدل عدم الحضور %',
'concerning_threshold' => 'حد 20%',
];