]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ja/activities.php
Fixes for CodeStyle vol.2
[bookstack] / resources / lang / ja / activities.php
index 1cc60eb540e305e2920a8adc4c32a5cb1a37e3ee..3dc749b6746d3621dcf612292e933fb124a0fc0e 100644 (file)
@@ -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',
 ];