libra/lang/en/admin_metrics.php

49 lines
1.4 KiB
PHP

<?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',
// 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',
];