]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ar/activities.php
Checked over recycle bin parent/child flows
[bookstack] / resources / lang / ar / activities.php
index fd13b16aa883bbffb024b96575169eb68f7a158e..d7c8ed798faae1d2f6911254b45338f2c2219667 100644 (file)
@@ -1,12 +1,10 @@
 <?php
-
+/**
+ * Activity text strings.
+ * Is used for all the text within activity logs & notifications.
+ */
 return [
 
-    /**
-     * Activity text strings.
-     * Is used for all the text within activity logs & notifications.
-     */
-
     // Pages
     'page_create'                 => 'تم إنشاء صفحة',
     'page_create_notification'    => 'تم إنشاء الصفحة بنجاح',
@@ -37,6 +35,14 @@ return [
     'book_sort'                   => 'تم سرد الكتاب',
     'book_sort_notification'      => 'تمت إعادة سرد الكتاب بنجاح',
 
+    // Bookshelves
+    'bookshelf_create'            => 'تم إنشاء رف الكتب',
+    'bookshelf_create_notification'    => 'Bookshelf Successfully Created',
+    'bookshelf_update'                 => 'updated bookshelf',
+    'bookshelf_update_notification'    => 'Bookshelf Successfully Updated',
+    'bookshelf_delete'                 => 'deleted bookshelf',
+    'bookshelf_delete_notification'    => 'Bookshelf Successfully Deleted',
+
     // Other
     'commented_on'                => 'تم التعليق',
 ];