- 'user_update_notification' => 'User successfully updated',
- 'user_delete_notification' => 'User successfully removed',
+ 'user_create' => 'pengguna yang dibuat',
+ 'user_create_notification' => 'Pengguna berhasil dibuat',
+ 'user_update' => 'perbarui Pengguna',
+ 'user_update_notification' => 'Pengguna berhasil diperbarui',
+ 'user_delete' => 'pengguna yang dihapus',
+ 'user_delete_notification' => 'Pengguna berhasil dihapus',
+
+ // API Tokens
+ 'api_token_create' => 'API token yang dibuat',
+ 'api_token_create_notification' => 'Token API berhasil dibuat',
+ 'api_token_update' => 'token API yang diperbarui',
+ 'api_token_update_notification' => 'token API berhasil dirubah',
+ 'api_token_delete' => 'token API yang dihapus',
+ 'api_token_delete_notification' => 'token API berhasil dihapus ',