X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9c2b8057ab7b744c0824a9a3e48c3ccd36b8c103..refs/pull/3333/head:/resources/lang/ja/activities.php diff --git a/resources/lang/ja/activities.php b/resources/lang/ja/activities.php index c5ce3ffc6..b2845b27e 100644 --- a/resources/lang/ja/activities.php +++ b/resources/lang/ja/activities.php @@ -33,7 +33,7 @@ return [ 'book_delete' => 'がブックを削除:', 'book_delete_notification' => 'ブックを削除しました', 'book_sort' => 'がブックの並び順を変更:', - 'book_sort_notification' => '並び順を変更しました', + 'book_sort_notification' => 'ブックが再度並び変えられました', // Bookshelves 'bookshelf_create' => 'が本棚を作成:', @@ -51,6 +51,18 @@ return [ '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' => 'がコメント:', 'permissions_update' => 'が権限を更新:',