95 lines
3.7 KiB
PHP
95 lines
3.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'dashboard' => 'Dashboard',
|
|
'organizations' => 'Organizations',
|
|
'contacts' => 'Contacts',
|
|
'opportunities' => 'Opportunities',
|
|
'sources' => 'Data Sources',
|
|
'settings' => 'Settings',
|
|
'logout' => 'Logout',
|
|
'welcome' => 'Welcome',
|
|
'add' => 'Add',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'save' => 'Save',
|
|
'cancel' => 'Cancel',
|
|
'search' => 'Search',
|
|
'filter' => 'Filter',
|
|
'name' => 'Name',
|
|
'type' => 'Type',
|
|
'status' => 'Status',
|
|
'country' => 'Country',
|
|
'city' => 'City',
|
|
'url' => 'URL',
|
|
'description' => 'Description',
|
|
'score' => 'Score',
|
|
'created' => 'Created',
|
|
'updated' => 'Updated',
|
|
'actions' => 'Actions',
|
|
'no_data' => 'No data',
|
|
'total_organizations' => 'Total Organizations',
|
|
'total_opportunities' => 'Total Opportunities',
|
|
'total_contacts' => 'Total Contacts',
|
|
'active_sources' => 'Active Sources',
|
|
'today_opportunities' => "Today's Opportunities",
|
|
'vc_funds' => 'VC Funds',
|
|
'accelerators' => 'Accelerators',
|
|
'recent_opportunities' => 'Recent Opportunities',
|
|
'recent_activities' => 'Recent Activities',
|
|
'view_all' => 'View All',
|
|
'run_collector' => 'Run Collector',
|
|
'last_collected' => 'Last Collected',
|
|
'platform_mode' => 'Platform Mode',
|
|
'local' => 'Local',
|
|
'production' => 'Production',
|
|
'email' => 'Email',
|
|
'phone' => 'Phone',
|
|
'position' => 'Position',
|
|
'notes' => 'Notes',
|
|
'interactions' => 'Interactions',
|
|
'add_interaction' => 'Add Interaction',
|
|
'log_interaction' => 'Log Interaction',
|
|
'call' => 'Call',
|
|
'meeting' => 'Meeting',
|
|
'applications' => 'Applications',
|
|
'tags' => 'Tags',
|
|
'deadline' => 'Deadline',
|
|
'amount' => 'Amount',
|
|
'funding_stage' => 'Funding Stage',
|
|
'crm_status' => 'CRM Status',
|
|
'domain' => 'Domain',
|
|
'website' => 'Website',
|
|
'run' => 'Run',
|
|
'save_source' => 'Save Source',
|
|
'add_source' => 'Add Source',
|
|
'telegram_notifications' => 'Telegram Notifications',
|
|
'telegram_bot_token' => 'Bot Token',
|
|
'telegram_chat_id' => 'Chat ID',
|
|
'telegram_enabled' => 'Enable Notifications',
|
|
'test_notification' => 'Send Test',
|
|
'language' => 'Language',
|
|
'arabic' => 'العربية',
|
|
'english' => 'English',
|
|
'title' => 'Title',
|
|
'grant' => 'Grants',
|
|
'competition' => 'Competitions',
|
|
'demo_day' => 'Demo Days',
|
|
'event' => 'Events',
|
|
'partnership' => 'Partnerships',
|
|
'investment' => 'Investments',
|
|
'other' => 'Other',
|
|
'ingested_opportunities' => 'Ingested Opportunities',
|
|
'interactions_logged' => 'Interactions Logged',
|
|
'today_contacts' => 'Contacts Added Today',
|
|
'today_orgs' => 'new organizations',
|
|
'telegram_chat_id_hint' => 'Note: If sending to a Telegram channel or group, you must add the bot as an Administrator with message post permissions.',
|
|
'recent_activities' => 'Recent Activities',
|
|
'recent_opportunities' => 'Recent Opportunities',
|
|
'platform_intro_title' => 'ScoutIQ - AI-Powered Investor Intelligence',
|
|
'platform_intro_desc' => 'ScoutIQ is an automated intelligence platform designed to discover, track, and score early-stage startups, venture capital funds, and accelerators. The system collects data from feeds, analyzes them using Gemini AI, and updates your CRM pipeline.',
|
|
'desc_organizations' => 'Track VC funds, accelerator cohorts, and angel investor profiles with deep metadata.',
|
|
'desc_opportunities' => 'AI-discovered investment programs, funding grants, competitions, and startup events.',
|
|
'desc_crm' => 'Manage contact profiles, schedule meetings, log email interactions, and track deals.',
|
|
'desc_sources' => 'Configure RSS and API feeds to automatically scan ecosystems for early signals.',
|
|
]; |