- 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.
28 lines
1.8 KiB
PHP
28 lines
1.8 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Vietnamese (Tiếng Việt) PHPMailer language file: refer to English translation for definitive list.
|
|
* @package PHPMailer
|
|
* @author VINADES.,JSC <contact@vinades.vn>
|
|
*/
|
|
|
|
$PHPMAILER_LANG['authenticate'] = 'Lỗi SMTP: Không thể xác thực.';
|
|
$PHPMAILER_LANG['connect_host'] = 'Lỗi SMTP: Không thể kết nối máy chủ SMTP.';
|
|
$PHPMAILER_LANG['data_not_accepted'] = 'Lỗi SMTP: Dữ liệu không được chấp nhận.';
|
|
$PHPMAILER_LANG['empty_message'] = 'Không có nội dung';
|
|
$PHPMAILER_LANG['encoding'] = 'Mã hóa không xác định: ';
|
|
$PHPMAILER_LANG['execute'] = 'Không thực hiện được: ';
|
|
$PHPMAILER_LANG['file_access'] = 'Không thể truy cập tệp tin ';
|
|
$PHPMAILER_LANG['file_open'] = 'Lỗi Tập tin: Không thể mở tệp tin: ';
|
|
$PHPMAILER_LANG['from_failed'] = 'Lỗi địa chỉ gửi đi: ';
|
|
$PHPMAILER_LANG['instantiate'] = 'Không dùng được các hàm gửi thư.';
|
|
$PHPMAILER_LANG['invalid_address'] = 'Đại chỉ emai không đúng: ';
|
|
$PHPMAILER_LANG['mailer_not_supported'] = ' trình gửi thư không được hỗ trợ.';
|
|
$PHPMAILER_LANG['provide_address'] = 'Bạn phải cung cấp ít nhất một địa chỉ người nhận.';
|
|
$PHPMAILER_LANG['recipients_failed'] = 'Lỗi SMTP: lỗi địa chỉ người nhận: ';
|
|
$PHPMAILER_LANG['signing'] = 'Lỗi đăng nhập: ';
|
|
$PHPMAILER_LANG['smtp_connect_failed'] = 'Lỗi kết nối với SMTP';
|
|
$PHPMAILER_LANG['smtp_error'] = 'Lỗi máy chủ smtp ';
|
|
$PHPMAILER_LANG['variable_set'] = 'Không thể thiết lập hoặc thiết lập lại biến: ';
|
|
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';
|