- 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.
39 lines
2.1 KiB
PHP
39 lines
2.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(
|
|
'SharingAccess' => 'Regras de Compartilhamento',
|
|
'Accounts' => 'Organizações e Contatos',
|
|
'LBL_ADD_CUSTOM_RULE' => 'Adicionar Regra Customizada',
|
|
'Read Only' => 'Somente Leitura',
|
|
'Read Write' => 'Leitura/Escrita',
|
|
'LBL_ADD_CUSTOM_RULE_TO' => 'Adicionar Regra Customizada para',
|
|
'LBL_CAN_ACCESSED_BY' => 'Pode ser acessado por',
|
|
'LBL_PRIVILEGES' => 'Privilégios',
|
|
'LBL_SHARING_RULE' => 'Regras de Compartilhamento',
|
|
'LBL_RULE_NO' => 'Número Regra',
|
|
'LBL_MODULE' => 'Módulo',
|
|
'LBL_ADVANCED_SHARING_RULES' => 'Regras Compartilhamento Avançadas',
|
|
'LBL_WITH_PERMISSIONS' => 'Com Permissões de',
|
|
'LBL_APPLY_NEW_SHARING_RULES' => 'Aplicar Novas Regras de Compartilhamento',
|
|
'LBL_READ' => 'Leitura',
|
|
'LBL_READ_WRITE' => 'Leitura e Escrita',
|
|
'LBL_CUSTOM_ACCESS_MESG' => 'Nenhuma Regra de Compartilhamento Customizada definida',
|
|
'SINGLE_Groups' => 'Grupo',
|
|
'SINGLE_Roles' => 'Função',
|
|
'SINGLE_RoleAndSubordinates' => 'Função e Subordinados',
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_CUSTOM_RULE_SAVED_SUCCESSFULLY' => 'Regra de Compartilhamento Customizada Salva com Sucesso',
|
|
'JS_SELECT_ANY_OTHER_ACCESSING_USER' => 'Selecionar qualquer outro Usuário',
|
|
'JS_NEW_SHARING_RULES_APPLIED_SUCCESSFULLY' => 'Nova Regra de Compartilhamento Aplicada com Sucesso',
|
|
'JS_DEPENDENT_PRIVILEGES_SHOULD_CHANGE' => 'O acesso a Oportunidades, Chamados, Cotações, Pedido de Venda e Fatura devem ser configurados como Particular, quando o acesso à Organização estiver configurado como Particular',
|
|
);
|