'favourite_add_notification' => '":name" a fost adăugat la favorite',
'favourite_remove_notification' => '":name" a fost eliminat din favorite',
+ // Watching
+ 'watch_update_level_notification' => 'Watch preferences successfully updated',
+
// Auth
'auth_login' => 'autentificat',
'auth_register' => 'înregistrat ca utilizator nou',
'recycle_bin_restore' => 'restaurat din coșul de gunoi',
'recycle_bin_destroy' => 'eliminat din coșul de gunoi',
- // Other
+ // Comments
'commented_on' => 'a comentat la',
+ 'comment_create' => 'added comment',
+ 'comment_update' => 'updated comment',
+ 'comment_delete' => 'deleted comment',
+
+ // Other
'permissions_update' => 'a actualizat permisiunile',
];