48 lines
1.1 KiB
YAML

years_old: >-
{age, plural,
one {# an}
many {# ans}
other {# ans}
}
notification:
My notifications with counter: >-
{nb, plural,
=0 {Mes notifications}
one {# notification}
few {# notifications}
other {# notifications}
}
counter total notifications: >-
{total, plural,
=0 {Aucune notification}
one {# notification}
few {# notifications}
other {# notifications}
}
counter unread notifications: >-
{unread, plural,
=0 {Aucune non-lue}
one {# non-lue}
few {# non-lues}
other {# non-lues}
}
counter comments: >-
{nb, plural,
=0 {Aucun commentaire}
one {# commentaire}
few {# commentaires}
other {# commentaires}
}
workflow:
My workflows with counter: >-
{wc, plural,
=0 {Mes workflows}
one {# workflow}
few {# workflows}
other {# workflows}
}