Files
crm.clientright.ru/languages/ar_ae/Project.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

91 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(
// Basic Strings
'Project' => 'المشاريع',
'SINGLE_Project' => 'المشاريع',
'LBL_ADD_RECORD' => 'اضافة مشروع',
'LBL_RECORDS_LIST' => 'قائمة المشاريع',
// Blocks
'LBL_PROJECT_INFORMATION' => 'تفاصيل المشروع',
//Field Labels
'Project Name' => 'اسم المشروع',
'Start Date' => 'تاريخ البدء',
'Target End Date' => 'تاريخ الانتهاء المتوقع',
'Actual End Date' => 'تاريخ الانتهاء الفعلي',
'Project No' => 'رقم المشروع',
'Target Budget' => 'الميزانية المستهدفة',
'Project Url' => 'رابط المشروع',
'Progress' => 'التقدم',
'Type' => 'النوع',
'Related to' => 'المتعلقة',
//Summary Information
'LBL_TASKS_OPEN' => 'فتح مهام',
'LBL_TASKS_DUE' => 'مهام مستحقة',
'LBL_TASKS_COMPLETED' => 'مهام مكتملة',
'LBL_PEOPLE' => 'الاشخاص',
'LBL_TASKS_HIGH' => 'عالية الأولوية',
'LBL_TASKS_NORMAL' => 'الأولوية العادية',
'LBL_TASKS_LOW' => 'منخفض الأولوية',
'LBL_TASKS_OTHER' => 'الأولويات الأخرى',
'LBL_SELECT_PROGRESS' => 'التقدم - جميع',
'LBL_SELECT_STATUS' => 'الحالة - جميع',
//Related List
'LBL_CHARTS' => 'الرسوم البيانية',
'LBL_TASKS_LIST' => 'قائمة المهام',
'LBL_MILESTONES' => 'المعالم',
'LBL_TASKS' => 'المهام',
'LBL_STATUS_IS' => 'الحالة هي',
'LBL_STATUS' => 'الحلات',
'LBL_TICKET_PRIORITY' => 'الافضلية',
//Summary View Widgets
'LBL_DOWNLOAD_FILE' => 'تحميل الملف',
'LBL_MILESTONES_LIST'=> 'قائمة المعالم' ,
//picklist values
'prospecting' => 'تنقيب',
'in progress' => 'في التقدم',
'initiated' => 'بدأت',
'waiting for feedback' => 'في انتظار ردود الفعل',
'on hold' => 'على عقد',
'archived' => 'أرشفة',
'completed' => 'الانتهاء',
'delivered' => 'تسليم',
'administrative' => 'إداري',
'operative' => 'المنطوق',
'other' => 'آخر',
'low' => 'منخفض',
'normal' => 'طبيعي',
'high' => 'ارتفاع',
//Gantt chart
'LBL_CHART' => 'مخطط جانت',
'LBL_PROGRESS_CHART' => 'مخطط جانت',
'LBL_TASK_NAME' => 'اسم المهمة',
'LBL_START_DATE' => 'تاريخ بدء',
'LBL_END_DATE' => 'تاريخ نهاية',
'LBL_DURATION' => 'المدة',
'LBL_INFO' => 'معلومات',
'LBL_GANTT_INFO1' => 'الشريحة على الجانب الأيمن من مهمة لتوسيع مدة',
'LBL_GANTT_INFO2' => 'السحب على اليسار أو مركز المهمة لتغيير بداية ونهاية التاريخ.',
'LBL_EDIT_PROJECT_TASK_STATUS_COLOR' => 'تحرير عمل مشروع مركز اللون',
'LBL_SELECT_PROJECT_TASK_STATUS_COLOR' => 'حدد المهام حالة المشروع اللون',
'LBL_SELECT_STATUS' => 'اختر الحالة',
'LBL_EDIT_COLOR' => 'تحرير اللون',
);
$jsLanguageStrings = array(
'JS_COLOR_SAVED_SUCESSFULLY' => 'لون المحفوظة بنجاح',
);