]> BookStack Code Mirror - bookstack/blobdiff - lang/sk/activities.php
Fixed OIDC Logout
[bookstack] / lang / sk / activities.php
index 1c970cc975f2d196f6df36cc629b8fcfe93e04b9..9750afa178439051073cf4c61eb354d7a17e6aba 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name" bol pridaný medzi obľúbené',
     'favourite_remove_notification' => '":name" bol odstránený z obľúbených',
 
+    // Watching
+    'watch_update_level_notification' => 'Watch preferences successfully updated',
+
     // Auth
     'auth_login' => 'logged in',
     'auth_register' => 'registered as new user',
@@ -110,7 +113,12 @@ return [
     'recycle_bin_restore' => 'restored from recycle bin',
     'recycle_bin_destroy' => 'removed from recycle bin',
 
-    // Other
+    // Comments
     'commented_on'                => 'komentoval(a)',
+    'comment_create'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'deleted comment',
+
+    // Other
     'permissions_update'          => 'aktualizované oprávnenia',
 ];