complete story 6.2 with qa tests
This commit is contained in:
@@ -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%',
|
||||
];
|
||||
|
||||
@@ -32,4 +32,17 @@ return [
|
||||
'posts' => 'Posts',
|
||||
'total_published' => 'Total Published',
|
||||
'published_this_month' => 'Published This Month',
|
||||
|
||||
// Analytics Charts
|
||||
'analytics_charts' => 'Analytics Charts',
|
||||
'last_6_months' => 'Last 6 Months',
|
||||
'last_12_months' => 'Last 12 Months',
|
||||
'apply' => 'Apply',
|
||||
'monthly_trends' => 'Monthly Trends',
|
||||
'consultation_breakdown' => 'Consultation Breakdown',
|
||||
'noshow_rate_trend' => 'No-Show Rate Trend',
|
||||
'no_data_available' => 'No data available for the selected period',
|
||||
'new_clients' => 'New Clients',
|
||||
'noshow_rate_percent' => 'No-Show Rate %',
|
||||
'concerning_threshold' => '20% Threshold',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user