Files
scoutiq/resources/lang/en.php
2026-06-05 16:08:53 +03:00

88 lines
2.8 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',
'recent_activities' => 'Recent Activities',
'recent_opportunities' => 'Recent Opportunities',
];