- 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.
53 lines
2.2 KiB
PHP
53 lines
2.2 KiB
PHP
<?php
|
|
/*+***********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("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. Valmir C. Trindade - Brazilian Portuguese Translation - www.ttcasolucoes.com.br
|
|
*************************************************************************************/
|
|
$languageStrings = array(
|
|
'SINGLE_Emails' => 'Email',
|
|
'Emails' => 'Emails',
|
|
'LBL_SELECT_EMAIL_IDS' => 'Selecionar Endereço Email',
|
|
'LBL_SUBJECT' => 'Assunto',
|
|
'LBL_ATTACHMENT' => 'Anexo',
|
|
'LBL_BROWSE_CRM' => 'Buscar no CRM',
|
|
'LBL_SEND' => 'Enviar',
|
|
'LBL_SAVE_AS_DRAFT' => 'Salvar como Rascunho',
|
|
'LBL_GO_TO_PREVIEW' => 'Ir para Visualização',
|
|
'LBL_SELECT_EMAIL_TEMPLATE' => 'Selecionar Modelo Email',
|
|
'LBL_COMPOSE_EMAIL' => 'Novo Email',
|
|
'LBL_TO' => 'Para',
|
|
'LBL_CC' => 'Cc',
|
|
'LBL_BCC' => 'Bcc',
|
|
'LBL_ADD_CC' => 'Adicionar Cc',
|
|
'LBL_ADD_BCC' => 'Adicionar Bcc',
|
|
'LBL_MAX_UPLOAD_SIZE' => 'Tamanho máximo transferência é',
|
|
'LBL_EXCEEDED' => 'Excedido',
|
|
'LBL_EMAILTEMPLATE_WARNING' => 'Suas tags de mesclagem estão corretas?',
|
|
'LBL_EMAILTEMPLATE_WARNING_CONTENT' => 'Por favor, certifique-se de que o modelo selecionado foi mesclado corretamente ao registro do destinatário.
|
|
Se você estiver enviando um e-mail para Lead, mas as tags de mesclagem pertencem ao módulo de Contato (ex: $contacts-lastname$), os valores não serão mesclados.',
|
|
|
|
//Button Names translation
|
|
'LBL_FORWARD' => 'Encaminhar',
|
|
'LBL_PRINT' => 'Imprimir',
|
|
'LBL_DESCRIPTION' => 'Descrição',
|
|
'LBL_FROM' => 'De',
|
|
'LBL_INFO' => 'Info',
|
|
'LBL_DRAFTED_ON' => 'Redigido em',
|
|
'LBL_SENT_ON' => 'Enviar em',
|
|
'LBL_OWNER' => 'Proprietário',
|
|
|
|
'Date & Time Sent' => 'Data Envio',
|
|
'Time Start' => 'Hora Envio',
|
|
'LBL_EMAIL_INFORMATION' => 'Informação Email',
|
|
'Draft' => 'Rascunho',
|
|
'Parent ID' => 'Registro Pai',
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_WARNING' => 'Atenção',
|
|
);
|