mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
Notification: add a counter for notifications
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
years_old: >-
|
||||
{age, plural,
|
||||
{age, plural,
|
||||
one {# an}
|
||||
many {# ans}
|
||||
other {# ans}
|
||||
}
|
||||
|
||||
notification:
|
||||
My notifications with counter: >-
|
||||
{nb, plural,
|
||||
=0 {Mes notifications}
|
||||
one {Une notification}
|
||||
few {# notifications}
|
||||
other {# notifications}
|
||||
}
|
||||
|
@@ -360,6 +360,9 @@ notification:
|
||||
Notifications received: Notifications reçues
|
||||
Notifications sent: Notification envoyées
|
||||
comment_appended: Commentaire ajouté
|
||||
append_comment: Ajouter un commentaire
|
||||
comment_updated: Commentaire mis à jour
|
||||
is_unread: Non-lue
|
||||
is_system: Notification automatique
|
||||
list: Notifications
|
||||
|
||||
|
Reference in New Issue
Block a user