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

73 lines
4.1 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(
'ERR_DATABASE_CONNECTION_FAILED' => 'Não foi possível conectar à Base de Dados',
'ERR_DB_NOT_FOUND' => 'Esta Base de Dados não foi encontrada. Tente mudar as configurações da Base de Dados',
'ERR_INVALID_MYSQL_PARAMETERS' => 'Os parâmetros especificados para a conexão com o MySQL são inválidos',
'ERR_INVALID_MYSQL_VERSION' => 'A versão do MySQL não é suportada, por favor, utilize MySQL 5.1.x ou acima',
'ERR_UNABLE_CREATE_DATABASE' => 'Não é possível Criar a Base de Dados',
'LBL_ADMIN_INFORMATION'=>'Informação Usuário Admin',
'LBL_ADMIN_USER_INFORMATION' => 'Informação Usuário Admin',
'LBL_CHOOSE_LANGUAGE' => 'Escolher o idioma padrão para esta instalação:',
'LBL_CONFIRM_CONFIGURATION_SETTINGS' => 'Confirmar as definições de Configuração',
'LBL_CREATE_NEW_DB'=>'Criar nova base de dados',
'LBL_CURRENCIES'=>'Moedas',
'LBL_CURRENCY' => 'Moeda',
'LBL_DATABASE_INFORMATION' => 'Informação Base de Dados',
'LBL_DATABASE_TYPE' => 'Tipo Base de Dados',
'LBL_DATE_FORMAT'=>'Formato Data',
'LBL_DB_NAME' => 'Nome Base de Dados',
'LBL_DISAGREE' => 'Discordo',
'LBL_EMAIL' => 'Email',
'LBL_GD_LIBRARY' => 'Suporte Biblioteca GD',
'LBL_HOST_NAME' => 'Nome Host',
'LBL_I_AGREE' => 'Concordo',
'LBL_IMAP_SUPPORT' => 'Suporte Imap',
'LBL_INSTALLATION_IN_PROGRESS'=>'Instalação em andamento',
'LBL_INSTALLATION_WIZARD' => 'Assistente de Instalação',
'LBL_INSTALL_BUTTON' => 'Instalar',
'LBL_INSTALL_PREREQUISITES' => 'Pré-requisitos da Instalação',
'LBL_MORE_INFORMATION' => 'Mais Informações',
'LBL_NEXT' => 'Próximo',
'LBL_ONE_LAST_THING' => 'Um última coisa...',
'LBL_PASSWORD_MISMATCH' => 'Por favor, redigite a senha. Os valores da \"Senha\" e \"Redigite a Senha\" não são iguais.',
'LBL_PASSWORD' => 'Senha',
'LBL_PHP_CONFIGURATION' => 'Configuração PHP',
'LBL_PHP_RECOMMENDED_SETTINGS'=>'Configurações do PHP Recomendadas',
'LBL_PHP_VERSION' => 'Versão do PHP',
'LBL_PLEASE_WAIT'=>'Por favor, aguarde',
'LBL_PRESENT_VALUE' => 'Valor Atual',
'LBL_READ_WRITE_ACCESS' => 'Acesso Leitura/Escrita',
'LBL_RECHECK' => 'Verificar Novamente',
'LBL_REQUIRED_VALUE' => 'Valor Requerido',
'LBL_RETYPE_PASSWORD' => 'Redigite a Senha',
'LBL_ROOT_PASSWORD' => 'Senha Root',
'LBL_ROOT_USERNAME' => 'Nome Usuário Root',
'LBL_SYSTEM_CONFIGURATION' => 'Configuração Sistema',
'LBL_SYSTEM_INFORMATION' => 'Informação do Sistema',
'LBL_TIME_ZONE' => 'Fuso Horário',
'LBL_TRUE' => 'Verdadeiro',
'LBL_URL' => 'URL',
'LBL_USERNAME' => 'Nome Usuário',
'LBL_VTIGER7_SETUP_WIZARD_DESCRIPTION' => 'Este assistente irá guiá-lo através da instalação do Vtiger CRM 7',
'LBL_WELCOME_TO_VTIGER7_SETUP_WIZARD' => 'Bem Vindo(a) ao Assistente de Configuração do Vtiger CRM 7',
'LBL_WELCOME' => 'Bem Vindo(a)',
'LBL_ZLIB_SUPPORT' => 'Suporte a Zlib',
'LBL_SIMPLEXML' => 'Suporte a SimpleXML',
'MSG_DB_PARAMETERS_INVALID' => 'usuário da base de dados, senha, nome do host, tipo da base de dados ou porta inválida',
'MSG_DB_ROOT_USER_NOT_AUTHORIZED' => 'Mensagem: O Usuário Root da Base de Dados não tem permissão para Criar base de dados ou o nome da Base de Dados possui caracteres especiais. Tente mudar as configurações da Base de Dados',
'MSG_DB_USER_NOT_AUTHORIZED' => 'o usuário da base de dados não tem acesso para conectar à base de dados a partir do host',
'MSG_LIST_REASONS' => 'Isto pode ser devido às seguintes razões',
'LBL_MYSQLI_CONNECT_SUPPORT'=>'Suporte Mysqli',
'LBL_OPEN_SSL'=>'Suporte Openssl',
'LBL_CURL'=>'Suporte cURL',
);