45 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
| <?php
 | |
| /**
 | |
|  * Text used in custom JavaScript driven components.
 | |
|  */
 | |
| return [
 | |
| 
 | |
|     // Image Manager
 | |
|     'image_select' => 'تحديد صورة',
 | |
|     'image_list' => 'Image List',
 | |
|     'image_details' => 'Image Details',
 | |
|     'image_upload' => 'Upload Image',
 | |
|     'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
 | |
|     'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
 | |
|     'image_all' => 'الكل',
 | |
|     'image_all_title' => 'عرض جميع الصور',
 | |
|     'image_book_title' => 'عرض الصور المرفوعة لهذا الكتاب',
 | |
|     'image_page_title' => 'عرض الصور المرفوعة لهذه الصفحة',
 | |
|     'image_search_hint' => 'البحث باستخدام اسم الصورة',
 | |
|     'image_uploaded' => 'وقت الرفع :uploadedDate',
 | |
|     'image_uploaded_by' => 'Uploaded by :userName',
 | |
|     'image_uploaded_to' => 'Uploaded to :pageLink',
 | |
|     'image_updated' => 'Updated :updateDate',
 | |
|     'image_load_more' => 'المزيد',
 | |
|     'image_image_name' => 'اسم الصورة',
 | |
|     'image_delete_used' => 'هذه الصورة مستخدمة بالصفحات أدناه.',
 | |
|     'image_delete_confirm_text' => 'هل أنت متأكد من أنك تريد حذف هذه الصورة؟',
 | |
|     'image_select_image' => 'تحديد الصورة',
 | |
|     'image_dropzone' => 'قم بإسقاط الصورة أو اضغط هنا للرفع',
 | |
|     'image_dropzone_drop' => 'Drop images here to upload',
 | |
|     'images_deleted' => 'تم حذف الصور',
 | |
|     'image_preview' => 'معاينة الصور',
 | |
|     'image_upload_success' => 'تم رفع الصورة بنجاح',
 | |
|     'image_update_success' => 'تم تحديث تفاصيل الصورة بنجاح',
 | |
|     'image_delete_success' => 'تم حذف الصورة بنجاح',
 | |
|     'image_replace' => 'Replace Image',
 | |
|     'image_replace_success' => 'Image file successfully updated',
 | |
| 
 | |
|     // Code Editor
 | |
|     'code_editor' => 'تعديل الشفرة',
 | |
|     'code_language' => 'لغة الشفرة',
 | |
|     'code_content' => 'محتويات الشفرة',
 | |
|     'code_session_history' => 'سجل الدورة',
 | |
|     'code_save' => 'حفظ الشفرة',
 | |
| ];
 |