- 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.
59 lines
3.6 KiB
PHP
59 lines
3.6 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(
|
||
'Campaigns' => 'Kampanyalar' ,
|
||
'SINGLE_Campaigns' => 'Kampanya' ,
|
||
'LBL_ADD_RECORD' => 'Add Campaign' ,
|
||
'LBL_RECORDS_LIST' => 'Campaigns List' ,
|
||
'LBL_CAMPAIGN_INFORMATION' => 'Kampanya Bilgisi' ,
|
||
'LBL_EXPECTATIONS_AND_ACTUALS' => 'Beklenen ve Gerçekleşen' ,
|
||
'Campaign Name' => 'Kampanya Adı' ,
|
||
'Campaign No' => 'Kampanya No' ,
|
||
'Campaign Type' => 'Kampanya Tipi' ,
|
||
'Product' => 'Ürün' ,
|
||
'Campaign Status' => 'Kampanya Durumu' ,
|
||
'Num Sent' => 'Gönderilen Adet' ,
|
||
'Sponsor' => 'Sponsor' ,
|
||
'Target Audience' => 'Hedef İlgili' ,
|
||
'TargetSize' => 'Hedef Büyüklüğü' ,
|
||
'Expected Response' => 'Beklenen Cevap' ,
|
||
'Expected Revenue' => 'Beklenen Ciro' ,
|
||
'Budget Cost' => 'Bütçelenen Maliyet' ,
|
||
'Actual Cost' => 'Geçekleşen Maliyet' ,
|
||
'Expected Response Count' => 'Beklenen Cevap Adeti' ,
|
||
'Expected Sales Count' => 'Beklenen Satış Adeti' ,
|
||
'Expected ROI' => 'Beklenen ROI' ,
|
||
'Actual Response Count' => 'Gerçekleşen Cevap Adeti' ,
|
||
'Actual Sales Count' => 'Gerçekleşen Satış Adeti' ,
|
||
'Actual ROI' => 'Gerçekleşen ROI' ,
|
||
'Webinar' => 'Net sunumu' ,
|
||
'Referral Program' => 'Referans Programı' ,
|
||
'Advertisement' => 'Reklam' ,
|
||
'Banner Ads' => 'Bant Reklam' ,
|
||
'Direct Mail' => 'Doğrudan Posta' ,
|
||
'Telemarketing' => 'Telepazarlama' ,
|
||
'Others' => 'Diğer' ,
|
||
'Planning' => 'Planlanıyor' ,
|
||
'Inactive' => 'Pasif' ,
|
||
'Complete' => 'Tamamlandı' ,
|
||
'Cancelled' => 'İptal Edildi' ,
|
||
'Excellent' => 'Mükemmel' ,
|
||
'Good' => 'İyi' ,
|
||
'Average' => 'Ortalama' ,
|
||
'Poor' => 'Kötü' ,
|
||
'--None--' => '--Yok--' ,
|
||
'Contacted - Successful' => 'Contacted - Successful' ,
|
||
'Contacted - Unsuccessful' => 'Contacted - Unsuccessful' ,
|
||
'Contacted - Never Contact Again' => 'Contacted - Never Contact Again',
|
||
);
|
||
|
||
$jsLanguageStrings = array(
|
||
'JS_APPENDED_TO_EXISTING_LIST' => '%s seçili listeden mevcut liste ile eklenir.',
|
||
); |