]> BookStack Code Mirror - bookstack/blobdiff - lang/ja/activities.php
Fixed OIDC Logout
[bookstack] / lang / ja / activities.php
index dc226fa6847f5bf5ffb4befdec2c8acc10e9e527..652d87d3e97d2130541e98b72c2a455975470b20 100644 (file)
@@ -58,6 +58,9 @@ return [
     'favourite_add_notification' => '":name"がお気に入りに追加されました',
     'favourite_remove_notification' => '":name"がお気に入りから削除されました',
 
+    // Watching
+    'watch_update_level_notification' => 'Watch preferences successfully updated',
+
     // Auth
     'auth_login' => 'がログイン',
     'auth_register' => 'が新規ユーザ登録',
@@ -110,7 +113,12 @@ return [
     'recycle_bin_restore' => 'がゴミ箱から復元',
     'recycle_bin_destroy' => 'がゴミ箱から完全に削除',
 
-    // Other
+    // Comments
     'commented_on'                => 'がコメント:',
+    'comment_create'              => 'added comment',
+    'comment_update'              => 'updated comment',
+    'comment_delete'              => 'deleted comment',
+
+    // Other
     'permissions_update'          => 'が権限を更新:',
 ];