Files
crm.clientright.ru/languages/es_es/Products.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

98 lines
5.2 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.
* Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
* All Rights Reserved.
* ********************************************************************************
* Language : Español es_es
* Version : 6.0.0
* Created Date : 2012-10-27
* Author : JPL TSolucio, S. L. Joe Bordes
* Last change : 2013-05-03
* Author : JPL TSolucio, S. L. Joe Bordes
************************************************************************************/
$languageStrings = array(
'Products' => 'Productos',
'SINGLE_Products' => 'Producto',
'LBL_ADD_RECORD' => 'Añadir Producto',
'LBL_RECORDS_LIST' => 'Lista de Productos',
'LBL_PRODUCT_INFORMATION' => 'Detalle de Producto',
'LBL_IMAGE_INFORMATION' => 'Información de la Imagen del Producto',
'LBL_STOCK_INFORMATION' => 'Información de Stock',
'LBL_MORE_CURRENCIES' => 'más monedas',
'LBL_PRICES' => 'Precios Producto',
'LBL_PRICE' => 'Precio',
'LBL_RESET_PRICE' => 'Restaurar Precio',
'LBL_RESET' => 'Restaurar',
'LBL_ADD_TO_PRICEBOOKS' => 'Añadir a Tarifas',
'Product No' => 'Número Producto',
'Part Number' => 'Código de Producto',
'Product Active' => 'Producto Activo',
'Manufacturer' => 'Fabricante',
'Product Category' => 'Categoría Producto',
'Website' => 'Página Web',
'Mfr PartNo' => 'Nº de Pieza del Fabricante',
'Vendor PartNo' => 'Nº de Pieza del Proveedor',
'Usage Unit' => 'Unidad de Uso',
'Handler' => 'Responsable',
'Reorder Level' => 'Nivel de pedido',
'Tax Class' => 'Clase de Impuesto',
'Serial No' => 'Nº de serie',
'Qty In Stock' => 'Cantidad en Stock',
'Product Sheet' => 'Hoja del Producto',
'Qty In Demand' => 'Cantidad Pedida',
'GL Account' => 'Cuenta contable',
'Product Image' => 'Imagen del Producto',
'Unit Price' => 'Precio Unitario',
'Commission Rate' => 'Comisión',
'Qty/Unit' => 'Cantidad/Unidad',
'--None--' => '--Ninguno--',
'Hardware' => 'Hardware',
'Software' => 'Software',
'CRM Applications' => 'Aplicaciones CRM',
'300-Sales-Software' => '300-Ventas-Software',
'301-Sales-Hardware' => '301-Ventas-Hardware',
'302-Rental-Income' => '302-Ingreso-Alquiler',
'303-Interest-Income' => '303-Ingreso-Intereses',
'304-Sales-Software-Support' => '304-Ventas-Software-Soporte',
'305-Sales Other' => '305-Ventas-Otros',
'306-Internet Sales' => '306-Ventas-Internet',
'307-Service-Hardware Labor' => '307-Instalación de Hardware-Ventas',
'308-Sales-Books' => '308-Ventas-Libros',
'Box' => 'Caja',
'Carton' => 'Cartón',
'Caton' => 'Caton',
'Dozen' => 'Docena',
'Each' => 'Cada',
'Hours' => 'Horas',
'Impressions' => 'Impresiones',
'Lb' => 'Kg',
'M' => 'm',
'Pack' => 'Paquete',
'Pages' => 'Páginas',
'Pieces' => 'Piezas',
'Reams' => 'Resma',
'Sheet' => 'Hoja',
'Spiral Binder' => 'Cuaderno espiral',
'Sq Ft' => 'm<sup>2</sup>',
'LBL_CONVERSION_RATE' => 'Tasa Conversión',
'LBL_PRODUCTSMOD_DISABLED' => 'Habilitar Productos Módulo para ver Productos',
'LBL_SHOW_BUNDLE_IN_INVENTORY' => 'Mostrar elementos de paquete en factura/Cotizaciones/Sales Order/Orden de Compra',
'LBL_BUNDLE_TOTAL_COST' => 'Coste total de Bundle',
'LBL_UPDATE_BUNDLE_PRICE' => 'Actualización Bundle Precio',
'LBL_PRODUCT_NAME' => 'Nombre Del Producto',
'LBL_PRICE_QUANTITY' => 'Precio x Cantidad',
);
$jsLanguageStrings = array(
'JS_SUB_PRODUCTS_WILL_BE_SHOWN_IN_INVENTORY' => 'Subproductos se le aparecen en el Inventario',
'JS_SUB_PRODUCTS_WILL_NOT_BE_SHOWN_IN_INVENTORY' => 'Subproductos no se mostrarán en el Inventario',
'JS_SUCCESSFULLY_CHANGED_BUNDLE_COST' => 'Costo total cambiado con éxito del paquete',
'JS_DELETION_OR_IN_ACTIVATION_CHILD_PRODUCT_MESSAGE' => 'Este producto es parte de un paquete de productos. El precio del paquete no se modifican cuando un elemento de paquete se elimina o inactiva. ¿Seguro que desea continuar?',
);