Files
crm.clientright.ru/languages/de_de/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.4 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' ,
'LBL_PORTAL_DESCRIPTION' => 'Setup Privileges of Portal User',
'LBL_PRIVILEGES' => 'Privileges' ,
'LBL_DEFAULT_ASSIGNEE' => 'Default Assignee' ,
'LBL_PORTAL_URL' => 'Portal Url' ,
'LBL_MODULE_NAME' => 'Module Name' ,
'LBL_ENABLE_MODULE' => 'Enable Module' ,
'LBL_VIEW_ALL_RECORDS' => 'See Records across Organization',
'LBL_PREVILEGES_MESSAGE' => 'This User\'s privileges will be applied to the Portal User.',
'LBL_DEFAULT_ASSIGNEE_MESSAGE' => 'Cases / Tickets werden auf den ausgewählten Bearbeiter von der Standard-Gruppe / Benutzer aus dem Kundenportal zugeordnet werden.',
'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.',
'LBL_DRAG_AND_DROP_MESSAGE' => 'Drag and Drop modules to reorder in the Customer Portal',
"LBL_CONTACTS_ENABLE_MESSAGE"=>"Kontakte werden die Anmeldedaten gesendet werden, wenn Portal Zugriff von Kontaktdaten Seite aktiviert.",
"LBL_SUPPORT_NOTIFY_MESSAGE"=>"Unterstützung Vertragsverlängerung Alarm auf dem Kundenportal auf der Basis der Anzahl der eingegebenen Tagen benachrichtigt.",
"LBL_ADD_DOCUMENT"=>"Dokument hinzufügen",
"LBL_OPEN_TICKETS"=>"Offene Tickets",
"LBL_CREATE_TICKET"=>"Ticket erstellen",
"LBL_ADD_SHORTCUT"=>"Schnellwahl",
"OpenTicketsByPriority"=>"Open Tickets nach Priorität",
"TicketsClosureTimeByPriority"=>"Tickets Schließzeit nach Priorität",
"OpenTicketsBySeverity"=>"Open Tickets nach Schweregrad",
"TicketsClosureTimeBySeverity"=>"Tickets Schließzeit nach Schweregrad",
"Announcement"=>"Ankündigung",
"Activity Stream"=>"Activity Stream",
"Fields and privilege"=>"Felder und Privileg",
"onlymine"=>"Nur %s verbunden mit dem Kontakt",
"all"=>"Anzeigen %s verbunden mit dem Kontakt und Organisation",
"products_or_services"=>"Zeige alles %s",
"faq"=>"Alle veröffentlichten %s",
"LBL_LAYOUT_HEADER"=>"Portal Menü",
"LBL_HOME"=>"Nach Hause",
"LBL_CONTACT_NOTIFICATION"=>"Kontakt Support Benachrichtigung",
"LBL_DAYS_BEFORE"=>"Tage vor",
"LBL_HOME_LAYOUT"=>"Portal Home-Layout",
"LBL_RELATED_INFORMATION"=>"Weiterführende Informationen",
"LBL_RECORD_VISIBILITY"=>"Rekorde Sichtbarkeit",
"LBL_ADD_FIELDS"=>"Felder hinzufügen",
"LBL_READ_AND_WRITE"=>"Lesen und Schreiben",
"LBL_READ_ONLY"=>"Nur lesen",
"LBL_PORTAL_FIELDS_PRIVILEGES"=>"Portal Felder und Privilegien",
"LBL_RECENT"=>"Kürzlich",
"LBL_REC_WIDGET"=>"Nehmen Widget",
"LBL_CHARTS"=>"Charts",
"LBL_ANNOUNCEMENT"=>"Ankündigung",
"LBL_SHORTCUTS"=>"Shortcuts",
"LBL_SHOW"=>"Sichtbar",
"History"=>"Aktuelles",
"LBL_VISIBILITY"=>"Sichtbarkeit",
"LBL_RECORD_PERMISSIONS"=>"Nehmen Sie Berechtigungen",
"LBL_CREATE_RECORD"=>"Eintrag erstellen",
"LBL_EDIT_RECORD"=>"Datensatz bearbeiten",
'LBL_CREATE_CASE' => 'Fall Anlegen',
'LBL_OPEN_CASES' => 'Offene Fälle',
'OpenCasesByPriority' => 'Offene Fälle nach Priorität',
'CasesClosureTimeByPriority' => 'Cases Lösungszeit nach Priorität',
);
$jsLanguageStrings = array(
'JS_PORTAL_INFO_SAVED' => 'Kundenportal Einstellungen gespeichert.',
"LBL_ADD_DOCUMENT"=>"Dokument hinzufügen",
"LBL_OPEN_TICKETS"=>"Offene Tickets",
"LBL_CREATE_TICKET"=>"Ticket erstellen",
"JS_SELECT_SHORTCUT"=>"Wählen Sie eine Verknüpfung",
"JS_ADD_FIELD"=>"Felder hinzufügen",
"JS_SHOW"=>"Sichtbar",
"JS_HIDE"=>"Verbergen",
'JS_NUMBERS'=>"Es sind nur positive ganze Zahl mit bis zu vier Ziffern.",
'JS_MANDATORY_FIELDS_MISSING'=>"Felder konnte nicht saved.Please alle Pflichtfelder aus."
);