X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4b36df08a80f467c037de3bbdf85e13cd4cef9bc..refs/pull/2902/head:/resources/lang/ja/activities.php diff --git a/resources/lang/ja/activities.php b/resources/lang/ja/activities.php index 1cc60eb54..3dc749b67 100644 --- a/resources/lang/ja/activities.php +++ b/resources/lang/ja/activities.php @@ -43,6 +43,15 @@ return [ 'bookshelf_delete' => 'ブックが削除されました。', 'bookshelf_delete_notification' => '本棚を削除しました', + // Favourites + 'favourite_add_notification' => '":name" has been added to your favourites', + 'favourite_remove_notification' => '":name" has been removed from your favourites', + + // MFA + 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', + 'mfa_remove_method_notification' => 'Multi-factor method successfully removed', + // Other 'commented_on' => 'コメントする', + 'permissions_update' => 'updated permissions', ];