rename translations chains

This commit is contained in:
Mathieu Jaumotte 2022-07-28 10:53:54 +02:00
parent fdd83de233
commit 5c7513acd7

View File

@ -119,14 +119,14 @@ periods:
show closed periods: >- show closed periods: >-
{nb_items, plural, {nb_items, plural,
=0 {Aucun parcours clôturé} =0 {Aucun parcours clôturé}
one {Montrer un parcours clôturé} one {Montrer un parcours clôturé ou un ancien parcours}
many {Montrer # parcours clôturés} many {Montrer # parcours clôturés ou anciens parcours}
other {Montrer # parcours clôturés} other {Montrer # parcours clôturés ou anciens parcours}
} }
hide closed periods: >- hide closed periods: >-
{nb_items, plural, {nb_items, plural,
=0 {Aucun parcours clôturé} =0 {Aucun parcours clôturé}
one {Masquer un parcours clôturé} one {Masquer un parcours clôturé ou un ancien parcours}
many {Masquer # parcours clôturés} many {Masquer # parcours clôturés ou anciens parcours}
other {Masquer # parcours clôturés} other {Masquer # parcours clôturés ou anciens parcours}
} }