Files
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

87 lines
3.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(
'Map' => "Karte",
'EXTENTIONNAME' => "Google",
'LBL_UPDATES_CRM' => "Updates in CRM",
'LBL_UPDATES_GOOGLE' => "Updates im Google",
'LBL_UPDATED' => "Aktualisiert",
'LBL_ADDED' => "Zusätzlich",
'LBL_DELETED' => "Gelöschte",
'LBL_SYNCRONIZED' => "Synchronisierte",
'LBL_NOT_SYNCRONIZED' => "Sie haben noch nicht synchronisiert",
'LBL_SYNC_BUTTON' => "Jetzt synchronisieren",
'LBL_REMOVE_SYNC' => "Sync entfernen",
'LBL_MORE_VTIGER' => "Es gibt mehrere Datensätze in vtiger synchronisiert werden",
'LBL_MORE_GOOGLE' => "Es gibt mehrere Datensätze in Google synchronisiert werden",
'Contact Name' => "Kontakt Name",
'Email' => "E-Mail",
'Mobile Phone' => "Handy",
'Address' => "Adresse",
'Event Title' => "Titel der Veranstaltung",
'Start Date' => "Startdatum",
'Until Date' => "Bis Datum",
'Description' => "Beschreibung",
'Office Phone' => 'Office Phone',
'Work Phone' => 'Telefon Arbeit',
'Home Phone' => 'Home Phone',
'SYNC_SETTINGS' => 'Kontakte Sync-Einstellungen',
'LBL_SELECT_GOOGLE_GROUP_TO_SYNC' => 'Wählen Sie Google-Gruppe',
'LBL_ADD_CUSTOM_FIELD_MAPPING' => 'Add Custom Mapping',
'LBL_EMAIL' => 'E-Mail',
'LBL_PHONE' => 'Telefon',
'LBL_URL' => 'URL',
'LBL_CUSTOM' => 'Brauch',
'LBL_SELECT_SYNC_DIRECTION' => 'Wählen Sie Sync Direction',
'LBL_BI_DIRECTIONAL_SYNC' => 'Synchronisieren Sie beide Richtungen',
'LBL_ONLY_SYNC_FROM_GOOGLE_TO_VTIGER' => 'Von Google zu vtiger nur',
'LBL_ONLY_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Von vtiger bei Google nur',
'Job Title' => 'Titel',
'Company' => 'Unternehmen',
'Birthday' => 'Geburtstag',
'Phone' => 'Telefon',
'URL' => 'Url',
'phone' => 'Telefon',
'email' => 'E-Mail',
'url' => 'URL',
'home' => 'Zuhause',
'work' => 'Arbeit',
'custom' => 'Brauch',
'mobile' => 'Handy',
'main' => 'Main',
'work_fax' => 'Fax',
'home_fax' => 'Startseite Fax',
'pager' => 'Funkrufempfänger',
'profile' => 'Profil',
'blog' => 'Blog',
'home-page' => 'Startseite',
'CALENDAR_SYNC_SETTINGS' => 'Calendar Sync-Einstellungen',
'LBL_SELECT_GOOGLE_CALENDAR_TO_SYNC' => 'Wählen Sie Google Kalender',
'LBL_SAVE_AND_START_SYNC' => 'Speichern und Synchronisieren starten',
'LBL_PRIMARY' => 'Haupt-',
'LBL_SYNC_FROM_GOOGLE_TO_VTIGER' => 'Sync von Google zu vtiger',
'LBL_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Synchronisieren von vtiger zu Google',
'LBL_GOOGLE_CONNECT_MSG' => 'Verbinden mit einem Google-Konto zu holen',
'LBL_SIGN_IN_WITH_GOOGLE' => 'Anmeldung mit Google',
'LBL_GOOGLE_ACCOUNT_DETAILS' => 'Google-Konto-Details',
'LBL_GOOGLE_ACCOUNT_SYNCED_WITH' => 'Google-Konto mit Synced',
'LBL_CHANGE_USER' => 'Benutzer Wechseln',
'LBL_SAVE_AND_IMPORT' => 'Speichern und Importieren',
'LBL_IMPORT_RESULTS_GOOGLE' => 'Google Importieren Ergebnisse',
'LBL_REDIRECT_URL' => 'Umleitungs-uRL',
'LBL_REDIRECT_URL_MESSAGE' => 'Kopieren Sie die folgende Umleitungs-URL und fügen Sie ihn in Ihrem Google-Auth-Projekt als Bild zeigt',
);
$jsLanguageStrings = array(
'LBL_SYNC_BUTTON' => "Jetzt synchronisieren",
'LBL_SYNCRONIZING' => "Synchronisieren ....",
'LBL_NOT_SYNCRONIZE' => "Sie haben noch nicht synchronisiert",
);