Files
crm.clientright.ru/languages/de_de/Settings/ModuleManager.php
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

74 lines
4.0 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_MODULE' => 'Import Module' ,
'LBL_VTIGER_EXTENSION_STORE' => 'Vtiger Extension Store' ,
'LBL_PUBLISHER' => 'Publisher' ,
'LBL_LICENSE' => 'License' ,
'LBL_PUBLISHED_ON' => 'Published on' ,
'LBL_INSTALL' => 'Install' ,
'LBL_UPGRADE' => 'Upgrade' ,
'LBL_VERSION' => 'Version' ,
'LBL_DECLINE' => 'Decline' ,
'LBL_ACCEPT_AND_INSTALL' => 'Accept and Install' ,
'LBL_ALREADY_EXISTS' => 'Already Exists' ,
'LBL_OK' => 'OK' ,
'LBL_EXTENSION_NOT_COMPATABLE' => 'Extension is not Vtiger Compatable',
'LBL_INVALID_FILE' => 'Invalid File' ,
'LBL_NO_LICENSE_PROVIDED' => 'No License Provided' ,
'LBL_INSTALLATION' => 'Installation' ,
'LBL_FAILED' => 'Failed' ,
'LBL_SUCCESSFULL' => 'Successfull' ,
'LBL_INSTALLATION_LOG' => 'Installation Log' ,
//Extension Store translations
'LBL_VTIGER_EXTENSION_STORE' => 'Vtiger Verlängerung Shop',
'LBL_SEARCH_FOR_EXTENSION' => 'Suche nach Erweiterung',
'LBL_DOWNLOADS' => 'Downloads',
'LBL_NO_EXTENSIONS_FOUND' => 'Keine Extensions gefunden',
'LBL_REGISTER_USER' => 'Registrieren User',
'LBL_SETUP_CARD_DETAILS' => 'Setup-Kartendetails',
'LBL_SETUP_CARD' => 'Setup-Karte',
'LBL_CARD_NUMBER' => 'Kartennummer',
'LBL_EXP_MONTH' => 'Exp Monat',
'LBL_EXP_YEAR' => 'Exp Jahr',
'LBL_CVC_CODE' => 'CVC 3-stelligen Code',
'LBL_RESET' => 'Rücksetzen',
'LBL_EXTENSION_STORE' => 'Shop-Erweiterung',
'LBL_INSTALLED' => 'Installierte',
'LBL_UPDATE_CARD_DETAILS' => 'Kartendetails aktualisieren',
'LBL_BY' => 'Von',
'LBL_RATINGS' => 'Bewertungen',
'LBL_DESCRIPTION' => 'Beschreibung',
'LBL_AUTHOR_INFORMATION' => 'Informationen zum Autor',
'LBL_AUTHOR_NAME' => 'Autor Name',
'LBL_PHONE' => 'Telefon',
'LBL_EMAIL' => 'E-Mail',
'LBL_SCREEN_SHOTS' => 'Screenshots',
'LBL_CUSTOMER_RATINGS' => 'Kundenbewertungen',
'LBL_CUSTOMER_REVIEWS' => 'Kundenrezensionen',
'LBL_WRITE_A_REVIEW' => 'Schreiben Sie eine Rezension',
'LBL_CUSTOMER_REVIEW' => 'Kundenbewertung',
'LBL_REVIEW' => 'Rezension',
'LBL_CUSTOMERS_REVIEWED' => 'Bewertet Kunden',
'LBL_SINGLE_CUSTOMER_REVIEWED' => 'Einzelkunden Bewertet',
'LBL_INSTALLATION_FAILED' => 'Installation fehlgeschlagen',
'LBL_SUCCESSFULL_INSTALLATION' => 'Erfolgreiche Montage',
'Install' => 'Installieren',
'Upgrade' => 'Upgrade-',
'LBL_RATE_IT' => 'Bewerten',
);
$jsLanguageStrings = array(
'JS_PLEASE_SETUP_CARD_DETAILS_TO_INSTALL_THIS_EXTENSION' => 'Bitte Setup-Details, um diese Erweiterung zu installieren',
'JS_UPDATE_CARD_DETAILS' => 'Kartendetails aktualisieren',
'JS_ON' => 'auf',
'JS_RATINGS' => 'Bewertungen',
'JS_PLEASE_INSTALL_EXTENSION_LOADER_TO_INSTALL_THIS_EXTENSION_FROM_BELOW_LINK' => 'Bitte installieren loader Erweiterung, die Erweiterung aus folgenden Link installieren',
);