X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cb0d674a71449de883713db2fcdccb6e108992ad..refs/pull/3433/head:/resources/lang/ja/activities.php diff --git a/resources/lang/ja/activities.php b/resources/lang/ja/activities.php index 65fef9731..45eaa3287 100644 --- a/resources/lang/ja/activities.php +++ b/resources/lang/ja/activities.php @@ -53,11 +53,15 @@ return [ // Webhooks 'webhook_create' => 'created webhook', - 'webhook_create_notification' => 'Webhook successfully created', + 'webhook_create_notification' => 'Webhookが正常に作成されました', 'webhook_update' => 'updated webhook', - 'webhook_update_notification' => 'Webhook successfully updated', + 'webhook_update_notification' => 'Webhookが正常に更新されました', 'webhook_delete' => 'deleted webhook', - 'webhook_delete_notification' => 'Webhook successfully deleted', + 'webhook_delete_notification' => 'Webhookが正常に削除されました', + + // Users + 'user_update_notification' => 'ユーザーが正常に更新されました', + 'user_delete_notification' => 'ユーザーが正常に削除されました', // Other 'commented_on' => 'がコメント:',