Files
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- 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.
2025-10-16 11:17:21 +03:00

104 lines
6.5 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' => 'Stap 1' ,
'LBL_IMPORT_STEP_1_DESCRIPTION' => 'Selecteer Bestand' ,
'LBL_IMPORT_SUPPORTED_FILE_TYPES' => ' Ondersteunde bestandstype(s): .CSV, .VCF',
'LBL_IMPORT_STEP_2' => 'Stap 2' ,
'LBL_IMPORT_STEP_2_DESCRIPTION' => 'Specificeer Formaat' ,
'LBL_FILE_TYPE' => 'Bestandstype' ,
'LBL_CHARACTER_ENCODING' => 'Tekencodering' ,
'LBL_DELIMITER' => 'Scheidingsteken:' ,
'LBL_HAS_HEADER' => 'Heeft koptekst' ,
'LBL_IMPORT_STEP_3' => 'Stap 3' ,
'LBL_IMPORT_STEP_3_DESCRIPTION' => 'Verwerken Dubbele Records' ,
'LBL_IMPORT_STEP_3_DESCRIPTION_DETAILED' => 'Selecteer deze optie om merge criteria te selecteren en aan te zetten',
'LBL_SPECIFY_MERGE_TYPE' => 'Selecteer hoe dubbele records verwerkt moeten worden',
'LBL_SELECT_MERGE_FIELDS' => 'Selecteer de matchende velden om de dubbele records te identificeren',
'LBL_AVAILABLE_FIELDS' => 'Beschikbare velden' ,
'LBL_SELECTED_FIELDS' => ' Velden om te vergelijking' ,
'LBL_NEXT_BUTTON_LABEL' => 'Volgende' ,
'LBL_IMPORT_STEP_4' => 'Stap 4' ,
'LBL_IMPORT_STEP_4_DESCRIPTION' => 'Map de Kolommen aan de Modulevelden',
'LBL_FILE_COLUMN_HEADER' => 'Kop' ,
'LBL_ROW_1' => 'Rij 1' ,
'LBL_CRM_FIELDS' => 'CRM Velden' ,
'LBL_DEFAULT_VALUE' => 'Standaardwaarde' ,
'LBL_SAVE_AS_CUSTOM_MAPPING' => 'Opslaan als eigen mapping ' ,
'LBL_IMPORT_BUTTON_LABEL' => 'Importeer' ,
'LBL_RESULT' => 'Resultaat' ,
'LBL_TOTAL_RECORDS_IMPORTED' => 'Records successvol ge&iuml;mporteerd',
'LBL_NUMBER_OF_RECORDS_CREATED' => 'Records aangemaakt' ,
'LBL_NUMBER_OF_RECORDS_UPDATED' => 'Records overschreven' ,
'LBL_NUMBER_OF_RECORDS_SKIPPED' => 'Records overgeslagen' ,
'LBL_NUMBER_OF_RECORDS_MERGED' => 'Records samengevoegd' ,
'LBL_TOTAL_RECORDS_FAILED' => 'Records gefaalt bij import' ,
'LBL_IMPORT_MORE' => 'Importeer meer' ,
'LBL_VIEW_LAST_IMPORTED_RECORDS' => 'Laatst Ge&iuml;porteerde Records',
'LBL_UNDO_LAST_IMPORT' => 'Annuleer laatste import' ,
'LBL_FINISH_BUTTON_LABEL' => 'Afmaken' ,
'LBL_UNDO_RESULT' => 'Importresultaat terugdraaien',
'LBL_TOTAL_RECORDS' => 'Totaal aantal Records' ,
'LBL_NUMBER_OF_RECORDS_DELETED' => 'Aantal records verwijderd' ,
'LBL_OK_BUTTON_LABEL' => 'Ok' ,
'LBL_IMPORT_SCHEDULED' => 'Import Ingepland' ,
'LBL_RUNNING' => 'Loopt' ,
'LBL_CANCEL_IMPORT' => 'Import annuleren' ,
'LBL_ERROR' => 'Foutmelding:' ,
'LBL_CLEAR_DATA' => 'Gegevens leegmaken' ,
'ERR_UNIMPORTED_RECORDS_EXIST' => 'Het is niet mogelijk om meer gegevens in deze bacht te importeren. Start a.u.b. een nieuwe import.',
'ERR_IMPORT_INTERRUPTED' => 'De huidige import wordt verstoord. Probeer het later',
'ERR_FAILED_TO_LOCK_MODULE' => 'Fout bij het reserveren van de module om te importeren. Probeer het later.',
'LBL_SELECT_SAVED_MAPPING' => 'Selecteer Opgeslagen 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'=> 'Valuta (Artikelen)',
'LBL_SKIP_THIS_STEP' => 'Sla deze stap over',
'LBL_UPLOAD_ICS' => 'Upload ICS File',
'LBL_ICS_FILE' => 'ICS File',
'LBL_IMPORT_FROM_ICS_FILE' => 'Importeren uit ICS file',
'LBL_SELECT_ICS_FILE' => 'Kies een ICS-bestand',
'LBL_USE_SAVED_MAPS' => 'Gebruik Opgeslagen Kaarten',
'LBL_IMPORT_MAP_FIELDS' => 'Kaart van de coloumns te CRM-velden',
'LBL_UPLOAD_CSV' => 'Upload CSV-Bestand',
'LBL_UPLOAD_VCF' => 'VCF-Bestand uploaden',
'LBL_DUPLICATE_HANDLING' => 'Dubbele Behandeling',
'LBL_FIELD_MAPPING' => 'Veld Mapping',
'LBL_IMPORT_FROM_CSV_FILE' => 'Importeren van een CSV-bestand',
'LBL_SELECT_IMPORT_FILE_FORMAT' => 'Waar wil je importeren uit ?',
'LBL_CSV_FILE' => 'CSV-Bestand',
'LBL_VCF_FILE' => 'VCF-Bestand',
'LBL_GOOGLE' => 'Google',
'LBL_IMPORT_COMPLETED' => 'Import Voltooid',
'LBL_IMPORT_SUMMARY' => 'Importeren overzicht',
'LBL_DELETION_COMPLETED' => 'Verwijdering Voltooid',
'LBL_TOTAL_RECORDS_SCANNED' => 'Totaal aantal records gescand',
'LBL_SKIP_BUTTON' => 'Overslaan',
'LBL_DUPLICATE_RECORD_HANDLING' => 'Dubbele record behandeling',
'LBL_IMPORT_FROM_VCF_FILE' => 'Importeren uit een VCF-bestand',
'LBL_SELECT_VCF_FILE' => 'Selecteer VCF-bestand',
'LBL_DONE_BUTTON' => 'Gedaan',
'LBL_DELETION_SUMMARY' => 'Verwijderen samenvatting',
);