'bookshelf_delete_notification' => '书架删除成功',
// Revisions
- 'revision_restore' => 'restored revision',
- 'revision_delete' => 'deleted revision',
- 'revision_delete_notification' => 'Revision successfully deleted',
+ '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_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_notification' => 'API token successfully created',
- 'api_token_update' => 'updated api token',
- 'api_token_update_notification' => 'API token successfully updated',
- 'api_token_delete' => 'deleted api token',
- 'api_token_delete_notification' => 'API token successfully deleted',
+ 'api_token_create' => '已创建 API 令牌',
+ 'api_token_create_notification' => '成功创建 API 令牌',
+ 'api_token_update' => '已更新 API 令牌',
+ 'api_token_update_notification' => 'API 令牌更新成功',
+ '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' => '权限已更新',
];