Files
crm.clientright.ru/languages/ro_ro/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.7 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' => 'Cazuri / Biletele vor fi cesionat cesionarului selectat de implicit Group / utilizator din Portal pentru clienți.', // 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"=>"Contacte vor fi trimise la datele de conectare atunci când accesul Portalul este activat din pagina de detalii de contact.",
"LBL_SUPPORT_NOTIFY_MESSAGE"=>"Suport de alertă reînnoire a contractului este notificat pe portalul de client in functie de numarul de zile introduse.",
"LBL_ADD_DOCUMENT"=>"Adauga Document",
"LBL_OPEN_TICKETS"=>"Bilete deschise",
"LBL_CREATE_TICKET"=>"Creați bilete",
"LBL_ADD_SHORTCUT"=>"Adăugați comenzi rapide",
"OpenTicketsByPriority"=>"Bilete deschise de prioritate",
"TicketsClosureTimeByPriority"=>"Bilete timp de închidere de prioritate",
"OpenTicketsBySeverity"=>"Bilete deschise de severitate",
"TicketsClosureTimeBySeverity"=>"Bilete timp de închidere de severitate",
"Announcement"=>"Anunț",
"Activity Stream"=>"Activitatea Stream",
"Fields and privilege"=>"Domenii și privilegiu",
"onlymine"=>"Arată numai %s legate de contact",
"all"=>"Afișare %s legate de contact și organizarea",
"faq"=>"Arata toate publicate %s",
"LBL_LAYOUT_HEADER"=>"Portal Meniu",
"LBL_HOME"=>"Acasă",
"LBL_CONTACT_NOTIFICATION"=>"Contact Suport Notificarea",
"LBL_DAYS_BEFORE"=>"Cu câteva zile înainte",
"LBL_HOME_LAYOUT"=>"Portal Acasa Layout",
"LBL_RELATED_INFORMATION"=>"Informații corelate",
"LBL_RECORD_VISIBILITY"=>"Records Vizibilitate",
"LBL_ADD_FIELDS"=>"Adăugați Domenii",
"LBL_READ_AND_WRITE"=>"Citiți și scrie",
"LBL_READ_ONLY"=>"Citiți numai",
"LBL_PORTAL_FIELDS_PRIVILEGES"=>"Domenii Portal și privilegiile",
"LBL_RECENT"=>"Recent",
"LBL_REC_WIDGET"=>"Înregistrați Widget",
"LBL_CHARTS"=>"Grafice",
"LBL_ANNOUNCEMENT"=>"Anunț",
"LBL_SHORTCUTS"=>"Comenzi rapide",
"LBL_SHOW"=>"Vizibil",
"History"=>"Actualizări",
"LBL_VISIBILITY"=>"vizibilitate",
"LBL_RECORD_PERMISSIONS"=>"Permisiuni de înregistrare",
"LBL_CREATE_RECORD"=>"Creați înregistrare",
"LBL_EDIT_RECORD"=>"Edit Record",
'LBL_CREATE_CASE' => 'De A Crea O Husa',
'LBL_OPEN_CASES' => 'Deschise De Circulație',
'OpenCasesByPriority' => 'Dosare deschise de prioritate',
'CasesClosureTimeByPriority' => 'Cazuri timp rezoluție de prioritate',
'products_or_services' => 'Arată toate % - e',
);
$jsLanguageStrings = array(
'JS_PORTAL_INFO_SAVED' => 'Setările Portal pentru clienți salvate.', // TODO=> Review
"LBL_ADD_DOCUMENT"=>"Adauga Document",
"LBL_OPEN_TICKETS"=>"Bilete deschise",
"LBL_CREATE_TICKET"=>"Creați bilete",
"JS_SELECT_SHORTCUT"=>"Selectați o comandă rapidă",
"JS_ADD_FIELD"=>"Adăugați domenii",
"JS_SHOW"=>"Vizibil",
"JS_HIDE"=>"Ascunde",
"JS_NUMBERS"=>"Accept doar număr întreg pozitiv cu pana la patru cifre.",
"JS_MANDATORY_FIELDS_MISSING"=>"Domenii nu a putut fi saved.Please selecta toate câmpurile obligatorii."
);