diff --git a/resources/lang/ar/entities.php b/resources/lang/ar/entities.php index 2d4775a40..8a0662c48 100644 --- a/resources/lang/ar/entities.php +++ b/resources/lang/ar/entities.php @@ -88,13 +88,13 @@ return [ 'shelves_edit' => 'تحرير رف الكتب', 'shelves_delete' => 'حذف رف الكتب', 'shelves_delete_named' => 'حذف رف الكتب: الاسم', - 'shelves_delete_explain' => "This will delete the bookshelf with the name ':name'. Contained books will not be deleted.", - 'shelves_delete_confirmation' => 'Are you sure you want to delete this bookshelf?', - 'shelves_permissions' => 'Bookshelf Permissions', - 'shelves_permissions_updated' => 'Bookshelf Permissions Updated', - 'shelves_permissions_active' => 'Bookshelf Permissions Active', - 'shelves_copy_permissions_to_books' => 'Copy Permissions to Books', - 'shelves_copy_permissions' => 'Copy Permissions', + 'shelves_delete_explain' => "سيؤدي هذا إلى حذف رف الكتب مع الاسم ':المُسمى به'. لن يتم حذف الكتب المتضمنة.", + 'shelves_delete_confirmation' => 'هل أنت متأكد أنك تريد حذف رف الكتب هذا؟', + 'shelves_permissions' => 'أذونات رف الكتب', + 'shelves_permissions_updated' => 'تم تحديث أذونات رف الكتب', + 'shelves_permissions_active' => 'أذونات رف الكتب نشطة', + 'shelves_copy_permissions_to_books' => 'نسخ أذونات الوصول إلى الكتب', + 'shelves_copy_permissions' => 'نسخ الأذونات', 'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this bookshelf to all books contained within. Before activating, ensure any changes to the permissions of this bookshelf have been saved.', 'shelves_copy_permission_success' => 'Bookshelf permissions copied to :count books',