- 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.
57 lines
3.4 KiB
PHP
57 lines
3.4 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(
|
||
'LBL_CML_SETTINGS' => 'Настройки обмена по CommerceML',
|
||
'LBL_ADMIN_LOGIN' => 'Логин администратора сайта',
|
||
'LBL_ADMIN_PASSWORD' => 'Пароль администратора сайта',
|
||
'LBL_WEBSITE_URL' => 'Адрес сайта',
|
||
'LBL_ASSIGNED_USER' => 'Ответственный пользователь',
|
||
'LBL_STATUSES_SETTINGS' => 'Настройка соответствия статусов',
|
||
'LBL_EDIT_STATUSES_SETTINGS'=> 'Редактировать соответствие статусов',
|
||
'LBL_ADD_NEW_STATUS_ACCORD' => 'Создание соответствия статусов',
|
||
'LBL_EDIT_STATUS_ACCORD' => 'Редактирование соответствия статусов',
|
||
'LBL_TRANSACTION_HISTORY' => 'История обменов',
|
||
'SPCMLConnector' => 'Обмен по CommerceML',
|
||
' Administrator' => 'Администратор',
|
||
'Crm Status' => 'Статус в CRM',
|
||
'Site Status' => 'Статус на сайте',
|
||
'Created' => 'Создан',
|
||
'Approved' => 'Одобрен',
|
||
'Delivered' => 'Доставлен',
|
||
'Cancelled' => 'Отменен',
|
||
'Date' => 'Дата',
|
||
'Type' => 'Тип',
|
||
'Direction' => 'Направление',
|
||
'Error' => 'Ошибка',
|
||
'Status' => 'Статус',
|
||
'success' => 'Успех',
|
||
'error' => 'Ошибка',
|
||
'from_1c' => 'Из 1С',
|
||
'from_site' => 'С Сайта',
|
||
'to_site' => 'На сайт',
|
||
// SalesPlatform.ru localization fix begin
|
||
'Site Status' => 'Статус на сайте',
|
||
'Crm Status' => 'Статус в CRM',
|
||
// SalesPlatform.ru localization fix end
|
||
);
|
||
|
||
$jsLanguageStrings = array(
|
||
'JS_CML_INFO_SAVED' => 'Настройки обмена сохранены',
|
||
'JS_CML_INFO_SAVE_ERROR' => 'Не удалось сохранить настройки',
|
||
'JS_STATUS_DETAILS_SAVED' => 'Настройки статусов сохранены',
|
||
'JS_STATUS_DELETED' => 'Соответствие статусов удалено',
|
||
'JS_STATUS_SAVE_FAIL' => 'Ошибка при сохранении соответсвия статусов',
|
||
'JS_STATUS_DELETE_FAIL' => 'Ошибка при удалении соответсвия статусов'
|
||
);
|
||
|