Files
crm.clientright.ru/languages/pt_br/Contacts.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

69 lines
2.5 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.
* Contributor(s): Valmir C. Trindade - Brazilian Portuguese Translation - www.ttcasolucoes.com.br
************************************************************************************/
$languageStrings = array(
// Basic Strings
'Contacts' => 'Contatos',
'SINGLE_Contacts' => 'Contato',
'LBL_ADD_RECORD' => 'Adicionar Contato' ,
'LBL_RECORDS_LIST' => 'Lista Contatos' ,
// Blocks
'LBL_CONTACT_INFORMATION'=> 'Informação do Contato' ,
'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Informação Portal Cliente' ,
'LBL_IMAGE_INFORMATION'=> 'Informação Imagem Contato:',
'LBL_COPY_OTHER_ADDRESS' => 'Copiar Endereço Alternativo',
'LBL_COPY_MAILING_ADDRESS' => 'Copiar Endereço Correspondência',
//Field Labels
'Office Phone' => 'Telefone Escritório',
'Home Phone' => 'Telefone Residencial',
'Title'=> 'Cargo' ,
'Department' => 'Departamento',
'Birthdate'=> 'Aniversário',
'Reports To' => 'Reporta-se à' ,
'Assistant'=> 'Assistente',
'Assistant Phone'=> 'Telefone Assistente' ,
'Do Not Call'=> 'Recusa Chamada',
'Reference'=> 'Referência' ,
'Portal User'=> 'Portal Usuário' ,
'Mailing Street' => 'Endereço Correspondência',
'Mailing City' => 'Cidade Correspondência' ,
'Mailing State'=> 'Estado Correspondência' ,
'Mailing Zip'=> 'CEP Correspondência',
'Mailing Country'=> 'País Correspondência',
'Mailing Po Box' => 'Cx Postal Correspondência',
'Other Street' => 'Endereço Alternativo' ,
'Other City' => 'Cidade Alternativo',
'Other State'=> 'Estado Alternativo',
'Other Zip'=> 'CEP Alternativo' ,
'Other Country'=> 'País Alternativo' ,
'Other Po Box' => 'Cx Postal Alternativo',
'Contact Image'=> 'Imagem Contato',
'Other Phone' => 'Telefone Alternativo',
'Email' => 'Email',
'Secondary Email' => 'Email Alternativo',
'Contact Id' => 'No. Contato',
'Support Start Date' => 'Data Início Suporte',
'Support End Date' => 'Data Término Suporte',
//Added for Picklist Values
'Mr.'=> 'Sr.' ,
'Ms.'=> 'Sra.',
'Mrs.' => 'Srta.' ,
'Dr.'=>'Dr.',
'Prof.'=> 'Prof.' ,
'User List'=> 'Lista Usuário',
'LBL_TRANSACTIONS' => 'Transações',
);
$jsLanguageStrings = array(
);