Files
crm.clientright.ru/languages/ru_ru/Settings/SPConfigurationManager.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

38 lines
2.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/* +**********************************************************************************
* The Original Code is: SalesPlatform Ltd
* The Initial Developer of the Original Code is SalesPlatform Ltd.
* All Rights Reserved.
* If you have any questions or comments, please email: devel@salesplatform.ru
* ********************************************************************************** */
$languageStrings = Array(
'SPConfigurationManager' => 'Менеджер Конфигураций',
'LBL_SP_CONFIG_MANAGER' => 'Менеджер Конфигураций',
'LBL_SETTINGS' => 'Настройки',
'LBL_MODULE_MANAGER' => 'Менеджер Модулей',
'LBL_CONFIG_MAN_CAUTION_INFO' => 'При сохранении выбранной Конфигурации могут быть включены/выключены некоторые модули.',
'LBL_DOUBLE_CHECK_INFO' => 'Пожалуйста, проверьте все еще раз перед сохранением.',
'LBL_CONFIGURATION_DESCR' => 'Выбор Конфигурации модулей системы',
'LBL_CONFIGURATIONS' => 'Конфигурации',
'LBL_CONFIGURATION_CONFIRM' => 'Вы уверены, что хотите применить выбранную Конфигурацию?',
'LBL_SELECT_CONFIGURATION' => 'Выберите Конфигурацию',
'LBL_CHOOSE_SOURCE' => 'Выберите источник',
'LBL_CONFIGURATION_DESIGNER' => 'Дизайнер конфигураций',
'LBL_DOWNLOAD_FROM_FILE' => 'Загрузить из файла',
'LBL_URL' => 'URL',
'LBL_LOGIN' => 'Логин',
'LBL_PASSWORD' => 'Пароль',
'LBL_APPLY' => 'Применить',
'LBL_LOAD_CONFIG_LIST' => 'Загрузить список конфигураций',
'LBL_COMPLETE_ALL_FIELDS' => 'Необходимо заполнить все поля',
'LBL_CONNECTION_ERROR' => 'Ошибка соединения',
'LBL_CONFIGURATIONS_NOT_FOUND' => 'Конфигурации не найдены для данного пользователя',
'LBL_CANT_SAVE_FILE' => 'Не удалось сохранить файл',
'LBL_NO_CONFIGURATION_APPLIED' => 'Конфигурация еще не была применена',
'LBL_CURRENT_CONFIGURATION_VERSION' => 'Версия конфигурации',
'LBL_APPLY_DATETIME' => 'Время применения',
'LBL_APPLY_STATUS' => 'Статус',
);