]> BookStack Code Mirror - bookstack/blobdiff - lang/uk/activities.php
Fixed OIDC Logout
[bookstack] / lang / uk / activities.php
index 0a6c950e70d96df15d055b718840f732562bdc76..23e896a8b76cd72680f359bc7058c4721b516a51 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":ім\'я" було додане до ваших улюлених',
     'favourite_remove_notification' => '":ім\'я" було видалено з ваших улюблених',
 
+    // 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'                => 'прокоментував',
+    'comment_create'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'deleted comment',
+
+    // Other
     'permissions_update'          => 'оновив дозволи',
 ];