Files
crm.clientright.ru/modules/PDFMaker2/resources/ckeditor/plugins/docprops/lang/gu.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', 'gu', {
bgColor: 'બૅકગ્રાઉન્ડ રંગ',
bgFixed: 'સ્ક્રોલ ન થાય તેવું બૅકગ્રાઉન્ડ',
bgImage: 'બૅકગ્રાઉન્ડ ચિત્ર URL',
charset: 'કેરેક્ટર સેટ એન્કોડિંગ',
charsetASCII: 'ASCII',
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: 'વિકલ્પ',
design: 'ડીસા',
docTitle: 'પેજ મથાળું/ટાઇટલ',
docType: 'ડૉક્યુમન્ટ પ્રકાર શીર્ષક',
docTypeOther: 'અન્ય ડૉક્યુમન્ટ પ્રકાર શીર્ષક',
label: 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ',
margin: 'પેજ માર્જિન',
marginBottom: 'નીચે',
marginLeft: 'ડાબી',
marginRight: 'જમણી',
marginTop: 'ઉપર',
meta: 'મેટાડૅટા',
metaAuthor: 'લેખક',
metaCopyright: 'કૉપિરાઇટ',
metaDescription: 'ડૉક્યુમન્ટ વર્ણન',
metaKeywords: 'ડૉક્યુમન્ટ ઇન્ડેક્સ સંકેતશબ્દ (અલ્પવિરામ (,) થી અલગ કરો)',
other: '<other>',
previewHtml: '<p>આ એક <strong>સેમ્પલ ટેક્ષ્ત્</strong> છે. તમે <a href="javascript:void(0)">CKEditor</a> વાપરો છો.</p>',
title: 'ડૉક્યુમન્ટ ગુણ/પ્રૉપર્ટિઝ',
txtColor: 'શબ્દનો રંગ',
xhtmlDec: 'XHTML સૂચના સમાવિષ્ટ કરવી'
});