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

71 lines
3.8 KiB
PHP
Raw 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 content of this file is subject to the Notificator Pro license.
* ("License"); You may not use this file except in compliance with the License
* The Initial Developer of the Original Code is http://www.vordoom.net
* Portions created by Vordoom.net are Copyright(C) Vordoom.net
* All Rights Reserved.
* ****************************************************************************** */
$languageStrings = array(
'VDNotifierPRO' => 'NotifierPro',
'LBL_BLOCK_GENERAL_INFORMATION' => '',
'LBL_TEST' => '',
'LBL_ID' => '',
'LBL_NOTIFIERPRO' => 'NotifierPro',
'LBL_BLOCK_SYSTEM_INFORMATION' => '',
'LBL_NOTIFIERPRO_MANAGER' => 'Настройки NotifierPro',
'LBL_NOTIFIERPRO_MODULE_NAME'=> 'Название Модуля',
'LBL_NOTIFIERPRO_STATUS' => 'Статус',
'LBL_NOTIFIERPRO_CREATOR' => 'Показать Создателю',
'LBL_NOTIFIERPRO_OWNER' => 'Показать Владелецу',
'LBL_NOTIFIERPRO_MODIFICATOR' => 'Показать Модификатору',
'LBL_NOTIFIERPRO_CREATE_SHOW' => 'Показать Новые',
'LBL_NOTIFIERPRO_UPDATE_SHOW' => 'Показать Изменения',
'LBL_NOTIFIERPRO_SHOW' => 'Показать',
'LBL_NOTIFIERPRO_CREATED' => 'cоздана',
'LBL_NOTIFIERPRO_UPDATED' => 'обновлена',
'LBL_NOTIFIERPRO_DELETED' => 'удалена',
'LBL_NOTIFIERPRO_RESTORED' => 'восстановлена',
'LBL_NOTIFIERPRO_SETTING'=> 'Настройка',
'LBL_NOTIFIERPRO_SETTING_ajaxNotifier' => 'Ajax уведомления',
'LBL_NOTIFIERPRO_SETTING_TIMER_5SEC' => '5 сек',
'LBL_NOTIFIERPRO_SETTING_TIMER_10SEC' => '10 сек',
'LBL_NOTIFIERPRO_SETTING_TIMER_15SEC' => '15 сек',
'LBL_NOTIFIERPRO_SETTING_TIMER_30SEC' => '30 сек',
'LBL_NOTIFIERPRO_SETTING_TIMER_1MIN' => '1 мин',
'LBL_NOTIFIERPRO_SETTING_TIMER' => 'Обновления',
'LBL_NOTIFIERPRO_SETTING_KEY'=> 'Ключ',
'LBL_INSTALL' => 'Установить ключ',
'DEMO_PERIOD' => 'Демо-версия. Осталось',
'DAYS' => 'дней',
'LBN_BUY_NOW' => 'Купить',
'DEMO_PERIOD_END'=>'Демонстрационный период закончен',
'LBN_KEY_INSTALL_SUCCESS' => 'Ключ установлен',
'LBN_FOR_DOMEN'=> 'Для домена',
'LBN_KEY_INSTALL_FALSE' => 'Ключ не установлен',
'LBN_KEY_FAILED'=> 'Не существующий ключ',
'LBN_DOMEN_FAILED'=> 'Данный ключ уже установлен на другом домене',
'LBN_ERROR1'=>'Ошибка связи с сервером лицензий, повторите попытку позже или напишите письмо на aalpatov@list.ru',
'LBN_KEY_UNINSTALL_SUCCESS' => 'Ключ удален',
'LBN_KEY_UINSTALL_FALSE' => 'Ключ не удален',
'LBN_NO_WORK' => 'Нет лицензии',
'LBL_NOTIFIERPRO_CREATED' => 'Создано',
);
$jsLanguageStrings = array(
'JS_NOTIFIERPRO_NOTIFICATION' => 'Уведомления',
'JS_NOTIFIERPRO_CREATED_ACTION' => 'создана',
'JS_NOTIFIERPRO_UPDATED_ACTION' => 'обновлена',
'JS_NOTIFIERPRO_DELETED_ACTION' => 'удалена',
'JS_NOTIFIERPRO_RESTORED_ACTION' => 'восстановлена',
'LBL_SETTING' => 'Настройки',
'LBL_SOUND' => 'Звук',
'LBL_MESSAGE' => 'Сообщение',
'LBL_CLOSE' => 'Закрыть',
'LBL_HEADER' => 'Уведомления',
'LBL_ROW' => 'Запись ',
'LBL_WAS' => ' была ',
'LBL_USER' => ' пользователем ',
'LBL_CHANGES_SAVED_SUCCESS' => 'Изменения успешно сохранены',
);