Schneespur — Open-source winter service documentation software (PWA + Admin). GPS tracking via OwnTracks, weather data, photo evidence, and legally compliant service records for winter maintenance operators. License: AGPL-3.0-or-later
34 lines
1 KiB
PHP
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.',
|
|
];
|