Merge branch 'ticket-app-master' into 'ticket-app-master'

Fixes réunion 7/7

See merge request Chill-Projet/chill-bundles!852
This commit is contained in:
Julien Fastré 2025-07-07 15:35:20 +00:00
commit cfba291f2c
2 changed files with 88 additions and 86 deletions

View File

@ -120,7 +120,9 @@ function explainSentence(history: TicketHistoryLine): string {
case "addressees_state":
return trans(CHILL_TICKET_TICKET_HISTORY_ADDRESSEES_STATE);
case "persons_state":
return trans(CHILL_TICKET_TICKET_HISTORY_PERSONS_STATE);
return trans(CHILL_TICKET_TICKET_HISTORY_PERSONS_STATE, {
count: history.data.persons.length,
});
case "set_motive":
return trans(CHILL_TICKET_TICKET_HISTORY_SET_MOTIVE);
case "create_ticket":

View File

@ -9,8 +9,8 @@ chill_ticket:
history:
add_comment: "Nouveau commentaire"
addressees_state: "Attributions"
persons_state: "Usagé(s) concerné(s)"
set_caller: "Appelant Concerné"
persons_state: "{count, plural, =0 {Aucun usager concerné} =1 {Usager concerné} other {Usagers concernés}}"
set_caller: "Appelant"
set_motive: "Nouveau motifs"
create_ticket: "Ticket créé"
state_change: ""