Files
crm.clientright.ru/languages/hu_hu/Google.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

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' => "Térkép",
'EXTENTIONNAME' => "Google",
'LBL_UPDATES_CRM' => "Frissítések CRM",
'LBL_UPDATES_GOOGLE' => "Frissítések Google",
'LBL_UPDATED' => "Korszerűsített",
'LBL_ADDED' => "Hozzáadott",
'LBL_DELETED' => "Törölt",
'LBL_SYNCRONIZED' => "Szinkronizált",
'LBL_NOT_SYNCRONIZED' => "Még nem szinkronizált még",
'LBL_SYNC_BUTTON' => "Szinkronizálása most",
'LBL_REMOVE_SYNC' => "Vegye szinkronizálása",
'LBL_MORE_VTIGER' => "Több rekordot kell szinkronizálni a vtiger",
'LBL_MORE_GOOGLE' => "Több rekordot kell szinkronizálni a Google",
'Contact Name' => "Kapcsolattartó neve",
'Email' => "E-mail",
'Mobile Phone' => "Mobile Phone",
'Address' => "Cím",
'Event Title' => "Esemény címe",
'Start Date' => "Kezdés dátuma",
'Until Date' => "Amíg dátuma",
'Description' => "Leírás",
'Office Phone' => 'Irodai telefon',
'Work Phone' => 'Munkahelyi telefon',
'Home Phone' => 'Otthoni telefon',
'SYNC_SETTINGS' => 'Kapcsolatok Sync Settings',
'LBL_SELECT_GOOGLE_GROUP_TO_SYNC' => 'Válassza ki a Google Group',
'LBL_ADD_CUSTOM_FIELD_MAPPING' => 'Add Custom Mapping',
'LBL_EMAIL' => 'E-mail',
'LBL_PHONE' => 'Telefon',
'LBL_URL' => 'Url',
'LBL_CUSTOM' => 'Szokás',
'LBL_SELECT_SYNC_DIRECTION' => 'Válassza ki szinkronizálás irányát',
'LBL_BI_DIRECTIONAL_SYNC' => 'Szinkronizálja mindkét irányban',
'LBL_ONLY_SYNC_FROM_GOOGLE_TO_VTIGER' => 'A Google a Vtiger csak',
'LBL_ONLY_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Re Vtiger a Google csak',
'Job Title' => 'Cím',
'Company' => 'Vállalat',
'Birthday' => 'Születésnap',
'Phone' => 'Telefon',
'URL' => 'Url',
'phone' => 'Telefon',
'email' => 'E-mail',
'url' => 'Url',
'home' => 'Otthon',
'work' => 'Munka',
'custom' => 'Szokás',
'mobile' => 'Mozgó',
'main' => 'Legfontosabb',
'work_fax' => 'Fax',
'home_fax' => 'Otthoni fax',
'pager' => 'Pager',
'profile' => 'Profil',
'blog' => 'Blog',
'home-page' => 'Honlap',
'CALENDAR_SYNC_SETTINGS' => 'Naptár szinkronizálási beállítások',
'LBL_SELECT_GOOGLE_CALENDAR_TO_SYNC' => 'Válassza ki a Google Naptár',
'LBL_SAVE_AND_START_SYNC' => 'Mentés és a Start Sync',
'LBL_PRIMARY' => 'Elsődleges',
'LBL_SYNC_FROM_GOOGLE_TO_VTIGER' => 'Sync google a vtiger',
'LBL_SYNC_FROM_VTIGER_TO_GOOGLE' => 'Szinkronizálni vtiger a google-',
'LBL_GOOGLE_CONNECT_MSG' => 'Kapcsolódni a Google fiók letölteni',
'LBL_SIGN_IN_WITH_GOOGLE' => 'Jelentkezzen be Google',
'LBL_GOOGLE_ACCOUNT_DETAILS' => 'Google Fiók részletek',
'LBL_GOOGLE_ACCOUNT_SYNCED_WITH' => 'Google Account szinkronizálva,',
'LBL_CHANGE_USER' => 'Change User',
'LBL_SAVE_AND_IMPORT' => 'A mentés gombra, majd Importálja',
'LBL_IMPORT_RESULTS_GOOGLE' => 'A Google Import eredmények',
'LBL_REDIRECT_URL' => 'átirányítási uRL-t',
'LBL_REDIRECT_URL_MESSAGE' => 'Másold az alábbi átirányítási URL-t és illessze be a google auth projekt kép is mutatja',
);
$jsLanguageStrings = array(
'LBL_SYNC_BUTTON' => "Szinkronizálása most",
'LBL_SYNCRONIZING' => "Szinkronizálása ....",
'LBL_NOT_SYNCRONIZE' => "Még nem szinkronizált még",
);