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' => "Mappa",
'EXTENTIONNAME' => "Google",
'LBL_UPDATES_CRM' => "Aggiornamenti in CRM",
'LBL_UPDATES_GOOGLE' => "Aggiornamenti di Google",
'LBL_UPDATED' => "Aggiornato",
'LBL_ADDED' => "Aggiunto",
'LBL_DELETED' => "Soppresso",
'LBL_SYNCRONIZED' => "Sincronizzato",
'LBL_NOT_SYNCRONIZED' => "Non hai ancora sincronizzato",
'LBL_SYNC_BUTTON' => "Sincronizzare Ora",
'LBL_REMOVE_SYNC' => "Rimuovere Sync",
'LBL_MORE_VTIGER' => "Ci sono più record da sincronizzare in vtiger",
'LBL_MORE_GOOGLE' => "Ci sono più record da sincronizzare con Google",
'Contact Name' => "Nome del contatto",
'Email' => "Email",
'Mobile Phone' => "Cellulare",
'Address' => "Indirizzo",
'Event Title' => "Titolo dell'evento",
'Start Date' => "Data di inizio",
'Until Date' => "Fino alla data di",
'Description' => "Descrizione",
'Office Phone' => 'Telefono ufficio',
'Work Phone' => 'Lavoro Telefono',
'Home Phone' => 'Telefono di casa',
'SYNC_SETTINGS' => 'Contatti impostazioni di sincronizzazione',
'LBL_SELECT_GOOGLE_GROUP_TO_SYNC' => 'Seleziona Google Group',
'LBL_ADD_CUSTOM_FIELD_MAPPING' => 'Aggiungi mappatura personalizzata',
'LBL_EMAIL' => 'Email',
'LBL_PHONE' => 'Telefono',
'LBL_URL' => 'Url',
'LBL_CUSTOM' => 'Abitudine',
'LBL_SELECT_SYNC_DIRECTION' => 'Selezionare Sync Direction',
'LBL_BI_DIRECTIONAL_SYNC' => 'Sincronizza in entrambe le direzioni',
'LBL_ONLY_SYNC_FROM_GOOGLE_TO_VTIGER' => 'Da Google a Vtiger solo',
'LBL_ONLY_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Da Vtiger a Google solo',
'Job Title' => 'Titolo',
'Company' => 'Azienda',
'Birthday' => 'Compleanno',
'Phone' => 'Telefono',
'URL' => 'Url',
'phone' => 'Telefono',
'email' => 'Email',
'url' => 'Url',
'home' => 'Casa',
'work' => 'Lavoro',
'custom' => 'Abitudine',
'mobile' => 'Mobile',
'main' => 'Principale',
'work_fax' => 'Fax',
'home_fax' => 'Casa Fax',
'pager' => 'Pager',
'profile' => 'Profilo',
'blog' => 'Blog',
'home-page' => 'Homepage',
'CALENDAR_SYNC_SETTINGS' => 'Calendario impostazioni di sincronizzazione',
'LBL_SELECT_GOOGLE_CALENDAR_TO_SYNC' => 'Seleziona Google Calendar',
'LBL_SAVE_AND_START_SYNC' => 'Salvare e Start Sync',
'LBL_PRIMARY' => 'Primario',
'LBL_SYNC_FROM_GOOGLE_TO_VTIGER' => 'Sync da google a vtiger',
'LBL_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Sincronizza dal vtiger to google',
'LBL_GOOGLE_CONNECT_MSG' => 'Connettersi a un account Google per recuperare',
'LBL_SIGN_IN_WITH_GOOGLE' => 'Accedi con Google',
'LBL_GOOGLE_ACCOUNT_DETAILS' => 'Google Account Details',
'LBL_GOOGLE_ACCOUNT_SYNCED_WITH' => 'Google Account sincronizzati con',
'LBL_CHANGE_USER' => 'Cambia utente',
'LBL_SAVE_AND_IMPORT' => 'Salvare e Importare',
'LBL_IMPORT_RESULTS_GOOGLE' => 'Google Importazione risultati',
'LBL_REDIRECT_URL' => 'URL di reindirizzamento',
'LBL_REDIRECT_URL_MESSAGE' => 'Copiare il seguente URL di reindirizzamento e incollare nel vostro progetto di autenticazione di Google come spettacoli di immagini',
);
$jsLanguageStrings = array(
'LBL_SYNC_BUTTON' => "Sincronizzare Ora",
'LBL_SYNCRONIZING' => "Sincronizzazione ....",
'LBL_NOT_SYNCRONIZE' => "Non hai ancora sincronizzato",
);