X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fca18862d22f2bdbe005747137ad209ed4d13257..refs/pull/4467/head:/lang/ja/activities.php diff --git a/lang/ja/activities.php b/lang/ja/activities.php index dc226fa68..652d87d3e 100644 --- a/lang/ja/activities.php +++ b/lang/ja/activities.php @@ -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' => 'が権限を更新:', ];