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

43 lines
2.9 KiB
PHP

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* All Rights Reserved.
* Description: Defines the Russian language pack.
* The Initial Translator is SalesPlatform Ltd.
* SalesPlatform vtiger CRM Russian Community: http://community.salesplatform.ru/
* If you have any questions or comments, please email: devel@salesplatform.ru
************************************************************************************/
$languageStrings = array(
'Search Configuration' => 'Конфигурация поиска',
'Search Setup' => 'Настройка поиска',
'Search' => 'Конфигурация поиска',
'LBL_Module_desc' => 'Эта панель позволяет произвести настройку полей, которые используются при глобальном поиске. Вы можете установить поля, коротые будут отображаться в результатах поиска, установить те поля, по которым будет вестись поиск. Также вы можете назначить, по каким модулям будет происходить поиск.',
'Module' => 'Модуль',
'Table' => 'Таблица',
'LabelFields' => 'Поля, которые отображаются в результатах поиска.',
'SearchFields' => 'Поля для поиска',
'LBL_ACTIVATE' => 'Действия',
'Update labels' => 'Обновить метки',
'LBL_SAVE_CHANGES_SEARCHING' => 'Изменения сохранены',
'LBL_SAVE_CHANGES_LABEL' => 'Изменения в настройках сохранены, нажмите "Обновить метки", чтобы изменения вступили в силу',
'Update has been completed' => 'Обновление завершено, изменения доступны при глобальном поиске',
'LBL_SAVE_MODULE_SEQUENCE' => 'Сохранить последовательность модулей',
'LBL_TURN_ON' => 'Включить',
'LBL_TURN_OFF' => 'Выключить',
'LBL_SEARCH_ALL' => 'Полный поиск',
'LBL_SAVE_SETTINGS' => 'Сохранить настройки',
'LBL_SEARCH_SETUP' => 'Настройки поиска',
);
$jsLanguageStrings = array(
'Saving changes' => 'Обновление в процессе…',
'Update labels' => 'Обновить',
'JS_MODULES_SEQUENCE_UPDATED' => 'Последовательность модулей сохранена',
'JS_TURN_ON' => 'Включить',
'JS_TURN_OFF' => 'Выключить',
'JS_SAVE_GLOBAL_SETTINGS' => 'Настройки поиска для всех полей сохранены',
);