- 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.
97 lines
5.7 KiB
PHP
97 lines
5.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.
|
|
************************************************************************************/
|
|
$languageStrings = array(
|
|
'SINGLE_Documents' => 'Documento' ,
|
|
'Documents' => 'Documentos' ,
|
|
'LBL_ADD_RECORD' => 'Agregar Documento' ,
|
|
'LBL_RECORDS_LIST' => 'Lista de Documentos' ,
|
|
'LBL_NOTE_INFORMATION' => 'Información básica' ,
|
|
'LBL_FILE_INFORMATION' => 'Información del archivo' ,
|
|
'LBL_DESCRIPTION' => 'Descripción' ,
|
|
'Title' => 'Asunto' ,
|
|
'File Name' => 'Nombre de archivo' ,
|
|
'Note' => 'Notas' ,
|
|
'File Type' => 'Tipo de archivo' ,
|
|
'File Size' => 'Tamaño' ,
|
|
'Download Type' => 'Tipo de descarga' ,
|
|
'Version' => 'Versión' ,
|
|
'Active' => 'Activo' ,
|
|
'Download Count' => 'Número descargas' ,
|
|
'Folder Name' => 'Nombre de carpeta' ,
|
|
'Document No' => 'Número de documento' ,
|
|
'Last Modified By' => 'Última modificación por' ,
|
|
'LBL_FOLDER_HAS_DOCUMENTS' => 'Mueve los documentos de la carpeta antes de borrarla',
|
|
'LBL_DOWNLOAD_FILE' => 'Descargar archivo' ,
|
|
'LBL_CHECK_FILE_INTEGRITY' => 'Comprobar integridad del archivo',
|
|
'LBL_INTERNAL' => 'Interno' ,
|
|
'LBL_EXTERNAL' => 'Externo' ,
|
|
'LBL_MAX_UPLOAD_SIZE' => 'Tamaño máximo de archivo para subir al CRM',
|
|
'LBL_MOVE' => 'Mover' ,
|
|
'LBL_ADD_FOLDER' => 'Agregar carpeta' ,
|
|
'LBL_FOLDERS_LIST' => 'Lista de carpetas' ,
|
|
'LBL_FOLDERS' => 'Carpetas' ,
|
|
'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documentos movidos correctamente',
|
|
'LBL_DENIED_DOCUMENTS' => 'Documentos negados' ,
|
|
'MB' => 'MB' ,
|
|
'LBL_ADD_NEW_FOLDER' => 'Agregar carpeta' ,
|
|
'LBL_FOLDER_NAME' => 'Nombre de carpeta' ,
|
|
'LBL_FOLDER_DESCRIPTION' => 'Descripción de la carpeta' ,
|
|
'LBL_FILE_AVAILABLE' => 'El archivo está disponible para descargarlo',
|
|
'LBL_FILE_NOT_AVAILABLE' => 'Este documento no está disponible para descargarlo',
|
|
'LBL_VIEW_FILE' => 'Ver archivo',
|
|
'LBL_PREVIEW_NOT_AVAILABLE' => 'Vista previa no disponible',
|
|
'LBL_VIEW_FILE' => 'Ver archivo',
|
|
'LBL_PREVIEW_NOT_AVAILABLE' => 'Vista previa no disponible',
|
|
'LBL_INTERNAL_DOCUMENT_TYPE' =>'Documento interno',
|
|
'LBL_EXTERNAL_DOCUMENT_TYPE' =>'URL externa',
|
|
'LBL_WEBDOCUMENT_TYPE' =>'Documento web',
|
|
'LBL_DRAG_&_DROP_FILE_HERE' => 'Arrastrar y soltar archivo aquí',
|
|
'LBL_WEB' => 'Web',
|
|
'LBL_UPLOAD_DOCUMENT_TO_VTIGER' => 'Subir documentos a Vtiger',
|
|
'LBL_ROOT' => 'Raíz',
|
|
'LBL_AUTHORIZE' => 'Autorizar',
|
|
'LBL_DOCUMENT_SOURCE' => 'Documento original',
|
|
'LBL_FILE_URL' => 'Url del archivo',
|
|
|
|
'LBL_EMAIL_FILE_AS_ATTACHMENT' => 'Archivo de correo electrónico como datos adjuntos',
|
|
'LBL_UPLOAD_TO' => 'Subir a',
|
|
'LBL_NEW_DOCUMENT' => 'Nuevo documento',
|
|
'LBL_VTIGER' => 'Vtiger',
|
|
'LBL_CREATE_YOUR_OWN' => 'Crear su propio',
|
|
'LBL_SHARE_DOCUMENT' => 'Compartir un documento',
|
|
'LBL_UPLOAD_TO_VTIGER' => 'Subir el documento a Vtiger',
|
|
'LBL_UPLOAD' => 'Subir',
|
|
'LBL_SELECT_FILE_FROM_COMPUTER' => 'Seleccione el archivo en mi PC',
|
|
'LBL_FILE_UPLOAD' => 'Carga de archivos',
|
|
'LBL_LINK_EXTERNAL_DOCUMENT' => 'Enlace a documentos externos',
|
|
'LBL_TO_SERVICE' => 'A %s',
|
|
'LBL_FROM_SERVICE' => 'De %s',
|
|
'LBL_CREATE_NEW' => 'Crear nuevos %s',
|
|
'LBL_SELECT_A_FOLDER_TO_MOVE' => 'Por favor, seleccione una carpeta para mover',
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'JS_NEW_FOLDER' => 'Nueva carpeta' ,
|
|
'JS_MOVE_DOCUMENTS' => 'Mover documentos' ,
|
|
'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => '¿Está seguro de que quiere mover estos archivos a',
|
|
'JS_FOLDER' => 'Carpeta' ,
|
|
'JS_OPERATION_DENIED' => 'Operación rechazada' ,
|
|
'JS_FOLDER_IS_NOT_EMPTY' => 'Por favor Borrar / Mover todos los documentos de la carpeta actual antes de eliminarlos',
|
|
'JS_SPECIAL_CHARACTERS' => 'Caracteres especiales como',
|
|
'JS_NOT_ALLOWED' => 'no se permite',
|
|
'JS_DELETE_AND_TRASH_FILE_IN_DRIVE' => 'Eliminar y desechar el archivo en la unidad',
|
|
'JS_FAILED_TO_UPLOAD_FILE' => 'Error al cargar el archivo',
|
|
'JS_ARE_YOU_SURE_TO_REVOKE_ACCESS' => '¿Está seguro que desea revocar el acceso?',
|
|
'JS_ACCESS_REVOKED' => 'Acceso revocado',
|
|
'JS_DELETE_AND_TRASH_FILE_IN_DROPBOX' => 'Eliminar y desechar el archivo en dropbox',
|
|
'JS_UPLOAD_SUCCESSFUL' => 'Archivo subido exitosamente',
|
|
'JS_UPLOAD_FAILED' => 'Error al cargar archivo',
|
|
'JS_DOCUMENT_CREATED' => 'Documento creado',
|
|
'JS_DOCUMENT_CREATION_FAILED' => 'Error al crear documento',
|
|
); |