- 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.
104 lines
6.4 KiB
PHP
104 lines
6.4 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(
|
||
'LBL_IMPORT_STEP_1' => 'Step 1' ,
|
||
'LBL_IMPORT_STEP_1_DESCRIPTION' => 'Select File' ,
|
||
'LBL_IMPORT_SUPPORTED_FILE_TYPES' => ' Supported File Type(s): .CSV, .VCF',
|
||
'LBL_IMPORT_STEP_2' => 'Step 2' ,
|
||
'LBL_IMPORT_STEP_2_DESCRIPTION' => 'Specify Format' ,
|
||
'LBL_FILE_TYPE' => 'File Type' ,
|
||
'LBL_CHARACTER_ENCODING' => 'Character Encoding' ,
|
||
'LBL_DELIMITER' => 'Ayraç:' ,
|
||
'LBL_HAS_HEADER' => 'Başlık satırın var' ,
|
||
'LBL_IMPORT_STEP_3' => 'Step 3' ,
|
||
'LBL_IMPORT_STEP_3_DESCRIPTION' => 'Duplicate Record Handling' ,
|
||
'LBL_IMPORT_STEP_3_DESCRIPTION_DETAILED' => 'Select this option to enable and set duplicate merge criteria',
|
||
'LBL_SPECIFY_MERGE_TYPE' => 'Select how duplicate records should be handled',
|
||
'LBL_SELECT_MERGE_FIELDS' => 'Select the matching fields to find duplicate records',
|
||
'LBL_AVAILABLE_FIELDS' => 'Varolan Alanlar' ,
|
||
'LBL_SELECTED_FIELDS' => ' Tutturalacak alanlar' ,
|
||
'LBL_NEXT_BUTTON_LABEL' => 'Sonraki' ,
|
||
'LBL_IMPORT_STEP_4' => 'Step 4' ,
|
||
'LBL_IMPORT_STEP_4_DESCRIPTION' => 'Map the Columns to Module Fields',
|
||
'LBL_FILE_COLUMN_HEADER' => 'Header' ,
|
||
'LBL_ROW_1' => 'Row 1' ,
|
||
'LBL_CRM_FIELDS' => 'CRM Fields' ,
|
||
'LBL_DEFAULT_VALUE' => 'Default Value' ,
|
||
'LBL_SAVE_AS_CUSTOM_MAPPING' => 'Save as Custom Mapping ' ,
|
||
'LBL_IMPORT_BUTTON_LABEL' => 'İçeri Aktar' ,
|
||
'LBL_RESULT' => 'Result' ,
|
||
'LBL_TOTAL_RECORDS_IMPORTED' => 'Records successfully imported',
|
||
'LBL_NUMBER_OF_RECORDS_CREATED' => 'Records created' ,
|
||
'LBL_NUMBER_OF_RECORDS_UPDATED' => 'Records overwritten' ,
|
||
'LBL_NUMBER_OF_RECORDS_SKIPPED' => 'Records skipped' ,
|
||
'LBL_NUMBER_OF_RECORDS_MERGED' => 'Records merged' ,
|
||
'LBL_TOTAL_RECORDS_FAILED' => 'Records failed importing' ,
|
||
'LBL_IMPORT_MORE' => 'Daha Fazla İçeri Al' ,
|
||
'LBL_VIEW_LAST_IMPORTED_RECORDS' => 'Last Imported Records' ,
|
||
'LBL_UNDO_LAST_IMPORT' => 'Son içeri almayı geri al' ,
|
||
'LBL_FINISH_BUTTON_LABEL' => 'Bitir' ,
|
||
'LBL_UNDO_RESULT' => 'Undo Import Result' ,
|
||
'LBL_TOTAL_RECORDS' => 'Total Number of Records' ,
|
||
'LBL_NUMBER_OF_RECORDS_DELETED' => 'Number of records deleted' ,
|
||
'LBL_OK_BUTTON_LABEL' => 'Ok' ,
|
||
'LBL_IMPORT_SCHEDULED' => 'Import Scheduled' ,
|
||
'LBL_RUNNING' => 'Running' ,
|
||
'LBL_CANCEL_IMPORT' => 'Cancel Import' ,
|
||
'LBL_ERROR' => 'Hata:' ,
|
||
'LBL_CLEAR_DATA' => 'Clear Data' ,
|
||
'ERR_UNIMPORTED_RECORDS_EXIST' => 'Unable to import more data in this batch. Please start a new import.',
|
||
'ERR_IMPORT_INTERRUPTED' => 'Current Import has been interrupted. Please try again later',
|
||
'ERR_FAILED_TO_LOCK_MODULE' => 'Failed to lock the module for import. Re-try again later',
|
||
'LBL_SELECT_SAVED_MAPPING' => 'Select Saved Mapping' ,
|
||
'LBL_IMPORT_ERROR_LARGE_FILE' => 'Import Error Large file ' , // TODO: Review
|
||
'LBL_FILE_UPLOAD_FAILED' => 'File Upload Failed' , // TODO: Review
|
||
'LBL_IMPORT_CHANGE_UPLOAD_SIZE' => 'Import Change Upload Size' , // TODO: Review
|
||
'LBL_IMPORT_DIRECTORY_NOT_WRITABLE' => 'Import Directory is not writable', // TODO: Review
|
||
'LBL_IMPORT_FILE_COPY_FAILED' => 'Import File copy failed' , // TODO: Review
|
||
'LBL_INVALID_FILE' => 'Invalid File' , // TODO: Review
|
||
'LBL_NO_ROWS_FOUND' => 'No rows found' , // TODO: Review
|
||
'LBL_SCHEDULED_IMPORT_DETAILS' => 'Your import has been scheduled and will start within 15 minutes. You will receive an email after import is completed. <br> <br>
|
||
Please make sure that the Outgoing server and your email address is configured to receive email notification', // TODO: Review
|
||
'LBL_DETAILS' => 'Details' , // TODO: Review
|
||
'skipped' => 'Skipped Records' , // TODO: Review
|
||
'failed' => 'Failed Records' , // TODO: Review
|
||
|
||
'LBL_IMPORT_LINEITEMS_CURRENCY'=> 'Döviz (Satır Öğeleri)',
|
||
|
||
'LBL_SKIP_THIS_STEP' => 'Bu adımı atla',
|
||
'LBL_UPLOAD_ICS' => 'ICS Dosya Yükle',
|
||
'LBL_ICS_FILE' => 'ICS Dosya',
|
||
'LBL_IMPORT_FROM_ICS_FILE' => 'ICS dosyasından içe',
|
||
'LBL_SELECT_ICS_FILE' => 'Seçin ICS dosyası',
|
||
|
||
'LBL_USE_SAVED_MAPS' => 'Kullanım Haritaları Kurtardı ',
|
||
'LBL_IMPORT_MAP_FIELDS' => 'CRM alanları sütunlarla göster ',
|
||
'LBL_UPLOAD_CSV' => 'Upload CSV Dosyası',
|
||
'LBL_UPLOAD_VCF' => 'VCF Dosya Upload',
|
||
'LBL_DUPLICATE_HANDLING' => 'Çoğaltmak ',
|
||
'LBL_FIELD_MAPPING' => 'Alan Eşleme',
|
||
'LBL_IMPORT_FROM_CSV_FILE' => 'CSV dosyasından İçe Aktar ',
|
||
'LBL_SELECT_IMPORT_FILE_FORMAT' => 'Nereden almak istiyorsunuz ?',
|
||
'LBL_CSV_FILE' => 'CSV Dosyası',
|
||
'LBL_VCF_FILE' => 'VCF Dosyası',
|
||
'LBL_GOOGLE' => 'Google',
|
||
'LBL_IMPORT_COMPLETED' => 'İçe Aktarma Tamamlandı',
|
||
'LBL_IMPORT_SUMMARY' => 'İthalat özeti',
|
||
'LBL_DELETION_COMPLETED' => 'Silme İşlemi Tamamlandı',
|
||
'LBL_TOTAL_RECORDS_SCANNED' => 'Toplam kayıtları taranmış',
|
||
'LBL_SKIP_BUTTON' => 'Skip',
|
||
'LBL_DUPLICATE_RECORD_HANDLING' => 'Yinelenen kayıt işleme',
|
||
'LBL_IMPORT_FROM_VCF_FILE' => 'VCF dosyası ithalat ',
|
||
'LBL_SELECT_VCF_FILE' => 'VCF dosyası seçin',
|
||
'LBL_DONE_BUTTON' => 'Bitti',
|
||
'LBL_DELETION_SUMMARY' => 'Sil özeti',
|
||
|
||
);
|