Files
crm.clientright.ru/languages/es_mx/Settings/ModuleManager.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

93 lines
5.6 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.
* Author : Francisco Hernandez Odin Consultores S de RL de CV
* Author : www.odin.mx
* Author : Proudly, the best Vtiger's Partner in Mexico
************************************************************************************/
$languageStrings = array(
'LBL_IMPORT_MODULE' => 'Importar módulo' ,
'LBL_VTIGER_EXTENSION_STORE' => 'Tienda de extensiones Vtiger' ,
'LBL_PUBLISHER' => 'Editor' ,
'LBL_LICENSE' => 'Licencia' ,
'LBL_PUBLISHED_ON' => 'Publicado en' ,
'LBL_INSTALL' => 'Instalar' ,
'LBL_UPGRADE' => 'Actualizar' ,
'LBL_VERSION' => 'Versión' ,
'LBL_DECLINE' => 'Rechazar' ,
'LBL_ACCEPT_AND_INSTALL' => 'Aceptar e instalar' ,
'LBL_ALREADY_EXISTS' => 'Ya existe' ,
'LBL_OK' => 'Aceptar' ,
'LBL_EXTENSION_NOT_COMPATABLE' => 'La extensión no es compatible',
'LBL_INVALID_FILE' => 'Archivo inválido' ,
'LBL_NO_LICENSE_PROVIDED' => 'Licencia no provista' ,
'LBL_INSTALLATION' => 'Instalación' ,
'LBL_FAILED' => 'Falló' ,
'LBL_SUCCESSFULL' => 'Exitosa' ,
'LBL_INSTALLATION_LOG' => 'Bitácora de instalación' ,
'LBL_IMPORT_MODULE_FROM_ZIP' => 'Importar módulo desde un zip',
'LBL_INSTALL_FROM_ZIP' => 'Instalar desde un zip',
'LBL_ACCEPT_WITH_THE_DISCLAIMER' => 'Acepto con descargo de responsabilidad y quiero continuar',
'LBL_LICENSE_ACCEPT_AGREEMENT' =>'Acepto el acuerdo de licencia',
'LBL_IMPORTED_MODULE' => ' Módulo importado exitosamente.',
'LBL_IMPORT_SUCCESSFULL' =>'Importación exitosa',
'LBL_DISCLAIMER_FOR_IMPORT_FROM_ZIP' => '<b>Límite de responsabilidad - Los módulos personalizados pueden poner en riesgo tu CRM</b><br />
Esta funcionalidad ha sido diseñada para ofrecer a los desarrolladores un ambiente de pruebas
para nuevos módulos. Si estas intentando instalar desde un archivo provisto por un tercero
por favor procede solamente si confías en ese editor. Los ódulos personalizados pueden incluir
vulnerabilidades de seguridad y sobreescribir archivos del sistema poniendo en riesgo tu CRM.
El módulo que estás intentando instalar no ha sido revisado por Vtiger',
'LBL_UPDATE_NOW' => 'Actualizar ahora',
'LBL_IMPORT_NOW' => 'Importar ahora',
'LBL_VERIFY_IMPORT_DETAILS' => 'Verifica los detalles de la importación',
//Extension Store translations
'LBL_VTIGER_EXTENSION_STORE' => 'Tienda de extensiones Vtiger',
'LBL_SEARCH_FOR_EXTENSION' => 'Buscar extensión',
'LBL_DOWNLOADS' => 'Descargas',
'LBL_NO_EXTENSIONS_FOUND' => 'No se encontraron extensiones',
'LBL_REGISTER_USER' => 'Registro de usuario',
'LBL_SETUP_CARD_DETAILS' => 'Información de la tarjeta de pago',
'LBL_SETUP_CARD' => 'Configuración de Tarjeta',
'LBL_CARD_NUMBER' => 'Número de tarjeta',
'LBL_EXP_MONTH' => 'Válida hasta (mes)',
'LBL_EXP_YEAR' => 'Válida hasta (año)',
'LBL_CVC_CODE' => 'Código de seguridad CVC 3 dígitos',
'LBL_RESET' => 'Reiniciar',
'LBL_EXTENSION_STORE' => 'Tienda de extensiones',
'LBL_INSTALLED' => 'Instalado',
'LBL_UPDATE_CARD_DETAILS' => 'Actualizar datos de la tarjeta',
'LBL_BY' => 'Por',
'LBL_RATINGS' => 'Valoraciones',
'LBL_DESCRIPTION' => 'Descripción',
'LBL_AUTHOR_INFORMATION' => 'Información del autor',
'LBL_AUTHOR_NAME' => 'Nombre del autor',
'LBL_PHONE' => 'Teléfono',
'LBL_EMAIL' => 'Email',
'LBL_SCREEN_SHOTS' => 'Imágenes',
'LBL_CUSTOMER_RATINGS' => 'Calificaciones de clientes',
'LBL_CUSTOMER_REVIEWS' => 'Opiniones de los usuarios',
'LBL_WRITE_A_REVIEW' => 'Escribe su opinión',
'LBL_CUSTOMER_REVIEW' => 'Opinión del cliente',
'LBL_REVIEW' => 'Revisión',
'LBL_CUSTOMERS_REVIEWED' => 'Opinión de los clientes',
'LBL_SINGLE_CUSTOMER_REVIEWED' => 'Opinión del cliente',
'LBL_INSTALLATION_FAILED' => 'Error en la instalación',
'LBL_SUCCESSFULL_INSTALLATION' => 'Instalación exitosa',
'Install' => 'Instalar',
'Upgrade' => 'Actualizar',
'LBL_RATE_IT' => 'Por favor califique el servicio o producto',
);
$jsLanguageStrings = array(
'JS_PLEASE_SETUP_CARD_DETAILS_TO_INSTALL_THIS_EXTENSION' => 'Agregue la información de la tarjeta para instalar la extensión',
'JS_UPDATE_CARD_DETAILS' => 'Detalles de la tarjeta',
'JS_ON' => 'en',
'JS_IMPORT_SUCCESSFULL' => 'Importación exitosa',
'JS_RATINGS' => 'Valoraciones',
'JS_PLEASE_INSTALL_EXTENSION_LOADER_TO_INSTALL_THIS_EXTENSION_FROM_BELOW_LINK' => 'Instale el gestor de extensiones para instalar esta extensión con el enlace de abajo',
);