X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e108808a32b865668076b7b032ee620229d44d1f..refs/pull/3391/head:/resources/lang/ja/activities.php diff --git a/resources/lang/ja/activities.php b/resources/lang/ja/activities.php index de1ca1ac6..b2845b27e 100644 --- a/resources/lang/ja/activities.php +++ b/resources/lang/ja/activities.php @@ -33,16 +33,37 @@ return [ 'book_delete' => 'がブックを削除:', 'book_delete_notification' => 'ブックを削除しました', 'book_sort' => 'がブックの並び順を変更:', - 'book_sort_notification' => '並び順を変更しました', + 'book_sort_notification' => 'ブックが再度並び変えられました', // Bookshelves - 'bookshelf_create' => 'created Bookshelf', - 'bookshelf_create_notification' => 'Bookshelf Successfully Created', - 'bookshelf_update' => 'updated bookshelf', - 'bookshelf_update_notification' => 'Bookshelf Successfully Updated', - 'bookshelf_delete' => 'deleted bookshelf', - 'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted', + 'bookshelf_create' => 'が本棚を作成:', + 'bookshelf_create_notification' => '本棚を作成しました', + 'bookshelf_update' => 'が本棚を更新:', + 'bookshelf_update_notification' => '本棚を更新しました', + 'bookshelf_delete' => 'が本棚を削除:', + 'bookshelf_delete_notification' => '本棚を削除しました', + + // Favourites + 'favourite_add_notification' => '":name"がお気に入りに追加されました', + 'favourite_remove_notification' => '":name"がお気に入りから削除されました', + + // MFA + 'mfa_setup_method_notification' => '多要素認証が正常に設定されました', + 'mfa_remove_method_notification' => '多要素認証が正常に解除されました', + + // Webhooks + 'webhook_create' => 'created webhook', + 'webhook_create_notification' => 'Webhook successfully created', + 'webhook_update' => 'updated webhook', + 'webhook_update_notification' => 'Webhook successfully updated', + 'webhook_delete' => 'deleted webhook', + 'webhook_delete_notification' => 'Webhook successfully deleted', + + // Users + 'user_update_notification' => 'User successfully updated', + 'user_delete_notification' => 'User successfully removed', // Other - 'commented_on' => 'commented on', + 'commented_on' => 'がコメント:', + 'permissions_update' => 'が権限を更新:', ];