]> BookStack Code Mirror - bookstack/blobdiff - lang/id/activities.php
Fixed OIDC Logout
[bookstack] / lang / id / activities.php
index 22169db5571836b5490545ab76f57daa420671d6..3337fcdd85c7f920603c45abfd1f9731eabf8f21 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name" telah ditambahkan ke favorit Anda',
     'favourite_remove_notification' => '":name" telah dihapus dari favorit Anda',
 
+    // 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'                => 'berkomentar pada',
+    'comment_create'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'deleted comment',
+
+    // Other
     'permissions_update'          => 'izin diperbarui',
 ];