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

58 lines
5.2 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(
'LBL_VTIGER_MIGRATION' => 'Добро пожаловать в Менеджер миграции',
'LBL_MIGRATION_COMPLETED' => 'Миграция завершена',
'LBL_MIGRATION_WIZARD' => 'Менеджер миграции',
'LBL_PRIDE_BEING_ASSOCIATED' => 'Мы гордимся тем, что связано с вами.',
'LBL_TALK_TO_US_AT_FORUMS' => 'Обсуждение работы SalesPlatform Vtiger на <a href="http://community.salesplatform.ru/forums" target="_blank"> Форуме </a><br>',
'LBL_DISCUSS_WITH_US_AT_BLOGS' => 'Последние новости по системе читайте в нашем <a href="http://community.salesplatform.ru/blogs" target="_blank">Блоге</a>',
'LBL_CRM_DOCUMENTATION' => 'Помощь при работе с SalesPlatform Vtiger - <a href="http://salesplatform.ru/wiki/index.php/SalesPlatform_vtiger_crm_7" target="_blank">Документация</a><br>',
'LBL_THANKS' => 'Спасибо за использование <b>SalesPlatform Vtiger CRM</b>',
'LBL_WE_AIM_TO_BE_BEST' => 'Мы стремимся быть лучшими',
'LBL_SPACE_FOR_YOU' => 'Приходите на более, есть место для вас тоже!',
'LBL_MIGRATION_COMPLETED_SUCCESSFULLY' => 'Миграция выполнена успешно',
'LBL_RELEASE_NOTES' => 'Чтобы узнать, что нового в этой версии, пожалуйста, прочтите <a href="#" target="_blank">Примечания к выпуску</a> <br>',
'LBL_WAIT' => 'Пожалуйста, подождите ...',
'LBL_INPROGRESS' => 'Идет миграция',
'LBL_DATABASE_CHANGE_LOG' => 'Изменения в базе данных',
// SalesPlatform.ru begin
'Next' => 'Далее',
'Finish' => 'Закончить',
'Migration' => 'Миграция',
'Vtiger Logo' => 'Логотип организации',
'Migration Wizard' => 'Менеджер миграции',
'Welcome' => 'Добро пожаловать',
'WARNING : Cannot continue with Migration' => 'Предупреждение: нельзя начать миграцию',
'Welcome to Vtiger Migration' => 'Добро пожаловать в менеджер миграции',
'We have detected that you have' => 'У вас установлена',
'installation' => 'версия системы',
'Warning' => 'Предупреждение',
'Please note that it is not possible to revert back to' => 'Пожалуста, имейте в виду что у вас не будет возможности вернуться к версии',
'after the upgrade to vtiger 7' => 'после обновления до версии',
'So, it is important to take a backup of the' => 'Поэтому сделайте резервные копии кода и базы данных версии',
'installation, including the source files and database' => 'системы',
'I have taken the backup of database' => 'Я сделал резервную копию базы данных',
'I have taken the backup of source folder' => 'Я сделал резервную копию кода системы',
'how to?' => 'Помощь',
'User Name' => 'Пользователь',
'Password' => 'Пароль',
'We detected that this installation is running' => 'Текущая версия системы',
'Please upgrade to' => 'Пожалуста, обновитесь до',
'first before continuing with this wizard' => 'прежде чем запускать данную миграцию',
'We detected that this source is upgraded latest version' => 'Система обновлена до последней версии',
'Finish' => 'Завершить',
'Vtiger CRM Setup' => 'Миграция',
'Start Migration' => 'Начать миграцию',
'You need grant write access for this files and folders for migration process' => 'На время миграции необходимо выдать права на запись для следующих файлов и каталогов',
'Or you can add write permission to all files and folders in system and restore them then migration finished' => 'Либо вы можете дать права на запись на все файлы и каталоги и восстановить права доступа после окончания миграции',
'For recheck files and folder permissions, refresh page' => 'Для повторной проверки прав доступа на файлы и каталоги обновите страницу',
// SalesPlatform.ru end
);