]> BookStack Code Mirror - bookstack/blobdiff - lang/he/activities.php
Fixed OIDC Logout
[bookstack] / lang / he / activities.php
index 3bf0a4be316605650c560d7a1a46f1b4d6c863c5..1a21e4b0475ce2c90c3bca356f0cce079f52e2d1 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name" has been added to your favourites',
     'favourite_remove_notification' => '":name" has been removed from your favourites',
 
+    // 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'          => 'הרשאות עודכנו',
 ];