libra/lang/en/potential-clients.php

58 lines
2.1 KiB
PHP

<?php
return [
'title' => 'Potential Clients',
'singular' => 'Potential Client',
'subtitle' => 'Manage prospective clients',
'add_potential_client' => 'Add Potential Client',
'all_types' => 'All Types',
'search_placeholder' => 'Search by name, email, or phone...',
'no_potential_clients_found' => 'No potential clients found',
'no_potential_clients_match' => 'No potential clients match your filters',
'clear_filters' => 'Clear filters',
'per_page' => 'per page',
'actions' => 'Actions',
'view' => 'View',
'edit' => 'Edit',
'delete' => 'Delete',
'created_at' => 'Created',
'updated_at' => 'Last Updated',
'types' => [
'individual' => 'Individual',
'company' => 'Company',
'agency' => 'Agency',
],
'fields' => [
'type' => 'Type',
'name' => 'Name',
'phone' => 'Phone',
'email' => 'Email',
'address' => 'Address',
'social_media' => 'Social Media',
'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',
];