- 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.
35 lines
2.0 KiB
JavaScript
35 lines
2.0 KiB
JavaScript
/*
|
|
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'scayt', 'fa', {
|
|
about: 'درباره SCAYT',
|
|
aboutTab: 'درباره',
|
|
addWord: 'افزودن Word',
|
|
allCaps: 'نادیده گرفتن همه کلاه-واژهها',
|
|
dic_create: 'ایجاد',
|
|
dic_delete: 'حذف',
|
|
dic_field_name: 'نام دیکشنری',
|
|
dic_info: 'در ابتدا دیکشنری کاربر در کوکی ذخیره میشود. با این حال، کوکیها در اندازه محدود شدهاند. وقتی که دیکشنری کاربری بزرگ میشود و به نقطهای که نمیتواند در کوکی ذخیره شود، پس از آن دیکشنری ممکن است بر روی سرور ما ذخیره شود. برای ذخیره دیکشنری شخصی شما بر روی سرور ما، باید یک نام برای دیکشنری خود مشخص نمایید. اگر شما قبلا یک دیکشنری روی سرور ما ذخیره کردهاید، لطفا نام آنرا درج و روی دکمه بازیافت کلیک نمایید.',
|
|
dic_rename: 'تغییر نام',
|
|
dic_restore: 'بازیافت',
|
|
dictionariesTab: 'دیکشنریها',
|
|
disable: 'غیرفعالسازی SCAYT',
|
|
emptyDic: 'نام دیکشنری نباید خالی باشد.',
|
|
enable: 'فعالسازی SCAYT',
|
|
ignore: 'عبور کردن',
|
|
ignoreAll: 'عبور کردن از همه',
|
|
ignoreDomainNames: 'عبور از نامهای دامنه',
|
|
langs: 'زبانها',
|
|
languagesTab: 'زبانها',
|
|
mixedCase: 'عبور از کلماتی مرکب از حروف بزرگ و کوچک',
|
|
mixedWithDigits: 'عبور از کلمات به همراه عدد',
|
|
moreSuggestions: 'پیشنهادهای بیشتر',
|
|
opera_title: 'توسط اپرا پشتیبانی نمیشود',
|
|
options: 'گزینهها',
|
|
optionsTab: 'گزینهها',
|
|
title: 'بررسی املای تایپ شما',
|
|
toggle: 'ضامن SCAYT',
|
|
noSuggestions: 'No suggestion'
|
|
});
|