Files
crm.clientright.ru/modules/PDFMaker2/resources/ckeditor/plugins/docprops/lang/hi.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

43 lines
2.3 KiB
JavaScript

/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'docprops', 'hi', {
bgColor: 'बैक्ग्राउन्ड रंग',
bgFixed: 'स्क्रॉल न करने वाला बैक्ग्राउन्ड',
bgImage: 'बैक्ग्राउन्ड तस्वीर URL',
charset: 'करेक्टर सॅट ऍन्कोडिंग',
charsetASCII: 'ASCII', // MISSING
charsetCE: 'मध्य यूरोपीय (Central European)',
charsetCR: 'सिरीलिक (Cyrillic)',
charsetCT: 'चीनी (Chinese Traditional Big5)',
charsetGR: 'यवन (Greek)',
charsetJP: 'जापानी (Japanese)',
charsetKR: 'कोरीयन (Korean)',
charsetOther: 'अन्य करेक्टर सॅट ऍन्कोडिंग',
charsetTR: 'तुर्की (Turkish)',
charsetUN: 'यूनीकोड (UTF-8)',
charsetWE: 'पश्चिम यूरोपीय (Western European)',
chooseColor: 'Choose',
design: 'Design', // MISSING
docTitle: 'पेज शीर्षक',
docType: 'डॉक्यूमॅन्ट प्रकार शीर्षक',
docTypeOther: 'अन्य डॉक्यूमॅन्ट प्रकार शीर्षक',
label: 'डॉक्यूमॅन्ट प्रॉपर्टीज़',
margin: 'पेज मार्जिन',
marginBottom: 'नीचे',
marginLeft: 'बायें',
marginRight: 'दायें',
marginTop: 'ऊपर',
meta: 'मॅटाडेटा',
metaAuthor: 'लेखक',
metaCopyright: 'कॉपीराइट',
metaDescription: 'डॉक्यूमॅन्ट करॅक्टरन',
metaKeywords: 'डॉक्युमॅन्ट इन्डेक्स संकेतशब्द (अल्पविराम से अलग करें)',
other: '<अन्य>',
previewHtml: '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>', // MISSING
title: 'डॉक्यूमॅन्ट प्रॉपर्टीज़',
txtColor: 'टेक्स्ट रंग',
xhtmlDec: 'XHTML सूचना सम्मिलित करें'
});