Files
crm.clientright.ru/modules/PDFMaker/resources/ckeditor/plugins/scayt/lang/ru.js
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

35 lines
2.2 KiB
JavaScript
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.

/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'scayt', 'ru', {
about: 'О SCAYT',
aboutTab: 'О SCAYT',
addWord: 'Добавить слово',
allCaps: 'Игнорировать слова из заглавных букв',
dic_create: 'Создать',
dic_delete: 'Удалить',
dic_field_name: 'Название словаря',
dic_info: 'Изначально, пользовательский словарь хранится в cookie, которые ограничены в размере. Когда словарь пользователя вырастает до размеров, что его невозможно хранить в cookie, он переносится на хранение на наш сервер. Чтобы сохранить ваш словарь на нашем сервере, вам следует указать название вашего словаря. Если у вас уже был словарь, который вы сохраняли на нашем сервере, то укажите здесь его название и нажмите кнопку Восстановить.',
dic_rename: 'Переименовать',
dic_restore: 'Восстановить',
dictionariesTab: 'Словари',
disable: 'Отключить SCAYT',
emptyDic: 'Вы должны указать название словаря.',
enable: 'Включить SCAYT',
ignore: 'Пропустить',
ignoreAll: 'Пропустить всё',
ignoreDomainNames: 'Игнорировать доменные имена',
langs: 'Языки',
languagesTab: 'Языки',
mixedCase: 'Игнорировать слова из букв в разном регистре',
mixedWithDigits: 'Игнорировать слова, содержащие цифры',
moreSuggestions: 'Ещё варианты',
opera_title: 'Не поддерживается Opera',
options: 'Настройки',
optionsTab: 'Параметры',
title: 'Проверка орфографии по мере ввода (SCAYT)',
toggle: 'Переключить SCAYT',
noSuggestions: 'Нет вариантов'
});