]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/he/activities.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / resources / lang / he / activities.php
index 34860173e0d6106e341134b493b45403889405c7..c19825afe3458404ea9fd973d4dde1ecd44745c3 100644 (file)
@@ -43,6 +43,15 @@ return [
     'bookshelf_delete'                 => 'deleted bookshelf',
     'bookshelf_delete_notification'    => 'מדף הספרים הוסר בהצלחה',
 
+    // Favourites
+    'favourite_add_notification' => '":name" has been added to your favourites',
+    'favourite_remove_notification' => '":name" has been removed from your favourites',
+
+    // MFA
+    'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
+    'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
+
     // Other
     'commented_on'                => 'commented on',
+    'permissions_update'          => 'updated permissions',
 ];