complete story 6.1 with qa tests
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'لوحة التحكم',
|
||||
'subtitle' => 'نظرة عامة على الممارسة',
|
||||
|
||||
// User Metrics
|
||||
'clients' => 'العملاء',
|
||||
'total_active' => 'إجمالي النشطين',
|
||||
'individual' => 'أفراد',
|
||||
'company' => 'شركات',
|
||||
'deactivated' => 'معطلون',
|
||||
'new_this_month' => 'جدد هذا الشهر',
|
||||
|
||||
// Booking Metrics
|
||||
'consultations' => 'الاستشارات',
|
||||
'pending_requests' => 'طلبات معلقة',
|
||||
'today' => 'اليوم',
|
||||
'this_week' => 'هذا الأسبوع',
|
||||
'this_month' => 'هذا الشهر',
|
||||
'free' => 'مجانية',
|
||||
'paid' => 'مدفوعة',
|
||||
'no_show_rate' => 'معدل عدم الحضور',
|
||||
|
||||
// Timeline Metrics
|
||||
'timelines' => 'الجداول الزمنية',
|
||||
'active_cases' => 'القضايا النشطة',
|
||||
'archived' => 'مؤرشفة',
|
||||
'updates_this_week' => 'تحديثات هذا الأسبوع',
|
||||
|
||||
// Post Metrics
|
||||
'posts' => 'المنشورات',
|
||||
'total_published' => 'إجمالي المنشور',
|
||||
'published_this_month' => 'منشور هذا الشهر',
|
||||
];
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Dashboard',
|
||||
'subtitle' => 'Overview of your practice',
|
||||
|
||||
// User Metrics
|
||||
'clients' => 'Clients',
|
||||
'total_active' => 'Total Active',
|
||||
'individual' => 'Individual',
|
||||
'company' => 'Company',
|
||||
'deactivated' => 'Deactivated',
|
||||
'new_this_month' => 'New This Month',
|
||||
|
||||
// Booking Metrics
|
||||
'consultations' => 'Consultations',
|
||||
'pending_requests' => 'Pending Requests',
|
||||
'today' => 'Today',
|
||||
'this_week' => 'This Week',
|
||||
'this_month' => 'This Month',
|
||||
'free' => 'Free',
|
||||
'paid' => 'Paid',
|
||||
'no_show_rate' => 'No-Show Rate',
|
||||
|
||||
// Timeline Metrics
|
||||
'timelines' => 'Timelines',
|
||||
'active_cases' => 'Active Cases',
|
||||
'archived' => 'Archived',
|
||||
'updates_this_week' => 'Updates This Week',
|
||||
|
||||
// Post Metrics
|
||||
'posts' => 'Posts',
|
||||
'total_published' => 'Total Published',
|
||||
'published_this_month' => 'Published This Month',
|
||||
];
|
||||
Reference in New Issue
Block a user