]> BookStack Code Mirror - bookstack/blobdiff - lang/ro/activities.php
Fixed OIDC Logout
[bookstack] / lang / ro / activities.php
index 257d626c3ba9e42d1d0c46e0a8ee86103507e7d3..a9ee8893d2163acb1f8015ac9dd3a0e6cd7eb6d9 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name" a fost adăugat la favorite',
     'favourite_remove_notification' => '":name" a fost eliminat din favorite',
 
+    // Watching
+    'watch_update_level_notification' => 'Watch preferences successfully updated',
+
     // Auth
     'auth_login' => 'autentificat',
     'auth_register' => 'înregistrat ca utilizator nou',
@@ -110,7 +113,12 @@ return [
     'recycle_bin_restore' => 'restaurat din coșul de gunoi',
     'recycle_bin_destroy' => 'eliminat din coșul de gunoi',
 
-    // Other
+    // Comments
     'commented_on'                => 'a comentat la',
+    'comment_create'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'deleted comment',
+
+    // Other
     'permissions_update'          => 'a actualizat permisiunile',
 ];