'page_restore' => 'đã khôi phục trang',
'page_restore_notification' => 'Trang đã được khôi phục thành công',
'page_move' => 'đã di chuyển trang',
+ 'page_move_notification' => 'Đã di chuyển trang thành công',
// Chapters
'chapter_create' => 'đã tạo chương',
'chapter_delete' => 'đã xóa chương',
'chapter_delete_notification' => 'Chương đã được xóa thành công',
'chapter_move' => 'đã di chuyển chương',
+ 'chapter_move_notification' => 'Đã chuyển chương thành công',
// Books
'book_create' => 'đã tạo sách',
'bookshelf_delete' => 'xoá giá sách',
'bookshelf_delete_notification' => 'Xoá giá sách thành công',
+ // Revisions
+ 'revision_restore' => 'đã khôi phục sửa đổi',
+ 'revision_delete' => 'đã xóa bản sửa đổi',
+ 'revision_delete_notification' => 'Bản sửa đổi đã được xóa thành công',
+
// Favourites
'favourite_add_notification' => '":name" đã được thêm vào danh sách yêu thích của bạn',
'favourite_remove_notification' => '":name" đã được gỡ khỏi danh sách yêu thích của bạn',
- // MFA
+ // Watching
+ 'watch_update_level_notification' => 'Watch preferences successfully updated',
+
+ // Auth
+ 'auth_login' => 'đăng nhập',
+ 'auth_register' => 'đã đăng ký như người dùng mới',
+ 'auth_password_reset_request' => 'yêu cầu người dùng đặt lại mật khẩu',
+ 'auth_password_reset_update' => 'đặt lại mật khẩu người dùng',
+ 'mfa_setup_method' => 'đã định cấu hình phương thức MFA',
'mfa_setup_method_notification' => 'Cấu hình xác thực nhiều bước thành công',
+ 'mfa_remove_method' => 'loại bỏ phương thức MFA',
'mfa_remove_method_notification' => 'Đã gỡ xác thực nhiều bước',
+ // Settings
+ 'settings_update' => 'cập nhật cài đặt',
+ 'settings_update_notification' => 'Cài đặt đã cập nhật thành công',
+ 'maintenance_action_run' => 'chạy hành động bảo trì',
+
// Webhooks
'webhook_create' => 'đã tạo webhook',
'webhook_create_notification' => 'Webhook đã được tạo thành công',
'webhook_delete_notification' => 'Webhook đã được xóa thành công',
// Users
+ 'user_create' => 'người dùng đã tạo',
+ 'user_create_notification' => 'Người dùng được tạo thành công',
+ 'user_update' => 'người dùng được cập nhật',
'user_update_notification' => 'Người dùng được cập nhật thành công',
+ 'user_delete' => 'người dùng đã bị xóa',
'user_delete_notification' => 'Người dùng đã được xóa thành công',
+ // 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',
+
// Roles
- 'role_create_notification' => 'Role successfully created',
- 'role_update_notification' => 'Role successfully updated',
- 'role_delete_notification' => 'Role successfully deleted',
+ 'role_create' => 'created role',
+ 'role_create_notification' => 'Vai trò mới đã được tạo thành công',
+ 'role_update' => 'updated role',
+ 'role_update_notification' => 'Vai trò đã được cập nhật thành công',
+ 'role_delete' => 'đã xóa vai trò',
+ 'role_delete_notification' => 'Vai trò đã được xóa thành công',
- // Other
+ // Recycle Bin
+ 'recycle_bin_empty' => 'làm trống thùng rác',
+ 'recycle_bin_restore' => 'khôi phục từ thùng rác',
+ 'recycle_bin_destroy' => 'đã xóa khỏi thùng rác',
+
+ // Comments
'commented_on' => 'đã bình luận về',
+ 'comment_create' => 'thêm bình luận',
+ 'comment_update' => 'cập nhật bình luận',
+ 'comment_delete' => 'đã xóa bình luận',
+
+ // Other
'permissions_update' => 'các quyền đã được cập nhật',
];