]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/hu/activities.php
Added webhook_call_before theme event hook
[bookstack] / resources / lang / hu / activities.php
index 575e9e509e0bdefd6dad5542d03a319bbd5455bc..98bdd798bac9e66e0ca1a9a6a9fda5a5fdde40a3 100644 (file)
@@ -43,6 +43,15 @@ return [
     'bookshelf_delete'                 => 'törölte a könyvespolcot:',
     'bookshelf_delete_notification'    => 'Könyvespolc sikeresen törölve',
 
+    // 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'                => 'megjegyzést fűzött hozzá:',
+    'permissions_update'          => 'updated permissions',
 ];