- 'role_create_notification' => 'Role successfully created',
- 'role_update_notification' => 'Role successfully updated',
- 'role_delete_notification' => 'Role successfully deleted',
+ 'role_create' => 'תפקיד נוצר',
+ 'role_create_notification' => 'תפקיד נוצר בהצלחה',
+ 'role_update' => 'תפקיד עודכן',
+ 'role_update_notification' => 'תפקיד עודכן בהצלחה',
+ 'role_delete' => 'תפקיד נמחק',
+ 'role_delete_notification' => 'תפקיד נמחק בהצלחה',
+
+ // Recycle Bin
+ 'recycle_bin_empty' => 'סל המחזור רוקן',
+ 'recycle_bin_restore' => 'שוחזר מסל המחזור',
+ 'recycle_bin_destroy' => 'נמחק מסל המחזור',
+
+ // Comments
+ 'commented_on' => 'הגיב/ה על',
+ 'comment_create' => 'הערה הוספה',
+ 'comment_update' => 'תגובה הוספה',
+ 'comment_delete' => 'תגובה נמחקה',