Files
crm.clientright.ru/languages/it_it/Settings/CustomerPortal.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

80 lines
4.6 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(
'CustomerPortal' => 'Customer Portal' , // TODO: Review
'LBL_PORTAL_DESCRIPTION' => 'Setup Privileges of Portal User', // TODO: Review
'LBL_PRIVILEGES' => 'Privileges' , // TODO: Review
'LBL_DEFAULT_ASSIGNEE' => 'Default Assignee' , // TODO: Review
'LBL_PORTAL_URL' => 'Portal Url' , // TODO: Review
'LBL_MODULE_NAME' => 'Module Name' , // TODO: Review
'LBL_ENABLE_MODULE' => 'Enable Module' , // TODO: Review
'LBL_VIEW_ALL_RECORDS' => 'See Records across Organization', // TODO: Review
'LBL_PREVILEGES_MESSAGE' => 'This User\'s privileges will be applied to the Portal User.', // TODO: Review
'LBL_DEFAULT_ASSIGNEE_MESSAGE' => 'Casi / biglietti saranno ceduto al titolare scelto dal default Gruppo / utente dal Portale clienti.', // TODO: Review
'LBL_PORTAL_URL_MESSAGE' => 'This is URL for the Portal where your contacts can login to submit/track tickets, access knowledge base and do more. Contacts will be sent the login details when Portal access is enabled from Contact details page.', // TODO: Review
'LBL_DRAG_AND_DROP_MESSAGE' => 'Drag and Drop modules to reorder in the Customer Portal', // TODO: Review
"LBL_CONTACTS_ENABLE_MESSAGE"=>"Contatti saranno inviati i dati di accesso quando l'accesso Portal è attivato dalla pagina dei dettagli di contatto.",
"LBL_SUPPORT_NOTIFY_MESSAGE"=>"Supporto avviso rinnovo del contratto viene notificato sul portale clienti in base al numero di giorni immessi.",
"LBL_ADD_DOCUMENT"=>"Aggiungi documento",
"LBL_OPEN_TICKETS"=>"Biglietti aperte",
"LBL_CREATE_TICKET"=>"Crea Ticket",
"LBL_ADD_SHORTCUT"=>"Aggiungi Shortcut",
"OpenTicketsByPriority"=>"Biglietti aperti per priorità",
"TicketsClosureTimeByPriority"=>"Biglietti tempo di chiusura per priorità",
"OpenTicketsBySeverity"=>"Biglietti aperti di gravità",
"TicketsClosureTimeBySeverity"=>"Biglietti tempo di chiusura in base alla gravità",
"Announcement"=>"Annuncio",
"Activity Stream"=>"Flusso di attività",
"Fields and privilege"=>"Campi e privilegi",
"onlymine"=>"Mostra solo %s legato a contattarci",
"all"=>"Visualizza %s collegati direttamente al contatto e organizzazione",
"products_or_services"=>"Mostra tutto %s",
"faq"=>"Mostra tutti pubblicato %s",
"LBL_LAYOUT_HEADER"=>"Portal Navbar",
"LBL_HOME"=>"Casa",
"LBL_CONTACT_NOTIFICATION"=>"Contattare il supporto di notifica",
"LBL_DAYS_BEFORE"=>"Giorni prima",
"LBL_HOME_LAYOUT"=>"Portal Casa layout",
"LBL_RELATED_INFORMATION"=>"Informazioni correlate",
"LBL_RECORD_VISIBILITY"=>"Records Visibilità",
"LBL_ADD_FIELDS"=>"Aggiungi campi",
"LBL_READ_AND_WRITE"=>"Leggere e scrivere",
"LBL_READ_ONLY"=>"Solo lettura",
"LBL_PORTAL_FIELDS_PRIVILEGES"=>"Campi portale e privilegi",
"LBL_RECENT"=>"Recente",
"LBL_REC_WIDGET"=>"Record Widget",
"LBL_CHARTS"=>"Grafici",
"LBL_ANNOUNCEMENT"=>"Annuncio",
"LBL_SHORTCUTS"=>"Scorciatoie",
"LBL_SHOW"=>"Visibile",
"History"=>"Aggiornamenti",
"LBL_VISIBILITY"=>"visibilità",
"LBL_RECORD_PERMISSIONS"=>"Permessi Record",
"LBL_CREATE_RECORD"=>"Creare Record",
"LBL_EDIT_RECORD"=>"Modifica record",
'LBL_CREATE_CASE' => 'Creare Il Caso',
'LBL_OPEN_CASES' => 'Casi Aperti',
'OpenCasesByPriority' => 'Casi aperti in base alla priorità',
'CasesClosureTimeByPriority' => 'I casi il tempo di risoluzione per priorità',
);
$jsLanguageStrings = array(
'JS_PORTAL_INFO_SAVED' => 'Impostazioni del portale clienti salvate.', // TODO: Review
"LBL_ADD_DOCUMENT"=>"Aggiungi documento",
"LBL_OPEN_TICKETS"=>"Biglietti aperte",
"LBL_CREATE_TICKET"=>"Crea Ticket",
"JS_SELECT_SHORTCUT"=>"Selezionare un collegamento",
"JS_ADD_FIELD"=>"Aggiungere campi",
"JS_SHOW"=>"Visibile",
"JS_HIDE"=>"Nascondere",
"JS_NUMBERS"=>"Accetta solo numero intero positivo con fino a quattro cifre.",
"JS_MANDATORY_FIELDS_MISSING"=>"I campi non possono essere saved.Please selezionare tutti i campi obbligatori."
);