complete story 15.3

This commit is contained in:
Naser Mansour
2026-01-09 19:02:28 +02:00
parent b2b287e156
commit 80072eae56
9 changed files with 1221 additions and 20 deletions
+23
View File
@@ -16,6 +16,7 @@ return [
'edit' => 'Edit',
'delete' => 'Delete',
'created_at' => 'Created',
'updated_at' => 'Last Updated',
'types' => [
'individual' => 'Individual',
'company' => 'Company',
@@ -31,4 +32,26 @@ return [
'website' => 'Website',
'notes' => 'Notes',
],
// CRUD translations
'create_potential_client' => 'Create Potential Client',
'edit_potential_client' => 'Edit Potential Client',
'potential_client_details' => 'Potential Client Details',
'back_to_list' => 'Back to Potential Clients',
'back_to_details' => 'Back to Details',
'not_provided' => 'Not provided',
'created_success' => 'Potential client created successfully',
'updated_success' => 'Potential client updated successfully',
'deleted_success' => 'Potential client deleted successfully',
'delete_confirm_title' => 'Delete Potential Client',
'delete_confirm_message' => 'Are you sure you want to delete this potential client?',
'cancel' => 'Cancel',
'save' => 'Save',
'create' => 'Create',
'contact_information' => 'Contact Information',
'additional_information' => 'Additional Information',
'record_information' => 'Record Information',
'type_required' => 'Please select a type',
'select_type' => 'Select a type',
'social_media_placeholder' => 'URL or handle',
];