schneespur/release/schneespur-1.0.2/lang/en/dashboard.php
Michael 7288b93500 Release v1.0.2: diagnostic infrastructure core
Add neutral diagnostic framework for future reporting modules:
- DiagnosticReporterInterface, Registry, Manager, PayloadSanitizer
- Laravel exception hook in bootstrap/app.php
- Module permission declarations (requires_permissions in module.json)
- Core diagnostic report points (module boot/install/update failures)
- Module documentation update (moduldoku.md)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-18 16:54:11 +00:00

66 lines
2.6 KiB
PHP

<?php
return [
'season_stats' => 'Season Statistics',
'season_current' => 'Current Season',
'season_last' => 'Last Season (:label)',
'jobs_per_month' => 'Jobs per Month',
'total_hours' => 'Total Hours',
'total_jobs' => 'Total Jobs',
'driver_ranking' => 'Driver Overview',
'col_driver' => 'Driver',
'col_jobs' => 'Jobs',
'col_hours' => 'Hours',
'no_jobs_in_season' => 'No jobs in this season.',
'recent_jobs' => 'Recent Jobs',
'col_date' => 'Date',
'col_customer' => 'Customer',
'col_type' => 'Type',
'col_driver_short' => 'Driver',
'col_duration' => 'Duration',
'no_recent_jobs' => 'No completed jobs yet.',
'weather' => 'Weather at Location',
'weather_unavailable' => 'Weather data unavailable.',
'weather_no_location' => 'Configure company location in settings.',
'temperature' => 'Temperature',
'precipitation' => 'Precipitation',
'snow_depth' => 'Snow Depth',
'wind_speed' => 'Wind Speed',
'humidity' => 'Humidity',
'cron_warning_title' => 'Background tasks are not running',
'cron_warning_text' => 'No active cron job detected. Without a cron job, weather data is fetched directly (slower), email notifications may be delayed, and automatic data deletion is not executed. Please set up the following cron job with your hosting provider:',
'system_status' => 'System Status',
'pending_queue_jobs' => 'Pending Tasks',
'failed_queue_jobs' => 'Failed Tasks',
'photo_count' => 'Total Photos',
'month_1' => 'Jan',
'month_2' => 'Feb',
'month_3' => 'Mar',
'month_4' => 'Apr',
'month_5' => 'May',
'month_6' => 'Jun',
'month_7' => 'Jul',
'month_8' => 'Aug',
'month_9' => 'Sep',
'month_10' => 'Oct',
'month_11' => 'Nov',
'month_12' => 'Dec',
// Onboarding checklist
'onboarding_title' => 'Getting Started',
'onboarding_intro' => 'Complete the following steps to get :app_name ready for operation.',
'onboarding_company' => 'Enter company details',
'onboarding_company_link' => 'Company & Location',
'onboarding_driver' => 'Create first driver',
'onboarding_driver_link' => 'Manage Drivers',
'onboarding_customer' => 'Create first customer',
'onboarding_customer_link' => 'Manage Customers',
'onboarding_vehicle' => 'Create first vehicle',
'onboarding_vehicle_link' => 'Manage Vehicles',
'onboarding_email' => 'Set up email delivery',
'onboarding_email_link' => 'Email Settings',
'onboarding_cron' => 'Set up cron job',
'onboarding_cron_link' => 'Show instructions',
'onboarding_dismiss' => 'Hide checklist',
'onboarding_progress' => ':done of :total completed',
];