+ 'user_create' => 'created user',
+ 'user_create_notification' => 'User successfully created',
+ 'user_update' => 'updated user',
+ 'user_update_notification' => 'משתמש עודכן בהצלחה',
+ 'user_delete' => 'deleted user',
+ 'user_delete_notification' => 'משתמש הוסר בהצלחה',
+
+ // API Tokens
+ 'api_token_create' => 'created API token',
+ 'api_token_create_notification' => 'API token successfully created',
+ 'api_token_update' => 'updated API token',
+ 'api_token_update_notification' => 'API token successfully updated',
+ 'api_token_delete' => 'deleted API token',
+ 'api_token_delete_notification' => 'API token successfully deleted',
+
+ // Roles
+ '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' => 'תגובה נמחקה',