X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e9831a75073dca2358cc94d9cbf1c61c46110ace..refs/pull/2283/head:/resources/lang/ja/activities.php diff --git a/resources/lang/ja/activities.php b/resources/lang/ja/activities.php index b907e0c63..1cc60eb54 100644 --- a/resources/lang/ja/activities.php +++ b/resources/lang/ja/activities.php @@ -1,12 +1,10 @@ 'がページを作成:', 'page_create_notification' => 'ページを作成しました', @@ -37,4 +35,14 @@ return [ 'book_sort' => 'がブックの並び順を変更:', 'book_sort_notification' => '並び順を変更しました', + // Bookshelves + 'bookshelf_create' => '本棚を作成:', + 'bookshelf_create_notification' => '本棚を作成しました', + 'bookshelf_update' => '本棚を更新:', + 'bookshelf_update_notification' => '本棚を更新しました', + 'bookshelf_delete' => 'ブックが削除されました。', + 'bookshelf_delete_notification' => '本棚を削除しました', + + // Other + 'commented_on' => 'コメントする', ];