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

84 lines
6.3 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 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(
'Events' => 'События' ,
'SINGLE_Events' => 'Событие' ,
'LBL_ADD_RECORD' => 'Добавить Событие' ,
'LBL_RECORDS_LIST' => 'Список' ,
'LBL_EVENTS' => 'События' , // KEY 5.x: Events
'LBL_TODOS' => 'Календарь' , // KEY 5.x: SINGLE_Calendar
'LBL_HOLD_FOLLOWUP_ON' => 'Последующее напоминание в' , // TODO: Review
'LBL_EVENT_INFORMATION' => 'Детали События' , // TODO: Review
'LBL_RECURRENCE_INFORMATION' => 'Повторить' , // TODO: Review
'LBL_RELATED_TO' => 'Связан с' ,
'Start Date & Time' => 'Дата и время начала',
'Recurrence' => 'Повторить' , // TODO: Review
'Send Notification' => 'Отправить уведомление' , // TODO: Review
'Location' => 'Место проведения' , // TODO: Review
'Send Reminder' => 'Отправить напоминание' , // TODO: Review
'End Date & Time' => 'Дата и время завершения',
'Activity Type' => 'Тип действия' ,
'Visibility' => 'Видимость' , // TODO: Review
'Private' => 'Личное' , // KEY 5.x: PRIVATE_FILTER
'Public' => 'Публичное' , // KEY 5.x: LBL_PUBLIC
'Call' => 'Звонок' ,
'Meeting' => 'Встреча' ,
'Planned' => 'Запланировано' ,
'Held' => 'Проведено',
'Not Held' => 'Не проведено' ,
'LBL_DAYS' => 'дней' , // TODO: Review
'LBL_HOURS' => 'часов' , // TODO: Review
'LBL_DAYS_TYPE' => 'День' , // TODO: Review
'LBL_WEEKS_TYPE' => 'Неделя' , // TODO: Review
'LBL_MONTHS_TYPE' => 'Месяц' , // TODO: Review
'LBL_YEAR_TYPE' => 'Год' , // TODO: Review
'LBL_FIRST' => 'Первая' ,
'LBL_LAST' => 'Последняя' ,
'LBL_SM_SUN' => 'Вс' , // TODO: Review
'LBL_SM_MON' => 'Пн' , // TODO: Review
'LBL_SM_TUE' => 'Вт' , // TODO: Review
'LBL_SM_WED' => 'Ср' , // TODO: Review
'LBL_SM_THU' => 'Чт' , // TODO: Review
'LBL_SM_FRI' => 'Пт' , // TODO: Review
'LBL_SM_SAT' => 'Сб' , // TODO: Review
'LBL_DAY0' => 'Воскресенье' , // TODO: Review
'LBL_DAY1' => 'Понедельник' , // TODO: Review
'LBL_DAY2' => 'Вторник' , // TODO: Review
'LBL_DAY3' => 'Среда' , // TODO: Review
'LBL_DAY4' => 'Четверг' , // TODO: Review
'LBL_DAY5' => 'Пятница' , // TODO: Review
'LBL_DAY6' => 'Суббота' , // TODO: Review
'Daily' => 'Ежедневно' , // TODO: Review
'Weekly' => 'Еженедельно' , // TODO: Review
'Monthly' => 'Ежемесячно' , // TODO: Review
'Yearly' => 'Ежегодно' , // TODO: Review
'LBL_REPEATEVENT' => 'Повторить один раз в каждые', // TODO: Review
'LBL_UNTIL' => 'До' , // TODO: Review
'LBL_DAY_OF_THE_MONTH' => 'день месяца' , // TODO: Review
'LBL_ON' => ' ' , // TODO: Review
'LBL_CALENDAR_VIEW' => 'Представление календаря' , // TODO: Review
'LBL_INVITE_USER_BLOCK' => 'Пригласить' , // TODO: Review
'LBL_INVITE_USERS' => 'Пользователи' , // TODO: Review
// SalesPlatform.ru begin localization
'Medium' => 'Средний',
'Mobile Call' => 'Звонок с мобильного',
'Busy' => 'Занят',
'LBL_ADD_NEW_DASHBOARD' => 'Добавить новую панель',
// SalesPlatform.ru end
'INVITATION' => ' Приглашение ',
'LBL_INVITE_PEOPLE' => 'Пригласить людей',
'LBL_CREATE_FOLLOWUP_EVENT' => 'Создать последующее событие' ,
'Related To' => 'В связи с' ,
'End Date' => 'Дата и Время Завершения',
);
// SalesPlatform.ru begin SPConfiguration fix
include 'renamed/Events.php';
// SalesPlatform.ru end