- 'role_create_notification' => 'Role successfully created',
- 'role_update_notification' => 'Role successfully updated',
- 'role_delete_notification' => 'Role successfully deleted',
+ 'role_create' => 'created role',
+ 'role_create_notification' => 'תפקיד נוצר בהצלחה',
+ 'role_update' => 'updated role',
+ 'role_update_notification' => 'תפקיד עודכן בהצלחה',
+ 'role_delete' => 'deleted role',
+ 'role_delete_notification' => 'תפקיד נמחק בהצלחה',
+
+ // Recycle Bin
+ 'recycle_bin_empty' => 'emptied recycle bin',
+ 'recycle_bin_restore' => 'restored from recycle bin',
+ 'recycle_bin_destroy' => 'removed from recycle bin',
+
+ // Comments
+ 'commented_on' => 'הגיב/ה על',
+ 'comment_create' => 'added comment',
+ 'comment_update' => 'updated comment',
+ 'comment_delete' => 'תגובה נמחקה',