schneespur/release/schneespur-1.0.2/lang/en/workshift.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

34 lines
1 KiB
PHP

<?php
return [
'page_list' => 'Work Shifts',
'col_driver' => 'Driver',
'col_date' => 'Date',
'col_started_at' => 'Start',
'col_ended_at' => 'End',
'col_jobs' => 'Jobs',
'col_status' => 'Status',
'status_active' => 'Active',
'status_completed' => 'Completed',
'empty_heading' => 'No work shifts found',
'empty_body' => 'No work shifts have been recorded yet.',
'filter_driver' => 'Driver',
'filter_date_from' => 'From',
'filter_date_to' => 'To',
'filter_all' => 'All',
'filter_btn' => 'Filter',
'filter_reset' => 'Reset',
'page_detail' => 'Shift Details',
'back_to_list' => 'Back to list',
'detail_info' => 'Shift Information',
'detail_jobs_heading' => 'Jobs (:count)',
'col_duration' => 'Duration',
'col_notes' => 'Notes',
'no_jobs_in_shift' => 'No jobs in this shift.',
'jobs_label' => '{0} jobs|{1} job|[2,*] jobs',
'col_actions' => 'Actions',
'view_job' => 'View',
'started' => 'Shift has been started.',
'ended' => 'Shift has been ended.',
];