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
40 lines
1.9 KiB
PHP
40 lines
1.9 KiB
PHP
<?php
|
||
|
||
return [
|
||
'button_save' => 'Save Changes',
|
||
'button_cancel' => 'Cancel',
|
||
'button_back' => 'Back',
|
||
'button_next' => 'Next',
|
||
'button_create' => 'Create',
|
||
'button_delete' => 'Delete',
|
||
'button_edit' => 'Edit',
|
||
'button_confirm' => 'Confirm',
|
||
'button_close' => 'Dismiss notification',
|
||
'button_print' => 'Print Briefing',
|
||
'required_sr' => '(required)',
|
||
'search_placeholder' => 'Search…',
|
||
'pagination_label' => ':from–:to of :total',
|
||
'error_summary_heading' => 'Please correct the highlighted fields.',
|
||
'error_403' => 'You do not have permission to access this area.',
|
||
'error_404' => 'This page was not found.',
|
||
'error_500' => 'An unexpected error occurred. Please try again. If the error persists, check `storage/logs/laravel.log`.',
|
||
'unsaved_changes' => 'You have unsaved changes. Do you really want to leave this page?',
|
||
'skip_to_main' => 'Skip to main content',
|
||
'breadcrumb_aria' => 'Breadcrumb',
|
||
'saved' => 'Changes saved.',
|
||
|
||
'date_preset_today' => 'Today',
|
||
'date_preset_yesterday' => 'Yesterday',
|
||
'date_preset_last_week' => 'Last Week',
|
||
'date_preset_last_month'=> 'Last Month',
|
||
'date_preset_season' => 'Current Season',
|
||
|
||
'branding_title' => 'Company Logo',
|
||
'branding_description' => 'Upload company logo for PDF documents and reports.',
|
||
'branding_logo' => 'Company Logo',
|
||
'branding_logo_help' => 'PNG, JPG, or SVG, max 2 MB. Scaled to max 200 px height.',
|
||
'branding_logo_current' => 'Current Logo',
|
||
'branding_logo_delete' => 'Remove Logo',
|
||
'branding_logo_delete_confirm' => 'Really remove the logo?',
|
||
'branding_logo_upload' => 'Upload New Logo',
|
||
];
|