]> BookStack Code Mirror - bookstack/blobdiff - lang/ar/activities.php
Fixed OIDC Logout
[bookstack] / lang / ar / activities.php
index cc7a159c6b39c9c258bd723157a96d8eb4f1b68e..f4065b1f18e79c27700d3b2fef458fdb00a16dd4 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => 'تم إضافة ":name" إلى المفضلة لديك',
     'favourite_remove_notification' => 'تم إزالة ":name" من المفضلة لديك',
 
+    // Watching
+    'watch_update_level_notification' => 'Watch preferences successfully updated',
+
     // Auth
     'auth_login' => 'logged in',
     'auth_register' => 'registered as new user',
@@ -110,7 +113,12 @@ return [
     'recycle_bin_restore' => 'restored from recycle bin',
     'recycle_bin_destroy' => 'removed from recycle bin',
 
-    // Other
+    // Comments
     'commented_on'                => 'تم التعليق',
+    'comment_create'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'deleted comment',
+
+    // Other
     'permissions_update'          => 'تحديث الأذونات',
 ];