]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ja/activities.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / ja / activities.php
index b907e0c63f5bb7ddb6a6f789cf72242066ef044f..45eaa3287970fc67d69efa3706bf6989e18fb1f8 100644 (file)
@@ -1,12 +1,10 @@
 <?php
-
+/**
+ * Activity text strings.
+ * Is used for all the text within activity logs & notifications.
+ */
 return [
 
-    /**
-     * Activity text strings.
-     * Is used for all the text within activity logs & notifications.
-     */
-
     // Pages
     'page_create'                 => 'がページを作成:',
     'page_create_notification'    => 'ページを作成しました',
@@ -35,6 +33,37 @@ return [
     'book_delete'                 => 'がブックを削除:',
     'book_delete_notification'    => 'ブックを削除しました',
     'book_sort'                   => 'がブックの並び順を変更:',
-    'book_sort_notification'      => '並び順を変更しました',
+    'book_sort_notification'      => 'ブックが再度並び変えられました',
+
+    // Bookshelves
+    '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が正常に作成されました',
+    'webhook_update' => 'updated webhook',
+    'webhook_update_notification' => 'Webhookが正常に更新されました',
+    'webhook_delete' => 'deleted webhook',
+    'webhook_delete_notification' => 'Webhookが正常に削除されました',
+
+    // Users
+    'user_update_notification' => 'ユーザーが正常に更新されました',
+    'user_delete_notification' => 'ユーザーが正常に削除されました',
 
+    // Other
+    'commented_on'                => 'がコメント:',
+    'permissions_update'          => 'が権限を更新:',
 ];