Files
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

77 lines
3.7 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.
* ********************************************************************************
* Language : Español es_es
* Version : 6.0.0
* Created Date : 2013-05-10
* Author : JPL TSolucio, S. L. Joe Bordes
* Last change : 2013-05-10
* Author : JPL TSolucio, S. L. Joe Bordes
*************************************************************************************/
$languageStrings = array(
'SINGLE_Settings:Webforms' => 'Formulario Web',
//Basic Field Names
'WebForm Name' => 'Nombre Formulario',
'Public Id' => 'Id Público',
'Enabled' => 'Estado',
'Module' => 'Módulo',
'Return Url' => 'URL retorno',
'Post Url' => 'URL destino',
'Captcha Enabled' => 'Captcha habilitado',
'SINGLE_Webforms' => 'Formulario Web',
//Actions
'LBL_SHOW_FORM' => 'Mostrar Formulario',
'LBL_DUPLICATES_EXIST' => 'Un formulario con ese nombre ya existe',
//Blocks
'LBL_WEBFORM_INFORMATION' => 'Información Formulario',
'LBL_FIELD_INFORMATION' => 'Información Campos',
'LBL_FIELD_NAME' => 'Nombre Campo',
'LBL_OVERRIDE_VALUE' => 'Imponer Valor',
'LBL_MANDATORY' => 'Requerido',
'LBL_WEBFORM_REFERENCE_FIELD' => 'Campo Referencia Formulario',
'LBL_SELECT_FIELDS_OF_TARGET_MODULE' => 'Selecciona Campos del Módulo Destino...',
'LBL_ALLOWS_YOU_TO_MANAGE_WEBFORMS' => 'Te permite administrar Formularios Web',
'LBL_ADD_FIELDS' => 'Añadir Campos',
'LBL_EMBED_THE_FOLLOWING_FORM_IN_YOUR_WEBSITE' => 'Copia el siguiente formulario en tu página web',
'LBL_SELECT_VALUE' => '--Selecciona Valor--',
'LBL_LABEL' => 'etiqueta',
'LBL_SAVE_FIELDS_ORDER' => 'Save campos ordenan',
'LBL_HIDDEN' => 'Oculto',
'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Habilitar módulos objetivo para formulario web',
'LBL_ASSIGN_USERS' => 'Asignación de usuario',
'LBL_ASSIGN_ROUND_ROBIN' => 'Asignar Usuarios En Round Robin',
'LBL_ROUNDROBIN_USERS_LIST' => 'Ronda de Usuarios Lista de Robin',
'LBL_ADD_RECORD' => 'Agregar Formulario Web',
'LBL_UPLOAD_DOCUMENTS' => 'subir documentos',
'LBL_ADD_FILE_FIELD' => 'El campo de carga de archivos',
'LBL_FIELD_LABEL' => 'Titulo del documento',
'LBL_FILE_FIELD_INFO' => 'Para cada archivo subido desde web formar un nuevo documento se crea con el archivo adjunto. El documento también está vinculada a este%s de nueva creación.',
'LBL_NO_FILE_FIELD' => 'No hay campos de archivo añadido.',
'LBL_COPY_TO_CLIPBOARD' => 'Copiar al portapapeles',
);
$jsLanguageStrings = array(
'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'Se ha eliminado el formulario correctamente',
'JS_LOADING_TARGET_MODULE_FIELDS' => 'Cargando Campos del Módulo Destino...',
'JS_SELECT_VALUE' => 'Selecciona Valor',
'JS_MANDATORY_FIELDS_WITHOUT_OVERRIDE_VALUE_CANT_BE_HIDDEN' => 'Los campos obligatorios sin valores de reemplazo no puedo estar ocultos',
'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'Campos de referencia no puedo ser obligatoria y sin valor de reemplazo',
'JS_TYPE_TO_SEARCH' => 'Escriba para buscar',
"JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'Formulario web con este nombre ya existe',
'JS_SELECT_AN_OPTION' => 'Seleccione una Opción',
'JS_LABEL' => 'etiqueta',
'JS_MAX_FILE_FIELDS_LIMIT' => 'Máximo que se puede añadir campos de ficheros%s.',
'JS_COPIED_SUCCESSFULLY' => 'Copiado con éxito.',
'JS_COPY_FAILED' => 'Copia falló. Por favor, copiar manualmente.',
);