schneespur/lang/en/ui.php
Michael 2c63440ed8 Revert: move code back to project root from schneespur/ subdirectory
- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
  removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
2026-05-17 18:24:26 +00:00

40 lines
1.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
];