Files
crm.clientright.ru/languages/vn_vn/MailManager.php
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

215 lines
10 KiB
PHP

<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************ */
$languageStrings = Array (
'Result'=> 'Kết quả',
'Compose Email'=> 'Soạn Email',
'Junk E-mail'=> 'Email rác',
'MailManager' => 'Mail Manager',
'LBL_Folders' => 'Thư mục Email',
'LBL_Newer' => 'Mới hơn',
'LBL_Older' => 'Cũ hơn',
'LBL_No_Mails_Found' => 'Không tìm thấy thư',
'LBL_Go_Back' => 'Quay lại',
'LBL_Reply_All' => 'Trả lời tất cả',
'LBL_Reply' => 'Trả lời',
'LBL_Mark_As_Unread' => 'Đánh dấu chưa đọc',
'LBL_Previous' => 'Trước',
'LBL_Next' => 'Tiếp theo',
'LBL_RELATED_RECORDS' => 'Dữ liệu liên quan',
'LBL_Mailbox' => 'Hộp thư',
'LBL_Outbox' => 'Đến hộp thư CRM',
'LBL_Like' => 'Thích',
'LBL_Mail_Server' => 'Tên máy chủ hoặc IP',
'LBL_Refresh' => 'Làm mới',
'LBL_Cancel' => 'Hủy',
'LBL_Send' => 'Gửi',
'LBL_Compose' => 'Soạn Email',
'LBL_Forward' => 'Chuyển tiếp',
'LBL_Remove' => 'Xóa bỏ',
'LBL_Associate' => 'Liên kết',
'LBL_Create_Contact' => 'Tạo liên hệ',
'LBL_No_Matching_Record_Found' => 'No matching records found.',
'LBL_ACTIONS' => 'Hoạt động',
'LBL_Search' => 'Tìm',
'LBL_Delete' => 'Xóa',
'LBL_Username' => 'Tên người dùng',
'LBL_Your_Mailbox_Account' => 'your mailbox account',
'LBL_Password' => 'Mật khẩu',
'LBL_Account_Password' => 'account password',
'LBL_Protocol' => 'Protocol',
'LBL_Imap2' => 'IMAP2',
'LBL_Imap4' => 'IMAP4',
'LBL_SSL_Options' => 'SSL Options',
'LBL_No_TLS' => 'No TLS',
'LBL_TLS' => 'TLS',
'LBL_SSL' => 'SSL',
'LBL_Certificate_Validations' => 'Certificate Validations',
'LBL_Validate_Cert' => 'Validate cert',
'LBL_Do_Not_Validate_Cert' => 'Do not validate cert',
'LBL_SELECT_ACCOUNT_TYPE' => 'Select Organization Type',
'LBL_FROM' => 'Từ',
'LBL_TO' => 'Đến',
'LBL_CC' => 'CC',
'LBL_BCC' => 'BCC',
'LBL_Date' => 'Ngày',
'LBL_Attachments' => 'Tài liệu đính kèm',
'LBL_EMAIL_TEMPLATES_LIST'=>'Email Templates',
'LBL_SELECT_EMAIL_TEMPLATE'=>'Chọm Email mẫu',
'LBL_ATTACHMENTS' =>'Tập tin đính kèm:',
'LBL_SELECT_DOCUMENTS'=>'Chọn tài liệu',
'LBL_IN' =>'in',
'LBL_FIND'=>'Find',
'LBL_SAVE_NOW'=>'Save Now',
'LBL_Drafts'=>'Email nháp',
'LBL_NO_EMAILS_SELECTED' => 'Không có email được chọn.',
'LBL_SUBJECT' => 'Đối tượng',
'LBL_WRITE_ACCESS_FOR' =>'Write access for',
'LBL_READ_ACCESS_FOR' =>'Read access for',
'LBL_MODULE_DENIED' => 'module denied!',
'LBL_REFRESH_TIME'=>'Refresh Time',
'LBL_NONE' => 'None',
'LBL_5_MIN' => '5 Phút',
'LBL_10_MIN' => '10 Phút',
'LBL_MOVE_TO'=>'Di chuyển đến...',
'LBL_MAILMANAGER_ADD_Contacts' => 'Thêm liên hệ',
'LBL_MAILMANAGER_ADD_Accounts' => 'Thêm tổ chúc',
'LBL_MAILMANAGER_ADD_Leads' => 'Thêm khách hàng',
'LBL_MAILMANAGER_ADD_Calendar' => 'Thêm sự kiện/Để làm',
'LBL_MAILMANAGER_ADD_HelpDesk' => 'Thêm nhãn',
'LBL_MAILMANAGER_ADD_Emails' => 'File đính kèm',
'LBL_MAILMANAGER_ADD_ModComments' => 'Thêm bình luận',
'LBL_MAILMANAGER_ADD_Potentials' => 'Thêm cơ hội',
'LBL_ADD' => 'Thêm',
'JSLBL_Body_Cannot_Be_Empty' => 'Body cannot be empty',
'LBL_ALLMAILS' => 'All Mails',
'LBL_TO_CONTACTS' => 'To Contacts',
'LBL_TO_ACCOUNTS' => 'To Organizations',
'LBL_TO_LEADS' => 'To Leads',
'LBL_TO_USERS' => 'To Users',
'LBL_SENT_MAILS' => 'Sent Mails',
'LBL_Print' => 'In',
'LBL_SAVE_BUTTON_LABEL' => 'Save',
'LBL_CANCEL_BUTTON_LABEL' => 'Cancel',
'LBL_CREATE_MAILBOX' => 'Tạo Mail',
'LBL_WRITE_YOUR_COMMENT_HERE' => 'Add your comment here ...',
'LBL_MAILBOX_DETAILS' => 'Mailbox Details',
'LBL_DELETE_Mailbox' => 'Xóa Email này',
'LBL_ACCOUNT_TYPE' => 'Account Type',
'LBL_MODULE_DESCRIPTION' => "Trình quản lý thư là một ứng dụng email tích hợp cho phép người dùng thực hiện các hành động liên quan đến CRM trên email đến. Nó giúp bạn tạo Khách hàng tiềm năng, Danh bạ, Tổ chức, Vé gặp sự cố và Nhiệm vụ từ các email bạn nhận được trong hộp thư đến của mình. Nếu id email của người gửi khớp với một bản ghi trong CRM, bạn có thể thực hiện nhiều hành động hơn như, Đính kèm email, Thêm tác vụ, Nhận xét và Vé. Ngoài ra, bạn có thể quản lý việc soạn thảo, trả lời, chuyển tiếp email, v.v.",
'LBL_CHOOSE_EXISTING_FOLDER' => 'Choose an existing folder',
'LBL_CHOOSE_FOLDER_DESC' => 'Copies of the sent mails for this account will be saved in the default <b>Sent Mail</b> folder.<br><br>
If you want to change the default sent mail folder, after creating the mail box click on <b>Settings</b> icon and <b>Edit</b> the MailBox.',
'LBL_CHOOSE_FOLDER' => 'Copies of the sent mails for this account will be saved in this folder.',
'LBL_SELECTED_FOLDER' => 'Selected Folder',
'LBL_EDIT_MAILBOX' => 'Chỉnh sửa hộp thư',
'LBL_SELECT_ACCOUNT' => 'Chọn nhà cung cấp',
'LBL_SAVE_SENT_MAILS_IN' => 'Lưu Mail đã gửi trong',
'LBL_CONFIGURE_MAILBOX' => 'Cấu hình Mail',
'LBL_INBOX' => 'Email đến',
'LBL_SENT' => 'Gửi',
'LBL_TRASH' => 'Trash',
'LBL_TYPE_TO_SEARCH' => 'Nhập để tìm kiếm...',
'LBL_NO_MAIL_SELECTED_DESC' => 'Không có thư được chọn. Bấm vào thư để xem trước.',
'LBL_FILES' => 'files',
'LBL_CC_SMALL' => 'Cc',
'LBL_BCC_SMALL' => 'Bcc',
'LBL_MARK_AS_READ' => 'Mark as read',
'LBL_ADD_CALENDAR' => 'Thêm nhiệm vụ',
'LBL_ADD_EVENTS' => 'Thêm sự kiện',
'LBL_MAILMANAGER_ADD_Cases' => 'Thềm các trường hộp',
);
$jsLanguageStrings = Array (
'MailManager' => 'Quản lý Email',
'JSLBL_Loading_Please_Wait' => 'Đang tải vui lòng chờ',
'JSLBL_Loading' => 'Đang tải',
'JSLBL_Settings' => 'Cài đặt',
'JSLBL_Opening' => 'Đang mở',
'JSLBL_Deleting' => 'Xóa',
'JSLBL_Updating' => 'Đang cập nhật',
'JSLBL_Associating' => 'Associating',
'JSLBL_Saving_And_Verifying' => 'Saving & Verifying',
'JSLBL_Failed_To_Open_Mail' => 'Failed to open the mail',
'JSLBL_Finding_Relation' => 'Finding relation',
'JSLBL_Find_Relation_Now' => 'Find relation now',
'JSLBL_Searching' => 'Searching',
'JSLBL_Searching_Please_Wait'=> 'Searching Please Wait',
'JSLBL_Sending' => 'Sending',
'JSLBL_Replied' => 'Replied',
'JSLBL_Failed_To_Send_Mail' => 'Failed to send the mail',
'JSLBL_Recepient_Cannot_Be_Empty' => 'Recepient (To) cannot be empty',
'JSLBL_Subject_Cannot_Be_Empty' => 'Subject cannot be empty',
'JSLBL_Removing' => 'Removing',
'JSLBL_Choose_Server_Type' => 'Choose server type',
'JSLBL_Other' => 'Email khác',
'JSLBL_Gmail' => 'Gmail',
'JSLBL_Fastmail' => 'Fastmail',
'JSLBL_Search_For_Email' => 'Search for email',
'JSLBL_Nothing_Found' => 'Nothing found',
'JSLBL_Delete_Confirm' =>'Do you want to delete the Emails permanently?',
'JSLBL_Delete_Mails_Confirm' =>'Do you want to delete the Emails?',
'JSLBL_Receipents_Warning_Message'=>'Please select recepients',
'JSLBL_NO_MATCH' => 'No match found',
'JSLBL_Saving' => 'Saving',
'JSLBL_Failed_To_Save_Mail' => 'Failed to save the mail',
'JSLBL_ATTACHMENT_NOT_DELETED' => 'Attachment could not be deleted',
'JSLBL_UPLOAD_CANCEL' => 'Hủy',
'JSLBL_UPLOAD_DROPFILES'=>'Drop files here to upload',
'JSLBL_UPLOAD_FILE'=>'Upload',
'JSLBL_UPLOAD_DELETE'=>'[x]',
'JSLBL_UPLOAD_FAILED'=>'Failed',
'JSLBL_FILEUPLOAD_LIMIT_EXCEEDED'=>'File Upload Limit exceeded!!',
'JSLBL_MAIL_SENT'=>'Mail Sent',
'JSLBL_EMAIL_FORMAT_INCORRECT'=>'Please provide proper email address',
'JSLBL_Saving'=>'Saving',
'JSLBL_SaveWith_EmptySubject'=>'Save with subject empty?',
'JSLBL_Delete' => 'Xóa',
'JSLBL_Drafts'=>'Email nháp',
'JSLBL_PASSWORD_CANNOT_BE_EMPTY'=>'Password cannot be empty',
'JSLBL_SERVERNAME_CANNOT_BE_EMPTY'=>'Server Name cannot be empty',
'JSLBL_USERNAME_CANNOT_BE_EMPTY'=>'User Name cannot be empty',
'JSLBL_ACCOUNTNAME_CANNOT_EMPTY'=>'Organization Name cannot be empty',
'JSLBL_FROM'=>'Từ:',
'JSLBL_DATE'=>'Ngày: ',
'SUBJECT'=>'Đối tượng',
'TO'=>'Đến',
'BODY'=>'Body',
'BCC'=>'Bcc',
'FROM'=>'Từ',
'DATE'=>'Ngày',
'JSLBL_SUBJECT'=>'Đối tượng: ',
'JSLBL_TO'=>'Đến: ',
'JSLBL_CC'=>'Cc: ',
'JSLBL_FORWARD_MESSAGE_TEXT'=>'---------- Forwarded message ----------',
'JSLBL_PLEASE_SELECT_ATLEAST_ONE_MAIL'=>'Please select at least one mail',
'JSLBL_PLEASE_SELECT_ATLEAST_ONE_RECORD'=>'Please select at least one record',
'JSLBL_MAIL_MOVED'=>'Mail(s) moved',
'JSLBL_MOVING'=>'Moving Mail(s)',
'JSLBL_LOADING_FOLDERS' => 'Đang tải Email..',
'JSLBL_ADD_COMMENT'=>'Thêm bình luộn',
'JSLBL_Yahoo'=>'Yahoo',
'JSLBL_CANNOT_ADD_EMPTY_COMMENT' => 'Comment cannot be empty',
'JSLBL_NO_EMAILS_SELECTED' => 'Không có email được chọn.',
'JSLBL_ENTER_SOME_VALUE' => 'Nhập một số chuỗi để tìm kiếm',
'JSLBL_DRAFT_MAIL_SAVED'=>'Mail is saved under Drafts',
'JS_FUTURE_EVENT_CANNOT_BE_HELD' => 'Cannot Be Held For Future',
'JSLBL_ENTER_VALID_EMAIL_ADDRESS' => 'Please enter a valid email address.',
'LBL_DELETE_CONFIRMATION' => 'Are you sure you want to delete the email(s) permanently?',
'JS_DELETE_MAILBOX_SETTINGS_CONFIRMATION' => 'Are you sure you want to Delete?',
'JSLBL_NO_MAIL_SELECTED_DESC' => 'Không có thư được chọn. Bấm vào thư để xem trước.',
'JSLBL_FAILED_ADDING_COMMENT' => 'Failed to add comment',
'JSLBL_MAILS_DELETED' => 'Mail(s) deleted successfully.',
'JSLBL_MAILS_MARKED_UNREAD' => 'Mail(s) marked as unread.',
'JSLBL_MAILS_MARKED_READ' => 'Mail(s) marked as read.',
);
//Special Handling: Mix of language strings are used.
$languageStrings = array_merge($languageStrings, $jsLanguageStrings);