mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Fix deprecation of transchoice
This commit is contained in:
@@ -34,7 +34,6 @@ No report registered for this person.: Aucun rapport pour cet usager.
|
||||
'You may not set a date argument and a date in default': Vous avez introduit deux dates, l'une avec l'argument date et l'autre en zone de recherche par défaut. Merci d'indiquer l'un ou l'autre
|
||||
'You must provide either a date:YYYY-mm-dd argument or a YYYY-mm-dd default search': Merci d'indiquer soit un argument date:YYYY-mm-dd, soit une date dans la recherche par défaut.
|
||||
'Reports search results': Recherche dans les rapports
|
||||
'%total% reports matching the search "%pattern%"': '{0} Aucun rapport ne correspond à la recherche "%pattern%" | {1} Un rapport correspond à la recherche "%pattern%" | ]1,Inf]%total% rapports correspondent à la recherche "%pattern%"'
|
||||
|
||||
#timeline
|
||||
'%user% has filled a %report_label% report': "%user% a ajouté un rapport '%report_label%'"
|
||||
|
@@ -0,0 +1,7 @@
|
||||
total reports matching the search: >-
|
||||
{ total, plural,
|
||||
=0 {Aucun rapport ne correspond à la recherche}
|
||||
one {Un rapport correspond à la recherche}
|
||||
many {# rapports correspondent à la recherche}
|
||||
other {# rapports correspondent à la recherche}
|
||||
}
|
Reference in New Issue
Block a user