- 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.
75 lines
2.9 KiB
PHP
75 lines
2.9 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
|
|
'Potentials' => 'Szanse Sprzedaży',
|
|
'SINGLE_Potentials' => 'Szansa Sprzedaży',
|
|
'LBL_ADD_RECORD' => 'Dodaj Szansę Sprzedaży',
|
|
'LBL_RECORDS_LIST' => 'Lista Szans Sprzedaży',
|
|
'LBL_RECORD_SUMMARY' => 'Podsumowanie Szans Sprzedaży',
|
|
|
|
// Blocks
|
|
'LBL_OPPORTUNITY_INFORMATION' => 'Szczegóły szans',
|
|
|
|
//Field Labels
|
|
'Potential No' => 'Numer Szansy Sprzedaży',
|
|
'Amount' => 'Wartość',
|
|
'Next Step' => 'Kolejny krok',
|
|
'Sales Stage' => 'Etap sprzedaży',
|
|
'Probability' => 'Prawdopodobieństwo sukcesu',
|
|
'Campaign Source' => 'Kampania reklamowa',
|
|
'Forecast Amount' => 'Przychody ważona',
|
|
'Related To' => 'Nazwa organizacji',
|
|
'Type' => 'Rodzaj',
|
|
|
|
//Dashboard widgets
|
|
'Funnel' => 'Lejek Szans Sprzedaży',
|
|
'Potentials by Stage' => 'Szanse Sprzedaży według etapu',
|
|
'Total Revenue' => 'Przychody wg sprzedawcy',
|
|
'Top Potentials' => 'Najważniejsze szanse sprzedaży',
|
|
'Forecast' => 'Prognozy sprzedaży',
|
|
|
|
//Added for Existing Picklist Strings
|
|
|
|
'Prospecting'=>'Nowa sprzedaż',
|
|
'Qualification'=>'Rozpoznanie',
|
|
'Needs Analysis'=>'Analizy wymagań',
|
|
'Value Proposition'=>'Wstępna Wycena',
|
|
'Id. Decision Makers'=>'Podejmowanie decyzji',
|
|
'Perception Analysis'=>'Analiza potrzeb',
|
|
'Proposal/Price Quote'=>'Oferta cenowa',
|
|
'Negotiation/Review'=>'Negocjacje',
|
|
'Closed Won'=>'Zakończone sukcesem',
|
|
'Closed Lost'=>'Zakończone porażką',
|
|
|
|
'--None--'=>'-- Brak --',
|
|
'Existing Business'=>'Dla istniejącego klienta',
|
|
'New Business'=>'Dla nowego klienta',
|
|
'LBL_EXPECTED_CLOSE_DATE_ON' => 'Oczekuje się, że zakończy się',
|
|
|
|
//Convert Potentials
|
|
'LBL_CONVERT_POTENTIAL' => 'Konwersja szans',
|
|
'LBL_POTENTIALS_FIELD_MAPPING' => 'Możliwości mapowania pól',
|
|
'LBL_CONVERT_POTENTIALS_ERROR' => 'Musisz włączyć projekt do konwersji okazja',
|
|
'LBL_POTENTIALS_FIELD_MAPPING_INCOMPLETE' => 'Mapowanie jest możliwości Pole niepełne (Ustawienia> Moduł zarządzania> Możliwości> Szans Pole Mapowanie)',
|
|
'LBL_CREATE_PROJECT' => 'Tworzenie projektu',
|
|
|
|
//Potentials Custom Field Mapping
|
|
'LBL_CUSTOM_FIELD_MAPPING'=> 'Okazją do projektu mapowania',
|
|
|
|
'Contact Name' => 'Nazwa Kontaktu',
|
|
'LBL_RELATED_CONTACTS' => 'Odpowiednie Kontakty',
|
|
'LBL_RELATED_PRODUCTS' => 'Produkty Powiązane',
|
|
|
|
);
|
|
|
|
$jsLanguageStrings = array(
|
|
'JS_SELECT_PROJECT_TO_CONVERT_LEAD' => 'Nawrócenie wymaga wybór projektu',
|
|
); |