cmplete story 4.1 with qa tests
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Page titles and navigation
|
||||
'timelines' => 'Timelines',
|
||||
'create_timeline' => 'Create Timeline',
|
||||
'back_to_timelines' => 'Back to Timelines',
|
||||
|
||||
// Form labels
|
||||
'case_name' => 'Case Name',
|
||||
'case_reference' => 'Case Reference',
|
||||
'initial_notes' => 'Initial Notes',
|
||||
'select_client' => 'Select Client',
|
||||
'search_client' => 'Search by name or email...',
|
||||
'selected_client' => 'Selected Client',
|
||||
|
||||
// Form actions
|
||||
'create' => 'Create',
|
||||
'cancel' => 'Cancel',
|
||||
|
||||
// Placeholders
|
||||
'case_name_placeholder' => 'Enter case name',
|
||||
'case_reference_placeholder' => 'Enter case reference (optional)',
|
||||
'initial_notes_placeholder' => 'Add initial notes for this timeline (optional)',
|
||||
|
||||
// Validation messages
|
||||
'case_reference_exists' => 'This case reference is already in use.',
|
||||
'client_required' => 'Please select a client.',
|
||||
|
||||
// Search
|
||||
'no_clients_found' => 'No clients found matching your search.',
|
||||
'type_to_search' => 'Type at least 2 characters to search...',
|
||||
];
|
||||
Reference in New Issue
Block a user