- 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.
29 lines
2.0 KiB
PHP
29 lines
2.0 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Persian/Farsi PHPMailer language file: refer to English translation for definitive list
|
|
* @package PHPMailer
|
|
* @author Ali Jazayeri <jaza.ali@gmail.com>
|
|
* @author Mohammad Hossein Mojtahedi <mhm5000@gmail.com>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'خطای SMTP: احراز هویت با شکست مواجه شد.';
|
|
$PHPMAILER_LANG['connect_host'] = 'خطای SMTP: اتصال به سرور SMTP برقرار نشد.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'خطای SMTP: دادهها نادرست هستند.';
|
|
$PHPMAILER_LANG['empty_message'] = 'بخش متن پیام خالی است.';
|
|
$PHPMAILER_LANG['encoding'] = 'کدگذاری ناشناخته: ';
|
|
$PHPMAILER_LANG['execute'] = 'امکان اجرا وجود ندارد: ';
|
|
$PHPMAILER_LANG['file_access'] = 'امکان دسترسی به فایل وجود ندارد: ';
|
|
$PHPMAILER_LANG['file_open'] = 'خطای File: امکان بازکردن فایل وجود ندارد: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'آدرس فرستنده اشتباه است: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'امکان معرفی تابع ایمیل وجود ندارد.';
|
|
$PHPMAILER_LANG['invalid_address'] = 'آدرس ایمیل معتبر نیست: ';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer پشتیبانی نمیشود.';
|
|
$PHPMAILER_LANG['provide_address'] = 'باید حداقل یک آدرس گیرنده وارد کنید.';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'خطای SMTP: ارسال به آدرس گیرنده با خطا مواجه شد: ';
|
|
$PHPMAILER_LANG['signing'] = 'خطا در امضا: ';
|
|
$PHPMAILER_LANG['smtp_connect_failed'] = 'خطا در اتصال به SMTP.';
|
|
$PHPMAILER_LANG['smtp_error'] = 'خطا در SMTP Server: ';
|
|
$PHPMAILER_LANG['variable_set'] = 'امکان ارسال یا ارسال مجدد متغیرها وجود ندارد: ';
|
|
$PHPMAILER_LANG['extension_missing'] = 'افزونه موجود نیست: ';
|