- 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.
43 lines
2.1 KiB
JavaScript
43 lines
2.1 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', 'km', {
|
|
bgColor: 'ពណ៌ផ្ទៃក្រោយ',
|
|
bgFixed: 'ផ្ទៃក្រោយគ្មានការរំកិល (នឹងថ្កល់)',
|
|
bgImage: 'URL រូបភាពផ្ទៃក្រោយ',
|
|
charset: 'Character Set Encoding', // MISSING
|
|
charsetASCII: 'ASCII',
|
|
charsetCE: 'Central European', // MISSING
|
|
charsetCR: 'Cyrillic', // MISSING
|
|
charsetCT: 'Chinese Traditional (Big5)', // MISSING
|
|
charsetGR: 'ក្រិក',
|
|
charsetJP: 'ជប៉ុន',
|
|
charsetKR: 'កូរ៉េ',
|
|
charsetOther: 'កំណត់លេខកូតភាសាផ្សេងទៀត',
|
|
charsetTR: 'ទួរគី',
|
|
charsetUN: 'យូនីកូដ (UTF-8)',
|
|
charsetWE: 'អឺរ៉ុបខាងលិច',
|
|
chooseColor: 'រើស',
|
|
design: 'រចនា',
|
|
docTitle: 'ចំណងជើងទំព័រ',
|
|
docType: 'ប្រភេទក្បាលទំព័រឯកសារ',
|
|
docTypeOther: 'ប្រភេទក្បាលទំព័រឯកសារផ្សេងទៀត',
|
|
label: 'លក្ខណៈសម្បត្តិឯកសារ',
|
|
margin: 'រឹមទំព័រ',
|
|
marginBottom: 'បាតក្រោម',
|
|
marginLeft: 'ឆ្វេង',
|
|
marginRight: 'ស្ដាំ',
|
|
marginTop: 'លើ',
|
|
meta: 'ស្លាកមេតា',
|
|
metaAuthor: 'អ្នកនិពន្ធ',
|
|
metaCopyright: 'រក្សាសិទ្ធិ',
|
|
metaDescription: 'សេចក្តីអត្ថាធិប្បាយអំពីឯកសារ',
|
|
metaKeywords: 'Document Indexing Keywords (comma separated)', // MISSING
|
|
other: 'ដទៃទៀត...',
|
|
previewHtml: '<p>នេះគឺជា<strong>អក្សរគំរូ</strong>ខ្លះៗ។ អ្នកកំពុងប្រើ <a href="javascript:void(0)">CKEditor</a>។</p>',
|
|
title: 'ការកំណត់ ឯកសារ',
|
|
txtColor: 'ពណ៌អក្សរ',
|
|
xhtmlDec: 'បញ្ជូល XHTML'
|
|
});
|