115 lines
5.0 KiB
PHP
115 lines
5.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'module_installed' => 'Portal module installed successfully',
|
|
'module_uninstalled' => 'Portal module uninstalled',
|
|
'module_updated' => 'Portal module updated',
|
|
'customer_portal' => 'Customer Portal',
|
|
'supplier_portal' => 'Supplier Portal',
|
|
'marketer_portal' => 'Marketer Portal',
|
|
'my_projects' => 'My Projects',
|
|
'my_equipment' => 'My Equipment',
|
|
'work_orders' => 'Work Orders',
|
|
'field_missions' => 'Field Missions',
|
|
'shipment_tracking' => 'Shipment Tracking',
|
|
'documents' => 'Documents',
|
|
'my_sales' => 'My Sales',
|
|
'commission_targets' => 'Commission & Targets',
|
|
'po_response_saved' => 'Purchase order response saved',
|
|
'acknowledge_po' => 'Acknowledge PO',
|
|
'expected_delivery' => 'Expected Delivery Date',
|
|
'accept' => 'Accept',
|
|
'decline' => 'Decline',
|
|
'commission_this_month' => 'Commission This Month',
|
|
'sales_this_month' => 'Sales This Month',
|
|
'commission_rate' => 'Commission Rate',
|
|
'sales_targets' => 'Sales Targets',
|
|
'achievement' => 'Achievement',
|
|
'no_records' => 'No records found',
|
|
'view_details' => 'View Details',
|
|
'status' => 'Status',
|
|
'progress' => 'Progress',
|
|
'mission_number' => 'Mission No.',
|
|
'more' => 'More',
|
|
'install_app' => 'Install App',
|
|
'ref_no' => 'Reference No.',
|
|
'communications' => 'Communications',
|
|
'communications_help' => 'Contact your assigned specialist by phone, email, or chat.',
|
|
'your_specialist' => 'Your Specialist',
|
|
'call' => 'Call',
|
|
'email' => 'Email',
|
|
'send_message' => 'Send Message',
|
|
'call_support' => 'Call Support',
|
|
'no_specialist_assigned' => 'No specialist has been assigned to your account yet.',
|
|
'general_support_line' => 'General support line',
|
|
'chat_with_specialist' => 'Chat with Specialist',
|
|
'type_message' => 'Type your message...',
|
|
'online' => 'Online',
|
|
'offline' => 'Offline',
|
|
'online_now' => 'Online now',
|
|
'online_specialists' => 'Online Specialists',
|
|
'all_specialists' => 'All Specialists',
|
|
'portal_settings' => 'Portal Settings',
|
|
'portal_settings_help' => 'Enable or disable each portal independently.',
|
|
'portal_settings_saved' => 'Portal settings saved',
|
|
'portal_not_in_subscription' => 'This portal is not included in your subscription.',
|
|
'portal_urls' => 'Portal URLs',
|
|
'portal_access_denied' => 'You are not allowed to access this portal.',
|
|
'portal_subscription_required' => 'The :portal subscription is not active for your business.',
|
|
'portal_login_denied' => 'Login to :portal is not allowed for this business.',
|
|
'customer_portal_module' => 'Customer Portal',
|
|
'supplier_portal_module' => 'Supplier Portal',
|
|
'marketer_portal_module' => 'Marketer Portal',
|
|
'access_customer_portal' => 'Manage Customer Portal',
|
|
'access_supplier_portal' => 'Manage Supplier Portal',
|
|
'access_marketer_portal' => 'Manage Marketer Portal',
|
|
'manage_portal_settings' => 'Manage Portal Settings',
|
|
'nav_home' => 'Home',
|
|
'nav_sales' => 'Sales',
|
|
'nav_ledger' => 'Ledger',
|
|
'nav_ledger_short' => 'Ledger',
|
|
'nav_proposals' => 'Proposals',
|
|
'nav_profile' => 'Profile',
|
|
'sign_out' => 'Sign Out',
|
|
'menu' => 'Menu',
|
|
'welcome_user' => 'Welcome :name',
|
|
'total_sale' => 'Total Sales',
|
|
'total_sale_paid' => 'Paid',
|
|
'total_sale_due' => 'Balance Due',
|
|
'maintenance_hub' => 'Maintenance & Services',
|
|
'maintenance_hub_short' => 'Maintenance',
|
|
'maintenance_hub_help' => 'Manage your projects, production lines, equipment and periodic services in one place.',
|
|
'production_lines' => 'Production Lines',
|
|
'periodic_services' => 'Periodic Services',
|
|
'service_requests' => 'Service Requests',
|
|
'service_request' => 'Service Request',
|
|
'new_service_request' => 'New Service Request',
|
|
'service_request_submitted' => 'Your service request was submitted and a work order was created.',
|
|
'problem_description' => 'Problem or request description',
|
|
'next_service_date' => 'Next Service',
|
|
'last_service_date' => 'Last Service',
|
|
'health_status' => 'Equipment Health',
|
|
'linked_project' => 'Linked Project',
|
|
'linked_line' => 'Production Line',
|
|
'linked_equipment' => 'Equipment',
|
|
'open_work_orders' => 'Open Work Orders',
|
|
'upcoming_services' => 'Upcoming Services',
|
|
'active_missions' => 'Active Missions',
|
|
'process_overview' => 'Process Overview',
|
|
'inspection_history' => 'Inspection History',
|
|
'service_history' => 'Service History',
|
|
'related_work_orders' => 'Related Work Orders',
|
|
'equipment_count' => 'Equipment Count',
|
|
'frequency' => 'Frequency',
|
|
'due_date' => 'Due Date',
|
|
'technician' => 'Technician',
|
|
'priority' => 'Priority',
|
|
'scheduled_at' => 'Scheduled At',
|
|
'completed_at' => 'Completed At',
|
|
'select_equipment' => 'Select Equipment',
|
|
'ledger_help' => 'View your account summary, transactions, and balance for any date range.',
|
|
'ledger_transactions' => 'Account Transactions',
|
|
'export_pdf' => 'Export PDF',
|
|
'loading' => 'Loading...',
|
|
];
|