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

107 lines
4.0 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(
// Basic Strings
'Products' => 'Produkty',
'SINGLE_Products' => 'Produkt',
'LBL_ADD_RECORD' => 'Dodaj Produkt',
'LBL_RECORDS_LIST' => 'Lista Produktów',
'LBL_RECORD_SUMMARY' => 'Podsumowanie Produktu',
// Blocks
'LBL_PRODUCT_INFORMATION' => 'Szczegóły produktu',
'LBL_IMAGE_INFORMATION' => 'Informacje dotyczące zdjęcia',
'LBL_STOCK_INFORMATION' => 'Informacje magazynowe',
'LBL_MORE_CURRENCIES' => 'więcej walut',
'LBL_PRICES' => 'Ceny Produktu',
'LBL_PRICE' => 'Cena',
'LBL_RESET_PRICE' => 'Przelicz cenę',
'LBL_RESET' => 'Przelicz',
'LBL_ADD_TO_PRICEBOOKS' => 'Dodaj do Cenników',
//Field Labels
'Product No' => 'Numer produktu',
'Part Number' => 'Kod produktu',
'Product Active' => 'Produkt w sprzedaży',
'Manufacturer' => 'Producent',
'Product Category' => 'Kategoria Produktu',
'Website' => 'Strona WWW',
'Mfr PartNo' => 'Nr Fabryczny',
'Vendor PartNo' => 'Kod produktu u Dostawcy',
'Usage Unit'=>'Jednostka',
'Handler'=>'Odpowiedzialny za produkt',
'Reorder Level'=>'Minimalny stan magazynowy',
'Tax Class'=>'Typ podatku',
'Reorder Level'=>'Minimalny stan magazynowy',
'Vendor PartNo'=>'Kod produktu u Dostawcy',
'Serial No'=>'Nr seryjny',
'Qty In Stock'=>'Ilość na magazynie',
'Product Sheet'=>'Dane techniczne',
'Qty In Demand'=>'Wymagana ilość w Magazynie',
'GL Account'=>'Konto Księgowe',
'Product Image'=>'Zdjęcie produktu',
'Unit Price'=>'Cena jednostkowa',
'Commission Rate'=>'Marża',
'Qty/Unit'=>'Szt. w opakowaniu',
//Added for existing picklist entries
'--None--'=>'-- Brak --',
'Hardware'=>'Komputery',
'Software'=>'Oprogramowanie',
'CRM Applications'=>'Aplikacje CRM',
'300-Sales-Software'=>'300 Sprzedaż oprogramowania',
'301-Sales-Hardware'=>'301 Sprzedaż urządzeń',
'302-Rental-Income'=>'302 Przychody z wynajmu',
'303-Interest-Income'=>'303 Przychody z tytułu odsetek',
'304-Sales-Software-Support'=>'304 Sprzedaż wsparcia na oprogramowanie',
'305-Sales Other'=>'305 Sprzedaż pozostała',
'306-Internet Sales'=>'306 Sprzedaż internetowa',
'307-Service-Hardware Labor'=>'307 Koszty naprawy',
'308-Sales-Books'=>'308 Sprzedaż książek',
'Box'=>'Pudło',
'Carton'=>'Karton',
'Caton'=>'Jednostka',
'Dozen'=>'Tuzin',
'Each'=>'Każdy',
'Hours'=>'Godziny',
'Impressions'=>'Rodzaj',
'Lb'=>'Lb',
'M'=>'M',
'Pack'=>'Paczka',
'Pages'=>'Strony',
'Pieces'=>'Kawałki',
'Reams'=>'Ryz',
'Sheet'=>'Zeszytów',
'Spiral Binder'=>'Skoroszytów',
'Sq Ft'=>'m²',
'LBL_ADD_TO_PRICEBOOKS' => 'Dodaj do Cenników',
'LBL_PRODUCTSMOD_DISABLED' => 'Włącz Produkty modułu aby zobaczyć produkty',
'LBL_SHOW_BUNDLE_IN_INVENTORY' => 'Pokaż produkty, wiązanej, faktura/Cytaty/zlecenia/Zamówienia',
'LBL_BUNDLE_TOTAL_COST' => 'Koszt Bundle',
'LBL_UPDATE_BUNDLE_PRICE' => 'Aktualizacja Bundle Cena',
'LBL_CONVERSION_RATE' => 'Współczynnik Konwersji',
'LBL_PRODUCT_NAME' => 'Nazwa Produktu',
'LBL_PRICE_QUANTITY' => 'Cena x Ilość',
);
$jsLanguageStrings = array(
'JS_SUB_PRODUCTS_WILL_BE_SHOWN_IN_INVENTORY' => 'Dostawa uzupełniająca zostanie pokazany w wykazie',
'JS_SUB_PRODUCTS_WILL_NOT_BE_SHOWN_IN_INVENTORY' => 'Dostawa uzupełniająca nie zostanie pokazany w wykazie',
'JS_SUCCESSFULLY_CHANGED_BUNDLE_COST' => 'Pomyślnie zmienione Całkowity koszt pakietu',
'JS_DELETION_OR_IN_ACTIVATION_CHILD_PRODUCT_MESSAGE' => 'Ten produkt jest częścią pakietu produktów. Cena pakietu pozostają niezmienione, gdy pozycja pakiet zostanie usunięty lub inaktywowane. Czy na pewno chcesz kontynuować?',
);