- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
76 lines
3.1 KiB
PHP
76 lines
3.1 KiB
PHP
<?php
|
|
/*+***********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
*************************************************************************************/
|
|
$languageStrings = array(
|
|
// Basic Strings
|
|
'Potentials' => 'الفرص',
|
|
'SINGLE_Potentials' => 'الفرصة',
|
|
'LBL_ADD_RECORD' => 'اضافة فرصة',
|
|
'LBL_RECORDS_LIST' => 'قائمة الفرص',
|
|
|
|
// Blocks
|
|
'LBL_OPPORTUNITY_INFORMATION' => 'تفاصيل الفرصة',
|
|
|
|
//Field Labels
|
|
'Potential No' => 'رقم الفرصة',
|
|
'Amount' => 'المبلغ',
|
|
'Next Step' => 'الخطوة التالية',
|
|
'Sales Stage' => 'مرحلة المبيعات',
|
|
'Probability' => 'احتمال',
|
|
'Campaign Source' => 'مصدر الحملة',
|
|
'Forecast Amount' => 'الإيرادات الموزون',
|
|
'Related To' => 'اسم المنظمة',
|
|
'Type' => 'النوع',
|
|
|
|
//Dashboard widgets
|
|
'Funnel' => 'مركز المبيعات',
|
|
'Potentials by Stage' => 'الفرص من خلال المرحلة',
|
|
'Total Revenue' => 'الإيرادات عن طريق مندوب المبيعات',
|
|
'Top Potentials' => 'اعلى الفرص',
|
|
'Forecast' => 'توقعات المبيعات',
|
|
|
|
//Added for Existing Picklist Strings
|
|
|
|
'Prospecting'=>'تنقيب',
|
|
'Qualification'=>'مؤهل',
|
|
'Needs Analysis'=>'تحليل الاحتياجات',
|
|
'Value Proposition'=>'قيمة الاقتراح',
|
|
'Id. Decision Makers'=>'تحديد صانع القرار',
|
|
'Perception Analysis'=>'تحليل الادراك',
|
|
'Proposal/Price Quote'=>'اقتراح \ عرض',
|
|
'Negotiation/Review'=>'محادثة \ مراجعة',
|
|
'Closed Won'=>'مغلق ناجح',
|
|
'Closed Lost'=>'مغلق خاسر',
|
|
|
|
'--None--'=>'--لاشئ--',
|
|
'Existing Business'=>'الاعمال الحالية',
|
|
'New Business'=>'الاعمال الجديدة',
|
|
'LBL_EXPECTED_CLOSE_DATE_ON' => 'من المتوقع ان يغلق على',
|
|
|
|
//widgets headers
|
|
'LBL_RELATED_CONTACTS' => 'جهات الاتصال المتعلقة',
|
|
'LBL_RELATED_PRODUCTS' => 'المنتجات المتعلقة',
|
|
|
|
//Convert Potentials
|
|
'LBL_CONVERT_POTENTIAL' => 'تحويل الفرص',
|
|
'LBL_POTENTIALS_FIELD_MAPPING' => 'فرص تعيين حقل',
|
|
'LBL_CONVERT_POTENTIALS_ERROR' => 'لديك لتمكين مشروع لتحويل الفرص',
|
|
'LBL_POTENTIALS_FIELD_MAPPING_INCOMPLETE' => 'فرص الميداني رسم الخرائط غير مكتملة (إعدادات> مدير وحدة> فرص> فرص الميداني رسم الخرائط)',
|
|
'LBL_CREATE_PROJECT' => 'إنشاء مشروع' ,
|
|
|
|
//Potentials Custom Field Mapping
|
|
'LBL_CUSTOM_FIELD_MAPPING'=> 'فرصة لمشروع رسم الخرائط',
|
|
|
|
'Contact Name' => 'اسم جهة الاتصال',
|
|
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_SELECT_PROJECT_TO_CONVERT_LEAD' => 'يتطلب تحويل اختيار المشروع',
|
|
); |