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

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