mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-08 09:56:14 +00:00
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:
commit
cfba291f2c
@ -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":
|
||||
|
@ -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: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user