X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9d74508ae31ed3fc9f5f4bd6521c48fba21996d7..refs/pull/5313/head:/lang/ar/components.php diff --git a/lang/ar/components.php b/lang/ar/components.php index 0305ae95f..211b249ea 100644 --- a/lang/ar/components.php +++ b/lang/ar/components.php @@ -6,6 +6,8 @@ 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.', @@ -15,6 +17,9 @@ return [ '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' => 'هذه الصورة مستخدمة بالصفحات أدناه.', @@ -27,6 +32,10 @@ return [ 'image_upload_success' => 'تم رفع الصورة بنجاح', 'image_update_success' => 'تم تحديث تفاصيل الصورة بنجاح', 'image_delete_success' => 'تم حذف الصورة بنجاح', + 'image_replace' => 'Replace Image', + 'image_replace_success' => 'Image file successfully updated', + 'image_rebuild_thumbs' => 'Regenerate Size Variations', + 'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!', // Code Editor 'code_editor' => 'تعديل الشفرة',