'book_update_notification' => 'ブックを更新しました',
'book_delete' => 'がブックを削除:',
'book_delete_notification' => 'ブックを削除しました',
- 'book_sort' => 'がブックの並び順を変更:',
- 'book_sort_notification' => 'ブックが再度並び変えられました',
+ 'book_sort' => 'がブック内の並び順を変更:',
+ 'book_sort_notification' => 'ブック内の並び順を変更しました',
// Bookshelves
'bookshelf_create' => 'が本棚を作成:',
'bookshelf_delete_notification' => '本棚を削除しました',
// Revisions
- 'revision_restore' => 'restored revision',
- 'revision_delete' => 'deleted revision',
+ 'revision_restore' => 'がリビジョンを復元',
+ 'revision_delete' => 'がリビジョンを削除',
'revision_delete_notification' => 'リビジョンを削除しました',
// Favourites
'favourite_add_notification' => '":name"がお気に入りに追加されました',
'favourite_remove_notification' => '":name"がお気に入りから削除されました',
+ // Watching
+ 'watch_update_level_notification' => 'ウォッチ設定を更新しました',
+
// Auth
- 'auth_login' => 'logged in',
- 'auth_register' => 'registered as new user',
- 'auth_password_reset_request' => 'requested user password reset',
- 'auth_password_reset_update' => 'reset user password',
- 'mfa_setup_method' => 'configured MFA method',
+ 'auth_login' => 'がログイン',
+ 'auth_register' => 'が新規ユーザ登録',
+ 'auth_password_reset_request' => 'がパスワードリセットを要求',
+ 'auth_password_reset_update' => 'がパスワードをリセット',
+ 'mfa_setup_method' => 'が多要素認証を設定',
'mfa_setup_method_notification' => '多要素認証を設定しました',
- 'mfa_remove_method' => 'removed MFA method',
+ 'mfa_remove_method' => 'が多要素認証を削除',
'mfa_remove_method_notification' => '多要素認証を解除しました',
// Settings
- 'settings_update' => 'updated settings',
+ 'settings_update' => 'が設定を更新',
'settings_update_notification' => '設定を更新しました',
- 'maintenance_action_run' => 'ran maintenance action',
+ 'maintenance_action_run' => 'がメンテナンス作業を実施',
// Webhooks
- 'webhook_create' => 'がWebhookを作成:',
+ 'webhook_create' => 'がWebhookを作成',
'webhook_create_notification' => 'Webhookを作成しました',
- 'webhook_update' => 'がWebhookを更新:',
+ 'webhook_update' => 'がWebhookを更新',
'webhook_update_notification' => 'Webhookを更新しました',
- 'webhook_delete' => 'がWebhookを削除:',
+ 'webhook_delete' => 'がWebhookを削除',
'webhook_delete_notification' => 'Webhookを削除しました',
// Users
- 'user_create' => 'created user',
+ 'user_create' => 'がユーザを作成',
'user_create_notification' => 'ユーザーを作成しました',
- 'user_update' => 'updated user',
+ 'user_update' => 'がユーザを更新',
'user_update_notification' => 'ユーザーを更新しました',
- 'user_delete' => 'deleted user',
+ 'user_delete' => 'がユーザを削除',
'user_delete_notification' => 'ユーザーを削除しました',
// API Tokens
- 'api_token_create' => 'created api token',
+ 'api_token_create' => 'がAPIトークンを作成',
'api_token_create_notification' => 'APIトークンを作成しました',
- 'api_token_update' => 'updated api token',
+ 'api_token_update' => 'がAPIトークンを更新',
'api_token_update_notification' => 'APIトークンを更新しました',
- 'api_token_delete' => 'deleted api token',
+ 'api_token_delete' => 'がAPIトークンを削除',
'api_token_delete_notification' => 'APIトークンを削除しました',
// Roles
- 'role_create' => 'created role',
+ 'role_create' => 'が役割を作成',
'role_create_notification' => '役割を作成しました',
- 'role_update' => 'updated role',
+ 'role_update' => 'が役割を更新',
'role_update_notification' => '役割を更新しました',
- 'role_delete' => 'deleted role',
+ 'role_delete' => 'が役割を削除',
'role_delete_notification' => '役割を削除しました',
// Recycle Bin
- 'recycle_bin_empty' => 'emptied recycle bin',
- 'recycle_bin_restore' => 'restored from recycle bin',
- 'recycle_bin_destroy' => 'removed from recycle bin',
+ 'recycle_bin_empty' => 'がゴミ箱を空にしました',
+ 'recycle_bin_restore' => 'がゴミ箱から復元',
+ 'recycle_bin_destroy' => 'がゴミ箱から完全に削除',
- // Other
+ // Comments
'commented_on' => 'がコメント:',
+ 'comment_create' => 'がコメントを追加',
+ 'comment_update' => 'がコメントを更新',
+ 'comment_delete' => 'がコメントを削除',
+
+ // Other
'permissions_update' => 'が権限を更新:',
];