libra/lang/en/report.php

79 lines
3.0 KiB
PHP

<?php
return [
// Page Header
'monthly_report' => 'Monthly Statistics Report',
'monthly_report_description' => 'Generate comprehensive monthly PDF reports for business performance tracking',
'select_period' => 'Select Period',
'generate' => 'Generate Report',
'generating' => 'Generating...',
// PDF Report Titles
'report_title' => 'Monthly Statistics Report',
'table_of_contents' => 'Table of Contents',
'executive_summary' => 'Executive Summary',
'user_statistics' => 'User Statistics',
'consultation_statistics' => 'Consultation Statistics',
'timeline_statistics' => 'Timeline Statistics',
'post_statistics' => 'Post Statistics',
'trends_chart' => 'Trends Chart',
// Cover Page
'period' => 'Period',
'generated_at' => 'Generated at',
'page' => 'Page',
'libra_law_firm' => 'Libra Law Firm',
// User Statistics Labels
'new_clients' => 'New Clients',
'total_active_clients' => 'Total Active Clients',
'individual_clients' => 'Individual Clients',
'company_clients' => 'Company Clients',
'client_growth' => 'Client Growth',
// Consultation Statistics Labels
'total_consultations' => 'Total Consultations',
'approved' => 'Approved',
'completed' => 'Completed',
'cancelled' => 'Cancelled',
'no_show' => 'No-Show',
'free' => 'Free',
'paid' => 'Paid',
'free_vs_paid' => 'Free vs Paid Ratio',
'no_show_rate' => 'No-Show Rate',
'consultations' => 'Consultations',
'consultation_types' => 'Consultation Types',
// Timeline Statistics Labels
'active_timelines' => 'Active Timelines',
'new_timelines' => 'New Timelines',
'timeline_updates' => 'Timeline Updates',
'archived_timelines' => 'Archived Timelines',
// Post Statistics Labels
'posts_this_month' => 'Posts This Month',
'total_published_posts' => 'Total Published Posts',
// Executive Summary Highlights
'key_highlights' => 'Key Highlights',
'month_over_month' => 'Month-over-Month Comparison',
'highlight_new_clients' => ':count new clients registered this month',
'highlight_consultations' => ':count consultations scheduled this month',
'highlight_growth' => 'Consultation volume increased by :count compared to previous month',
'highlight_decrease' => 'Consultation volume decreased by :count compared to previous month',
'highlight_noshow_alert' => 'No-show rate at :rate% - above acceptable threshold',
'no_previous_data' => 'No previous month data available for comparison',
'compared_to_previous' => 'Compared to Previous Month',
'previous_consultations' => 'Previous Month Consultations',
'previous_clients' => 'Previous Month New Clients',
// Charts
'consultation_trend' => 'Consultation Trend (Last 6 Months)',
'chart_unavailable' => 'Chart unavailable',
// Messages
'report_generated' => 'Report generated successfully',
'report_failed' => 'Failed to generate report. Please try again.',
'no_data' => 'No data available for the selected period',
];