mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
list with period: full sentences in translation component
This commit is contained in:
parent
57d6240cd1
commit
916560c522
@ -246,8 +246,8 @@
|
||||
data-bs-target="#collapse_{{ person.id }}"
|
||||
aria-expanded="false"
|
||||
aria-controls="collapse_{{ person.id }}">
|
||||
<span class="folded">{{ 'show'|trans }} {{ 'periods.number of periods'|trans({ 'nb_items': acpsClosed|length }) }}{{ 'closed periods'|trans }}</span>
|
||||
<span class="unfolded text-secondary">{{ 'hide'|trans }} {{ 'closed periods'|trans }}</span>
|
||||
<span class="folded">{{ 'periods.show closed periods'|trans({ 'nb_items': acpsClosed|length }) }}</span>
|
||||
<span class="unfolded text-secondary">{{ 'periods.hide closed periods'|trans({ 'nb_items': acpsClosed|length }) }}</span>
|
||||
</button>
|
||||
</h2>
|
||||
|
||||
|
@ -116,10 +116,17 @@ household_composition:
|
||||
}
|
||||
|
||||
periods:
|
||||
number of periods: >-
|
||||
show closed periods: >-
|
||||
{nb_items, plural,
|
||||
=0 {Aucun }
|
||||
one {un }
|
||||
many {# }
|
||||
other {# }
|
||||
=0 {Aucun parcours clôturé}
|
||||
one {Montrer un parcours clôturé}
|
||||
many {Montrer # parcours clôturés}
|
||||
other {Montrer # parcours clôturés}
|
||||
}
|
||||
hide closed periods: >-
|
||||
{nb_items, plural,
|
||||
=0 {Aucun parcours clôturé}
|
||||
one {Masquer un parcours clôturé}
|
||||
many {Masquer # parcours clôturés}
|
||||
other {Masquer # parcours clôturés}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user