]> BookStack Code Mirror - bookstack/blobdiff - lang/cs/activities.php
Fixed OIDC Logout
[bookstack] / lang / cs / activities.php
index ca33971b0f8a5806c4f76c4bfc32efa8fdfb3e6b..27c0c399402ec6c491be42d3947664f07770a018 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených',
     'favourite_remove_notification' => '":name" byla odstraněna z Vašich oblí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'                => 'okomentoval/a',
+    'comment_create'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'deleted comment',
+
+    // Other
     'permissions_update'          => 'oprávnění upravena',
 ];