- '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' => 'תגובה נמחקה',
+
+ // Sort Rules
+ 'sort_rule_create' => 'created sort rule',
+ 'sort_rule_create_notification' => 'Sort rule successfully created',
+ 'sort_rule_update' => 'updated sort rule',
+ 'sort_rule_update_notification' => 'Sort rule successfully updated',
+ 'sort_rule_delete' => 'deleted sort rule',
+ 'sort_rule_delete_notification' => 'Sort rule successfully deleted',