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

90 lines
5.8 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(
'Products' => 'Produkte' ,
'SINGLE_Products' => 'Produkt' ,
'LBL_ADD_RECORD' => 'Neues Produkt' ,
'LBL_RECORDS_LIST' => 'Produktübersicht' ,
'LBL_PRODUCT_INFORMATION' => 'Produkt' ,
'LBL_IMAGE_INFORMATION' => 'Produktbilder:' ,
'LBL_STOCK_INFORMATION' => 'Lager:' ,
'LBL_MORE_CURRENCIES' => 'weitere Währungen' ,
'LBL_PRICES' => 'Produktpreise' ,
'LBL_PRICE' => 'Preis' ,
'LBL_RESET_PRICE' => 'Preis zurücksetzen' ,
'LBL_RESET' => 'zurücksetzen' ,
'LBL_ADD_TO_PRICEBOOKS' => 'Add to PriceBooks' ,
'Product No' => 'Produktnummer.' ,
'Part Number' => 'Produktcode' ,
'Product Active' => 'Aktiv' ,
'Manufacturer' => 'Hersteller' ,
'Product Category' => 'Produktkategorie' ,
'Website' => 'Webseite' ,
'Mfr PartNo' => 'Herstellernr.' ,
'Vendor PartNo' => 'Händlernr.' ,
'Usage Unit' => 'Mengeneinheit' ,
'Handler' => 'Verantwortlicher' ,
'Reorder Level' => 'Minimalbestand' ,
'Tax Class' => 'MwSt. Stufe' ,
'Serial No' => 'Seriennummer' ,
'Qty In Stock' => 'Lagerbestand' ,
'Product Sheet' => 'Produktblatt' ,
'Qty In Demand' => 'Bestellmenge' ,
'GL Account' => 'FIBU Konto' ,
'Product Image' => 'Produktbild' ,
'Unit Price' => 'Einheitenpreis' ,
'Commission Rate' => 'Kommission (%)' ,
'Qty/Unit' => 'Menge/Einheit' ,
'--None--' => '--ohne--' ,
'Hardware' => 'Hardware' ,
'Software' => 'Software' ,
'CRM Applications' => 'CRM Anwendung' ,
'300-Sales-Software' => '300-Einkommen Software' ,
'301-Sales-Hardware' => '301-Einkommen Hardware' ,
'302-Rental-Income' => '302-Einkommen Vermietung' ,
'303-Interest-Income' => '303-Einkommen Zinsen' ,
'304-Sales-Software-Support' => '304-Einkommen Software Support',
'305-Sales Other' => '305-Einkommen Anderes' ,
'306-Internet Sales' => '306-Einkommen Internet' ,
'307-Service-Hardware Labor' => '307-Einkommen Service' ,
'308-Sales-Books' => '308-Einkommen Buchverkauf' ,
'Box' => 'Box' ,
'Carton' => 'Karton' ,
'Caton' => 'Kiste' ,
'Dozen' => 'Dutzend' ,
'Each' => 'Paket' ,
'Hours' => 'Stunden' ,
'Impressions' => 'Impressionen' ,
'Lb' => 'Pfund' ,
'M' => 'Meter' ,
'Pack' => 'Packung' ,
'Pages' => 'Seiten' ,
'Pieces' => 'Teile' ,
'Reams' => 'Gebiete' ,
'Sheet' => 'Lagen' ,
'Spiral Binder' => 'Spiralen' ,
'Sq Ft' => 'Quadratmeter' ,
'LBL_CONVERSION_RATE' => 'Conversion Rate' ,
'LBL_PRODUCTSMOD_DISABLED' => 'Aktivieren Produkte Modul zur Produktansicht',
'LBL_SHOW_BUNDLE_IN_INVENTORY' => 'Bündel Artikel in Rechnung/Quotes/Sales Order/Bestellung anzeigen',
'LBL_BUNDLE_TOTAL_COST' => 'Gesamtkosten des Bundle',
'LBL_UPDATE_BUNDLE_PRICE' => 'Update-Bundle Preis',
'LBL_PRODUCT_NAME' => 'Produkt-Name',
'LBL_PRICE_QUANTITY' => 'Preis x Menge',
);
$jsLanguageStrings = array(
'JS_SUB_PRODUCTS_WILL_BE_SHOWN_IN_INVENTORY' => 'Unter Produkte werden in der Bestands gezeigt werden,',
'JS_SUB_PRODUCTS_WILL_NOT_BE_SHOWN_IN_INVENTORY' => 'Unter Produkte werden nicht in der Inventar gezeigt werden,',
'JS_SUCCESSFULLY_CHANGED_BUNDLE_COST' => 'Erfolgreich geändert Gesamtkosten des Bündels',
'JS_DELETION_OR_IN_ACTIVATION_CHILD_PRODUCT_MESSAGE' => 'Dieses Produkt ist Teil einer Produktbündel. Der Preis des Bündels bleiben unverändert, wenn ein Bündel Einzel deletiert oder inaktiviert ist. Sind Sie sicher, dass Sie fortfahren möchten?',
);